+ 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/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg --resultdir /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev' + /usr/bin/mock -v -r /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg --resultdir /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev --clean WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.3 starting (python version = 3.12.11, NVR = mock-6.3-1.el10_1), args: /usr/libexec/mock/mock -v -r /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg --resultdir /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev --clean Start(bootstrap): init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/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/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg'] DEBUG: version: 6.3 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev DEBUG: rootdir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/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: 1000 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'] 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', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.12/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/ccache/u1000/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'tmpfs_enable': False, 'tmpfs_opts': {'required_ram_mb': 900, 'max_fs_size': None, 'mode': '0755', 'keep_mounted': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, '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-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}} 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 redhat-rpm-config redhat-release which xz python3-six python3-pbr git-core sed bzip2 gzip gcc-c++ tar coreutils unzip shadow-utils diffutils cpio bash gawk info patch util-linux findutils grep 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 = 1 check_obsoletes = 1 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': 'np0005486515.novalocal', '%_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 dnf 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-centos-stream-10-x86_64-1; 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: c2e999d8-3980-49b9-8d2b-bf4510b862df DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg DEBUG: dnf_warning: False DEBUG: root: dlrn-centos-stream-10-x86_64-1 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 plugins=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=0 protected_packages= module_platform_id=platform:el10 user_agent=Mock (dlrn-centos-stream-10-x86_64-1; x86_64) # repos [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 baseurl=http://mirror.stream.centos.org/10-stream/CRB/$basearch/os/ 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 baseurl=http://mirror.stream.centos.org/10-stream/HighAvailability/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-clients] name=delorean-python-aodhclient-404ece3eba490da1989e47be96fdad9ad12a1ed9 baseurl=http://trunk.rdoproject.org/centos10//component/clients/40/4e/404ece3eba490da1989e47be96fdad9ad12a1ed9_dev enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystonemiddleware-c893b626a252a6c3e18b51fa291bd54ffdb8c501 baseurl=http://trunk.rdoproject.org/centos10//component/keystone/c8/93/c893b626a252a6c3e18b51fa291bd54ffdb8c501_dev enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-archive-80a2b8b9722566ea21854a034015371b1c0e2879 baseurl=http://trunk.rdoproject.org/centos10//component/puppet/80/a2/80a2b8b9722566ea21854a034015371b1c0e2879_dev 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 [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-openstack-ironic-python-agent-builder-ef80fcc9ae87eaad6cbacbab814793ec702fe678 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/ef/80/ef80fcc9ae87eaad6cbacbab814793ec702fe678_9e2883cd enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-e23e859dfd570ff1bd784ec62fc0258ca5681dee baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/e2/3e/e23e859dfd570ff1bd784ec62fc0258ca5681dee_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-b1ecd54a5db1263d272b944462bb79e0bc35a954 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/b1/ec/b1ecd54a5db1263d272b944462bb79e0bc35a954_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-bc03c4bf585cc0f28aa14fd915fa49508f14bbca baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/bc/03/bc03c4bf585cc0f28aa14fd915fa49508f14bbca_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-cloudkitty-c22aef560d7b88ab0755d45d4d9632e8660223fa baseurl=https://trunk.rdoproject.org/centos10-master/component/common/c2/2a/c22aef560d7b88ab0755d45d4d9632e8660223fa_bd82ade8 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-8b81b5f91ffe1f9c38a483d151b82316d443dbf6 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/8b/81/8b81b5f91ffe1f9c38a483d151b82316d443dbf6_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-openstack-designate-e773de35e72ee46a3eced71e2678342271fc692f baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/e7/73/e773de35e72ee46a3eced71e2678342271fc692f_1056db71 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-1a89edc86b10cbe14e1877d119de409b7b75863f baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/1a/89/1a89edc86b10cbe14e1877d119de409b7b75863f_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-e9269cbc5cfddf821b0e5c0cf221f9693e3e80ab baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/e9/26/e9269cbc5cfddf821b0e5c0cf221f9693e3e80ab_9f8762cc enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-networking-bagpipe-b7157a23d5bc1ad9805e64593ca7ac0dda9e84fd baseurl=https://trunk.rdoproject.org/centos10-master/component/network/b7/15/b7157a23d5bc1ad9805e64593ca7ac0dda9e84fd_77fa473b enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-40e13e517b3000a0e4b305fdfebe0c12d339f2bd baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/40/e1/40e13e517b3000a0e4b305fdfebe0c12d339f2bd_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-b50193bb7fec175c371c238376cc9d14f72b635c baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/b5/01/b50193bb7fec175c371c238376cc9d14f72b635c_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-fed3dd97a77904e0c7e904ecea3a8681d6539f4a baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/fe/d3/fed3dd97a77904e0c7e904ecea3a8681d6539f4a_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-gnocchi-d2b8496672717f04c8b5e74b20ad717d101326b9 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/d2/b8/d2b8496672717f04c8b5e74b20ad717d101326b9_60a4fc4f enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-c161aa168fab55f9fbff33f481c13c595d49b195 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/c1/61/c161aa168fab55f9fbff33f481c13c595d49b195_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-telemetry-tests-tempest-6504ea0a4df95977f1e3d03d2abbe1e3052458ee baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/65/04/6504ea0a4df95977f1e3d03d2abbe1e3052458ee_14fd3881 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-cloudkitty-ui-991ac15db9ddec267679a8bd3f61b16366dbe803 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/99/1a/991ac15db9ddec267679a8bd3f61b16366dbe803_9c3343a9 enabled=1 gpgcheck=0 priority=1 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-centos-stream-10-x86_64-1-bootstrap DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root + /usr/bin/mock -v -r /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg --resultdir /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev --init WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.3 starting (python version = 3.12.11, NVR = mock-6.3-1.el10_1), args: /usr/libexec/mock/mock -v -r /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg --resultdir /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev --init Start(bootstrap): init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/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/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg'] DEBUG: version: 6.3 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev DEBUG: rootdir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/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: 1000 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'] 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', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.12/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/ccache/u1000/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'tmpfs_enable': False, 'tmpfs_opts': {'required_ram_mb': 900, 'max_fs_size': None, 'mode': '0755', 'keep_mounted': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, '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-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}} 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 redhat-rpm-config redhat-release which xz python3-six python3-pbr git-core sed bzip2 gzip gcc-c++ tar coreutils unzip shadow-utils diffutils cpio bash gawk info patch util-linux findutils grep 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 = 1 check_obsoletes = 1 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': 'np0005486515.novalocal', '%_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 dnf 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-centos-stream-10-x86_64-1; 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: c6b31a99-ba7d-45af-b70b-16770ab38032 DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg DEBUG: dnf_warning: False DEBUG: root: dlrn-centos-stream-10-x86_64-1 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 plugins=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=0 protected_packages= module_platform_id=platform:el10 user_agent=Mock (dlrn-centos-stream-10-x86_64-1; x86_64) # repos [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 baseurl=http://mirror.stream.centos.org/10-stream/CRB/$basearch/os/ 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 baseurl=http://mirror.stream.centos.org/10-stream/HighAvailability/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-clients] name=delorean-python-aodhclient-404ece3eba490da1989e47be96fdad9ad12a1ed9 baseurl=http://trunk.rdoproject.org/centos10//component/clients/40/4e/404ece3eba490da1989e47be96fdad9ad12a1ed9_dev enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystonemiddleware-c893b626a252a6c3e18b51fa291bd54ffdb8c501 baseurl=http://trunk.rdoproject.org/centos10//component/keystone/c8/93/c893b626a252a6c3e18b51fa291bd54ffdb8c501_dev enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-archive-80a2b8b9722566ea21854a034015371b1c0e2879 baseurl=http://trunk.rdoproject.org/centos10//component/puppet/80/a2/80a2b8b9722566ea21854a034015371b1c0e2879_dev 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 [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-openstack-ironic-python-agent-builder-ef80fcc9ae87eaad6cbacbab814793ec702fe678 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/ef/80/ef80fcc9ae87eaad6cbacbab814793ec702fe678_9e2883cd enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-e23e859dfd570ff1bd784ec62fc0258ca5681dee baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/e2/3e/e23e859dfd570ff1bd784ec62fc0258ca5681dee_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-b1ecd54a5db1263d272b944462bb79e0bc35a954 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/b1/ec/b1ecd54a5db1263d272b944462bb79e0bc35a954_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-bc03c4bf585cc0f28aa14fd915fa49508f14bbca baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/bc/03/bc03c4bf585cc0f28aa14fd915fa49508f14bbca_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-cloudkitty-c22aef560d7b88ab0755d45d4d9632e8660223fa baseurl=https://trunk.rdoproject.org/centos10-master/component/common/c2/2a/c22aef560d7b88ab0755d45d4d9632e8660223fa_bd82ade8 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-8b81b5f91ffe1f9c38a483d151b82316d443dbf6 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/8b/81/8b81b5f91ffe1f9c38a483d151b82316d443dbf6_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-openstack-designate-e773de35e72ee46a3eced71e2678342271fc692f baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/e7/73/e773de35e72ee46a3eced71e2678342271fc692f_1056db71 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-1a89edc86b10cbe14e1877d119de409b7b75863f baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/1a/89/1a89edc86b10cbe14e1877d119de409b7b75863f_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-e9269cbc5cfddf821b0e5c0cf221f9693e3e80ab baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/e9/26/e9269cbc5cfddf821b0e5c0cf221f9693e3e80ab_9f8762cc enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-networking-bagpipe-b7157a23d5bc1ad9805e64593ca7ac0dda9e84fd baseurl=https://trunk.rdoproject.org/centos10-master/component/network/b7/15/b7157a23d5bc1ad9805e64593ca7ac0dda9e84fd_77fa473b enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-40e13e517b3000a0e4b305fdfebe0c12d339f2bd baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/40/e1/40e13e517b3000a0e4b305fdfebe0c12d339f2bd_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-b50193bb7fec175c371c238376cc9d14f72b635c baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/b5/01/b50193bb7fec175c371c238376cc9d14f72b635c_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-fed3dd97a77904e0c7e904ecea3a8681d6539f4a baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/fe/d3/fed3dd97a77904e0c7e904ecea3a8681d6539f4a_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-gnocchi-d2b8496672717f04c8b5e74b20ad717d101326b9 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/d2/b8/d2b8496672717f04c8b5e74b20ad717d101326b9_60a4fc4f enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-c161aa168fab55f9fbff33f481c13c595d49b195 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/c1/61/c161aa168fab55f9fbff33f481c13c595d49b195_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-telemetry-tests-tempest-6504ea0a4df95977f1e3d03d2abbe1e3052458ee baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/65/04/6504ea0a4df95977f1e3d03d2abbe1e3052458ee_14fd3881 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-cloudkitty-ui-991ac15db9ddec267679a8bd3f61b16366dbe803 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/99/1a/991ac15db9ddec267679a8bd3f61b16366dbe803_9c3343a9 enabled=1 gpgcheck=0 priority=1 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-centos-stream-10-x86_64-1 DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1 DEBUG: ensuring that dir exists: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev Mock Version: 6.3 INFO: Mock Version: 6.3 INFO: Mock Version: 6.3 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/mapper DEBUG: kernel version == 6.12.0-136.el10.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/source/blocklist 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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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.979_t1a9', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: ensuring that dir exists: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev INFO: calling preinit hooks INFO: enabled root cache INFO: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg newer than root cache; cache will be rebuilt DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/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): 8 DEBUG: On-line CPU(s) list: 0-7 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): 8 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 xtopology 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: 256 KiB (8 instances) DEBUG: L1i cache: 256 KiB (8 instances) DEBUG: L2 cache: 4 MiB (8 instances) DEBUG: L3 cache: 128 MiB (8 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-7 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Indirect target selection: 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 Reg file data sampling: 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; BHI Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsa: 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 1.0Gi 12Gi 20Mi 2.3Gi 14Gi DEBUG: Swap: 0B 0B 0B DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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: /dev/vda2 xfs 430G 12G 418G 3% / DEBUG: /dev/vda2 xfs 430G 12G 418G 3% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/rpm DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/yum DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/dbus DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/log DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/cache/dnf DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/cache/yum DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/rpm DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/tmp DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/tmp/ccache DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/tmp DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf/vars DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/proc DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/sys DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/run/lock DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/pts DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/shm DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/mapper DEBUG: kernel version == 6.12.0-136.el10.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: resultdir = /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/mock DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/./extracted DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/./source DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/edk2 DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/java DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/openssl DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/pem DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/source/anchors DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/source/blocklist DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/source/blocklist 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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source/./anchors DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.yw938bkk', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc Start: installing minimal buildroot with dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/installation-homedir DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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', 'redhat-rpm-config', 'redhat-release', 'which', 'xz', 'python3-six', 'python3-pbr', 'git-core', 'sed', 'bzip2', 'gzip', 'gcc-c++', 'tar', 'coreutils', 'unzip', 'shadow-utils', 'diffutils', 'cpio', 'bash', 'gawk', 'info', 'patch', 'util-linux', 'findutils', 'grep', 'python3-setuptools_scm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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', 'redhat-rpm-config', 'redhat-release', 'which', 'xz', 'python3-six', 'python3-pbr', 'git-core', 'sed', 'bzip2', 'gzip', 'gcc-c++', 'tar', 'coreutils', 'unzip', 'shadow-utils', 'diffutils', 'cpio', 'bash', 'gawk', 'info', 'patch', 'util-linux', 'findutils', 'grep', 'python3-setuptools_scm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-ansible-collections-openstack-b1ecd54a 180 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystone-tests-tempest-97d6de34 199 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-gnocchi-d2b8496672717f04c8b5e74 216 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-barbican-25ef5677a674088bfb4 213 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ironic-python-agent-builder- 204 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-e23e859dfd570ff1bd784 220 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-bc03c4bf585cc0f28 222 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cloudkitty-c22aef560d7b88ab0 214 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-8b81b5f91ffe1f9c38a483d 216 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-designate-e773de35e72ee46a3e 211 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-1a89edc86b10cbe14e187 203 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-e9269cbc5cfddf821b0e5 206 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-networking-bagpipe-b7157a23d5bc 218 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-40e13e517b3000a0e4b3 224 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-b50193bb7fec175c371c 199 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-fed3dd97a77904e0c7e904ecea 162 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-c161aa168fab55f9fbff33 162 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-telemetry-tests-tempest-6504ea0 162 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cloudkitty-ui-991ac15db9ddec 172 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 76 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 86 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 153 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 189 kB/s | 3.9 kB 00:00 DEBUG: dlrn-master-testing 212 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 216 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 199 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 95 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 60 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 248 kB/s | 34 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: bash x86_64 5.2.26-6.el10 baseos 1.8 M DEBUG: bzip2 x86_64 1.0.8-25.el10 baseos 54 k DEBUG: centos-stream-release noarch 10.0-12.el10 baseos 26 k DEBUG: coreutils x86_64 9.5-6.el10 baseos 1.1 M DEBUG: cpio x86_64 2.15-3.el10 baseos 292 k DEBUG: diffutils x86_64 3.10-8.el10 baseos 409 k DEBUG: findutils x86_64 1:4.10.0-5.el10 baseos 551 k DEBUG: gawk x86_64 5.3.0-6.el10 baseos 1.1 M DEBUG: gcc x86_64 14.3.1-2.1.el10 appstream 38 M DEBUG: gcc-c++ x86_64 14.3.1-2.1.el10 appstream 15 M DEBUG: git-core x86_64 2.47.3-1.el10 appstream 4.8 M DEBUG: grep x86_64 3.11-10.el10 baseos 301 k DEBUG: gzip x86_64 1.13-3.el10 baseos 170 k DEBUG: info x86_64 7.1-6.el10 baseos 183 k DEBUG: make x86_64 1:4.4.1-9.el10 baseos 587 k DEBUG: patch x86_64 2.7.6-26.el10 appstream 132 k DEBUG: python3-devel x86_64 3.12.11-3.el10 appstream 329 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: redhat-rpm-config noarch 293-1.el10 appstream 77 k DEBUG: rpm-build x86_64 4.19.1.1-20.el10 appstream 75 k DEBUG: sed x86_64 4.9-3.el10 baseos 318 k DEBUG: shadow-utils x86_64 2:4.15.0-8.el10 baseos 1.3 M DEBUG: tar x86_64 2:1.35-7.el10 baseos 863 k DEBUG: unzip x86_64 6.0-69.el10 baseos 190 k DEBUG: util-linux x86_64 2.40.2-13.el10 baseos 1.3 M DEBUG: which x86_64 2.21-44.el10 baseos 42 k DEBUG: xz x86_64 1:5.6.2-4.el10 baseos 481 k DEBUG: Installing dependencies: 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: 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-libs x86_64 1.0.8-25.el10 baseos 42 k DEBUG: ca-certificates noarch 2024.2.69_v8.0.303-102.3.el10 baseos 1.1 M DEBUG: centos-gpg-keys noarch 10.0-12.el10 baseos 10 k DEBUG: centos-stream-repos noarch 10.0-12.el10 baseos 8.3 k DEBUG: coreutils-common x86_64 9.5-6.el10 baseos 2.1 M DEBUG: cpp x86_64 14.3.1-2.1.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: 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: debugedit x86_64 5.1-8.el10 appstream 80 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: 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: 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: gcc-plugin-annobin x86_64 14.3.1-2.1.el10 appstream 68 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: 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: go-srpm-macros noarch 3.8.0-1.el10 appstream 27 k DEBUG: jansson x86_64 2.14-3.el10 baseos 46 k DEBUG: json-c x86_64 0.18-3.el10 baseos 45 k DEBUG: kernel-headers x86_64 6.12.0-140.el10 appstream 2.2 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: less x86_64 661-3.el10 baseos 191 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: 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: 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.1.el10 baseos 145 k DEBUG: libgomp x86_64 14.3.1-2.1.el10 baseos 368 k DEBUG: libidn2 x86_64 2.3.7-3.el10 baseos 118 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: libpkgconf x86_64 2.1.0-3.el10 baseos 39 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: libseccomp x86_64 2.5.6-1.el10 baseos 71 k DEBUG: libselinux x86_64 3.9-1.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.1.el10 baseos 924 k DEBUG: libstdc++-devel x86_64 14.3.1-2.1.el10 appstream 2.8 M DEBUG: libtasn1 x86_64 4.20.0-1.el10 baseos 75 k DEBUG: libunistring x86_64 1.1-10.el10 baseos 548 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: 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: ocaml-srpm-macros noarch 10-4.el10 appstream 10 k DEBUG: openblas-srpm-macros noarch 2-19.el10 appstream 8.7 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: pcre2 x86_64 10.44-1.el10.3 baseos 248 k DEBUG: pcre2-syntax noarch 10.44-1.el10.3 baseos 151 k DEBUG: perl-srpm-macros noarch 1-57.el10 appstream 9.5 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: 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-libs x86_64 3.12.11-3.el10 baseos 9.4 M 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-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-typing-extensions noarch 4.12.2-2.el10s delorean-master-testing 89 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: 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: rust-toolset-srpm-macros noarch 1.90.0-1.el10 appstream 11 k DEBUG: setup noarch 2.14.5-7.el10 baseos 153 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: tzdata noarch 2025b-2.el10 baseos 901 k 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: 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: 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: 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: 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 196 Packages DEBUG: Total size: 167 M DEBUG: Installed size: 533 M DEBUG: Downloading Packages: 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] 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-2024.2.69_v8.0.303-102.3.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] 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] 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] 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] 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] 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] grep-3.11-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gzip-1.13-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] info-7.1-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] 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.1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgomp-14.3.1-2.1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libidn2-2.3.7-3.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] 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-1.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.1.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] 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] 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] 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] 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-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-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] readline-8.2-11.el10.x86_64.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] 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] 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] which-2.21-44.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] 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] cpp-14.3.1-2.1.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] 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] gawk-all-langpacks-5.3.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gcc-14.3.1-2.1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gcc-c++-14.3.1-2.1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gcc-plugin-annobin-14.3.1-2.1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gdb-minimal-16.3-2.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] go-srpm-macros-3.8.0-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] kernel-headers-6.12.0-140.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kernel-srpm-macros-1.0-25.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libmpc-1.3.1-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libstdc++-devel-14.3.1-2.1.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] ocaml-srpm-macros-10-4.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] openblas-srpm-macros-2-19.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] package-notes-srpm-macros-0.5-13.el10.noarch.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] 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-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] 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] rust-toolset-srpm-macros-1.90.0-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xkeyboard-config-2.41-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-setuptools_scm-8.0.4-7.el10.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: 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.1.el10.x86_64 1/196 DEBUG: Running scriptlet: libgcc-14.3.1-2.1.el10.x86_64 1/196 DEBUG: Installing : tzdata-2025b-2.el10.noarch 2/196 DEBUG: Installing : xkeyboard-config-2.41-3.el10.noarch 3/196 DEBUG: Installing : rust-toolset-srpm-macros-1.90.0-1.el10.noarch 4/196 DEBUG: Installing : qt6-srpm-macros-6.9.1-1.el10.noarch 5/196 DEBUG: Installing : perl-srpm-macros-1-57.el10.noarch 6/196 DEBUG: Installing : package-notes-srpm-macros-0.5-13.el10.noarch 7/196 DEBUG: Installing : openblas-srpm-macros-2-19.el10.noarch 8/196 DEBUG: Installing : ocaml-srpm-macros-10-4.el10.noarch 9/196 DEBUG: Installing : kernel-srpm-macros-1.0-25.el10.noarch 10/196 DEBUG: Installing : kernel-headers-6.12.0-140.el10.x86_64 11/196 DEBUG: Installing : gawk-all-langpacks-5.3.0-6.el10.x86_64 12/196 DEBUG: Installing : annobin-docs-12.99-1.el10.noarch 13/196 DEBUG: Installing : publicsuffix-list-dafsa-20240107-5.el10.noarch 14/196 DEBUG: Installing : pkgconf-m4-2.1.0-3.el10.noarch 15/196 DEBUG: Installing : pcre2-syntax-10.44-1.el10.3.noarch 16/196 DEBUG: Installing : ncurses-base-6.4-14.20240127.el10.noarch 17/196 DEBUG: Installing : libssh-config-0.11.1-3.el10.noarch 18/196 DEBUG: Installing : coreutils-common-9.5-6.el10.x86_64 19/196 DEBUG: Installing : centos-gpg-keys-10.0-12.el10.noarch 20/196 DEBUG: Installing : centos-stream-repos-10.0-12.el10.noarch 21/196 DEBUG: warning: /etc/dnf/vars/stream created as /etc/dnf/vars/stream.rpmnew DEBUG: Installing : centos-stream-release-10.0-12.el10.noarch 22/196 DEBUG: Installing : setup-2.14.5-7.el10.noarch 23/196 DEBUG: warning: /etc/hosts created as /etc/hosts.rpmnew DEBUG: Running scriptlet: setup-2.14.5-7.el10.noarch 23/196 DEBUG: Installing : filesystem-3.18-17.el10.x86_64 24/196 DEBUG: Installing : basesystem-11-22.el10.noarch 25/196 DEBUG: Installing : glibc-gconv-extra-2.39-69.el10.x86_64 26/196 DEBUG: Running scriptlet: glibc-gconv-extra-2.39-69.el10.x86_64 26/196 DEBUG: Installing : glibc-minimal-langpack-2.39-69.el10.x86_64 27/196 DEBUG: Installing : glibc-common-2.39-69.el10.x86_64 28/196 DEBUG: Running scriptlet: glibc-2.39-69.el10.x86_64 29/196 DEBUG: Installing : glibc-2.39-69.el10.x86_64 29/196 DEBUG: Running scriptlet: glibc-2.39-69.el10.x86_64 29/196 DEBUG: Installing : ncurses-libs-6.4-14.20240127.el10.x86_64 30/196 DEBUG: Installing : bash-5.2.26-6.el10.x86_64 31/196 DEBUG: Running scriptlet: bash-5.2.26-6.el10.x86_64 31/196 DEBUG: Installing : zlib-ng-compat-2.2.3-2.el10.x86_64 32/196 DEBUG: Installing : xz-libs-1:5.6.2-4.el10.x86_64 33/196 DEBUG: Installing : bzip2-libs-1.0.8-25.el10.x86_64 34/196 DEBUG: Installing : libstdc++-14.3.1-2.1.el10.x86_64 35/196 DEBUG: Installing : gmp-1:6.2.1-12.el10.x86_64 36/196 DEBUG: Installing : libzstd-1.5.5-9.el10.x86_64 37/196 DEBUG: Installing : elfutils-libelf-0.193-1.el10.x86_64 38/196 DEBUG: Installing : libuuid-2.40.2-13.el10.x86_64 39/196 DEBUG: Installing : libxcrypt-4.4.36-10.el10.x86_64 40/196 DEBUG: Installing : libblkid-2.40.2-13.el10.x86_64 41/196 DEBUG: Installing : mpfr-4.2.1-5.el10.x86_64 42/196 DEBUG: Installing : readline-8.2-11.el10.x86_64 43/196 DEBUG: Installing : popt-1.19-8.el10.x86_64 44/196 DEBUG: Running scriptlet: crypto-policies-20250905-2.gitc7eb7b2.el10.noarc 45/196 DEBUG: Installing : crypto-policies-20250905-2.gitc7eb7b2.el10.noarc 45/196 DEBUG: Running scriptlet: crypto-policies-20250905-2.gitc7eb7b2.el10.noarc 45/196 DEBUG: Installing : gdbm-libs-1:1.23-14.el10.x86_64 46/196 DEBUG: Installing : libattr-2.5.2-5.el10.x86_64 47/196 DEBUG: Installing : libacl-2.3.2-4.el10.x86_64 48/196 DEBUG: Installing : pcre2-10.44-1.el10.3.x86_64 49/196 DEBUG: Installing : grep-3.11-10.el10.x86_64 50/196 DEBUG: Installing : gawk-5.3.0-6.el10.x86_64 51/196 DEBUG: Installing : libmpc-1.3.1-7.el10.x86_64 52/196 DEBUG: Installing : expat-2.7.1-1.el10.x86_64 53/196 DEBUG: Installing : libcap-ng-0.8.4-6.el10.x86_64 54/196 DEBUG: Installing : audit-libs-4.0.3-4.el10.x86_64 55/196 DEBUG: Installing : libeconf-0.6.2-4.el10.x86_64 56/196 DEBUG: Installing : pam-libs-1.6.1-8.el10.x86_64 57/196 DEBUG: Installing : libcap-2.69-7.el10.x86_64 58/196 DEBUG: Installing : systemd-libs-257-16.el10.x86_64 59/196 DEBUG: Installing : xz-1:5.6.2-4.el10.x86_64 60/196 DEBUG: Installing : libfdisk-2.40.2-13.el10.x86_64 61/196 DEBUG: Installing : dwz-0.16-1.el10.x86_64 62/196 DEBUG: Installing : unzip-6.0-69.el10.x86_64 63/196 DEBUG: Installing : libxml2-2.12.5-9.el10.x86_64 64/196 DEBUG: Installing : file-libs-5.45-8.el10.x86_64 65/196 DEBUG: Installing : file-5.45-8.el10.x86_64 66/196 DEBUG: Installing : sqlite-libs-3.46.1-5.el10.x86_64 67/196 DEBUG: Installing : alternatives-1.30-2.el10.x86_64 68/196 DEBUG: Installing : diffutils-3.10-8.el10.x86_64 69/196 DEBUG: Installing : jansson-2.14-3.el10.x86_64 70/196 DEBUG: Installing : json-c-0.18-3.el10.x86_64 71/196 DEBUG: Installing : libffi-3.4.4-10.el10.x86_64 72/196 DEBUG: Installing : libgomp-14.3.1-2.1.el10.x86_64 73/196 DEBUG: Installing : libsepol-3.9-1.el10.x86_64 74/196 DEBUG: Installing : libselinux-3.9-1.el10.x86_64 75/196 DEBUG: Installing : sed-4.9-3.el10.x86_64 76/196 DEBUG: Installing : findutils-1:4.10.0-5.el10.x86_64 77/196 DEBUG: Installing : libmount-2.40.2-13.el10.x86_64 78/196 DEBUG: Installing : libsmartcols-2.40.2-13.el10.x86_64 79/196 DEBUG: Installing : util-linux-core-2.40.2-13.el10.x86_64 80/196 DEBUG: Installing : libtasn1-4.20.0-1.el10.x86_64 81/196 DEBUG: Installing : p11-kit-0.25.10-1.el10.x86_64 82/196 DEBUG: Installing : libunistring-1.1-10.el10.x86_64 83/196 DEBUG: Installing : libidn2-2.3.7-3.el10.x86_64 84/196 DEBUG: Installing : lua-libs-5.4.6-7.el10.x86_64 85/196 DEBUG: Installing : lz4-libs-1.9.4-8.el10.x86_64 86/196 DEBUG: Installing : zstd-1.5.5-9.el10.x86_64 87/196 DEBUG: Installing : libpsl-0.21.5-6.el10.x86_64 88/196 DEBUG: Installing : p11-kit-trust-0.25.10-1.el10.x86_64 89/196 DEBUG: Running scriptlet: p11-kit-trust-0.25.10-1.el10.x86_64 89/196 DEBUG: Installing : openssl-fips-provider-1:3.5.1-5.el10.x86_64 90/196 DEBUG: Installing : openssl-libs-1:3.5.1-5.el10.x86_64 91/196 DEBUG: Installing : coreutils-9.5-6.el10.x86_64 92/196 DEBUG: Running scriptlet: ca-certificates-2024.2.69_v8.0.303-102.3.el10.no 93/196 DEBUG: Installing : ca-certificates-2024.2.69_v8.0.303-102.3.el10.no 93/196 DEBUG: Running scriptlet: ca-certificates-2024.2.69_v8.0.303-102.3.el10.no 93/196 DEBUG: Installing : libarchive-3.7.7-4.el10.x86_64 94/196 DEBUG: Installing : gzip-1.13-3.el10.x86_64 95/196 DEBUG: Installing : cracklib-2.9.11-8.el10.x86_64 96/196 DEBUG: Installing : cracklib-dicts-2.9.11-8.el10.x86_64 97/196 DEBUG: Installing : libpwquality-1.4.5-12.el10.x86_64 98/196 DEBUG: Installing : python3-pip-wheel-23.3.2-7.el10.noarch 99/196 DEBUG: Installing : kmod-libs-31-12.el10.x86_64 100/196 DEBUG: Installing : libevent-2.1.12-16.el10.x86_64 101/196 DEBUG: Installing : rpm-sequoia-1.9.0.3-1.el10.x86_64 102/196 DEBUG: Installing : rpm-plugin-audit-4.19.1.1-20.el10.x86_64 103/196 DEBUG: Installing : rpm-libs-4.19.1.1-20.el10.x86_64 104/196 DEBUG: Installing : libsemanage-3.9-1.el10.x86_64 105/196 DEBUG: Installing : shadow-utils-2:4.15.0-8.el10.x86_64 106/196 DEBUG: Running scriptlet: libutempter-1.2.1-15.el10.x86_64 107/196 DEBUG: Installing : libutempter-1.2.1-15.el10.x86_64 107/196 DEBUG: Installing : tar-2:1.35-7.el10.x86_64 108/196 DEBUG: Installing : libxkbcommon-1.7.0-4.el10.x86_64 109/196 DEBUG: Installing : zip-3.0-45.el10.x86_64 110/196 DEBUG: Installing : cpp-14.3.1-2.1.el10.x86_64 111/196 DEBUG: Installing : cyrus-sasl-lib-2.1.28-27.el10.x86_64 112/196 DEBUG: Installing : openldap-2.6.9-1.el10.x86_64 113/196 DEBUG: Installing : gdbm-1:1.23-14.el10.x86_64 114/196 DEBUG: Installing : pam-1.6.1-8.el10.x86_64 115/196 DEBUG: Installing : libbpf-2:1.6.0-3.el10.x86_64 116/196 DEBUG: Installing : libstdc++-devel-14.3.1-2.1.el10.x86_64 117/196 DEBUG: Installing : bzip2-1.0.8-25.el10.x86_64 118/196 DEBUG: Installing : dbus-common-1:1.14.10-5.el10.noarch 119/196 DEBUG: Running scriptlet: dbus-common-1:1.14.10-5.el10.noarch 119/196 DEBUG: Installing : dbus-broker-36-4.el10.x86_64 120/196 DEBUG: Running scriptlet: dbus-broker-36-4.el10.x86_64 120/196 DEBUG: Installing : dbus-1:1.14.10-5.el10.x86_64 121/196 DEBUG: Installing : ed-1.20-5.el10.x86_64 122/196 DEBUG: Installing : patch-2.7.6-26.el10.x86_64 123/196 DEBUG: Installing : less-661-3.el10.x86_64 124/196 DEBUG: Installing : libedit-3.1-52.20230828cvs.el10.x86_64 125/196 DEBUG: Installing : cpio-2.15-3.el10.x86_64 126/196 DEBUG: Installing : keyutils-libs-1.6.3-5.el10.x86_64 127/196 DEBUG: Installing : libbrotli-1.1.0-6.el10.x86_64 128/196 DEBUG: Installing : libcbor-0.11.0-3.el10.x86_64 129/196 DEBUG: Installing : libfido2-1.14.0-7.el10.x86_64 130/196 DEBUG: Installing : libcom_err-1.47.1-4.el10.x86_64 131/196 DEBUG: Installing : libnghttp2-1.64.0-2.el10.x86_64 132/196 DEBUG: Installing : libpkgconf-2.1.0-3.el10.x86_64 133/196 DEBUG: Installing : pkgconf-2.1.0-3.el10.x86_64 134/196 DEBUG: Installing : pkgconf-pkg-config-2.1.0-3.el10.x86_64 135/196 DEBUG: Installing : libxcrypt-devel-4.4.36-10.el10.x86_64 136/196 DEBUG: Installing : glibc-devel-2.39-69.el10.x86_64 137/196 DEBUG: Installing : libseccomp-2.5.6-1.el10.x86_64 138/196 DEBUG: Installing : libverto-0.3.2-10.el10.x86_64 139/196 DEBUG: Installing : krb5-libs-1.21.3-8.el10.x86_64 140/196 DEBUG: Installing : libssh-0.11.1-3.el10.x86_64 141/196 DEBUG: Installing : libcurl-8.12.1-2.el10.x86_64 142/196 DEBUG: Installing : util-linux-2.40.2-13.el10.x86_64 143/196 DEBUG: Running scriptlet: util-linux-2.40.2-13.el10.x86_64 143/196 DEBUG: Installing : authselect-libs-1.5.0-8.el10.x86_64 144/196 DEBUG: Installing : cryptsetup-libs-2.8.1-1.el10.x86_64 145/196 DEBUG: Installing : device-mapper-libs-10:1.02.206-3.el10.x86_64 146/196 DEBUG: Installing : device-mapper-10:1.02.206-3.el10.x86_64 147/196 DEBUG: Installing : elfutils-debuginfod-client-0.193-1.el10.x86_64 148/196 DEBUG: Installing : elfutils-libs-0.193-1.el10.x86_64 149/196 DEBUG: Installing : elfutils-default-yama-scope-0.193-1.el10.noarch 150/196 DEBUG: Running scriptlet: elfutils-default-yama-scope-0.193-1.el10.noarch 150/196 DEBUG: Installing : systemd-pam-257-16.el10.x86_64 151/196 DEBUG: Running scriptlet: systemd-257-16.el10.x86_64 152/196 DEBUG: Installing : systemd-257-16.el10.x86_64 152/196 DEBUG: Running scriptlet: systemd-257-16.el10.x86_64 152/196 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 153/196 DEBUG: Running scriptlet: binutils-gold-2.41-58.el10.x86_64 153/196 DEBUG: Installing : binutils-2.41-58.el10.x86_64 154/196 DEBUG: Running scriptlet: binutils-2.41-58.el10.x86_64 154/196 DEBUG: Installing : elfutils-0.193-1.el10.x86_64 155/196 DEBUG: Installing : gdb-minimal-16.3-2.el10.x86_64 156/196 DEBUG: Installing : debugedit-5.1-8.el10.x86_64 157/196 DEBUG: Installing : rpm-build-libs-4.19.1.1-20.el10.x86_64 158/196 DEBUG: Installing : openssh-9.9p1-14.el10.x86_64 159/196 DEBUG: Installing : openssh-clients-9.9p1-14.el10.x86_64 160/196 DEBUG: Running scriptlet: openssh-clients-9.9p1-14.el10.x86_64 160/196 DEBUG: Installing : git-core-2.47.3-1.el10.x86_64 161/196 DEBUG: Installing : curl-8.12.1-2.el10.x86_64 162/196 DEBUG: Running scriptlet: rpm-4.19.1.1-20.el10.x86_64 163/196 DEBUG: Installing : rpm-4.19.1.1-20.el10.x86_64 163/196 DEBUG: Installing : efi-srpm-macros-6-6.el10.noarch 164/196 DEBUG: Installing : lua-srpm-macros-1-15.el10.noarch 165/196 DEBUG: Installing : make-1:4.4.1-9.el10.x86_64 166/196 DEBUG: Installing : gcc-14.3.1-2.1.el10.x86_64 167/196 DEBUG: Installing : annobin-plugin-gcc-12.99-1.el10.x86_64 168/196 DEBUG: Installing : gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 169/196 DEBUG: Installing : fonts-srpm-macros-1:2.0.5-18.el10.noarch 170/196 DEBUG: Installing : forge-srpm-macros-0.4.0-6.el10.noarch 171/196 DEBUG: Installing : go-srpm-macros-3.8.0-1.el10.noarch 172/196 DEBUG: Installing : python-srpm-macros-3.12-10.el10.noarch 173/196 DEBUG: Installing : redhat-rpm-config-293-1.el10.noarch 174/196 DEBUG: Running scriptlet: redhat-rpm-config-293-1.el10.noarch 174/196 DEBUG: Installing : rpm-build-4.19.1.1-20.el10.x86_64 175/196 DEBUG: Installing : pyproject-srpm-macros-1.16.2-1.el10.noarch 176/196 DEBUG: Installing : python-rpm-macros-3.12-10.el10.noarch 177/196 DEBUG: Installing : python3-rpm-macros-3.12-10.el10.noarch 178/196 DEBUG: Installing : mpdecimal-2.5.1-12.el10.x86_64 179/196 DEBUG: Installing : python-unversioned-command-3.12.11-3.el10.noarch 180/196 DEBUG: Installing : python3-3.12.11-3.el10.x86_64 181/196 DEBUG: Installing : python3-libs-3.12.11-3.el10.x86_64 182/196 DEBUG: Installing : python3-packaging-24.2-2.el10.noarch 183/196 DEBUG: Installing : python3-setuptools-69.0.3-12.el10.noarch 184/196 DEBUG: Installing : python3-rpm-generators-14-12.el10.noarch 185/196 DEBUG: Installing : python3-pip-23.3.2-7.el10.noarch 186/196 DEBUG: Installing : python3-typing-extensions-4.12.2-2.el10s.noarch 187/196 DEBUG: Installing : python3-setuptools_scm-8.0.4-7.el10.noarch 188/196 DEBUG: Installing : python3-devel-3.12.11-3.el10.x86_64 189/196 DEBUG: Installing : python3-pbr-6.1.1-1.el10s.noarch 190/196 DEBUG: Installing : python3-six-1.16.0-16.el10.noarch 191/196 DEBUG: Installing : gcc-c++-14.3.1-2.1.el10.x86_64 192/196 DEBUG: Installing : authselect-1.5.0-8.el10.x86_64 193/196 DEBUG: Installing : which-2.21-44.el10.x86_64 194/196 DEBUG: Installing : info-7.1-6.el10.x86_64 195/196 DEBUG: Installing : systemd-rpm-macros-257-16.el10.noarch 196/196 DEBUG: Running scriptlet: filesystem-3.18-17.el10.x86_64 196/196 DEBUG: Running scriptlet: ca-certificates-2024.2.69_v8.0.303-102.3.el10.no 196/196 DEBUG: Running scriptlet: authselect-libs-1.5.0-8.el10.x86_64 196/196 DEBUG: Running scriptlet: rpm-4.19.1.1-20.el10.x86_64 196/196 DEBUG: Running scriptlet: systemd-rpm-macros-257-16.el10.noarch 196/196 DEBUG: Installed: 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: 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-2024.2.69_v8.0.303-102.3.el10.noarch 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.1.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: 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: debugedit-5.1-8.el10.x86_64 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: 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: fonts-srpm-macros-1:2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch 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.1.el10.x86_64 DEBUG: gcc-c++-14.3.1-2.1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.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: git-core-2.47.3-1.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: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: kernel-headers-6.12.0-140.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: less-661-3.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libarchive-3.7.7-4.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: 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.1.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.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: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libselinux-3.9-1.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.1.el10.x86_64 DEBUG: libstdc++-devel-14.3.1-2.1.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: libunistring-1.1-10.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: 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: ocaml-srpm-macros-10-4.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch 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: 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: 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: perl-srpm-macros-1-57.el10.noarch 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: 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-devel-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-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-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-typing-extensions-4.12.2-2.el10s.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: 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: 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: 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: tzdata-2025b-2.el10.noarch DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: xkeyboard-config-2.41-3.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-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/etc/os-release DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/RPMS DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SPECS DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SRPMS DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SOURCES DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/BUILD DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/BUILDROOT DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/originals DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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', '1000', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.1.el10.x86_64 DEBUG: tzdata-2025b-2.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: 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: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-140.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.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: 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: 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: xz-libs-5.6.2-4.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch 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: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: expat-2.7.1-1.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: xz-5.6.2-4.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.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: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.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-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: libevent-2.1.12-16.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: tar-1.35-7.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.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: libbpf-1.6.0-3.el10.x86_64 DEBUG: libstdc++-devel-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-1.0.8-25.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: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libbrotli-1.1.0-6.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: 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.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.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-rpm-generators-14-12.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: gcc-c++-14.3.1-2.1.el10.x86_64 DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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: 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 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-2024.2.69_v8.0.303-102.3.el10.noarch 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.1.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 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 debugedit-5.1-8.el10.x86_64 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 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 fonts-srpm-macros-2.0.5-18.el10.noarch forge-srpm-macros-0.4.0-6.el10.noarch gawk-5.3.0-6.el10.x86_64 gawk-all-langpacks-5.3.0-6.el10.x86_64 gcc-14.3.1-2.1.el10.x86_64 gcc-c++-14.3.1-2.1.el10.x86_64 gcc-plugin-annobin-14.3.1-2.1.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 git-core-2.47.3-1.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 go-srpm-macros-3.8.0-1.el10.noarch grep-3.11-10.el10.x86_64 gzip-1.13-3.el10.x86_64 info-7.1-6.el10.x86_64 jansson-2.14-3.el10.x86_64 json-c-0.18-3.el10.x86_64 kernel-headers-6.12.0-140.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 less-661-3.el10.x86_64 libacl-2.3.2-4.el10.x86_64 libarchive-3.7.7-4.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 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.1.el10.x86_64 libgomp-14.3.1-2.1.el10.x86_64 libidn2-2.3.7-3.el10.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 libpkgconf-2.1.0-3.el10.x86_64 libpsl-0.21.5-6.el10.x86_64 libpwquality-1.4.5-12.el10.x86_64 libseccomp-2.5.6-1.el10.x86_64 libselinux-3.9-1.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.1.el10.x86_64 libstdc++-devel-14.3.1-2.1.el10.x86_64 libtasn1-4.20.0-1.el10.x86_64 libunistring-1.1-10.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 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 ocaml-srpm-macros-10-4.el10.noarch openblas-srpm-macros-2-19.el10.noarch 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 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 patch-2.7.6-26.el10.x86_64 pcre2-10.44-1.el10.3.x86_64 pcre2-syntax-10.44-1.el10.3.noarch perl-srpm-macros-1-57.el10.noarch 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 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-devel-3.12.11-3.el10.x86_64 python3-libs-3.12.11-3.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-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-typing-extensions-4.12.2-2.el10s.noarch qt6-srpm-macros-6.9.1-1.el10.noarch readline-8.2-11.el10.x86_64 redhat-rpm-config-293-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 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 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 tzdata-2025b-2.el10.noarch unzip-6.0-69.el10.x86_64 util-linux-2.40.2-13.el10.x86_64 util-linux-core-2.40.2-13.el10.x86_64 which-2.21-44.el10.x86_64 xkeyboard-config-2.41-3.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-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.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/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg -p WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead + MOCKDIR=/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/ + '[' -z '' ']' + '[' '' == 1 ']' + detect_version_and_release + '[' -r setup.py -a '!' -r metadata.json ']' + copy_src_to_mock_buildroot + git checkout -f d46a9bff0071e13201892dba6f3e6f9d16487f6c HEAD is now at d46a9bf Python 3.13: fix tests + '[' -d /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root//var/tmp/pkgsrc ']' + mkdir /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root//var/tmp/pkgsrc + cp -pr . /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root//var/tmp/pkgsrc + pushd /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root//var/tmp/pkgsrc /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/tmp/pkgsrc ~/src/softwarefactory-project.io/DLRN/data/python-glanceclient + set +o pipefail + xargs -n 1 git tag -d + git tag -l 'private-*' + set -o pipefail + popd ~/src/softwarefactory-project.io/DLRN/data/python-glanceclient + '[' -z '' ']' ++ /usr/bin/mock -q -r /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.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)' ++ tail -n 1 WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead ++ /usr/bin/mock -q -r /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.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 4.10.0 d46a9bf + UPSTREAMVERSION=4.10.0 + [[ 4.10.0 =~ ([^-]*)-(.+) ]] + [[ 4.10.0 =~ (.*?)\.(0rc.+) ]] + [[ 4.10.0 =~ (.*?)\.(0b.+) ]] + [[ 4.10.0 =~ (.*?)\.(0a.+) ]] + [[ 4.10.0 =~ (.*?)\.(dev.+) ]] + [[ 4.10.0 =~ (.*?)\.(g.+) ]] + [[ 4.10.0 =~ (.*?)\.pre.* ]] + [[ 4.10.0 =~ ^([.0-9]*)$ ]] + VERSION=4.10.0 + [[ '' =~ \.dev[0-9]+\. ]] + '[' 0.date.hash = 0.1.date.hash ']' + '[' 0.date.hash = minor.date.hash ']' + RELEASE=0.20251014002906.d46a9bf + '[' -r setup.py -a '!' -r metadata.json ']' + SOURCETYPE=tarball + /usr/bin/mock -v -r /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg --resultdir /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev --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.3 starting (python version = 3.12.11, NVR = mock-6.3-1.el10_1), args: /usr/libexec/mock/mock -v -r /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg --resultdir /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev --chroot 'cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)' Start(bootstrap): init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/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/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg'] DEBUG: version: 6.3 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev DEBUG: rootdir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/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: 1000 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'] 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', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.12/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/ccache/u1000/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'tmpfs_enable': False, 'tmpfs_opts': {'required_ram_mb': 900, 'max_fs_size': None, 'mode': '0755', 'keep_mounted': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, '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-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}} 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 redhat-rpm-config redhat-release which xz python3-six python3-pbr git-core sed bzip2 gzip gcc-c++ tar coreutils unzip shadow-utils diffutils cpio bash gawk info patch util-linux findutils grep 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 = 1 check_obsoletes = 1 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': 'np0005486515.novalocal', '%_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 dnf 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-centos-stream-10-x86_64-1; 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: eec56341-796e-48bc-b689-1cd78ace2db7 DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg DEBUG: dnf_warning: False DEBUG: root: dlrn-centos-stream-10-x86_64-1 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 plugins=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=0 protected_packages= module_platform_id=platform:el10 user_agent=Mock (dlrn-centos-stream-10-x86_64-1; x86_64) # repos [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 baseurl=http://mirror.stream.centos.org/10-stream/CRB/$basearch/os/ 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 baseurl=http://mirror.stream.centos.org/10-stream/HighAvailability/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-clients] name=delorean-python-aodhclient-404ece3eba490da1989e47be96fdad9ad12a1ed9 baseurl=http://trunk.rdoproject.org/centos10//component/clients/40/4e/404ece3eba490da1989e47be96fdad9ad12a1ed9_dev enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystonemiddleware-c893b626a252a6c3e18b51fa291bd54ffdb8c501 baseurl=http://trunk.rdoproject.org/centos10//component/keystone/c8/93/c893b626a252a6c3e18b51fa291bd54ffdb8c501_dev enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-archive-80a2b8b9722566ea21854a034015371b1c0e2879 baseurl=http://trunk.rdoproject.org/centos10//component/puppet/80/a2/80a2b8b9722566ea21854a034015371b1c0e2879_dev 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 [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-openstack-ironic-python-agent-builder-ef80fcc9ae87eaad6cbacbab814793ec702fe678 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/ef/80/ef80fcc9ae87eaad6cbacbab814793ec702fe678_9e2883cd enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-e23e859dfd570ff1bd784ec62fc0258ca5681dee baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/e2/3e/e23e859dfd570ff1bd784ec62fc0258ca5681dee_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-b1ecd54a5db1263d272b944462bb79e0bc35a954 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/b1/ec/b1ecd54a5db1263d272b944462bb79e0bc35a954_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-bc03c4bf585cc0f28aa14fd915fa49508f14bbca baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/bc/03/bc03c4bf585cc0f28aa14fd915fa49508f14bbca_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-cloudkitty-c22aef560d7b88ab0755d45d4d9632e8660223fa baseurl=https://trunk.rdoproject.org/centos10-master/component/common/c2/2a/c22aef560d7b88ab0755d45d4d9632e8660223fa_bd82ade8 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-8b81b5f91ffe1f9c38a483d151b82316d443dbf6 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/8b/81/8b81b5f91ffe1f9c38a483d151b82316d443dbf6_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-openstack-designate-e773de35e72ee46a3eced71e2678342271fc692f baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/e7/73/e773de35e72ee46a3eced71e2678342271fc692f_1056db71 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-1a89edc86b10cbe14e1877d119de409b7b75863f baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/1a/89/1a89edc86b10cbe14e1877d119de409b7b75863f_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-e9269cbc5cfddf821b0e5c0cf221f9693e3e80ab baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/e9/26/e9269cbc5cfddf821b0e5c0cf221f9693e3e80ab_9f8762cc enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-networking-bagpipe-b7157a23d5bc1ad9805e64593ca7ac0dda9e84fd baseurl=https://trunk.rdoproject.org/centos10-master/component/network/b7/15/b7157a23d5bc1ad9805e64593ca7ac0dda9e84fd_77fa473b enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-40e13e517b3000a0e4b305fdfebe0c12d339f2bd baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/40/e1/40e13e517b3000a0e4b305fdfebe0c12d339f2bd_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-b50193bb7fec175c371c238376cc9d14f72b635c baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/b5/01/b50193bb7fec175c371c238376cc9d14f72b635c_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-fed3dd97a77904e0c7e904ecea3a8681d6539f4a baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/fe/d3/fed3dd97a77904e0c7e904ecea3a8681d6539f4a_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-gnocchi-d2b8496672717f04c8b5e74b20ad717d101326b9 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/d2/b8/d2b8496672717f04c8b5e74b20ad717d101326b9_60a4fc4f enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-c161aa168fab55f9fbff33f481c13c595d49b195 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/c1/61/c161aa168fab55f9fbff33f481c13c595d49b195_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-telemetry-tests-tempest-6504ea0a4df95977f1e3d03d2abbe1e3052458ee baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/65/04/6504ea0a4df95977f1e3d03d2abbe1e3052458ee_14fd3881 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-cloudkitty-ui-991ac15db9ddec267679a8bd3f61b16366dbe803 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/99/1a/991ac15db9ddec267679a8bd3f61b16366dbe803_9c3343a9 enabled=1 gpgcheck=0 priority=1 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-centos-stream-10-x86_64-1 DEBUG: ensuring that dir exists: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev Mock Version: 6.3 INFO: Mock Version: 6.3 INFO: Mock Version: 6.3 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/mapper DEBUG: kernel version == 6.12.0-136.el10.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/source/blocklist 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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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.a8ga7mf5', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: ensuring that dir exists: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/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): 8 DEBUG: On-line CPU(s) list: 0-7 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): 8 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 xtopology 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: 256 KiB (8 instances) DEBUG: L1i cache: 256 KiB (8 instances) DEBUG: L2 cache: 4 MiB (8 instances) DEBUG: L3 cache: 128 MiB (8 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-7 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Indirect target selection: 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 Reg file data sampling: 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; BHI Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsa: 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 1.0Gi 11Gi 20Mi 3.1Gi 14Gi DEBUG: Swap: 0B 0B 0B DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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: /dev/vda2 xfs 430G 13G 417G 3% / DEBUG: /dev/vda2 xfs 430G 13G 417G 3% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/mapper DEBUG: kernel version == 6.12.0-136.el10.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: resultdir = /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/source/blocklist 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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.e32hrmhc', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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', '1000', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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. [pbr] Generating ChangeLog /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.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.1s) running egg_info creating python_glanceclient.egg-info writing python_glanceclient.egg-info/PKG-INFO writing dependency_links to python_glanceclient.egg-info/dependency_links.txt writing entry points to python_glanceclient.egg-info/entry_points.txt writing requirements to python_glanceclient.egg-info/requires.txt writing top-level names to python_glanceclient.egg-info/top_level.txt writing pbr to python_glanceclient.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'python_glanceclient.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 'python_glanceclient.egg-info/SOURCES.txt' [pbr] reno was not found or is too old. Skipping release notes running check creating python-glanceclient-4.10.0 creating python-glanceclient-4.10.0/doc creating python-glanceclient-4.10.0/doc/source creating python-glanceclient-4.10.0/doc/source/cli creating python-glanceclient-4.10.0/doc/source/reference creating python-glanceclient-4.10.0/glanceclient creating python-glanceclient-4.10.0/glanceclient/common creating python-glanceclient-4.10.0/glanceclient/tests creating python-glanceclient-4.10.0/glanceclient/tests/functional creating python-glanceclient-4.10.0/glanceclient/tests/functional/v1 creating python-glanceclient-4.10.0/glanceclient/tests/functional/v2 creating python-glanceclient-4.10.0/glanceclient/tests/unit creating python-glanceclient-4.10.0/glanceclient/tests/unit/v1 creating python-glanceclient-4.10.0/glanceclient/tests/unit/v2 creating python-glanceclient-4.10.0/glanceclient/tests/unit/var creating python-glanceclient-4.10.0/glanceclient/v1 creating python-glanceclient-4.10.0/glanceclient/v1/apiclient creating python-glanceclient-4.10.0/glanceclient/v2 creating python-glanceclient-4.10.0/python_glanceclient.egg-info creating python-glanceclient-4.10.0/releasenotes creating python-glanceclient-4.10.0/releasenotes/notes creating python-glanceclient-4.10.0/releasenotes/source creating python-glanceclient-4.10.0/releasenotes/source/_static creating python-glanceclient-4.10.0/releasenotes/source/_templates creating python-glanceclient-4.10.0/tools copying files to python-glanceclient-4.10.0... copying .coveragerc -> python-glanceclient-4.10.0 copying .mailmap -> python-glanceclient-4.10.0 copying .stestr.conf -> python-glanceclient-4.10.0 copying .zuul.yaml -> python-glanceclient-4.10.0 copying AUTHORS -> python-glanceclient-4.10.0 copying CONTRIBUTING.rst -> python-glanceclient-4.10.0 copying ChangeLog -> python-glanceclient-4.10.0 copying HACKING.rst -> python-glanceclient-4.10.0 copying LICENSE -> python-glanceclient-4.10.0 copying README.rst -> python-glanceclient-4.10.0 copying requirements.txt -> python-glanceclient-4.10.0 copying run_tests.sh -> python-glanceclient-4.10.0 copying setup.cfg -> python-glanceclient-4.10.0 copying setup.py -> python-glanceclient-4.10.0 copying test-requirements.txt -> python-glanceclient-4.10.0 copying tox.ini -> python-glanceclient-4.10.0 copying doc/requirements.txt -> python-glanceclient-4.10.0/doc copying doc/source/conf.py -> python-glanceclient-4.10.0/doc/source copying doc/source/index.rst -> python-glanceclient-4.10.0/doc/source copying doc/source/cli/details.rst -> python-glanceclient-4.10.0/doc/source/cli copying doc/source/cli/glance.rst -> python-glanceclient-4.10.0/doc/source/cli copying doc/source/cli/index.rst -> python-glanceclient-4.10.0/doc/source/cli copying doc/source/cli/property-keys.rst -> python-glanceclient-4.10.0/doc/source/cli copying doc/source/reference/apiv2.rst -> python-glanceclient-4.10.0/doc/source/reference copying doc/source/reference/index.rst -> python-glanceclient-4.10.0/doc/source/reference copying glanceclient/__init__.py -> python-glanceclient-4.10.0/glanceclient copying glanceclient/_i18n.py -> python-glanceclient-4.10.0/glanceclient copying glanceclient/client.py -> python-glanceclient-4.10.0/glanceclient copying glanceclient/exc.py -> python-glanceclient-4.10.0/glanceclient copying glanceclient/shell.py -> python-glanceclient-4.10.0/glanceclient copying glanceclient/common/__init__.py -> python-glanceclient-4.10.0/glanceclient/common copying glanceclient/common/exceptions.py -> python-glanceclient-4.10.0/glanceclient/common copying glanceclient/common/http.py -> python-glanceclient-4.10.0/glanceclient/common copying glanceclient/common/https.py -> python-glanceclient-4.10.0/glanceclient/common copying glanceclient/common/progressbar.py -> python-glanceclient-4.10.0/glanceclient/common copying glanceclient/common/utils.py -> python-glanceclient-4.10.0/glanceclient/common copying glanceclient/tests/__init__.py -> python-glanceclient-4.10.0/glanceclient/tests copying glanceclient/tests/utils.py -> python-glanceclient-4.10.0/glanceclient/tests copying glanceclient/tests/functional/README.rst -> python-glanceclient-4.10.0/glanceclient/tests/functional copying glanceclient/tests/functional/__init__.py -> python-glanceclient-4.10.0/glanceclient/tests/functional copying glanceclient/tests/functional/base.py -> python-glanceclient-4.10.0/glanceclient/tests/functional copying glanceclient/tests/functional/v1/__init__.py -> python-glanceclient-4.10.0/glanceclient/tests/functional/v1 copying glanceclient/tests/functional/v1/test_readonly_glance.py -> python-glanceclient-4.10.0/glanceclient/tests/functional/v1 copying glanceclient/tests/functional/v2/__init__.py -> python-glanceclient-4.10.0/glanceclient/tests/functional/v2 copying glanceclient/tests/functional/v2/test_http_headers.py -> python-glanceclient-4.10.0/glanceclient/tests/functional/v2 copying glanceclient/tests/functional/v2/test_readonly_glance.py -> python-glanceclient-4.10.0/glanceclient/tests/functional/v2 copying glanceclient/tests/unit/__init__.py -> python-glanceclient-4.10.0/glanceclient/tests/unit copying glanceclient/tests/unit/test_base.py -> python-glanceclient-4.10.0/glanceclient/tests/unit copying glanceclient/tests/unit/test_client.py -> python-glanceclient-4.10.0/glanceclient/tests/unit copying glanceclient/tests/unit/test_exc.py -> python-glanceclient-4.10.0/glanceclient/tests/unit copying glanceclient/tests/unit/test_http.py -> python-glanceclient-4.10.0/glanceclient/tests/unit copying glanceclient/tests/unit/test_progressbar.py -> python-glanceclient-4.10.0/glanceclient/tests/unit copying glanceclient/tests/unit/test_shell.py -> python-glanceclient-4.10.0/glanceclient/tests/unit copying glanceclient/tests/unit/test_ssl.py -> python-glanceclient-4.10.0/glanceclient/tests/unit copying glanceclient/tests/unit/test_utils.py -> python-glanceclient-4.10.0/glanceclient/tests/unit copying glanceclient/tests/unit/v1/__init__.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v1 copying glanceclient/tests/unit/v1/test_image_members.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v1 copying glanceclient/tests/unit/v1/test_images.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v1 copying glanceclient/tests/unit/v1/test_shell.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v1 copying glanceclient/tests/unit/v1/test_versions.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v1 copying glanceclient/tests/unit/v2/__init__.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/base.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/fixtures.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_cache.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_client_requests.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_images.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_info.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_members.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_metadefs_namespaces.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_metadefs_objects.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_metadefs_properties.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_metadefs_resource_types.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_metadefs_tags.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_schemas.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_shell_v2.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_tags.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_tasks.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_versions.py -> python-glanceclient-4.10.0/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/var/badcert.crt -> python-glanceclient-4.10.0/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/ca.crt -> python-glanceclient-4.10.0/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/certificate.crt -> python-glanceclient-4.10.0/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/expired-cert.crt -> python-glanceclient-4.10.0/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/privatekey.key -> python-glanceclient-4.10.0/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/wildcard-certificate.crt -> python-glanceclient-4.10.0/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/wildcard-san-certificate.crt -> python-glanceclient-4.10.0/glanceclient/tests/unit/var copying glanceclient/v1/__init__.py -> python-glanceclient-4.10.0/glanceclient/v1 copying glanceclient/v1/client.py -> python-glanceclient-4.10.0/glanceclient/v1 copying glanceclient/v1/image_members.py -> python-glanceclient-4.10.0/glanceclient/v1 copying glanceclient/v1/images.py -> python-glanceclient-4.10.0/glanceclient/v1 copying glanceclient/v1/shell.py -> python-glanceclient-4.10.0/glanceclient/v1 copying glanceclient/v1/versions.py -> python-glanceclient-4.10.0/glanceclient/v1 copying glanceclient/v1/apiclient/__init__.py -> python-glanceclient-4.10.0/glanceclient/v1/apiclient copying glanceclient/v1/apiclient/base.py -> python-glanceclient-4.10.0/glanceclient/v1/apiclient copying glanceclient/v1/apiclient/exceptions.py -> python-glanceclient-4.10.0/glanceclient/v1/apiclient copying glanceclient/v1/apiclient/utils.py -> python-glanceclient-4.10.0/glanceclient/v1/apiclient copying glanceclient/v2/__init__.py -> python-glanceclient-4.10.0/glanceclient/v2 copying glanceclient/v2/cache.py -> python-glanceclient-4.10.0/glanceclient/v2 copying glanceclient/v2/client.py -> python-glanceclient-4.10.0/glanceclient/v2 copying glanceclient/v2/image_members.py -> python-glanceclient-4.10.0/glanceclient/v2 copying glanceclient/v2/image_schema.py -> python-glanceclient-4.10.0/glanceclient/v2 copying glanceclient/v2/image_tags.py -> python-glanceclient-4.10.0/glanceclient/v2 copying glanceclient/v2/images.py -> python-glanceclient-4.10.0/glanceclient/v2 copying glanceclient/v2/info.py -> python-glanceclient-4.10.0/glanceclient/v2 copying glanceclient/v2/metadefs.py -> python-glanceclient-4.10.0/glanceclient/v2 copying glanceclient/v2/namespace_schema.py -> python-glanceclient-4.10.0/glanceclient/v2 copying glanceclient/v2/resource_type_schema.py -> python-glanceclient-4.10.0/glanceclient/v2 copying glanceclient/v2/schemas.py -> python-glanceclient-4.10.0/glanceclient/v2 copying glanceclient/v2/shell.py -> python-glanceclient-4.10.0/glanceclient/v2 copying glanceclient/v2/tasks.py -> python-glanceclient-4.10.0/glanceclient/v2 copying glanceclient/v2/versions.py -> python-glanceclient-4.10.0/glanceclient/v2 copying python_glanceclient.egg-info/PKG-INFO -> python-glanceclient-4.10.0/python_glanceclient.egg-info copying python_glanceclient.egg-info/SOURCES.txt -> python-glanceclient-4.10.0/python_glanceclient.egg-info copying python_glanceclient.egg-info/dependency_links.txt -> python-glanceclient-4.10.0/python_glanceclient.egg-info copying python_glanceclient.egg-info/entry_points.txt -> python-glanceclient-4.10.0/python_glanceclient.egg-info copying python_glanceclient.egg-info/not-zip-safe -> python-glanceclient-4.10.0/python_glanceclient.egg-info copying python_glanceclient.egg-info/pbr.json -> python-glanceclient-4.10.0/python_glanceclient.egg-info copying python_glanceclient.egg-info/requires.txt -> python-glanceclient-4.10.0/python_glanceclient.egg-info copying python_glanceclient.egg-info/top_level.txt -> python-glanceclient-4.10.0/python_glanceclient.egg-info copying releasenotes/notes/.placeholder -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/2.16.0_Release-43ebe06b74a272ba.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/2.17.0_Release-c67392be3b428d10.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/3.1.0_Release-1337ddc753b88905.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/3.6.0_Release-04d3b5017747290b.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/4.3.0_Release-1a7acbd472e16c72.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/4.4.0_Release-a3c89184f345e5a2.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/4.6.0_releasenotes-99ed8ea49481ee01.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/add-member-get-command-11c15e0a94ecd39a.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/add-support-for-glance-download-import-method-10525254db3e8e7a.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/add_new_locations_apis_support-1ceb47178d384d58.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/boolean-properties-strict-checking-bdd624b5da81e723.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/bp-use-keystoneauth-e12f300e58577b13.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/check-for-md5-59db8fd67870b214.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/copy-existing-image-619b7e6bc3394446.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/del_from_store-2d807c3038283907.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/drop-py-2-7-f10417b8d1dd38fb.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/drop-python-3-6-and-3-7-0b299b4dc9673c6e.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/fix-undesirable-raw-python-error-66e3ddaca7b72ae2.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/fix_1889666-22dc97ce577eccc6.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/headers-encoding-bug-rocky-889ccd885a9cc4e8.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/hidden-images-support-9e2277ad62bf0d31.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/http-headers-per-rfc-8187-aafa3199f863be81.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/image-tasks-api-ee3ea043557a1dfa.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/log-request-id-e7f67a23a0ed5c7b.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/multi-store-import-45d05a6193ef2c04.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/multi-store-support-acc7ad0e7e8b6f99.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/multihash-download-verification-596e91bf7b68e7db.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/multihash-filter-ef2a48dc48fae9dc.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/multihash-support-f1474590cf3ef5cf.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/pike-relnote-2c77b01aa8799f35.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/remove-py38-e14e0516991682eb.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/remove-py39-63731125072287a3.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/return-request-id-to-caller-47f4c0a684b1d88e.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/rm-deprecate-ssl-opts-c88225a4ba2285ad.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/rocky-2.11.0-ba936fd5e969198d.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/sess_client_grid-3c2101609110f413.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/notes/validation-data-support-dfb2463914818cd2.yaml -> python-glanceclient-4.10.0/releasenotes/notes copying releasenotes/source/2023.1.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/2023.2.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/2024.1.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/2024.2.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/2025.1.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/conf.py -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/earlier.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/index.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/mitaka.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/newton.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/ocata.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/pike.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/queens.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/rocky.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/stein.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/train.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/unreleased.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/ussuri.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/victoria.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/wallaby.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/xena.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/yoga.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/zed.rst -> python-glanceclient-4.10.0/releasenotes/source copying releasenotes/source/_static/.placeholder -> python-glanceclient-4.10.0/releasenotes/source/_static copying releasenotes/source/_templates/.placeholder -> python-glanceclient-4.10.0/releasenotes/source/_templates copying tools/fix_ca_bundle.sh -> python-glanceclient-4.10.0/tools copying tools/glance.bash_completion -> python-glanceclient-4.10.0/tools copying tools/with_venv.sh -> python-glanceclient-4.10.0/tools copying python_glanceclient.egg-info/SOURCES.txt -> python-glanceclient-4.10.0/python_glanceclient.egg-info Writing python-glanceclient-4.10.0/setup.cfg creating dist Creating tar archive removing 'python-glanceclient-4.10.0' (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-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg --resultdir /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev --copyout /var/tmp/pkgsrc/dist /tmp/tmp.HbV8HNGazc/dist WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.3 starting (python version = 3.12.11, NVR = mock-6.3-1.el10_1), args: /usr/libexec/mock/mock -v -r /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg --resultdir /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev --copyout /var/tmp/pkgsrc/dist /tmp/tmp.HbV8HNGazc/dist Start(bootstrap): init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/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/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg', '/etc/mock/site-defaults.cfg'] DEBUG: version: 6.3 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev DEBUG: rootdir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/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: 1000 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'] 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', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.12/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/ccache/u1000/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'tmpfs_enable': False, 'tmpfs_opts': {'required_ram_mb': 900, 'max_fs_size': None, 'mode': '0755', 'keep_mounted': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, '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-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}} 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 redhat-rpm-config redhat-release which xz python3-six python3-pbr git-core sed bzip2 gzip gcc-c++ tar coreutils unzip shadow-utils diffutils cpio bash gawk info patch util-linux findutils grep 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 = 1 check_obsoletes = 1 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': 'np0005486515.novalocal', '%_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 dnf 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-centos-stream-10-x86_64-1; 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: 926af7e2-40e5-4c29-8af6-5d5a93b2d761 DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg DEBUG: dnf_warning: False DEBUG: root: dlrn-centos-stream-10-x86_64-1 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 plugins=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=0 protected_packages= module_platform_id=platform:el10 user_agent=Mock (dlrn-centos-stream-10-x86_64-1; x86_64) # repos [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 baseurl=http://mirror.stream.centos.org/10-stream/CRB/$basearch/os/ 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 baseurl=http://mirror.stream.centos.org/10-stream/HighAvailability/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-clients] name=delorean-python-aodhclient-404ece3eba490da1989e47be96fdad9ad12a1ed9 baseurl=http://trunk.rdoproject.org/centos10//component/clients/40/4e/404ece3eba490da1989e47be96fdad9ad12a1ed9_dev enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystonemiddleware-c893b626a252a6c3e18b51fa291bd54ffdb8c501 baseurl=http://trunk.rdoproject.org/centos10//component/keystone/c8/93/c893b626a252a6c3e18b51fa291bd54ffdb8c501_dev enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-archive-80a2b8b9722566ea21854a034015371b1c0e2879 baseurl=http://trunk.rdoproject.org/centos10//component/puppet/80/a2/80a2b8b9722566ea21854a034015371b1c0e2879_dev 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 [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-openstack-ironic-python-agent-builder-ef80fcc9ae87eaad6cbacbab814793ec702fe678 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/ef/80/ef80fcc9ae87eaad6cbacbab814793ec702fe678_9e2883cd enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-e23e859dfd570ff1bd784ec62fc0258ca5681dee baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/e2/3e/e23e859dfd570ff1bd784ec62fc0258ca5681dee_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-b1ecd54a5db1263d272b944462bb79e0bc35a954 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/b1/ec/b1ecd54a5db1263d272b944462bb79e0bc35a954_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-bc03c4bf585cc0f28aa14fd915fa49508f14bbca baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/bc/03/bc03c4bf585cc0f28aa14fd915fa49508f14bbca_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-cloudkitty-c22aef560d7b88ab0755d45d4d9632e8660223fa baseurl=https://trunk.rdoproject.org/centos10-master/component/common/c2/2a/c22aef560d7b88ab0755d45d4d9632e8660223fa_bd82ade8 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-8b81b5f91ffe1f9c38a483d151b82316d443dbf6 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/8b/81/8b81b5f91ffe1f9c38a483d151b82316d443dbf6_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-openstack-designate-e773de35e72ee46a3eced71e2678342271fc692f baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/e7/73/e773de35e72ee46a3eced71e2678342271fc692f_1056db71 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-1a89edc86b10cbe14e1877d119de409b7b75863f baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/1a/89/1a89edc86b10cbe14e1877d119de409b7b75863f_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-e9269cbc5cfddf821b0e5c0cf221f9693e3e80ab baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/e9/26/e9269cbc5cfddf821b0e5c0cf221f9693e3e80ab_9f8762cc enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-networking-bagpipe-b7157a23d5bc1ad9805e64593ca7ac0dda9e84fd baseurl=https://trunk.rdoproject.org/centos10-master/component/network/b7/15/b7157a23d5bc1ad9805e64593ca7ac0dda9e84fd_77fa473b enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-40e13e517b3000a0e4b305fdfebe0c12d339f2bd baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/40/e1/40e13e517b3000a0e4b305fdfebe0c12d339f2bd_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-b50193bb7fec175c371c238376cc9d14f72b635c baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/b5/01/b50193bb7fec175c371c238376cc9d14f72b635c_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-fed3dd97a77904e0c7e904ecea3a8681d6539f4a baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/fe/d3/fed3dd97a77904e0c7e904ecea3a8681d6539f4a_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-gnocchi-d2b8496672717f04c8b5e74b20ad717d101326b9 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/d2/b8/d2b8496672717f04c8b5e74b20ad717d101326b9_60a4fc4f enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-c161aa168fab55f9fbff33f481c13c595d49b195 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/c1/61/c161aa168fab55f9fbff33f481c13c595d49b195_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-telemetry-tests-tempest-6504ea0a4df95977f1e3d03d2abbe1e3052458ee baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/65/04/6504ea0a4df95977f1e3d03d2abbe1e3052458ee_14fd3881 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-cloudkitty-ui-991ac15db9ddec267679a8bd3f61b16366dbe803 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/99/1a/991ac15db9ddec267679a8bd3f61b16366dbe803_9c3343a9 enabled=1 gpgcheck=0 priority=1 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-centos-stream-10-x86_64-1 DEBUG: ensuring that dir exists: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev Mock Version: 6.3 INFO: Mock Version: 6.3 INFO: Mock Version: 6.3 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/mapper DEBUG: kernel version == 6.12.0-136.el10.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/source/blocklist 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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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.v98d9lsc', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: ensuring that dir exists: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/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): 8 DEBUG: On-line CPU(s) list: 0-7 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): 8 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 xtopology 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: 256 KiB (8 instances) DEBUG: L1i cache: 256 KiB (8 instances) DEBUG: L2 cache: 4 MiB (8 instances) DEBUG: L3 cache: 128 MiB (8 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-7 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Indirect target selection: 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 Reg file data sampling: 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; BHI Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsa: 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 1.0Gi 11Gi 20Mi 3.1Gi 14Gi DEBUG: Swap: 0B 0B 0B DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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: /dev/vda2 xfs 430G 13G 417G 3% / DEBUG: /dev/vda2 xfs 430G 13G 417G 3% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/mapper DEBUG: kernel version == 6.12.0-136.el10.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: resultdir = /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/source/blocklist 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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.ttw3o3zz', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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', '1000', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/.initialized Finish: chroot init INFO: copying /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/tmp/pkgsrc/dist to /tmp/tmp.HbV8HNGazc/dist Finish: run DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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 ']' ++ ls /tmp/tmp.HbV8HNGazc/dist ++ grep .tar.gz + SOURCE=python-glanceclient-4.10.0.tar.gz + SOURCEEXT=.tar.gz + SOURCEPATH=/tmp/tmp.HbV8HNGazc/dist/python-glanceclient-4.10.0.tar.gz ++ basename python-glanceclient-4.10.0.tar.gz .tar.gz + SOURCEWITHREL=python-glanceclient-4.10.0-0.20251014002906.d46a9bf.tar.gz + mv /tmp/tmp.HbV8HNGazc/dist/python-glanceclient-4.10.0.tar.gz /tmp/tmp.HbV8HNGazc/SOURCES/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.tar.gz + cd /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/python-glanceclient_distro + cp -a python-glanceclient.spec sources /tmp/tmp.HbV8HNGazc/SOURCES/ + cp python-glanceclient.spec /tmp/tmp.HbV8HNGazc/SPECS/ + cd /tmp/tmp.HbV8HNGazc/SPECS/ + '[' -z '' ']' + grep -qc '^%define upstream_version.*' python-glanceclient.spec + sed -i -e '1i%define upstream_version 4.10.0\' python-glanceclient.spec + grep -qc '^%global dlrn .*' python-glanceclient.spec + sed -i -e '1i%global dlrn 1\' python-glanceclient.spec + grep -qc '^%global dlrn_nvr .*' python-glanceclient.spec ++ basename python-glanceclient-4.10.0-0.20251014002906.d46a9bf.tar.gz .tar.gz + sed -i -e '1i%global dlrn_nvr python-glanceclient-4.10.0-0.20251014002906.d46a9bf\' python-glanceclient.spec + sed -i -e s/UPSTREAMVERSION/4.10.0/g python-glanceclient.spec + set_nvr_in_spec + VERSION=4.10.0 + sed -i -e 's/Version:.*/Version: 4.10.0/g' python-glanceclient.spec + sed -i -e 's/Release:.*/Release: 0.20251014002906.d46a9bf%{?dist}/g' python-glanceclient.spec + '[' '' '!=' 1 ']' + sed -i -e 's/^\(Source\|Source0\):.*/\1: python-glanceclient-4.10.0-0.20251014002906.d46a9bf.tar.gz/' python-glanceclient.spec + '[' '' '!=' 1 ']' + sed -i -e '/^%changelog.*/q' python-glanceclient.spec + cat python-glanceclient.spec %global dlrn_nvr python-glanceclient-4.10.0-0.20251014002906.d46a9bf %global dlrn 1 %define upstream_version 4.10.0 %{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} } %global sources_gpg_sign 0x2426b928085a020d8a90d0d879ab7008d0896c8a %{!?upstream_version: %global upstream_version %{version}%{?milestone}} %{?dlrn: %global tarsources python-glanceclient} %{!?dlrn: %global tarsources python_glanceclient} %global sname glanceclient %global with_doc 1 # for bootstrapping and Python bumps: with functional tests there is a # dependency loop between os-client-config and glanceclient, turn this # off to disable the functional tests and drop os-client-config dep %global with_functional_tests 1 # we are excluding some BRs from automatic generator %global excluded_brs doc8 bandit pre-commit hacking flake8-import-order tempest # Exclude sphinx from BRs if docs are disabled %if ! 0%{?with_doc} %global excluded_brs %{excluded_brs} sphinx openstackdocstheme %endif # Exclude os-client-config from BRs if functional tests are disabled %if ! 0%{?with_functional_tests} %global excluded_brs %{excluded_brs} os-client-config %endif %global common_desc \ This is a client for the OpenStack Glance API. There's a Python API (the \ glanceclient module), and a command-line script (glance). Each implements \ 100% of the OpenStack Glance API. Name: python-glanceclient Epoch: 1 Version: 4.10.0 Release: 0.20251014002906.d46a9bf%{?dist} Summary: Python API and CLI for OpenStack Glance License: Apache-2.0 URL: https://launchpad.net/python-glanceclient Source0: python-glanceclient-4.10.0-0.20251014002906.d46a9bf.tar.gz # Required for tarball sources verification %if 0%{?sources_gpg} == 1 Source101: https://tarballs.openstack.org/%{name}/%{tarsources}-%{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: git-core BuildRequires: openstack-macros %description %{common_desc} %package -n python3-%{sname} Summary: Python API and CLI for OpenStack Glance BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros %description -n python3-%{sname} %{common_desc} %if 0%{?with_doc} %package doc Summary: Documentation for OpenStack Glance API Client %description doc %{common_desc} This package contains auto-generated documentation. %endif %prep # Required for tarball sources verification %if 0%{?sources_gpg} == 1 %{gpgverify} --keyring=%{SOURCE102} --signature=%{SOURCE101} --data=%{SOURCE0} %endif %autosetup -n %{tarsources}-%{upstream_version} -S git 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 sed -i '/sphinx-build/ s/-W//' 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 # Wipe functional tests if they're disabled %if ! 0%{?with_functional_tests} rm -rf glanceclient/tests/functional %endif # Automatic BR generation %generate_buildrequires %if 0%{?with_doc} %pyproject_buildrequires -t -e %{default_toxenv},docs %else %pyproject_buildrequires -t -e %{default_toxenv} %endif %build %pyproject_wheel %install %pyproject_install # Create a versioned binary for backwards compatibility until everything is pure py3 ln -s glance %{buildroot}%{_bindir}/glance-3 mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d install -pm 644 tools/glance.bash_completion \ %{buildroot}%{_sysconfdir}/bash_completion.d/glance # Delete tests rm -fr %{buildroot}%{python3_sitelib}/glanceclient/tests %if 0%{?with_doc} # generate html docs %tox -e docs # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} # generate man page sphinx-build -b man doc/source doc/build/man install -p -D -m 644 doc/build/man/glance.1 %{buildroot}%{_mandir}/man1/glance.1 %endif %check # CentOS CI environment is setting "http://cache.rdu2.centos.org:8080" which breaks the unit tests. unset http_proxy unset https_proxy %tox -e %{default_toxenv} %files -n python3-%{sname} %doc README.rst %license LICENSE %{python3_sitelib}/glanceclient %{python3_sitelib}/*.dist-info %{_sysconfdir}/bash_completion.d %if 0%{?with_doc} %{_mandir}/man1/glance.1.gz %endif %{_bindir}/glance %{_bindir}/glance-3 %if 0%{?with_doc} %files doc %doc doc/build/html %license LICENSE %endif %changelog + spectool -g -C /tmp/tmp.HbV8HNGazc/SOURCES python-glanceclient.spec + /usr/bin/mock --buildsrpm -v -r /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg --resultdir /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev --spec python-glanceclient.spec --sources=/tmp/tmp.HbV8HNGazc/SOURCES WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.3 starting (python version = 3.12.11, NVR = mock-6.3-1.el10_1), args: /usr/libexec/mock/mock --buildsrpm -v -r /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg --resultdir /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev --spec python-glanceclient.spec --sources=/tmp/tmp.HbV8HNGazc/SOURCES Start(bootstrap): init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/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/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg'] DEBUG: version: 6.3 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev DEBUG: rootdir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/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: 1000 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'] 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', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.12/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/ccache/u1000/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'tmpfs_enable': False, 'tmpfs_opts': {'required_ram_mb': 900, 'max_fs_size': None, 'mode': '0755', 'keep_mounted': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, '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-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}} 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 redhat-rpm-config redhat-release which xz python3-six python3-pbr git-core sed bzip2 gzip gcc-c++ tar coreutils unzip shadow-utils diffutils cpio bash gawk info patch util-linux findutils grep 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 = 1 check_obsoletes = 1 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': 'np0005486515.novalocal', '%_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 dnf 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-centos-stream-10-x86_64-1; 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: 98790f7f-5941-4770-8ddf-4f1c2239cec8 DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg DEBUG: dnf_warning: False DEBUG: root: dlrn-centos-stream-10-x86_64-1 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 plugins=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=0 protected_packages= module_platform_id=platform:el10 user_agent=Mock (dlrn-centos-stream-10-x86_64-1; x86_64) # repos [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 baseurl=http://mirror.stream.centos.org/10-stream/CRB/$basearch/os/ 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 baseurl=http://mirror.stream.centos.org/10-stream/HighAvailability/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-clients] name=delorean-python-aodhclient-404ece3eba490da1989e47be96fdad9ad12a1ed9 baseurl=http://trunk.rdoproject.org/centos10//component/clients/40/4e/404ece3eba490da1989e47be96fdad9ad12a1ed9_dev enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystonemiddleware-c893b626a252a6c3e18b51fa291bd54ffdb8c501 baseurl=http://trunk.rdoproject.org/centos10//component/keystone/c8/93/c893b626a252a6c3e18b51fa291bd54ffdb8c501_dev enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-archive-80a2b8b9722566ea21854a034015371b1c0e2879 baseurl=http://trunk.rdoproject.org/centos10//component/puppet/80/a2/80a2b8b9722566ea21854a034015371b1c0e2879_dev 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 [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-openstack-ironic-python-agent-builder-ef80fcc9ae87eaad6cbacbab814793ec702fe678 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/ef/80/ef80fcc9ae87eaad6cbacbab814793ec702fe678_9e2883cd enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-e23e859dfd570ff1bd784ec62fc0258ca5681dee baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/e2/3e/e23e859dfd570ff1bd784ec62fc0258ca5681dee_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-b1ecd54a5db1263d272b944462bb79e0bc35a954 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/b1/ec/b1ecd54a5db1263d272b944462bb79e0bc35a954_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-bc03c4bf585cc0f28aa14fd915fa49508f14bbca baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/bc/03/bc03c4bf585cc0f28aa14fd915fa49508f14bbca_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-cloudkitty-c22aef560d7b88ab0755d45d4d9632e8660223fa baseurl=https://trunk.rdoproject.org/centos10-master/component/common/c2/2a/c22aef560d7b88ab0755d45d4d9632e8660223fa_bd82ade8 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-8b81b5f91ffe1f9c38a483d151b82316d443dbf6 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/8b/81/8b81b5f91ffe1f9c38a483d151b82316d443dbf6_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-openstack-designate-e773de35e72ee46a3eced71e2678342271fc692f baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/e7/73/e773de35e72ee46a3eced71e2678342271fc692f_1056db71 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-1a89edc86b10cbe14e1877d119de409b7b75863f baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/1a/89/1a89edc86b10cbe14e1877d119de409b7b75863f_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-e9269cbc5cfddf821b0e5c0cf221f9693e3e80ab baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/e9/26/e9269cbc5cfddf821b0e5c0cf221f9693e3e80ab_9f8762cc enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-networking-bagpipe-b7157a23d5bc1ad9805e64593ca7ac0dda9e84fd baseurl=https://trunk.rdoproject.org/centos10-master/component/network/b7/15/b7157a23d5bc1ad9805e64593ca7ac0dda9e84fd_77fa473b enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-40e13e517b3000a0e4b305fdfebe0c12d339f2bd baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/40/e1/40e13e517b3000a0e4b305fdfebe0c12d339f2bd_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-b50193bb7fec175c371c238376cc9d14f72b635c baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/b5/01/b50193bb7fec175c371c238376cc9d14f72b635c_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-fed3dd97a77904e0c7e904ecea3a8681d6539f4a baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/fe/d3/fed3dd97a77904e0c7e904ecea3a8681d6539f4a_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-gnocchi-d2b8496672717f04c8b5e74b20ad717d101326b9 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/d2/b8/d2b8496672717f04c8b5e74b20ad717d101326b9_60a4fc4f enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-c161aa168fab55f9fbff33f481c13c595d49b195 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/c1/61/c161aa168fab55f9fbff33f481c13c595d49b195_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-telemetry-tests-tempest-6504ea0a4df95977f1e3d03d2abbe1e3052458ee baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/65/04/6504ea0a4df95977f1e3d03d2abbe1e3052458ee_14fd3881 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-cloudkitty-ui-991ac15db9ddec267679a8bd3f61b16366dbe803 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/99/1a/991ac15db9ddec267679a8bd3f61b16366dbe803_9c3343a9 enabled=1 gpgcheck=0 priority=1 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(python-glanceclient.spec) Config(dlrn-centos-stream-10-x86_64-1) Start: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root 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-centos-stream-10-x86_64-1 DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1 DEBUG: ensuring that dir exists: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev Mock Version: 6.3 INFO: Mock Version: 6.3 INFO: Mock Version: 6.3 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/mapper DEBUG: kernel version == 6.12.0-136.el10.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/source/blocklist 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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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.yepdd70i', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: ensuring that dir exists: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/./proc DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./sys DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./dev DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./tmp/ccache DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/cache/yum DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/cache/dnf DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/log DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/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): 8 DEBUG: On-line CPU(s) list: 0-7 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): 8 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 xtopology 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: 256 KiB (8 instances) DEBUG: L1i cache: 256 KiB (8 instances) DEBUG: L2 cache: 4 MiB (8 instances) DEBUG: L3 cache: 128 MiB (8 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-7 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Indirect target selection: 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 Reg file data sampling: 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; BHI Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsa: 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 1.2Gi 11Gi 20Mi 3.1Gi 14Gi DEBUG: Swap: 0B 0B 0B DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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: /dev/vda2 xfs 430G 14G 417G 4% / DEBUG: /dev/vda2 xfs 430G 14G 417G 4% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/pts DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/shm DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/mapper DEBUG: kernel version == 6.12.0-136.el10.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: resultdir = /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/source/blocklist 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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.uf4cax6o', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-9.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-9.el10.noarch yum-4.20.0-9.el10.noarch Start: dnf4 update DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.1.el10.x86_64 DEBUG: tzdata-2025b-2.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: 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: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-140.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.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: 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: 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: xz-libs-5.6.2-4.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch 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: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: expat-2.7.1-1.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: xz-5.6.2-4.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.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: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.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-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: libevent-2.1.12-16.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: tar-1.35-7.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.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: libbpf-1.6.0-3.el10.x86_64 DEBUG: libstdc++-devel-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-1.0.8-25.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: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libbrotli-1.1.0-6.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: 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.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.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-rpm-generators-14-12.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: gcc-c++-14.3.1-2.1.el10.x86_64 DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-ansible-collections-openstack-b1ecd54a 103 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystone-tests-tempest-97d6de34 139 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-gnocchi-d2b8496672717f04c8b5e74 144 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-barbican-25ef5677a674088bfb4 136 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ironic-python-agent-builder- 120 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-e23e859dfd570ff1bd784 139 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-bc03c4bf585cc0f28 150 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cloudkitty-c22aef560d7b88ab0 142 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-8b81b5f91ffe1f9c38a483d 148 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-designate-e773de35e72ee46a3e 142 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-1a89edc86b10cbe14e187 150 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-e9269cbc5cfddf821b0e5 148 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-networking-bagpipe-b7157a23d5bc 145 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-40e13e517b3000a0e4b3 141 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-b50193bb7fec175c371c 144 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-fed3dd97a77904e0c7e904ecea 155 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-c161aa168fab55f9fbff33 146 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-telemetry-tests-tempest-6504ea0 151 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cloudkitty-ui-991ac15db9ddec 144 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 36 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 72 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 38 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 44 kB/s | 3.9 kB 00:00 DEBUG: dlrn-master-testing 106 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 98 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 140 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 50 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 38 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 216 kB/s | 34 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-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.1.el10.x86_64 DEBUG: tzdata-2025b-2.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: 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: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-140.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.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: 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: 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: xz-libs-5.6.2-4.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch 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: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: expat-2.7.1-1.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: xz-5.6.2-4.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.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: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.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-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: libevent-2.1.12-16.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: tar-1.35-7.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.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: libbpf-1.6.0-3.el10.x86_64 DEBUG: libstdc++-devel-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-1.0.8-25.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: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libbrotli-1.1.0-6.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: 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.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.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-rpm-generators-14-12.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: gcc-c++-14.3.1-2.1.el10.x86_64 DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/RPMS DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SPECS DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SRPMS DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/BUILD DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/BUILDROOT DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/originals DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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', '1000', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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/python-glanceclient.spec'], chrootPath='/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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=1000gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-glanceclient.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/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.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(python-glanceclient.spec) Config(dlrn-1) 0 minutes 16 seconds INFO: Results and/or logs in: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev INFO: Cleaning up build root ('cleanup_on_success=True') Start: clean chroot DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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: ['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-centos-stream-10-x86_64-1-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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.HbV8HNGazc WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.3 starting (python version = 3.12.11, NVR = mock-6.3-1.el10_1), args: /usr/libexec/mock/mock -v -r /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg --resultdir /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev --rebuild /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.src.rpm --postinstall Start(bootstrap): init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/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/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg', '/etc/mock/site-defaults.cfg'] DEBUG: version: 6.3 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev DEBUG: rootdir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/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: 1000 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'] 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', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.12/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/ccache/u1000/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'tmpfs_enable': False, 'tmpfs_opts': {'required_ram_mb': 900, 'max_fs_size': None, 'mode': '0755', 'keep_mounted': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, '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-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos-stream-10-x86_64-1', 'root': 'dlrn-centos-stream-10-x86_64-1', 'resultdir': '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'}} 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 redhat-rpm-config redhat-release which xz python3-six python3-pbr git-core sed bzip2 gzip gcc-c++ tar coreutils unzip shadow-utils diffutils cpio bash gawk info patch util-linux findutils grep 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 = 1 check_obsoletes = 1 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': 'np0005486515.novalocal', '%_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 dnf 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-centos-stream-10-x86_64-1; 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: d651b57c-b884-4775-a2e6-3a43d3105b57 DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg DEBUG: dnf_warning: False DEBUG: root: dlrn-centos-stream-10-x86_64-1 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 plugins=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=0 protected_packages= module_platform_id=platform:el10 user_agent=Mock (dlrn-centos-stream-10-x86_64-1; x86_64) # repos [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 baseurl=http://mirror.stream.centos.org/10-stream/CRB/$basearch/os/ 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 baseurl=http://mirror.stream.centos.org/10-stream/HighAvailability/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-clients] name=delorean-python-aodhclient-404ece3eba490da1989e47be96fdad9ad12a1ed9 baseurl=http://trunk.rdoproject.org/centos10//component/clients/40/4e/404ece3eba490da1989e47be96fdad9ad12a1ed9_dev enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystonemiddleware-c893b626a252a6c3e18b51fa291bd54ffdb8c501 baseurl=http://trunk.rdoproject.org/centos10//component/keystone/c8/93/c893b626a252a6c3e18b51fa291bd54ffdb8c501_dev enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-archive-80a2b8b9722566ea21854a034015371b1c0e2879 baseurl=http://trunk.rdoproject.org/centos10//component/puppet/80/a2/80a2b8b9722566ea21854a034015371b1c0e2879_dev 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 [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-openstack-ironic-python-agent-builder-ef80fcc9ae87eaad6cbacbab814793ec702fe678 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/ef/80/ef80fcc9ae87eaad6cbacbab814793ec702fe678_9e2883cd enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-e23e859dfd570ff1bd784ec62fc0258ca5681dee baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/e2/3e/e23e859dfd570ff1bd784ec62fc0258ca5681dee_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-b1ecd54a5db1263d272b944462bb79e0bc35a954 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/b1/ec/b1ecd54a5db1263d272b944462bb79e0bc35a954_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-bc03c4bf585cc0f28aa14fd915fa49508f14bbca baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/bc/03/bc03c4bf585cc0f28aa14fd915fa49508f14bbca_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-cloudkitty-c22aef560d7b88ab0755d45d4d9632e8660223fa baseurl=https://trunk.rdoproject.org/centos10-master/component/common/c2/2a/c22aef560d7b88ab0755d45d4d9632e8660223fa_bd82ade8 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-8b81b5f91ffe1f9c38a483d151b82316d443dbf6 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/8b/81/8b81b5f91ffe1f9c38a483d151b82316d443dbf6_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-openstack-designate-e773de35e72ee46a3eced71e2678342271fc692f baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/e7/73/e773de35e72ee46a3eced71e2678342271fc692f_1056db71 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-1a89edc86b10cbe14e1877d119de409b7b75863f baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/1a/89/1a89edc86b10cbe14e1877d119de409b7b75863f_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-e9269cbc5cfddf821b0e5c0cf221f9693e3e80ab baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/e9/26/e9269cbc5cfddf821b0e5c0cf221f9693e3e80ab_9f8762cc enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-networking-bagpipe-b7157a23d5bc1ad9805e64593ca7ac0dda9e84fd baseurl=https://trunk.rdoproject.org/centos10-master/component/network/b7/15/b7157a23d5bc1ad9805e64593ca7ac0dda9e84fd_77fa473b enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-40e13e517b3000a0e4b305fdfebe0c12d339f2bd baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/40/e1/40e13e517b3000a0e4b305fdfebe0c12d339f2bd_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-b50193bb7fec175c371c238376cc9d14f72b635c baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/b5/01/b50193bb7fec175c371c238376cc9d14f72b635c_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-fed3dd97a77904e0c7e904ecea3a8681d6539f4a baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/fe/d3/fed3dd97a77904e0c7e904ecea3a8681d6539f4a_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-gnocchi-d2b8496672717f04c8b5e74b20ad717d101326b9 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/d2/b8/d2b8496672717f04c8b5e74b20ad717d101326b9_60a4fc4f enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-c161aa168fab55f9fbff33f481c13c595d49b195 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/c1/61/c161aa168fab55f9fbff33f481c13c595d49b195_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-telemetry-tests-tempest-6504ea0a4df95977f1e3d03d2abbe1e3052458ee baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/65/04/6504ea0a4df95977f1e3d03d2abbe1e3052458ee_14fd3881 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-cloudkitty-ui-991ac15db9ddec267679a8bd3f61b16366dbe803 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/99/1a/991ac15db9ddec267679a8bd3f61b16366dbe803_9c3343a9 enabled=1 gpgcheck=0 priority=1 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/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.src.rpm INFO: Start(/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.src.rpm) Config(dlrn-centos-stream-10-x86_64-1) Start: clean chroot Finish: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1 DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1 DEBUG: ensuring that dir exists: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev Mock Version: 6.3 INFO: Mock Version: 6.3 INFO: Mock Version: 6.3 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/mapper DEBUG: kernel version == 6.12.0-136.el10.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/source/blocklist 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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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.9134ectm', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: ensuring that dir exists: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/./proc DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./sys DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./dev DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./tmp/ccache DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/cache/yum DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/cache/dnf DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/log DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/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): 8 DEBUG: On-line CPU(s) list: 0-7 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): 8 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 xtopology 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: 256 KiB (8 instances) DEBUG: L1i cache: 256 KiB (8 instances) DEBUG: L2 cache: 4 MiB (8 instances) DEBUG: L3 cache: 128 MiB (8 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-7 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Indirect target selection: 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 Reg file data sampling: 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; BHI Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsa: 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 1.1Gi 11Gi 20Mi 3.1Gi 14Gi DEBUG: Swap: 0B 0B 0B DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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: /dev/vda2 xfs 430G 14G 417G 4% / DEBUG: /dev/vda2 xfs 430G 14G 417G 4% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/pts DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/shm DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/mapper DEBUG: kernel version == 6.12.0-136.el10.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: resultdir = /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/source/blocklist 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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.yghwofzn', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-9.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-9.el10.noarch yum-4.20.0-9.el10.noarch Start: dnf4 update DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.1.el10.x86_64 DEBUG: tzdata-2025b-2.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: 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: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-140.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.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: 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: 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: xz-libs-5.6.2-4.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch 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: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: expat-2.7.1-1.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: xz-5.6.2-4.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.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: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.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-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: libevent-2.1.12-16.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: tar-1.35-7.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.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: libbpf-1.6.0-3.el10.x86_64 DEBUG: libstdc++-devel-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-1.0.8-25.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: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libbrotli-1.1.0-6.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: 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.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.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-rpm-generators-14-12.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: gcc-c++-14.3.1-2.1.el10.x86_64 DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-ansible-collections-openstack-b1ecd54a 92 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystone-tests-tempest-97d6de34 156 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-gnocchi-d2b8496672717f04c8b5e74 157 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-barbican-25ef5677a674088bfb4 151 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ironic-python-agent-builder- 198 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-e23e859dfd570ff1bd784 162 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-bc03c4bf585cc0f28 159 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cloudkitty-c22aef560d7b88ab0 158 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-8b81b5f91ffe1f9c38a483d 147 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-designate-e773de35e72ee46a3e 203 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-1a89edc86b10cbe14e187 214 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-e9269cbc5cfddf821b0e5 212 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-networking-bagpipe-b7157a23d5bc 179 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-40e13e517b3000a0e4b3 220 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-b50193bb7fec175c371c 210 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-fed3dd97a77904e0c7e904ecea 235 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-c161aa168fab55f9fbff33 201 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-telemetry-tests-tempest-6504ea0 231 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cloudkitty-ui-991ac15db9ddec 233 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 47 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 79 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 141 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 91 kB/s | 3.9 kB 00:00 DEBUG: dlrn-master-testing 161 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 160 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 170 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 90 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 59 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 284 kB/s | 34 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-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.1.el10.x86_64 DEBUG: tzdata-2025b-2.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: 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: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-140.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.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: 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: 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: xz-libs-5.6.2-4.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch 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: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: expat-2.7.1-1.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: xz-5.6.2-4.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.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: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.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-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: libevent-2.1.12-16.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: tar-1.35-7.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.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: libbpf-1.6.0-3.el10.x86_64 DEBUG: libstdc++-devel-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-1.0.8-25.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: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libbrotli-1.1.0-6.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: 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.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.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-rpm-generators-14-12.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: gcc-c++-14.3.1-2.1.el10.x86_64 DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/RPMS DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SPECS DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SRPMS DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/BUILD DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/BUILDROOT DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/originals DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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', '1000', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/.initialized Finish: chroot init Start: build phase for python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.src.rpm Start: build setup for python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.src.rpm DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-Uvh', '--nodeps', '/builddir/build/originals/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.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: python-glanceclient-1:4.10.0-0.2025101######################################## DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qpl', '/builddir/build/originals/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.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: python-glanceclient-4.10.0-0.20251014002906.d46a9bf.tar.gz DEBUG: python-glanceclient.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/python-glanceclient.spec'], chrootPath='/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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=1000gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-glanceclient.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/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root//builddir/build/SRPMS/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.src.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root//builddir/build/SRPMS/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.src.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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 13 20:30:21 2025. DEBUG: Package git-core-2.47.3-1.el10.x86_64 is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ======================================================================================================= DEBUG: Package Arch Version Repository Size DEBUG: ======================================================================================================= DEBUG: Installing: DEBUG: openstack-macros noarch 2023.1.0-0.20250702055156.ce6a105.el10 delorean-component-common 22 k DEBUG: pyproject-rpm-macros noarch 1.16.2-1.el10 crb 46 k DEBUG: Transaction Summary DEBUG: ======================================================================================================= DEBUG: Install 2 Packages DEBUG: Total size: 68 k DEBUG: Installed size: 158 k DEBUG: Downloading Packages: DEBUG: [SKIPPED] openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch.rpm: Already downloaded 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/2 DEBUG: Installing : openstack-macros-2023.1.0-0.20250702055156.ce6a105.e 2/2 DEBUG: Running scriptlet: openstack-macros-2023.1.0-0.20250702055156.ce6a105.e 2/2 DEBUG: Installed: DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch 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-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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 python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.src.rpm Start: rpmbuild python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.src.rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.1.el10.x86_64 DEBUG: tzdata-2025b-2.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: 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: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-140.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.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: 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: 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: xz-libs-5.6.2-4.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch 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: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: expat-2.7.1-1.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: xz-5.6.2-4.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.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: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.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-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: libevent-2.1.12-16.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: tar-1.35-7.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.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: libbpf-1.6.0-3.el10.x86_64 DEBUG: libstdc++-devel-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-1.0.8-25.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: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libbrotli-1.1.0-6.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: 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.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.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-rpm-generators-14-12.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: gcc-c++-14.3.1-2.1.el10.x86_64 DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.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-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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/python-glanceclient.spec'], chrootPath='/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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=1000gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/python-glanceclient.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.k72x16 DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd /builddir/build/BUILD DEBUG: + rm -rf python-glanceclient-4.10.0 DEBUG: + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.tar.gz DEBUG: + STATUS=0 DEBUG: + '[' 0 -ne 0 ']' DEBUG: + cd python-glanceclient-4.10.0 DEBUG: + rm -rf /builddir/build/BUILD/python-glanceclient-4.10.0-SPECPARTS DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILD/python-glanceclient-4.10.0-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 'python-glanceclient-4.10.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: + 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: + sed -i '/sphinx-build/ s/-W//' tox.ini DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order tempest 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 tempest 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 tempest 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 tempest 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 tempest 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 tempest DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^tempest.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^tempest.*/d' test-requirements.txt DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.rcHRXq DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd python-glanceclient-4.10.0 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + '[' -f setup.py ']' DEBUG: + echo 'python3dist(setuptools) >= 40.8' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/python-glanceclient-4.10.0/.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/python-glanceclient-4.10.0/.pyproject-builddir DEBUG: + RPM_TOXENV=py312,docs DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/python-glanceclient-4.10.0/pyproject-wheeldir --output /builddir/build/BUILD/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling setuptools >= 40.8 from default build backend DEBUG: Requirement satisfied: setuptools >= 40.8 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement not satisfied: wheel DEBUG: Handling pbr>=2.0.0 from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Exiting dependency generation pass: get_requires_for_build_wheel DEBUG: + cat /builddir/build/BUILD/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.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/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SRPMS/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.buildreqs.nosrc.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SRPMS/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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 13 20:30:21 2025. DEBUG: Package git-core-2.47.3-1.el10.x86_64 is already installed. 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-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-pip-23.3.2-7.el10.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-12.el10.noarch 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-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.1.el10.x86_64 DEBUG: tzdata-2025b-2.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: 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: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-140.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.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: 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: 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: xz-libs-5.6.2-4.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch 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: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: expat-2.7.1-1.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: xz-5.6.2-4.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.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: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.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-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: libevent-2.1.12-16.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: tar-1.35-7.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.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: libbpf-1.6.0-3.el10.x86_64 DEBUG: libstdc++-devel-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-1.0.8-25.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: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libbrotli-1.1.0-6.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: 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.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.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-rpm-generators-14-12.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: gcc-c++-14.3.1-2.1.el10.x86_64 DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.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-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.1.el10.x86_64 DEBUG: tzdata-2025b-2.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: 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: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-140.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.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: 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: 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: xz-libs-5.6.2-4.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch 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: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: expat-2.7.1-1.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: xz-5.6.2-4.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.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: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.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-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: libevent-2.1.12-16.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: tar-1.35-7.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.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: libbpf-1.6.0-3.el10.x86_64 DEBUG: libstdc++-devel-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-1.0.8-25.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: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libbrotli-1.1.0-6.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: 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.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.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-rpm-generators-14-12.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: gcc-c++-14.3.1-2.1.el10.x86_64 DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.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-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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/python-glanceclient.spec'], chrootPath='/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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=1000gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/python-glanceclient.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.6PuiNq DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd python-glanceclient-4.10.0 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + '[' -f setup.py ']' DEBUG: + echo 'python3dist(setuptools) >= 40.8' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/python-glanceclient-4.10.0/.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/python-glanceclient-4.10.0/.pyproject-builddir DEBUG: + RPM_TOXENV=py312,docs DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/python-glanceclient-4.10.0/pyproject-wheeldir --output /builddir/build/BUILD/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling setuptools >= 40.8 from default build backend DEBUG: Requirement satisfied: setuptools >= 40.8 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>=2.0.0 from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr>=2.0.0 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/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.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/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SRPMS/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.buildreqs.nosrc.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SRPMS/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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:08 ago on Mon Oct 13 20:30:21 2025. DEBUG: Package git-core-2.47.3-1.el10.x86_64 is already installed. 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-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-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: 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-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.1.el10.x86_64 DEBUG: tzdata-2025b-2.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: 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: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-140.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.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: 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: 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: xz-libs-5.6.2-4.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch 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: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: expat-2.7.1-1.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: xz-5.6.2-4.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.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: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.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-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: libevent-2.1.12-16.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: tar-1.35-7.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.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: libbpf-1.6.0-3.el10.x86_64 DEBUG: libstdc++-devel-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-1.0.8-25.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: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libbrotli-1.1.0-6.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: 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.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.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-rpm-generators-14-12.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: gcc-c++-14.3.1-2.1.el10.x86_64 DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.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-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.1.el10.x86_64 DEBUG: tzdata-2025b-2.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: 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: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-140.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.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: 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: 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: xz-libs-5.6.2-4.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch 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: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: expat-2.7.1-1.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: xz-5.6.2-4.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.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: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.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-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: libevent-2.1.12-16.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: tar-1.35-7.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.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: libbpf-1.6.0-3.el10.x86_64 DEBUG: libstdc++-devel-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-1.0.8-25.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: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libbrotli-1.1.0-6.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: 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.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.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-rpm-generators-14-12.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: gcc-c++-14.3.1-2.1.el10.x86_64 DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.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-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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/python-glanceclient.spec'], chrootPath='/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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=1000gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/python-glanceclient.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.pnvQTZ DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd python-glanceclient-4.10.0 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + '[' -f setup.py ']' DEBUG: + echo 'python3dist(setuptools) >= 40.8' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/python-glanceclient-4.10.0/.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/python-glanceclient-4.10.0/.pyproject-builddir DEBUG: + RPM_TOXENV=py312,docs DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/python-glanceclient-4.10.0/pyproject-wheeldir --output /builddir/build/BUILD/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling setuptools >= 40.8 from default build backend DEBUG: Requirement satisfied: setuptools >= 40.8 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>=2.0.0 from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr>=2.0.0 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 ✔ in 0.01 seconds DEBUG: py312: OK (0.01 seconds) DEBUG: docs: OK (0.01 seconds) DEBUG: congratulations :) (0.07 seconds) DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling pbr!=2.1.0,>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pbr!=2.1.0,>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling PrettyTable>=0.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: PrettyTable>=0.7.1 DEBUG: Handling keystoneauth1>=3.6.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: keystoneauth1>=3.6.2 DEBUG: Handling requests>=2.14.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: requests>=2.14.2 DEBUG: Handling warlock>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: warlock>=1.2.0 DEBUG: Handling oslo.utils>=3.33.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.utils>=3.33.0 DEBUG: Handling oslo.i18n>=3.15.3 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.i18n>=3.15.3 DEBUG: Handling wrapt>=1.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: wrapt>=1.7.0 DEBUG: Handling pyOpenSSL>=17.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: pyOpenSSL>=17.1.0 DEBUG: Handling coverage!=4.4,>=4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: coverage!=4.4,>=4.0 DEBUG: Handling os-client-config>=1.28.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: os-client-config>=1.28.0 DEBUG: Handling stestr>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: stestr>=2.0.0 DEBUG: Handling testtools>=2.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: testtools>=2.2.0 DEBUG: Handling testscenarios>=0.4 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: testscenarios>=0.4 DEBUG: Handling ddt>=1.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: ddt>=1.2.1 DEBUG: Handling fixtures>=3.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: fixtures>=3.0.0 DEBUG: Handling requests-mock>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: requests-mock>=1.2.0 DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling pbr!=2.1.0,>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pbr!=2.1.0,>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling PrettyTable>=0.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: PrettyTable>=0.7.1 DEBUG: Handling keystoneauth1>=3.6.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: keystoneauth1>=3.6.2 DEBUG: Handling requests>=2.14.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: requests>=2.14.2 DEBUG: Handling warlock>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: warlock>=1.2.0 DEBUG: Handling oslo.utils>=3.33.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.utils>=3.33.0 DEBUG: Handling oslo.i18n>=3.15.3 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.i18n>=3.15.3 DEBUG: Handling wrapt>=1.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: wrapt>=1.7.0 DEBUG: Handling pyOpenSSL>=17.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: pyOpenSSL>=17.1.0 DEBUG: Handling openstackdocstheme>=2.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: openstackdocstheme>=2.2.1 DEBUG: Handling reno>=3.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: reno>=3.1.0 DEBUG: Handling sphinx>=2.0.0,!=2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: sphinx>=2.0.0,!=2.1.0 DEBUG: Handling sphinxcontrib-apidoc>=0.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: sphinxcontrib-apidoc>=0.2.0 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 python_glanceclient.egg-info/PKG-INFO DEBUG: writing dependency_links to python_glanceclient.egg-info/dependency_links.txt DEBUG: writing entry points to python_glanceclient.egg-info/entry_points.txt DEBUG: writing requirements to python_glanceclient.egg-info/requires.txt DEBUG: writing top-level names to python_glanceclient.egg-info/top_level.txt DEBUG: writing pbr to python_glanceclient.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 'python_glanceclient.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/python-glanceclient-4.10.0/python_glanceclient-4.10.0.dist-info' DEBUG: Handling pbr !=2.1.0,>=2.0.0 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: pbr !=2.1.0,>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling PrettyTable >=0.7.1 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement not satisfied: PrettyTable >=0.7.1 DEBUG: Handling keystoneauth1 >=3.6.2 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement not satisfied: keystoneauth1 >=3.6.2 DEBUG: Handling requests >=2.14.2 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement not satisfied: requests >=2.14.2 DEBUG: Handling warlock >=1.2.0 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement not satisfied: warlock >=1.2.0 DEBUG: Handling oslo.utils >=3.33.0 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement not satisfied: oslo.utils >=3.33.0 DEBUG: Handling oslo.i18n >=3.15.3 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement not satisfied: oslo.i18n >=3.15.3 DEBUG: Handling wrapt >=1.7.0 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement not satisfied: wrapt >=1.7.0 DEBUG: Handling pyOpenSSL >=17.1.0 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement not satisfied: pyOpenSSL >=17.1.0 DEBUG: + cat /builddir/build/BUILD/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv python_glanceclient-4.10.0.dist-info/ DEBUG: removed 'python_glanceclient-4.10.0.dist-info/entry_points.txt' DEBUG: removed 'python_glanceclient-4.10.0.dist-info/pbr.json' DEBUG: removed 'python_glanceclient-4.10.0.dist-info/top_level.txt' DEBUG: removed 'python_glanceclient-4.10.0.dist-info/METADATA' DEBUG: removed 'python_glanceclient-4.10.0.dist-info/LICENSE' DEBUG: removed 'python_glanceclient-4.10.0.dist-info/AUTHORS' DEBUG: removed directory 'python_glanceclient-4.10.0.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Wrote: /builddir/build/SRPMS/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SRPMS/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.buildreqs.nosrc.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SRPMS/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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:12 ago on Mon Oct 13 20:30:21 2025. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package git-core-2.47.3-1.el10.x86_64 is already installed. 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-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-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 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: Dependencies resolved. DEBUG: ======================================================================================================================= DEBUG: Package Arch Version Repository Size DEBUG: ======================================================================================================================= DEBUG: Installing: DEBUG: python3-coverage x86_64 7.3.2-5.el10s delorean-master-testing 358 k DEBUG: python3-ddt noarch 1.6.0-1.el10s delorean-master-testing 21 k DEBUG: python3-fixtures noarch 4.2.2-1.el10s delorean-master-testing 111 k DEBUG: python3-keystoneauth1 noarch 5.12.0-0.20250905092839.4f0414d.el10 delorean-component-keystone 554 k DEBUG: python3-openstackdocstheme noarch 3.0.0-10.el10s delorean-master-build-deps 934 k DEBUG: python3-os-client-config noarch 2.3.0-0.20250722070834.d1e2fe7.el10 delorean-component-clients 58 k DEBUG: python3-oslo-i18n noarch 6.6.0-0.20250903121520.fc51cd8.el10 delorean-component-common 64 k DEBUG: python3-oslo-utils noarch 9.1.0-0.20250903120622.c9dd062.el10 delorean-component-common 130 k DEBUG: python3-prettytable noarch 3.6.0-10.el10 appstream 68 k DEBUG: python3-pyOpenSSL noarch 24.2.1-1.el10s delorean-master-testing 121 k DEBUG: python3-reno noarch 4.1.0-0.20250212114939.47651ec.el10 delorean-component-common 139 k DEBUG: python3-requests noarch 2.32.4-1.el10 baseos 156 k DEBUG: python3-requests-mock noarch 1.12.1-1.el10s delorean-master-testing 49 k DEBUG: python3-sphinx noarch 1:7.2.6-10.el10 crb 2.7 M DEBUG: python3-sphinxcontrib-apidoc noarch 0.5.0-1.el10s delorean-master-build-deps 20 k DEBUG: python3-stestr noarch 4.1.0-1.el10s delorean-master-testing 194 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-warlock noarch 2.0.1-8.el10s delorean-master-testing 22 k DEBUG: python3-wrapt x86_64 1.17.1-1.el10s delorean-master-testing 68 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: avahi-libs x86_64 0.9~rc2-2.el10 baseos 68 k 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: 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: dbus-libs x86_64 1:1.14.10-5.el10 baseos 156 k DEBUG: default-fonts-core-sans noarch 4.1-3.el10 baseos 30 k DEBUG: duktape x86_64 2.7.0-10.el10 baseos 170 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: freetype x86_64 2.13.2-8.el10 baseos 409 k DEBUG: fribidi x86_64 1.0.14-4.el10 appstream 93 k DEBUG: gd x86_64 2.3.3-22.el10 appstream 133 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: 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: 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: harfbuzz x86_64 8.4.0-6.el10 baseos 992 k DEBUG: imath x86_64 3.1.10-4.el10 appstream 97 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: lcms2 x86_64 2.16-6.el10 appstream 182 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: libassuan x86_64 2.5.6-6.el10 baseos 69 k DEBUG: libdatrie x86_64 0.2.13-11.el10 appstream 33 k DEBUG: libgcrypt x86_64 1.11.0-6.el10 baseos 587 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: 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: libpaper x86_64 1:2.1.1-7.el10 appstream 28 k DEBUG: libpng x86_64 2:1.6.40-8.el10 baseos 120 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: libsecret x86_64 0.21.2-8.el10 appstream 196 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: libusb1 x86_64 1.0.28-1.el10 baseos 78 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: libyaml x86_64 0.2.5-16.el10 baseos 62 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: 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: pango x86_64 1.54.0-3.el10 appstream 354 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: pixman x86_64 0.43.4-2.el10 appstream 286 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: python-oslo-i18n-lang noarch 6.6.0-0.20250903121520.fc51cd8.el10 delorean-component-common 14 k DEBUG: python-oslo-utils-lang noarch 9.1.0-0.20250903120622.c9dd062.el10 delorean-component-common 13 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-babel noarch 2.13.1-5.el10 crb 7.0 M DEBUG: python3-cffi x86_64 1.16.0-7.el10 baseos 308 k DEBUG: python3-charset-normalizer noarch 3.4.2-1.el10 baseos 112 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-docutils noarch 0.20.1-5.el10 appstream 1.1 M DEBUG: python3-dogpile-cache noarch 1.3.3-1.el10s delorean-master-testing 122 k DEBUG: python3-dulwich x86_64 0.22.1-2.el10s delorean-master-testing 522 k DEBUG: python3-extras noarch 1.0.0-36.el10s delorean-master-testing 15 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-iso8601 noarch 2.1.0-3.el10s delorean-master-testing 23 k DEBUG: python3-jinja2 noarch 3.1.6-1.el10 appstream 327 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 noarch 4.19.1-7.el10 baseos 206 k DEBUG: python3-jsonschema-specifications noarch 2023.11.2-6.el10 baseos 29 k DEBUG: python3-mako noarch 1.2.3-9.el10 appstream 225 k DEBUG: python3-markupsafe x86_64 2.1.3-6.el10 appstream 32 k DEBUG: python3-netaddr noarch 1.3.0-2.el10 appstream 1.7 M DEBUG: python3-openstacksdk noarch 4.6.0-0.20250618072004.d2c6574.el10 delorean-component-clients 1.0 M DEBUG: python3-os-service-types noarch 1.8.0-0.20250722070657.dbbc067.el10 delorean-component-clients 42 k DEBUG: python3-ply noarch 3.11-25.el10 baseos 134 k DEBUG: python3-psutil x86_64 5.9.8-6.el10 appstream 269 k DEBUG: python3-pycparser noarch 2.20-16.el10 baseos 158 k DEBUG: python3-pygments noarch 2.18.0-1.el10 crb 2.1 M 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-pyyaml x86_64 6.0.1-19.el10 baseos 236 k DEBUG: python3-referencing noarch 0.31.1-6.el10 baseos 82 k DEBUG: python3-requestsexceptions noarch 1.4.0-0.20250213133424.d7ac0ff.el10 delorean-component-common 16 k DEBUG: python3-rpds-py x86_64 0.17.1-6.el10 baseos 298 k DEBUG: python3-sphinx-theme-alabaster noarch 0.7.16-5.el10 crb 27 k DEBUG: python3-stevedore noarch 5.5.0-0.20250903121709.3c04bde.el10 delorean-component-clients 79 k DEBUG: python3-subunit noarch 1.4.4-5.el10s delorean-master-testing 123 k DEBUG: python3-tomlkit noarch 0.13.2-1.el10s delorean-master-testing 111 k DEBUG: python3-urllib3 noarch 1.26.19-2.el10 baseos 281 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: redhat-text-vf-fonts noarch 4.1.0-1.el10 baseos 354 k DEBUG: rsvg-pixbuf-loader x86_64 2.57.1-9.el10 appstream 16 k DEBUG: shared-mime-info x86_64 2.3-8.el10 baseos 592 k DEBUG: tpm2-tss x86_64 4.1.3-5.el10 baseos 438 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: xml-common noarch 0.6.3-65.el10 appstream 32 k DEBUG: Installing weak dependencies: DEBUG: ImageMagick x86_64 6.9.12.98-1.el10s delorean-master-build-deps 78 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: 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: Transaction Summary DEBUG: ======================================================================================================================= DEBUG: Install 175 Packages DEBUG: Total size: 74 M DEBUG: Total download size: 80 k DEBUG: Installed size: 283 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.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-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.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-utils-lang-9.1.0-0.20250903120622.c9dd062.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-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] avahi-libs-0.9~rc2-2.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] 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] duktape-2.7.0-10.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] glib2-2.80.4-8.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] harfbuzz-8.4.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libassuan-2.5.6-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgcrypt-1.11.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgpg-error-1.50-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libksba-1.6.7-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpng-1.6.40-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libusb1-1.0.28-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libyaml-0.2.5-16.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] npth-1.6-21.el10.x86_64.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] 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] 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-charset-normalizer-3.4.2-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cryptography-43.0.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-decorator-5.1.1-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-idna-3.7-4.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-requests-2.32.4-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rpds-py-0.17.1-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-urllib3-1.26.19-2.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wcwidth-0.2.6-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] redhat-text-vf-fonts-4.1.0-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] shared-mime-info-2.3-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] tpm2-tss-4.1.3-5.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] 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] fontconfig-2.15.0-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] fribidi-1.0.14-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gd-2.3.3-22.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gdk-pixbuf2-2.42.12-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gnupg2-smime-2.4.5-2.el10.x86_64.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] 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] 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] 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] 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] pango-1.54.0-3.el10.x86_64.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] python3-docutils-0.20.1-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jinja2-3.1.6-1.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-mako-1.2.3-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-markupsafe-2.1.3-6.el10.x86_64.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] rsvg-pixbuf-loader-2.57.1-9.el10.x86_64.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] 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-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-autopage-0.5.2-8.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cmd2-2.5.8-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-coverage-7.3.2-5.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-ddt-1.6.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dogpile-cache-1.3.3-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dulwich-0.22.1-2.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-extras-1.0.0-36.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-fixtures-4.2.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-iso8601-2.1.0-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyOpenSSL-24.2.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyperclip-1.8.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-requests-mock-1.12.1-1.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-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-voluptuous-0.15.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wrapt-1.17.1-1.el10s.x86_64.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: [SKIPPED] python3-openstackdocstheme-3.0.0-10.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinxcontrib-apidoc-0.5.0-1.el10s.noarch.rpm: Already downloaded DEBUG: (174/175): python3-warlock-2.0.1-8.el10s.noarch 712 kB/s | 22 kB 00:00 DEBUG: (175/175): python3-os-client-config-2.3.0-0.202 1.4 MB/s | 58 kB 00:00 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 1.4 MB/s | 80 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 : libpng-2:1.6.40-8.el10.x86_64 1/175 DEBUG: Installing : libjpeg-turbo-3.0.2-4.el10.x86_64 2/175 DEBUG: Installing : libgpg-error-1.50-2.el10.x86_64 3/175 DEBUG: Installing : nspr-4.36.0-4.el10.x86_64 4/175 DEBUG: Installing : libassuan-2.5.6-6.el10.x86_64 5/175 DEBUG: Installing : fonts-filesystem-1:2.0.5-18.el10.noarch 6/175 DEBUG: Installing : urw-base35-fonts-common-20200910-21.el10.noarch 7/175 DEBUG: Installing : nss-util-3.112.0-4.el10.x86_64 8/175 DEBUG: Installing : python3-iso8601-2.1.0-3.el10s.noarch 9/175 DEBUG: Installing : libwebp-1.3.2-8.el10.x86_64 10/175 DEBUG: Installing : lcms2-2.16-6.el10.x86_64 11/175 DEBUG: Installing : gnutls-3.8.10-2.el10.x86_64 12/175 DEBUG: Installing : glib2-2.80.4-8.el10.x86_64 13/175 DEBUG: Installing : polkit-libs-125-4.el10.x86_64 14/175 DEBUG: Installing : python3-testtools-2.7.2-1.bootstrap.el10s.noarch 15/175 DEBUG: Installing : openjpeg2-2.5.2-5.el10.x86_64 16/175 DEBUG: Installing : libICE-1.1.1-5.el10.x86_64 17/175 DEBUG: Installing : python3-stevedore-5.5.0-0.20250903121709.3c04bde 18/175 DEBUG: Installing : libSM-1.2.4-5.el10.x86_64 19/175 DEBUG: Installing : libgcrypt-1.11.0-6.el10.x86_64 20/175 DEBUG: Installing : libksba-1.6.7-2.el10.x86_64 21/175 DEBUG: Installing : python3-babel-2.13.1-5.el10.noarch 22/175 DEBUG: Installing : python3-psutil-5.9.8-6.el10.x86_64 23/175 DEBUG: Installing : python3-markupsafe-2.1.3-6.el10.x86_64 24/175 DEBUG: Installing : libtool-ltdl-2.4.7-13.el10.x86_64 25/175 DEBUG: Installing : jbigkit-libs-2.1-31.el10.x86_64 26/175 DEBUG: Installing : fribidi-1.0.14-4.el10.x86_64 27/175 DEBUG: Installing : adobe-mappings-cmap-20230622-5.el10.noarch 28/175 DEBUG: Installing : python3-wcwidth-0.2.6-6.el10.noarch 29/175 DEBUG: Installing : python3-rpds-py-0.17.1-6.el10.x86_64 30/175 DEBUG: Installing : python3-idna-3.7-4.el10.noarch 31/175 DEBUG: Installing : python3-urllib3-1.26.19-2.el10.noarch 32/175 DEBUG: Installing : python3-dulwich-0.22.1-2.el10s.x86_64 33/175 DEBUG: Installing : python3-decorator-5.1.1-12.el10.noarch 34/175 DEBUG: Installing : python3-attrs-23.2.0-7.el10.noarch 35/175 DEBUG: Installing : python3-referencing-0.31.1-6.el10.noarch 36/175 DEBUG: Installing : npth-1.6-21.el10.x86_64 37/175 DEBUG: Installing : python3-os-service-types-1.8.0-0.20250722070657. 38/175 DEBUG: Installing : python3-jsonschema-specifications-2023.11.2-6.el 39/175 DEBUG: Installing : python3-jsonschema-4.19.1-7.el10.noarch 40/175 DEBUG: Installing : python3-prettytable-3.6.0-10.el10.noarch 41/175 DEBUG: Installing : adobe-mappings-cmap-deprecated-20230622-5.el10.n 42/175 DEBUG: Installing : python3-jinja2-3.1.6-1.el10.noarch 43/175 DEBUG: Installing : python3-mako-1.2.3-9.el10.noarch 44/175 DEBUG: Installing : python3-dogpile-cache-1.3.3-1.el10s.noarch 45/175 DEBUG: Installing : python3-subunit-1.4.4-5.el10s.noarch 46/175 DEBUG: Installing : shared-mime-info-2.3-8.el10.x86_64 47/175 DEBUG: Running scriptlet: shared-mime-info-2.3-8.el10.x86_64 47/175 DEBUG: Installing : gdk-pixbuf2-2.42.12-4.el10.x86_64 48/175 DEBUG: Installing : libsecret-0.21.2-8.el10.x86_64 49/175 DEBUG: Installing : pinentry-1.3.1-1.el10.x86_64 50/175 DEBUG: Installing : liblqr-1-0.4.2-26.el10s.x86_64 51/175 DEBUG: Installing : nss-softokn-freebl-3.112.0-4.el10.x86_64 52/175 DEBUG: Installing : nss-softokn-3.112.0-4.el10.x86_64 53/175 DEBUG: Installing : nss-3.112.0-4.el10.x86_64 54/175 DEBUG: Running scriptlet: nss-3.112.0-4.el10.x86_64 54/175 DEBUG: Installing : nss-sysinit-3.112.0-4.el10.x86_64 55/175 DEBUG: Installing : urw-base35-bookman-fonts-20200910-21.el10.noarch 56/175 DEBUG: Running scriptlet: urw-base35-bookman-fonts-20200910-21.el10.noarch 56/175 DEBUG: Installing : urw-base35-c059-fonts-20200910-21.el10.noarch 57/175 DEBUG: Running scriptlet: urw-base35-c059-fonts-20200910-21.el10.noarch 57/175 DEBUG: Installing : urw-base35-d050000l-fonts-20200910-21.el10.noarc 58/175 DEBUG: Running scriptlet: urw-base35-d050000l-fonts-20200910-21.el10.noarc 58/175 DEBUG: Installing : urw-base35-gothic-fonts-20200910-21.el10.noarch 59/175 DEBUG: Running scriptlet: urw-base35-gothic-fonts-20200910-21.el10.noarch 59/175 DEBUG: Installing : urw-base35-nimbus-mono-ps-fonts-20200910-21.el10 60/175 DEBUG: Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10 60/175 DEBUG: Installing : urw-base35-nimbus-roman-fonts-20200910-21.el10.n 61/175 DEBUG: Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-21.el10.n 61/175 DEBUG: Installing : urw-base35-nimbus-sans-fonts-20200910-21.el10.no 62/175 DEBUG: Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-21.el10.no 62/175 DEBUG: Installing : urw-base35-p052-fonts-20200910-21.el10.noarch 63/175 DEBUG: Running scriptlet: urw-base35-p052-fonts-20200910-21.el10.noarch 63/175 DEBUG: Installing : urw-base35-standard-symbols-ps-fonts-20200910-21 64/175 DEBUG: Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-21 64/175 DEBUG: Installing : urw-base35-z003-fonts-20200910-21.el10.noarch 65/175 DEBUG: Running scriptlet: urw-base35-z003-fonts-20200910-21.el10.noarch 65/175 DEBUG: Installing : urw-base35-fonts-20200910-21.el10.noarch 66/175 DEBUG: Installing : redhat-text-vf-fonts-4.1.0-1.el10.noarch 67/175 DEBUG: Installing : jasper-libs-4.1.0-5.el10.x86_64 68/175 DEBUG: Installing : LibRaw-0.21.3-1.el10s.x86_64 69/175 DEBUG: Installing : libwmf-lite-0.2.13-6.el10s.x86_64 70/175 DEBUG: Installing : python3-wrapt-1.17.1-1.el10s.x86_64 71/175 DEBUG: Installing : python3-debtcollector-3.0.0-0.20250212115946.0e6 72/175 DEBUG: Installing : python3-voluptuous-0.15.2-1.el10s.noarch 73/175 DEBUG: Installing : python3-tomlkit-0.13.2-1.el10s.noarch 74/175 DEBUG: Installing : python3-pyperclip-1.8.2-1.el10s.noarch 75/175 DEBUG: Installing : python3-cmd2-2.5.8-1.el10s.noarch 76/175 DEBUG: Installing : python3-fixtures-4.2.2-1.el10s.noarch 77/175 DEBUG: Installing : python3-extras-1.0.0-36.el10s.noarch 78/175 DEBUG: Installing : python3-autopage-0.5.2-8.el10s.noarch 79/175 DEBUG: Installing : python3-sphinx-theme-alabaster-0.7.16-5.el10.noa 80/175 DEBUG: Installing : python3-pygments-2.18.0-1.el10.noarch 81/175 DEBUG: Installing : python3-imagesize-1.4.1-9.el10.noarch 82/175 DEBUG: Running scriptlet: xml-common-0.6.3-65.el10.noarch 83/175 DEBUG: Installing : xml-common-0.6.3-65.el10.noarch 83/175 DEBUG: Installing : python3-netaddr-1.3.0-2.el10.noarch 84/175 DEBUG: Installing : python3-jsonpointer-2.3-9.el10.noarch 85/175 DEBUG: Installing : python3-jsonpatch-1.33-6.el10.noarch 86/175 DEBUG: Installing : python3-jmespath-1.0.1-8.el10.noarch 87/175 DEBUG: Installing : python3-docutils-0.20.1-5.el10.noarch 88/175 DEBUG: Installing : poppler-data-0.4.11-9.el10.noarch 89/175 DEBUG: Installing : pixman-0.43.4-2.el10.x86_64 90/175 DEBUG: Installing : openexr-libs-3.1.10-8.el10.x86_64 91/175 DEBUG: Installing : libpaper-1:2.1.1-7.el10.x86_64 92/175 DEBUG: Installing : liblerc-4.0.0-8.el10.x86_64 93/175 DEBUG: Installing : libtiff-4.6.0-6.el10.x86_64 94/175 DEBUG: Installing : libijs-0.35-24.el10.x86_64 95/175 DEBUG: Installing : libdatrie-0.2.13-11.el10.x86_64 96/175 DEBUG: Installing : libthai-0.1.29-10.el10.x86_64 97/175 DEBUG: Installing : libXau-1.0.11-8.el10.x86_64 98/175 DEBUG: Installing : libxcb-1.17.0-3.el10.x86_64 99/175 DEBUG: Installing : libX11-common-1.8.10-1.el10.noarch 100/175 DEBUG: Installing : libX11-1.8.10-1.el10.x86_64 101/175 DEBUG: Installing : libXrender-0.9.11-8.el10.x86_64 102/175 DEBUG: Installing : libXext-1.3.6-3.el10.x86_64 103/175 DEBUG: Installing : libXpm-3.5.17-5.el10.x86_64 104/175 DEBUG: Installing : libXt-1.3.0-5.el10.x86_64 105/175 DEBUG: Installing : jbig2dec-libs-0.20-7.el10.x86_64 106/175 DEBUG: Installing : imath-3.1.10-4.el10.x86_64 107/175 DEBUG: Installing : adobe-mappings-pdf-20190401-9.el10.noarch 108/175 DEBUG: Running scriptlet: tpm2-tss-4.1.3-5.el10.x86_64 109/175 DEBUG: Installing : tpm2-tss-4.1.3-5.el10.x86_64 109/175 DEBUG: Installing : python3-pyparsing-3.1.1-7.el10.noarch 110/175 DEBUG: Installing : python3-ply-3.11-25.el10.noarch 111/175 DEBUG: Installing : python3-pycparser-2.20-16.el10.noarch 112/175 DEBUG: Installing : python3-cffi-1.16.0-7.el10.x86_64 113/175 DEBUG: Installing : python3-cryptography-43.0.0-4.el10.x86_64 114/175 DEBUG: Installing : python3-charset-normalizer-3.4.2-1.el10.noarch 115/175 DEBUG: Installing : python3-requests-2.32.4-1.el10.noarch 116/175 DEBUG: Installing : python3-keystoneauth1-5.12.0-0.20250905092839.4f 117/175 DEBUG: Installing : pcsc-lite-libs-2.2.3-2.el10.x86_64 118/175 DEBUG: Installing : libyaml-0.2.5-16.el10.x86_64 119/175 DEBUG: Installing : python3-pyyaml-6.0.1-19.el10.x86_64 120/175 DEBUG: Installing : python3-cliff-4.10.0-0.20250618070037.af17b57.el 121/175 DEBUG: Installing : libusb1-1.0.28-1.el10.x86_64 122/175 DEBUG: Installing : graphite2-1.3.14-17.el10.x86_64 123/175 DEBUG: Installing : harfbuzz-8.4.0-6.el10.x86_64 124/175 DEBUG: Installing : freetype-2.13.2-8.el10.x86_64 125/175 DEBUG: Installing : libraqm-0.10.1-2.el10s.x86_64 126/175 DEBUG: Installing : google-noto-fonts-common-20240401-5.el10.noarch 127/175 DEBUG: Installing : google-noto-sans-vf-fonts-20240401-5.el10.noarch 128/175 DEBUG: Installing : default-fonts-core-sans-4.1-3.el10.noarch 129/175 DEBUG: Installing : fontconfig-2.15.0-7.el10.x86_64 130/175 DEBUG: Running scriptlet: fontconfig-2.15.0-7.el10.x86_64 130/175 DEBUG: Installing : cairo-1.18.2-2.el10.x86_64 131/175 DEBUG: Installing : cairo-gobject-1.18.2-2.el10.x86_64 132/175 DEBUG: Installing : gd-2.3.3-22.el10.x86_64 133/175 DEBUG: Installing : libXft-2.3.8-8.el10.x86_64 134/175 DEBUG: Installing : pango-1.54.0-3.el10.x86_64 135/175 DEBUG: Installing : librsvg2-2.57.1-9.el10.x86_64 136/175 DEBUG: Installing : rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 137/175 DEBUG: Installing : google-droid-sans-fonts-20200215-22.el10.noarch 138/175 DEBUG: Installing : duktape-2.7.0-10.el10.x86_64 139/175 DEBUG: Running scriptlet: polkit-125-4.el10.x86_64 140/175 DEBUG: Installing : polkit-125-4.el10.x86_64 140/175 DEBUG: Running scriptlet: polkit-125-4.el10.x86_64 140/175 DEBUG: Installing : polkit-pkla-compat-0.1-30.el10.x86_64 141/175 DEBUG: Installing : pcsc-lite-ccid-1.6.0-2.el10.x86_64 142/175 DEBUG: Running scriptlet: pcsc-lite-ccid-1.6.0-2.el10.x86_64 142/175 DEBUG: Installing : pcsc-lite-2.2.3-2.el10.x86_64 143/175 DEBUG: Running scriptlet: pcsc-lite-2.2.3-2.el10.x86_64 143/175 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 144/175 DEBUG: Installing : gnupg2-2.4.5-2.el10.x86_64 145/175 DEBUG: Installing : gpgme-1.23.2-6.el10.x86_64 146/175 DEBUG: Installing : gpgmepp-1.23.2-6.el10.x86_64 147/175 DEBUG: Installing : poppler-24.02.0-6.el10.x86_64 148/175 DEBUG: Installing : poppler-glib-24.02.0-6.el10.x86_64 149/175 DEBUG: Installing : dbus-libs-1:1.14.10-5.el10.x86_64 150/175 DEBUG: Installing : avahi-libs-0.9~rc2-2.el10.x86_64 151/175 DEBUG: Installing : cups-filesystem-1:2.4.10-13.el10.noarch 152/175 DEBUG: Installing : cups-libs-1:2.4.10-13.el10.x86_64 153/175 DEBUG: Installing : libgs-10.02.1-16.el10.x86_64 154/175 DEBUG: Installing : graphviz-9.0.0-15.el10.x86_64 155/175 DEBUG: Installing : ImageMagick-libs-6.9.12.98-1.el10s.x86_64 156/175 DEBUG: Installing : ImageMagick-6.9.12.98-1.el10s.x86_64 157/175 DEBUG: Installing : python3-sphinx-1:7.2.6-10.el10.noarch 158/175 DEBUG: Installing : python3-requestsexceptions-1.4.0-0.2025021313342 159/175 DEBUG: Installing : python3-openstacksdk-4.6.0-0.20250618072004.d2c6 160/175 DEBUG: Installing : python-oslo-utils-lang-9.1.0-0.20250903120622.c9 161/175 DEBUG: Installing : python-oslo-i18n-lang-6.6.0-0.20250903121520.fc5 162/175 DEBUG: Installing : python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8 163/175 DEBUG: Installing : python3-oslo-utils-9.1.0-0.20250903120622.c9dd06 164/175 DEBUG: Installing : python3-os-client-config-2.3.0-0.20250722070834. 165/175 DEBUG: Installing : python3-openstackdocstheme-3.0.0-10.el10s.noarch 166/175 DEBUG: Installing : python3-sphinxcontrib-apidoc-0.5.0-1.el10s.noarc 167/175 DEBUG: Installing : python3-stestr-4.1.0-1.el10s.noarch 168/175 DEBUG: Installing : python3-reno-4.1.0-0.20250212114939.47651ec.el10 169/175 DEBUG: Installing : python3-requests-mock-1.12.1-1.el10s.noarch 170/175 DEBUG: Installing : python3-pyOpenSSL-24.2.1-1.el10s.noarch 171/175 DEBUG: Installing : python3-warlock-2.0.1-8.el10s.noarch 172/175 DEBUG: Installing : python3-testscenarios-0.5.0-21.el10s.noarch 173/175 DEBUG: Installing : python3-ddt-1.6.0-1.el10s.noarch 174/175 DEBUG: Installing : python3-coverage-7.3.2-5.el10s.x86_64 175/175 DEBUG: Running scriptlet: urw-base35-bookman-fonts-20200910-21.el10.noarch 175/175 DEBUG: Running scriptlet: urw-base35-c059-fonts-20200910-21.el10.noarch 175/175 DEBUG: Running scriptlet: urw-base35-d050000l-fonts-20200910-21.el10.noarc 175/175 DEBUG: Running scriptlet: urw-base35-gothic-fonts-20200910-21.el10.noarch 175/175 DEBUG: Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10 175/175 DEBUG: Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-21.el10.n 175/175 DEBUG: Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-21.el10.no 175/175 DEBUG: Running scriptlet: urw-base35-p052-fonts-20200910-21.el10.noarch 175/175 DEBUG: Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-21 175/175 DEBUG: Running scriptlet: urw-base35-z003-fonts-20200910-21.el10.noarch 175/175 DEBUG: Running scriptlet: fontconfig-2.15.0-7.el10.x86_64 175/175 DEBUG: Running scriptlet: python3-coverage-7.3.2-5.el10s.x86_64 175/175 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: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.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: dbus-libs-1:1.14.10-5.el10.x86_64 DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: fonts-filesystem-1:2.0.5-18.el10.noarch DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: glib2-2.80.4-8.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: 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: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: imath-3.1.10-4.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: lcms2-2.16-6.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: libassuan-2.5.6-6.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libgs-10.02.1-16.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: libpaper-1:2.1.1-7.el10.x86_64 DEBUG: libpng-2:1.6.40-8.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: libsecret-0.21.2-8.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: libusb1-1.0.28-1.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: libyaml-0.2.5-16.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: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 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: pinentry-1.3.1-1.el10.x86_64 DEBUG: pixman-0.43.4-2.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: python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-cffi-1.16.0-7.el10.x86_64 DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch DEBUG: python3-cmd2-2.5.8-1.el10s.noarch DEBUG: python3-coverage-7.3.2-5.el10s.x86_64 DEBUG: python3-cryptography-43.0.0-4.el10.x86_64 DEBUG: python3-ddt-1.6.0-1.el10s.noarch DEBUG: python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 DEBUG: python3-extras-1.0.0-36.el10s.noarch DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-jinja2-3.1.6-1.el10.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-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.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-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python3-ply-3.11-25.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch DEBUG: python3-pycparser-2.20-16.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-requests-mock-1.12.1-1.el10s.noarch DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-sphinx-1:7.2.6-10.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: python3-sphinxcontrib-apidoc-0.5.0-1.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-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-urllib3-1.26.19-2.el10.noarch DEBUG: python3-voluptuous-0.15.2-1.el10s.noarch DEBUG: python3-warlock-2.0.1-8.el10s.noarch DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-wrapt-1.17.1-1.el10s.x86_64 DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.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: xml-common-0.6.3-65.el10.noarch DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.1.el10.x86_64 DEBUG: tzdata-2025b-2.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: 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: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-140.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.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: 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: 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: xz-libs-5.6.2-4.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch 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: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: expat-2.7.1-1.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: xz-5.6.2-4.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.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: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.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-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: libevent-2.1.12-16.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: tar-1.35-7.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.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: libbpf-1.6.0-3.el10.x86_64 DEBUG: libstdc++-devel-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-1.0.8-25.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: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libbrotli-1.1.0-6.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: 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.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.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-rpm-generators-14-12.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: gcc-c++-14.3.1-2.1.el10.x86_64 DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.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: libpng-1.6.40-8.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: npth-1.6-21.el10.x86_64 DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch DEBUG: python3-subunit-1.4.4-5.el10s.noarch 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: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.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-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: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libwmf-lite-0.2.13-6.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-voluptuous-0.15.2-1.el10s.noarch DEBUG: python3-tomlkit-0.13.2-1.el10s.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-cmd2-2.5.8-1.el10s.noarch DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-extras-1.0.0-36.el10s.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch 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-docutils-0.20.1-5.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-common-1.8.10-1.el10.noarch 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: libXpm-3.5.17-5.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 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-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.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: libusb1-1.0.28-1.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 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: fontconfig-2.15.0-7.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.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: poppler-glib-24.02.0-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: 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-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.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-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch DEBUG: python3-sphinxcontrib-apidoc-0.5.0-1.el10s.noarch DEBUG: python3-stestr-4.1.0-1.el10s.noarch DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch DEBUG: python3-requests-mock-1.12.1-1.el10s.noarch DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch DEBUG: python3-warlock-2.0.1-8.el10s.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-ddt-1.6.0-1.el10s.noarch DEBUG: python3-coverage-7.3.2-5.el10s.x86_64 DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.1.el10.x86_64 DEBUG: tzdata-2025b-2.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: 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: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-140.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.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: 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: 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: xz-libs-5.6.2-4.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch 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: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: expat-2.7.1-1.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: xz-5.6.2-4.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.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: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.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-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: libevent-2.1.12-16.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: tar-1.35-7.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.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: libbpf-1.6.0-3.el10.x86_64 DEBUG: libstdc++-devel-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-1.0.8-25.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: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libbrotli-1.1.0-6.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: 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.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.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-rpm-generators-14-12.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: gcc-c++-14.3.1-2.1.el10.x86_64 DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.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: libpng-1.6.40-8.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: npth-1.6-21.el10.x86_64 DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch DEBUG: python3-subunit-1.4.4-5.el10s.noarch 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: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.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-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: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libwmf-lite-0.2.13-6.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-voluptuous-0.15.2-1.el10s.noarch DEBUG: python3-tomlkit-0.13.2-1.el10s.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-cmd2-2.5.8-1.el10s.noarch DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-extras-1.0.0-36.el10s.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch 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-docutils-0.20.1-5.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-common-1.8.10-1.el10.noarch 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: libXpm-3.5.17-5.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 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-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.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: libusb1-1.0.28-1.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 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: fontconfig-2.15.0-7.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.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: poppler-glib-24.02.0-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: 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-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.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-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch DEBUG: python3-sphinxcontrib-apidoc-0.5.0-1.el10s.noarch DEBUG: python3-stestr-4.1.0-1.el10s.noarch DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch DEBUG: python3-requests-mock-1.12.1-1.el10s.noarch DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch DEBUG: python3-warlock-2.0.1-8.el10s.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-ddt-1.6.0-1.el10s.noarch DEBUG: python3-coverage-7.3.2-5.el10s.x86_64 DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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/python-glanceclient.spec'], chrootPath='/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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=1000gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/python-glanceclient.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.a9ebax DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd python-glanceclient-4.10.0 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + '[' -f setup.py ']' DEBUG: + echo 'python3dist(setuptools) >= 40.8' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/python-glanceclient-4.10.0/.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/python-glanceclient-4.10.0/.pyproject-builddir DEBUG: + RPM_TOXENV=py312,docs DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/python-glanceclient-4.10.0/pyproject-wheeldir --output /builddir/build/BUILD/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling setuptools >= 40.8 from default build backend DEBUG: Requirement satisfied: setuptools >= 40.8 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>=2.0.0 from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr>=2.0.0 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 ✔ in 0.01 seconds DEBUG: py312: OK (0.01 seconds) DEBUG: docs: OK (0.01 seconds) DEBUG: congratulations :) (0.07 seconds) DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling pbr!=2.1.0,>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pbr!=2.1.0,>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling PrettyTable>=0.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PrettyTable>=0.7.1 DEBUG: (installed: PrettyTable 3.6.0) DEBUG: Handling keystoneauth1>=3.6.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystoneauth1>=3.6.2 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling requests>=2.14.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.14.2 DEBUG: (installed: requests 2.32.4) DEBUG: Handling warlock>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: warlock>=1.2.0 DEBUG: (installed: warlock 2.0.1) DEBUG: Handling oslo.utils>=3.33.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.utils>=3.33.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling oslo.i18n>=3.15.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.i18n>=3.15.3 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling wrapt>=1.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: wrapt>=1.7.0 DEBUG: (installed: wrapt 1.17.1) DEBUG: Handling pyOpenSSL>=17.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pyOpenSSL>=17.1.0 DEBUG: (installed: pyOpenSSL 24.2.1) DEBUG: Handling coverage!=4.4,>=4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: coverage!=4.4,>=4.0 DEBUG: (installed: coverage 7.3.2) DEBUG: Handling os-client-config>=1.28.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: os-client-config>=1.28.0 DEBUG: (installed: os-client-config 2.3.0) DEBUG: Handling stestr>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: stestr>=2.0.0 DEBUG: (installed: stestr 4.1.0) DEBUG: Handling testtools>=2.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: testtools>=2.2.0 DEBUG: (installed: testtools 2.7.2) DEBUG: Handling testscenarios>=0.4 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: testscenarios>=0.4 DEBUG: (installed: testscenarios 0.5.0) DEBUG: Handling ddt>=1.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: ddt>=1.2.1 DEBUG: (installed: ddt 1.6.0) DEBUG: Handling fixtures>=3.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: fixtures>=3.0.0 DEBUG: (installed: fixtures 4.2.2) DEBUG: Handling requests-mock>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests-mock>=1.2.0 DEBUG: (installed: requests-mock 1.12.1) DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling pbr!=2.1.0,>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pbr!=2.1.0,>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling PrettyTable>=0.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PrettyTable>=0.7.1 DEBUG: (installed: PrettyTable 3.6.0) DEBUG: Handling keystoneauth1>=3.6.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystoneauth1>=3.6.2 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling requests>=2.14.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.14.2 DEBUG: (installed: requests 2.32.4) DEBUG: Handling warlock>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: warlock>=1.2.0 DEBUG: (installed: warlock 2.0.1) DEBUG: Handling oslo.utils>=3.33.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.utils>=3.33.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling oslo.i18n>=3.15.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.i18n>=3.15.3 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling wrapt>=1.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: wrapt>=1.7.0 DEBUG: (installed: wrapt 1.17.1) DEBUG: Handling pyOpenSSL>=17.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pyOpenSSL>=17.1.0 DEBUG: (installed: pyOpenSSL 24.2.1) DEBUG: Handling openstackdocstheme>=2.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: openstackdocstheme>=2.2.1 DEBUG: (installed: openstackdocstheme 3.0.0) DEBUG: Handling reno>=3.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: reno>=3.1.0 DEBUG: (installed: reno 4.1.0) DEBUG: Handling sphinx>=2.0.0,!=2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinx>=2.0.0,!=2.1.0 DEBUG: (installed: sphinx 7.2.6) DEBUG: Handling sphinxcontrib-apidoc>=0.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinxcontrib-apidoc>=0.2.0 DEBUG: (installed: sphinxcontrib-apidoc 0.5.0) 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 python_glanceclient.egg-info/PKG-INFO DEBUG: writing dependency_links to python_glanceclient.egg-info/dependency_links.txt DEBUG: writing entry points to python_glanceclient.egg-info/entry_points.txt DEBUG: writing requirements to python_glanceclient.egg-info/requires.txt DEBUG: writing top-level names to python_glanceclient.egg-info/top_level.txt DEBUG: writing pbr to python_glanceclient.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 'python_glanceclient.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/python-glanceclient-4.10.0/python_glanceclient-4.10.0.dist-info' DEBUG: Handling pbr !=2.1.0,>=2.0.0 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: pbr !=2.1.0,>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling PrettyTable >=0.7.1 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: PrettyTable >=0.7.1 DEBUG: (installed: PrettyTable 3.6.0) DEBUG: Handling keystoneauth1 >=3.6.2 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: keystoneauth1 >=3.6.2 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling requests >=2.14.2 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: requests >=2.14.2 DEBUG: (installed: requests 2.32.4) DEBUG: Handling warlock >=1.2.0 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: warlock >=1.2.0 DEBUG: (installed: warlock 2.0.1) DEBUG: Handling oslo.utils >=3.33.0 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: oslo.utils >=3.33.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling oslo.i18n >=3.15.3 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: oslo.i18n >=3.15.3 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling wrapt >=1.7.0 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: wrapt >=1.7.0 DEBUG: (installed: wrapt 1.17.1) DEBUG: Handling pyOpenSSL >=17.1.0 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: pyOpenSSL >=17.1.0 DEBUG: (installed: pyOpenSSL 24.2.1) DEBUG: + cat /builddir/build/BUILD/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv python_glanceclient-4.10.0.dist-info/ DEBUG: removed 'python_glanceclient-4.10.0.dist-info/entry_points.txt' DEBUG: removed 'python_glanceclient-4.10.0.dist-info/pbr.json' DEBUG: removed 'python_glanceclient-4.10.0.dist-info/top_level.txt' DEBUG: removed 'python_glanceclient-4.10.0.dist-info/METADATA' DEBUG: removed 'python_glanceclient-4.10.0.dist-info/LICENSE' DEBUG: removed 'python_glanceclient-4.10.0.dist-info/AUTHORS' DEBUG: removed directory 'python_glanceclient-4.10.0.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Wrote: /builddir/build/SRPMS/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SRPMS/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.buildreqs.nosrc.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/builddir/build/SRPMS/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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:27 ago on Mon Oct 13 20:30:21 2025. DEBUG: Package python3-coverage-7.3.2-5.el10s.x86_64 is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-sphinx-1:7.2.6-10.el10.noarch is already installed. DEBUG: Package git-core-2.47.3-1.el10.x86_64 is already installed. 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-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-ddt-1.6.0-1.el10s.noarch is already installed. DEBUG: Package python3-fixtures-4.2.2-1.el10s.noarch is already installed. DEBUG: Package python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch is already installed. DEBUG: Package python3-openstackdocstheme-3.0.0-10.el10s.noarch is already installed. DEBUG: Package python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.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-utils-9.1.0-0.20250903120622.c9dd062.el10.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-pip-23.3.2-7.el10.noarch is already installed. DEBUG: Package python3-prettytable-3.6.0-10.el10.noarch is already installed. DEBUG: Package python3-pyOpenSSL-24.2.1-1.el10s.noarch is already installed. DEBUG: Package python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch is already installed. DEBUG: Package python3-requests-2.32.4-1.el10.noarch is already installed. DEBUG: Package python3-requests-mock-1.12.1-1.el10s.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-12.el10.noarch is already installed. DEBUG: Package python3-sphinxcontrib-apidoc-0.5.0-1.el10s.noarch is already installed. DEBUG: Package python3-stestr-4.1.0-1.el10s.noarch is already installed. DEBUG: Package python3-testscenarios-0.5.0-21.el10s.noarch is already installed. DEBUG: Package python3-testtools-2.7.2-1.bootstrap.el10s.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-warlock-2.0.1-8.el10s.noarch is already installed. DEBUG: Package python3-wheel-1:0.41.2-5.el10.noarch is already installed. DEBUG: Package python3-wrapt-1.17.1-1.el10s.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-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.1.el10.x86_64 DEBUG: tzdata-2025b-2.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: 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: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-140.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.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: 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: 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: xz-libs-5.6.2-4.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch 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: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: expat-2.7.1-1.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: xz-5.6.2-4.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.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: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.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-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: libevent-2.1.12-16.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: tar-1.35-7.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.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: libbpf-1.6.0-3.el10.x86_64 DEBUG: libstdc++-devel-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-1.0.8-25.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: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libbrotli-1.1.0-6.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: 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.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.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-rpm-generators-14-12.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: gcc-c++-14.3.1-2.1.el10.x86_64 DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: info-7.1-6.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.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: libpng-1.6.40-8.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: npth-1.6-21.el10.x86_64 DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch DEBUG: python3-subunit-1.4.4-5.el10s.noarch 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: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.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-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: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libwmf-lite-0.2.13-6.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-voluptuous-0.15.2-1.el10s.noarch DEBUG: python3-tomlkit-0.13.2-1.el10s.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-cmd2-2.5.8-1.el10s.noarch DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-extras-1.0.0-36.el10s.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch 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-docutils-0.20.1-5.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-common-1.8.10-1.el10.noarch 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: libXpm-3.5.17-5.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 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-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.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: libusb1-1.0.28-1.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 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: fontconfig-2.15.0-7.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.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: poppler-glib-24.02.0-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: 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-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.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-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch DEBUG: python3-sphinxcontrib-apidoc-0.5.0-1.el10s.noarch DEBUG: python3-stestr-4.1.0-1.el10s.noarch DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch DEBUG: python3-requests-mock-1.12.1-1.el10s.noarch DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch DEBUG: python3-warlock-2.0.1-8.el10s.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-ddt-1.6.0-1.el10s.noarch DEBUG: python3-coverage-7.3.2-5.el10s.x86_64 DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.1.el10.x86_64 1750714831 277140 1c02f2f827e00f5cbfb76b4d7235754f installed DEBUG: tzdata-2025b-2.el10.noarch 1753885217 1903601 0273d4da36c76fc021ad2dba4f45c055 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: 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: kernel-srpm-macros-1.0-25.el10.noarch 1730219807 1949 d8348f4676bb25585ae7919de6bc05ce installed DEBUG: kernel-headers-6.12.0-140.el10.x86_64 1760006583 6927727 ab0839d5fdbb2a960cdc4ce70ac08df9 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: 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: 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: 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: xz-libs-1:5.6.2-4.el10.x86_64 1747138417 219435 66d3e9b1c1e2aa38fe0333c40a9da659 installed DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 1737038253 81060 d26773fabbebe684132db674e56b6cd2 installed DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 1750714831 2974297 fd8c1d8f94d3779d8caa597cb4ac628d installed DEBUG: gmp-1:6.2.1-12.el10.x86_64 1750237266 829840 bb05b021f5d80228398ab6984fb095a8 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: libuuid-2.40.2-13.el10.x86_64 1753880156 38205 a522b14ac5e337e6bb888ed19ef09384 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: mpfr-4.2.1-5.el10.x86_64 1730224547 847869 1b965245c27956c0e33e27d2ca0b0d4a installed DEBUG: readline-8.2-11.el10.x86_64 1730230508 500877 45ca10b09be562eeea8f8e2b169df55f installed DEBUG: popt-1.19-8.el10.x86_64 1730228515 140130 053a20a60e1afd5e3badd2f5d4a638f4 installed DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch 1758876175 122169 ed1d0465d9044a56f7ef483178cd2371 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: 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: gawk-5.3.0-6.el10.x86_64 1730216535 1799421 85779b68a9aff20397bd084b03a23424 installed DEBUG: libmpc-1.3.1-7.el10.x86_64 1730221091 164516 c2758337a2075dd3f6270fde665f31ef installed DEBUG: expat-2.7.1-1.el10.x86_64 1743419389 305164 93657612837e61603161045f890a84d6 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: xz-1:5.6.2-4.el10.x86_64 1747138417 1244792 3dac3447f931ab37d89a44cd3c8b78a9 installed DEBUG: libfdisk-2.40.2-13.el10.x86_64 1753880156 371474 7d8623980f66960cd933bad02ccad7aa 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: libxml2-2.12.5-9.el10.x86_64 1754416424 1811795 b8ce48cf83a829ff6e2c9103eecef8c2 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: sqlite-libs-3.46.1-5.el10.x86_64 1757327519 1575704 8339ce3208f7238f3ee42423f7483d6d installed DEBUG: alternatives-1.30-2.el10.x86_64 1730215254 67921 dacc56c639d072091b65fbccb3a8a2d0 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: json-c-0.18-3.el10.x86_64 1730888062 84642 790ed9f22b49da601d165a7f42803ef5 installed DEBUG: libffi-3.4.4-10.el10.x86_64 1747269976 87536 09add1816293186b6cb76eb3b4e07686 installed DEBUG: libgomp-14.3.1-2.1.el10.x86_64 1750714831 540240 176a91bc08e398a92a099873cb2c6c89 installed DEBUG: libsepol-3.9-1.el10.x86_64 1753299038 853747 b1f0d06af17dca9f5c1d1c972aaced91 installed DEBUG: libselinux-3.9-1.el10.x86_64 1753350351 201773 0258f8e18f2890eb0d7ed5b14f440a59 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: libmount-2.40.2-13.el10.x86_64 1753880156 360114 c86e175495cf78251ebdd168af51d1c3 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: 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: 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: zstd-1.5.5-9.el10.x86_64 1730235146 1632357 84663edbbd66d6925ff9af6ed92e0b42 installed DEBUG: libpsl-0.21.5-6.el10.x86_64 1730221584 82456 e51ba2fb198c78d0192012c64b37224b installed DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 1758549145 460921 c91f72e05b9159bc285548ba34ddd0f5 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-2024.2.69_v8.0.303-102.3.el10.noarch 1730215318 2701731 de08249ae5f7cf022e975101e0ccd147 installed DEBUG: libarchive-3.7.7-4.el10.x86_64 1755170415 957114 5be34bcd0b94d64ca6381ee16ec692f3 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: 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: python3-pip-wheel-23.3.2-7.el10.noarch 1730229430 1600309 2d8ff882a5474646d918d8a659d466e4 installed DEBUG: kmod-libs-31-12.el10.x86_64 1755586286 150598 7aeee35d70dbdf8da4882726162a4f73 installed DEBUG: libevent-2.1.12-16.el10.x86_64 1730220420 917042 bd352550fdb83a3f83d48def858b10a0 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: tar-2:1.35-7.el10.x86_64 1738777241 3097154 f8d3b5a4f39d52f208c74d90ab384c88 installed DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 1730222786 348498 f925a0f3ffd64dce3b2f5a5564bb7fcc installed DEBUG: zip-3.0-45.el10.x86_64 1751450411 730233 9c04520218a965e62771717a002d3fc1 installed DEBUG: cpp-14.3.1-2.1.el10.x86_64 1750714831 40400337 5e61dc5d1e145602e20a950c74768f63 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: libbpf-2:1.6.0-3.el10.x86_64 1755087975 436788 f75f288f5635c5707ca9b1c930abdc9a installed DEBUG: libstdc++-devel-14.3.1-2.1.el10.x86_64 1750714831 16255142 32b17497a3bfb42c3e82d4331c8658f0 installed DEBUG: bzip2-1.0.8-25.el10.x86_64 1737038253 95093 499d5be2f4267c6f95c8a8abf0a8c59f 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: keyutils-libs-1.6.3-5.el10.x86_64 1730219803 55667 f3fa3cffd844c72bbd66724696a99bc4 installed DEBUG: libbrotli-1.1.0-6.el10.x86_64 1730215202 865794 afbddda59d52fa99a76d2576ffe3d9d9 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: 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.1.el10.x86_64 1750714831 114762250 da2e8a92a88b52ed9f72e5085174977a installed DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 1754477902 1035841 28fce0cb205564a6788c34b08b2b8968 installed DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 1750714831 57970 430960e4b2bc067deb0c6df9951097d6 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-rpm-generators-14-12.el10.noarch 1730229620 83703 dd85a9253f6c833cd79c2e17d00a470d installed DEBUG: python3-pip-23.3.2-7.el10.noarch 1730229430 14859218 31e43046c676e62f524678e36656ed8c installed DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch 1739541276 469225 b16715f7769c47ca01364dd8cf4e2fba installed DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch 1730229721 315016 8b0171b157b9722d621b59a5e754878b installed DEBUG: python3-devel-3.12.11-3.el10.x86_64 1756120471 1336363 79e9825f61a722d77865667fee787628 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: gcc-c++-14.3.1-2.1.el10.x86_64 1750714831 43833432 086d4a2ed4ca255f4b4b3f6744ac564a installed DEBUG: authselect-1.5.0-8.el10.x86_64 1730215145 160761 4900e595754d431a53a35a510aeecb7f installed DEBUG: which-2.21-44.el10.x86_64 1751378208 81642 d5552843c23d6b8cfabde4653c8bb771 installed DEBUG: info-7.1-6.el10.x86_64 1733219153 370090 3b1b841257807d71c94941999708976a installed DEBUG: systemd-rpm-macros-257-16.el10.noarch 1759411788 10938 540cca8234358790acaaed13bc58faa0 installed DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch 1731588881 116503 57cf0d789d5e7802c3cb75324fc925c2 installed DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch 1751435630 45488 67587d28ddaebed51a9e23cec015074c 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: libpng-2:1.6.40-8.el10.x86_64 1730221757 243478 761a1596d44c02eeea2caefd14570a5f installed DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 1730221221 869267 fa5f7bc2359e8b54f34e14b9dcb0ea7d installed DEBUG: libgpg-error-1.50-2.el10.x86_64 1730220796 906740 dd810ef1e50b1f57c4b7b680644ab4fa 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: fonts-filesystem-1:2.0.5-18.el10.noarch 1730216344 0 5b562284b8ae5a306943d7ecf1d4033a installed DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch 1730233556 38280 f2fc1392d4f3a7990994c83a79e42b9c installed DEBUG: nss-util-3.112.0-4.el10.x86_64 1754617146 213736 2c5507ee324a1eb446b15fa90dc42807 installed DEBUG: python3-iso8601-2.1.0-3.el10s.noarch 1738058890 52152 b88415a2b3711250a8dc0f772fa96c12 installed DEBUG: libwebp-1.3.2-8.el10.x86_64 1730222912 808370 b22e3b937f3e63b8b4f5a4e515aace20 installed DEBUG: lcms2-2.16-6.el10.x86_64 1730219868 434995 a11d13644b53fb5baed0acaa7e1e34e0 installed DEBUG: gnutls-3.8.10-2.el10.x86_64 1754031081 4398843 5f5c5093f661304acc0a47d01b89c110 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: python3-testtools-2.7.2-1.bootstrap.el10s.noarch 1737458511 1871591 01cc5831e388f9af11205a35f2338628 installed DEBUG: openjpeg2-2.5.2-5.el10.x86_64 1754920316 456211 614f1d18381fecedc4c8b67ac9bf51dd installed DEBUG: libICE-1.1.1-5.el10.x86_64 1730221200 185549 23e593c41d291cf8ea9f304794a3ab40 installed DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch 1756901907 312149 c53ba390163f3cb80f7e5fa9ff13793d installed DEBUG: libSM-1.2.4-5.el10.x86_64 1730221926 99596 eaee1c27d0b64b353b7c0e6b2a6453d4 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: python3-babel-2.13.1-5.el10.noarch 1730215314 32699135 5612203d5825461cfefcd14e7dd5ceab installed DEBUG: python3-psutil-5.9.8-6.el10.x86_64 1748354405 1500396 90eefd25db20fae8fd606dd1adc6aed9 installed DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 1730229370 57655 aae145c6ce911f725ac7d4f1ac134c23 installed DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 1730222239 71816 5f64e02fbd5a4865259fb5750f59f733 installed DEBUG: jbigkit-libs-2.1-31.el10.x86_64 1730219576 120383 7dd8b09319db3b36eeb4d340bbb825bf installed DEBUG: fribidi-1.0.14-4.el10.x86_64 1730216530 376410 e707a04ecf5a55a8ea62a11326dd7600 installed DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch 1730215136 15080934 6c6e6e87586dfeff49100e64066f7892 installed DEBUG: python3-wcwidth-0.2.6-6.el10.noarch 1730229871 519341 8e7b16c7ab6f5ae90d7bea01c8d4eee7 installed DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 1730229664 710165 1607242203faedddb4ce77c2c8e8dbb5 installed DEBUG: python3-idna-3.7-4.el10.noarch 1730229122 608800 997087c9a5891316b3df42888f34d3a5 installed DEBUG: python3-urllib3-1.26.19-2.el10.noarch 1730229666 1020701 e3a3d61ec75bc975cf1e5f789ec8c2dc installed DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 1738576764 2706882 0c18ad333c352a3ee3947d78ba3b34e0 installed DEBUG: python3-decorator-5.1.1-12.el10.noarch 1730229177 79127 9c6e14cd2b6e3665cbf1998cd51a20b3 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: npth-1.6-21.el10.x86_64 1730225148 50619 767fe709a43d8f601b7e3fc9cc7251c7 installed DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch 1753168096 148285 c99c4e9ca1eb64968da7121315917f01 installed DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch 1730229300 46869 c237b466880c96dec683c5db43744759 installed DEBUG: python3-jsonschema-4.19.1-7.el10.noarch 1730229314 870395 47950eed156da4e95abb6f89b1b0f2f4 installed DEBUG: python3-prettytable-3.6.0-10.el10.noarch 1730229417 363172 35b35565e30c4e035dcff0ad92455c06 installed DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch 1730215136 596045 ee9c9de3d6ac81d46fb8a717f7857113 installed DEBUG: python3-jinja2-3.1.6-1.el10.noarch 1743112165 1617187 acdcedea85f1bd1ebb50a957e43d99ca installed DEBUG: python3-mako-1.2.3-9.el10.noarch 1730229289 717113 0b92d12cd53eeb81954d2064b413b27f 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: 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: 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-3.112.0-4.el10.x86_64 1754617146 1977490 de0fd46caba864f4e8de1cd0334cf698 installed DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 1754617146 18464 5aed713ca0f9ffb47cec5ba8f53f179c 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: redhat-text-vf-fonts-4.1.0-1.el10.noarch 1743053656 464837 2e652b2065694dbd14a70e8a0ef4e980 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: libwmf-lite-0.2.13-6.el10s.x86_64 1739178539 163402 41c0daea5347778ccd435d593bf95041 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-voluptuous-0.15.2-1.el10s.noarch 1737371818 361593 33704c3a80b274da1912c816d36d1d4b installed DEBUG: python3-tomlkit-0.13.2-1.el10s.noarch 1738656887 456243 a19ff8f6dab6c4416cd799f32211e0b7 installed DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch 1737111011 93868 2cc1af441efe2e9a4ac41c3c6c5f0dea installed DEBUG: python3-cmd2-2.5.8-1.el10s.noarch 1737368129 1646915 4dbb83db27a73ae01c33962f10987772 installed DEBUG: python3-fixtures-4.2.2-1.el10s.noarch 1737468005 428292 9ab60f66b62f250ca0fe90dd0fd7821c 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: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch 1730229681 42883 8f90547e7075b9a66518309a9aa31916 installed DEBUG: python3-pygments-2.18.0-1.el10.noarch 1737364998 8411601 ca4be5b2d1dbd1732832ba315a294496 installed DEBUG: python3-imagesize-1.4.1-9.el10.noarch 1730229107 35540 d1301ccacc1cd88fc7bf7ccef9d38282 installed DEBUG: xml-common-0.6.3-65.el10.noarch 1730231784 80280 7784b07633cf3f6f4aff07408198892e installed DEBUG: python3-netaddr-1.3.0-2.el10.noarch 1737397369 10138039 b6f5b55e515f9e9f09ccf7522a2a4e6f 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-docutils-0.20.1-5.el10.noarch 1730229238 5020198 7b945ee38a0e8f02c264b75de2588d9b installed DEBUG: poppler-data-0.4.11-9.el10.noarch 1730228686 12947088 0a5e53f7dadd7335899f243ec7584ebe installed DEBUG: pixman-0.43.4-2.el10.x86_64 1730228273 694319 d072d69959cb5752e428a3463e181f63 installed DEBUG: openexr-libs-3.1.10-8.el10.x86_64 1730225707 6702448 6b12364d556a1139de86b8a1fcdc7c4b installed DEBUG: libpaper-1:2.1.1-7.el10.x86_64 1730221516 50005 beb8bab2e988cb36754e28e9d899cdea 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: libijs-0.35-24.el10.x86_64 1730221026 67204 fc2a74580a1207d03f9ca2c1cbece5d0 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: 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-common-1.8.10-1.el10.noarch 1733735637 1205206 d67b629075b5661587b70cde84479345 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: libXpm-3.5.17-5.el10.x86_64 1730222910 152003 2df14c23f0dccf1e70096a716d4d6424 installed DEBUG: libXt-1.3.0-5.el10.x86_64 1730223042 448361 0353cb970accc8b9b554a33fdec9da66 installed DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 1730219621 168984 a76084465e9251ddf218a3f69af247f0 installed DEBUG: imath-3.1.10-4.el10.x86_64 1730219392 369518 24c80b864f46c48cc6430fcd84dbb111 installed DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch 1730215095 4600301 5dceb1d603e5b1880d69e7946569fa02 installed DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 1730233187 1765648 86b04608b431d286b21d73a45d0f13cf 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-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-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch 1757064578 3093237 8d5df5df154c72309c011ca1698472cf installed DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 1730226519 65565 5cc3fe95daea76b302b8fe77892afe5b 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: libusb1-1.0.28-1.el10.x86_64 1744806478 170605 226d314bfd9fd97cbf927c76c9a1734d installed DEBUG: graphite2-1.3.14-17.el10.x86_64 1730217759 200695 ea49afba5fde9fc3b885b7831ef04cad installed DEBUG: harfbuzz-8.4.0-6.el10.x86_64 1737385279 2682932 2d9a808662ff4bc150c4352c7e21f746 installed DEBUG: freetype-2.13.2-8.el10.x86_64 1730216401 870983 bc3698d3bf5dc73da13e6ac6028a92be installed DEBUG: libraqm-0.10.1-2.el10s.x86_64 1738591708 33364 cc1eea3fd4f778645b61b2ef36e6f3bf 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: fontconfig-2.15.0-7.el10.x86_64 1730216441 789642 6284d23092e7524cc2b5444a1e7aa803 installed DEBUG: cairo-1.18.2-2.el10.x86_64 1730215330 1818236 9a30697458cf6ee76fb216cbb9ce544e installed DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 1730215330 36040 f664305b3c936813aa92596252f29ed8 installed DEBUG: gd-2.3.3-22.el10.x86_64 1750858270 400915 2b368f215805a055f42d475db96b545a installed DEBUG: libXft-2.3.8-8.el10.x86_64 1730222783 168381 b087060f92e999eb3e2153182309da93 installed DEBUG: pango-1.54.0-3.el10.x86_64 1730226353 1024097 7ed6bff29df6118cc7290c457de1b29a 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: google-droid-sans-fonts-20200215-22.el10.noarch 1730235282 6554991 fbad26634814b1a96ea1edd30adebd66 installed DEBUG: duktape-2.7.0-10.el10.x86_64 1730215929 630984 1d34dbc094c548ee521996f25fc3ac3d 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: 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: poppler-glib-24.02.0-6.el10.x86_64 1736512704 578768 9ad58314eeefbb0f89779a2980fd9b70 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: 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-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: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch 1756901269 18922 85e49e63a4af93395600274c96895e83 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-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch 1753168199 244083 ca1b8fd4c9f683cb5e124cee6e199339 installed DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch 1738577793 2266648 335ab9a0927433fde27de8be29ac0264 installed DEBUG: python3-sphinxcontrib-apidoc-0.5.0-1.el10s.noarch 1736948186 36448 8a3d727cd5bb869daca121d8ac8cc420 installed DEBUG: python3-stestr-4.1.0-1.el10s.noarch 1738759744 827126 01732d2afa3169d0f9510b202e45c94b installed DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch 1739361028 605471 a5392bb531fe0e8143e2f6a2778fc899 installed DEBUG: python3-requests-mock-1.12.1-1.el10s.noarch 1739182421 127333 f37b06704f7e23bcc097f6390fdeb10f installed DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch 1736244268 777252 673c197e46e16ed2ea0d6b9cc28301ea installed DEBUG: python3-warlock-2.0.1-8.el10s.noarch 1737374823 45870 0486884f148ec6ae1bb6e10fe5f80c69 installed DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch 1737466362 113932 2f3d514cfdb455e1696192d12e05a835 installed DEBUG: python3-ddt-1.6.0-1.el10s.noarch 1736953271 35480 0b37dd2751d6a86017d96e986f46388b installed DEBUG: python3-coverage-7.3.2-5.el10s.x86_64 1736244875 1741945 e43eed50f1361181f0b465f37a90fdfd installed DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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/python-glanceclient.spec'], chrootPath='/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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=1000gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -ba --noprep --target x86_64 /builddir/build/SPECS/python-glanceclient.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.HoWivd DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd python-glanceclient-4.10.0 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + '[' -f setup.py ']' DEBUG: + echo 'python3dist(setuptools) >= 40.8' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/python-glanceclient-4.10.0/.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/python-glanceclient-4.10.0/.pyproject-builddir DEBUG: + RPM_TOXENV=py312,docs DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/python-glanceclient-4.10.0/pyproject-wheeldir --output /builddir/build/BUILD/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling setuptools >= 40.8 from default build backend DEBUG: Requirement satisfied: setuptools >= 40.8 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>=2.0.0 from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr>=2.0.0 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 ✔ in 0.01 seconds DEBUG: py312: OK (0.01 seconds) DEBUG: docs: OK (0.01 seconds) DEBUG: congratulations :) (0.07 seconds) DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling pbr!=2.1.0,>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pbr!=2.1.0,>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling PrettyTable>=0.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PrettyTable>=0.7.1 DEBUG: (installed: PrettyTable 3.6.0) DEBUG: Handling keystoneauth1>=3.6.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystoneauth1>=3.6.2 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling requests>=2.14.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.14.2 DEBUG: (installed: requests 2.32.4) DEBUG: Handling warlock>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: warlock>=1.2.0 DEBUG: (installed: warlock 2.0.1) DEBUG: Handling oslo.utils>=3.33.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.utils>=3.33.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling oslo.i18n>=3.15.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.i18n>=3.15.3 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling wrapt>=1.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: wrapt>=1.7.0 DEBUG: (installed: wrapt 1.17.1) DEBUG: Handling pyOpenSSL>=17.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pyOpenSSL>=17.1.0 DEBUG: (installed: pyOpenSSL 24.2.1) DEBUG: Handling coverage!=4.4,>=4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: coverage!=4.4,>=4.0 DEBUG: (installed: coverage 7.3.2) DEBUG: Handling os-client-config>=1.28.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: os-client-config>=1.28.0 DEBUG: (installed: os-client-config 2.3.0) DEBUG: Handling stestr>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: stestr>=2.0.0 DEBUG: (installed: stestr 4.1.0) DEBUG: Handling testtools>=2.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: testtools>=2.2.0 DEBUG: (installed: testtools 2.7.2) DEBUG: Handling testscenarios>=0.4 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: testscenarios>=0.4 DEBUG: (installed: testscenarios 0.5.0) DEBUG: Handling ddt>=1.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: ddt>=1.2.1 DEBUG: (installed: ddt 1.6.0) DEBUG: Handling fixtures>=3.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: fixtures>=3.0.0 DEBUG: (installed: fixtures 4.2.2) DEBUG: Handling requests-mock>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests-mock>=1.2.0 DEBUG: (installed: requests-mock 1.12.1) DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling pbr!=2.1.0,>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pbr!=2.1.0,>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling PrettyTable>=0.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PrettyTable>=0.7.1 DEBUG: (installed: PrettyTable 3.6.0) DEBUG: Handling keystoneauth1>=3.6.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystoneauth1>=3.6.2 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling requests>=2.14.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.14.2 DEBUG: (installed: requests 2.32.4) DEBUG: Handling warlock>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: warlock>=1.2.0 DEBUG: (installed: warlock 2.0.1) DEBUG: Handling oslo.utils>=3.33.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.utils>=3.33.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling oslo.i18n>=3.15.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.i18n>=3.15.3 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling wrapt>=1.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: wrapt>=1.7.0 DEBUG: (installed: wrapt 1.17.1) DEBUG: Handling pyOpenSSL>=17.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pyOpenSSL>=17.1.0 DEBUG: (installed: pyOpenSSL 24.2.1) DEBUG: Handling openstackdocstheme>=2.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: openstackdocstheme>=2.2.1 DEBUG: (installed: openstackdocstheme 3.0.0) DEBUG: Handling reno>=3.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: reno>=3.1.0 DEBUG: (installed: reno 4.1.0) DEBUG: Handling sphinx>=2.0.0,!=2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinx>=2.0.0,!=2.1.0 DEBUG: (installed: sphinx 7.2.6) DEBUG: Handling sphinxcontrib-apidoc>=0.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinxcontrib-apidoc>=0.2.0 DEBUG: (installed: sphinxcontrib-apidoc 0.5.0) 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 python_glanceclient.egg-info/PKG-INFO DEBUG: writing dependency_links to python_glanceclient.egg-info/dependency_links.txt DEBUG: writing entry points to python_glanceclient.egg-info/entry_points.txt DEBUG: writing requirements to python_glanceclient.egg-info/requires.txt DEBUG: writing top-level names to python_glanceclient.egg-info/top_level.txt DEBUG: writing pbr to python_glanceclient.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 'python_glanceclient.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/python-glanceclient-4.10.0/python_glanceclient-4.10.0.dist-info' DEBUG: Handling pbr !=2.1.0,>=2.0.0 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: pbr !=2.1.0,>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling PrettyTable >=0.7.1 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: PrettyTable >=0.7.1 DEBUG: (installed: PrettyTable 3.6.0) DEBUG: Handling keystoneauth1 >=3.6.2 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: keystoneauth1 >=3.6.2 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling requests >=2.14.2 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: requests >=2.14.2 DEBUG: (installed: requests 2.32.4) DEBUG: Handling warlock >=1.2.0 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: warlock >=1.2.0 DEBUG: (installed: warlock 2.0.1) DEBUG: Handling oslo.utils >=3.33.0 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: oslo.utils >=3.33.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling oslo.i18n >=3.15.3 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: oslo.i18n >=3.15.3 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling wrapt >=1.7.0 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: wrapt >=1.7.0 DEBUG: (installed: wrapt 1.17.1) DEBUG: Handling pyOpenSSL >=17.1.0 from hook generated metadata: Requires-Dist (python-glanceclient) DEBUG: Requirement satisfied: pyOpenSSL >=17.1.0 DEBUG: (installed: pyOpenSSL 24.2.1) DEBUG: + cat /builddir/build/BUILD/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv python_glanceclient-4.10.0.dist-info/ DEBUG: removed 'python_glanceclient-4.10.0.dist-info/entry_points.txt' DEBUG: removed 'python_glanceclient-4.10.0.dist-info/pbr.json' DEBUG: removed 'python_glanceclient-4.10.0.dist-info/top_level.txt' DEBUG: removed 'python_glanceclient-4.10.0.dist-info/METADATA' DEBUG: removed 'python_glanceclient-4.10.0.dist-info/LICENSE' DEBUG: removed 'python_glanceclient-4.10.0.dist-info/AUTHORS' DEBUG: removed directory 'python_glanceclient-4.10.0.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fpxYfy 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 python-glanceclient-4.10.0 DEBUG: + mkdir -p /builddir/build/BUILD/python-glanceclient-4.10.0/.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/python-glanceclient-4.10.0/.pyproject-builddir DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /builddir/build/BUILD/python-glanceclient-4.10.0/pyproject-wheeldir DEBUG: Processing /builddir/build/BUILD/python-glanceclient-4.10.0 DEBUG: Preparing metadata (pyproject.toml): started DEBUG: Running command Preparing metadata (pyproject.toml) 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/python-glanceclient-4.10.0/.pyproject-builddir/pip-modern-metadata-swl1smjp/python_glanceclient.egg-info DEBUG: writing /builddir/build/BUILD/python-glanceclient-4.10.0/.pyproject-builddir/pip-modern-metadata-swl1smjp/python_glanceclient.egg-info/PKG-INFO DEBUG: writing dependency_links to /builddir/build/BUILD/python-glanceclient-4.10.0/.pyproject-builddir/pip-modern-metadata-swl1smjp/python_glanceclient.egg-info/dependency_links.txt DEBUG: writing entry points to /builddir/build/BUILD/python-glanceclient-4.10.0/.pyproject-builddir/pip-modern-metadata-swl1smjp/python_glanceclient.egg-info/entry_points.txt DEBUG: writing requirements to /builddir/build/BUILD/python-glanceclient-4.10.0/.pyproject-builddir/pip-modern-metadata-swl1smjp/python_glanceclient.egg-info/requires.txt DEBUG: writing top-level names to /builddir/build/BUILD/python-glanceclient-4.10.0/.pyproject-builddir/pip-modern-metadata-swl1smjp/python_glanceclient.egg-info/top_level.txt DEBUG: writing pbr to /builddir/build/BUILD/python-glanceclient-4.10.0/.pyproject-builddir/pip-modern-metadata-swl1smjp/python_glanceclient.egg-info/pbr.json DEBUG: [pbr] Processing SOURCES.txt DEBUG: writing manifest file '/builddir/build/BUILD/python-glanceclient-4.10.0/.pyproject-builddir/pip-modern-metadata-swl1smjp/python_glanceclient.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/python-glanceclient-4.10.0/.pyproject-builddir/pip-modern-metadata-swl1smjp/python_glanceclient.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/python-glanceclient-4.10.0/.pyproject-builddir/pip-modern-metadata-swl1smjp/python_glanceclient-4.10.0.dist-info' DEBUG: Preparing metadata (pyproject.toml): finished with status 'done' DEBUG: Building wheels for collected packages: python-glanceclient DEBUG: Building wheel for python-glanceclient (pyproject.toml): started DEBUG: Running command Building wheel for python-glanceclient (pyproject.toml) 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/glanceclient DEBUG: creating build/lib/glanceclient/v1 DEBUG: creating build/lib/glanceclient/v1/apiclient DEBUG: copying glanceclient/v1/apiclient/__init__.py -> build/lib/glanceclient/v1/apiclient DEBUG: copying glanceclient/v1/apiclient/base.py -> build/lib/glanceclient/v1/apiclient DEBUG: copying glanceclient/v1/apiclient/exceptions.py -> build/lib/glanceclient/v1/apiclient DEBUG: copying glanceclient/v1/apiclient/utils.py -> build/lib/glanceclient/v1/apiclient DEBUG: creating build/lib/glanceclient/tests DEBUG: creating build/lib/glanceclient/tests/unit DEBUG: copying glanceclient/tests/unit/__init__.py -> build/lib/glanceclient/tests/unit DEBUG: copying glanceclient/tests/unit/test_base.py -> build/lib/glanceclient/tests/unit DEBUG: copying glanceclient/tests/unit/test_client.py -> build/lib/glanceclient/tests/unit DEBUG: copying glanceclient/tests/unit/test_exc.py -> build/lib/glanceclient/tests/unit DEBUG: copying glanceclient/tests/unit/test_http.py -> build/lib/glanceclient/tests/unit DEBUG: copying glanceclient/tests/unit/test_progressbar.py -> build/lib/glanceclient/tests/unit DEBUG: copying glanceclient/tests/unit/test_shell.py -> build/lib/glanceclient/tests/unit DEBUG: copying glanceclient/tests/unit/test_ssl.py -> build/lib/glanceclient/tests/unit DEBUG: copying glanceclient/tests/unit/test_utils.py -> build/lib/glanceclient/tests/unit DEBUG: creating build/lib/glanceclient/tests/unit/v1 DEBUG: copying glanceclient/tests/unit/v1/__init__.py -> build/lib/glanceclient/tests/unit/v1 DEBUG: copying glanceclient/tests/unit/v1/test_image_members.py -> build/lib/glanceclient/tests/unit/v1 DEBUG: copying glanceclient/tests/unit/v1/test_images.py -> build/lib/glanceclient/tests/unit/v1 DEBUG: copying glanceclient/tests/unit/v1/test_shell.py -> build/lib/glanceclient/tests/unit/v1 DEBUG: copying glanceclient/tests/unit/v1/test_versions.py -> build/lib/glanceclient/tests/unit/v1 DEBUG: creating build/lib/glanceclient/tests/functional DEBUG: creating build/lib/glanceclient/tests/functional/v2 DEBUG: copying glanceclient/tests/functional/v2/__init__.py -> build/lib/glanceclient/tests/functional/v2 DEBUG: copying glanceclient/tests/functional/v2/test_http_headers.py -> build/lib/glanceclient/tests/functional/v2 DEBUG: copying glanceclient/tests/functional/v2/test_readonly_glance.py -> build/lib/glanceclient/tests/functional/v2 DEBUG: creating build/lib/glanceclient/v2 DEBUG: copying glanceclient/v2/__init__.py -> build/lib/glanceclient/v2 DEBUG: copying glanceclient/v2/cache.py -> build/lib/glanceclient/v2 DEBUG: copying glanceclient/v2/client.py -> build/lib/glanceclient/v2 DEBUG: copying glanceclient/v2/image_members.py -> build/lib/glanceclient/v2 DEBUG: copying glanceclient/v2/image_schema.py -> build/lib/glanceclient/v2 DEBUG: copying glanceclient/v2/image_tags.py -> build/lib/glanceclient/v2 DEBUG: copying glanceclient/v2/images.py -> build/lib/glanceclient/v2 DEBUG: copying glanceclient/v2/info.py -> build/lib/glanceclient/v2 DEBUG: copying glanceclient/v2/metadefs.py -> build/lib/glanceclient/v2 DEBUG: copying glanceclient/v2/namespace_schema.py -> build/lib/glanceclient/v2 DEBUG: copying glanceclient/v2/resource_type_schema.py -> build/lib/glanceclient/v2 DEBUG: copying glanceclient/v2/schemas.py -> build/lib/glanceclient/v2 DEBUG: copying glanceclient/v2/shell.py -> build/lib/glanceclient/v2 DEBUG: copying glanceclient/v2/tasks.py -> build/lib/glanceclient/v2 DEBUG: copying glanceclient/v2/versions.py -> build/lib/glanceclient/v2 DEBUG: creating build/lib/glanceclient/tests/functional/v1 DEBUG: copying glanceclient/tests/functional/v1/__init__.py -> build/lib/glanceclient/tests/functional/v1 DEBUG: copying glanceclient/tests/functional/v1/test_readonly_glance.py -> build/lib/glanceclient/tests/functional/v1 DEBUG: creating build/lib/glanceclient/common DEBUG: copying glanceclient/common/__init__.py -> build/lib/glanceclient/common DEBUG: copying glanceclient/common/exceptions.py -> build/lib/glanceclient/common DEBUG: copying glanceclient/common/http.py -> build/lib/glanceclient/common DEBUG: copying glanceclient/common/https.py -> build/lib/glanceclient/common DEBUG: copying glanceclient/common/progressbar.py -> build/lib/glanceclient/common DEBUG: copying glanceclient/common/utils.py -> build/lib/glanceclient/common DEBUG: creating build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/__init__.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/base.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/fixtures.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/test_cache.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/test_client_requests.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/test_images.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/test_info.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/test_members.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/test_metadefs_namespaces.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/test_metadefs_objects.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/test_metadefs_properties.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/test_metadefs_resource_types.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/test_metadefs_tags.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/test_schemas.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/test_shell_v2.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/test_tags.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/test_tasks.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/tests/unit/v2/test_versions.py -> build/lib/glanceclient/tests/unit/v2 DEBUG: copying glanceclient/__init__.py -> build/lib/glanceclient DEBUG: copying glanceclient/_i18n.py -> build/lib/glanceclient DEBUG: copying glanceclient/client.py -> build/lib/glanceclient DEBUG: copying glanceclient/exc.py -> build/lib/glanceclient DEBUG: copying glanceclient/shell.py -> build/lib/glanceclient DEBUG: copying glanceclient/tests/__init__.py -> build/lib/glanceclient/tests DEBUG: copying glanceclient/tests/utils.py -> build/lib/glanceclient/tests DEBUG: copying glanceclient/v1/__init__.py -> build/lib/glanceclient/v1 DEBUG: copying glanceclient/v1/client.py -> build/lib/glanceclient/v1 DEBUG: copying glanceclient/v1/image_members.py -> build/lib/glanceclient/v1 DEBUG: copying glanceclient/v1/images.py -> build/lib/glanceclient/v1 DEBUG: copying glanceclient/v1/shell.py -> build/lib/glanceclient/v1 DEBUG: copying glanceclient/v1/versions.py -> build/lib/glanceclient/v1 DEBUG: copying glanceclient/tests/functional/__init__.py -> build/lib/glanceclient/tests/functional DEBUG: copying glanceclient/tests/functional/base.py -> build/lib/glanceclient/tests/functional DEBUG: running egg_info DEBUG: writing python_glanceclient.egg-info/PKG-INFO DEBUG: writing dependency_links to python_glanceclient.egg-info/dependency_links.txt DEBUG: writing entry points to python_glanceclient.egg-info/entry_points.txt DEBUG: writing requirements to python_glanceclient.egg-info/requires.txt DEBUG: writing top-level names to python_glanceclient.egg-info/top_level.txt DEBUG: writing pbr to python_glanceclient.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 'python_glanceclient.egg-info/SOURCES.txt' DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'glanceclient.tests.unit.var' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'glanceclient.tests.unit.var' 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 'glanceclient.tests.unit.var' 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 'glanceclient.tests.unit.var' to be distributed and are DEBUG: already explicitly excluding 'glanceclient.tests.unit.var' 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/glanceclient/tests/unit/var DEBUG: copying glanceclient/tests/unit/var/badcert.crt -> build/lib/glanceclient/tests/unit/var DEBUG: copying glanceclient/tests/unit/var/ca.crt -> build/lib/glanceclient/tests/unit/var DEBUG: copying glanceclient/tests/unit/var/certificate.crt -> build/lib/glanceclient/tests/unit/var DEBUG: copying glanceclient/tests/unit/var/expired-cert.crt -> build/lib/glanceclient/tests/unit/var DEBUG: copying glanceclient/tests/unit/var/privatekey.key -> build/lib/glanceclient/tests/unit/var DEBUG: copying glanceclient/tests/unit/var/wildcard-certificate.crt -> build/lib/glanceclient/tests/unit/var DEBUG: copying glanceclient/tests/unit/var/wildcard-san-certificate.crt -> build/lib/glanceclient/tests/unit/var DEBUG: copying glanceclient/tests/functional/README.rst -> build/lib/glanceclient/tests/functional 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/glanceclient DEBUG: creating build/bdist.linux-x86_64/wheel/glanceclient/v1 DEBUG: creating build/bdist.linux-x86_64/wheel/glanceclient/v1/apiclient DEBUG: copying build/lib/glanceclient/v1/apiclient/__init__.py -> build/bdist.linux-x86_64/wheel/glanceclient/v1/apiclient DEBUG: copying build/lib/glanceclient/v1/apiclient/base.py -> build/bdist.linux-x86_64/wheel/glanceclient/v1/apiclient DEBUG: copying build/lib/glanceclient/v1/apiclient/exceptions.py -> build/bdist.linux-x86_64/wheel/glanceclient/v1/apiclient DEBUG: copying build/lib/glanceclient/v1/apiclient/utils.py -> build/bdist.linux-x86_64/wheel/glanceclient/v1/apiclient DEBUG: copying build/lib/glanceclient/v1/__init__.py -> build/bdist.linux-x86_64/wheel/glanceclient/v1 DEBUG: copying build/lib/glanceclient/v1/client.py -> build/bdist.linux-x86_64/wheel/glanceclient/v1 DEBUG: copying build/lib/glanceclient/v1/image_members.py -> build/bdist.linux-x86_64/wheel/glanceclient/v1 DEBUG: copying build/lib/glanceclient/v1/images.py -> build/bdist.linux-x86_64/wheel/glanceclient/v1 DEBUG: copying build/lib/glanceclient/v1/shell.py -> build/bdist.linux-x86_64/wheel/glanceclient/v1 DEBUG: copying build/lib/glanceclient/v1/versions.py -> build/bdist.linux-x86_64/wheel/glanceclient/v1 DEBUG: creating build/bdist.linux-x86_64/wheel/glanceclient/tests DEBUG: creating build/bdist.linux-x86_64/wheel/glanceclient/tests/unit DEBUG: copying build/lib/glanceclient/tests/unit/__init__.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit DEBUG: copying build/lib/glanceclient/tests/unit/test_base.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit DEBUG: copying build/lib/glanceclient/tests/unit/test_client.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit DEBUG: copying build/lib/glanceclient/tests/unit/test_exc.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit DEBUG: copying build/lib/glanceclient/tests/unit/test_http.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit DEBUG: copying build/lib/glanceclient/tests/unit/test_progressbar.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit DEBUG: copying build/lib/glanceclient/tests/unit/test_shell.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit DEBUG: copying build/lib/glanceclient/tests/unit/test_ssl.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit DEBUG: copying build/lib/glanceclient/tests/unit/test_utils.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit DEBUG: creating build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v1 DEBUG: copying build/lib/glanceclient/tests/unit/v1/__init__.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v1 DEBUG: copying build/lib/glanceclient/tests/unit/v1/test_image_members.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v1 DEBUG: copying build/lib/glanceclient/tests/unit/v1/test_images.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v1 DEBUG: copying build/lib/glanceclient/tests/unit/v1/test_shell.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v1 DEBUG: copying build/lib/glanceclient/tests/unit/v1/test_versions.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v1 DEBUG: creating build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/__init__.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/base.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/fixtures.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/test_cache.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/test_client_requests.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/test_images.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/test_info.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/test_members.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/test_metadefs_namespaces.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/test_metadefs_objects.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/test_metadefs_properties.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/test_metadefs_resource_types.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/test_metadefs_tags.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/test_schemas.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/test_shell_v2.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/test_tags.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/test_tasks.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: copying build/lib/glanceclient/tests/unit/v2/test_versions.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/v2 DEBUG: creating build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/var DEBUG: copying build/lib/glanceclient/tests/unit/var/badcert.crt -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/var DEBUG: copying build/lib/glanceclient/tests/unit/var/ca.crt -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/var DEBUG: copying build/lib/glanceclient/tests/unit/var/certificate.crt -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/var DEBUG: copying build/lib/glanceclient/tests/unit/var/expired-cert.crt -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/var DEBUG: copying build/lib/glanceclient/tests/unit/var/privatekey.key -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/var DEBUG: copying build/lib/glanceclient/tests/unit/var/wildcard-certificate.crt -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/var DEBUG: copying build/lib/glanceclient/tests/unit/var/wildcard-san-certificate.crt -> build/bdist.linux-x86_64/wheel/glanceclient/tests/unit/var DEBUG: creating build/bdist.linux-x86_64/wheel/glanceclient/tests/functional DEBUG: creating build/bdist.linux-x86_64/wheel/glanceclient/tests/functional/v2 DEBUG: copying build/lib/glanceclient/tests/functional/v2/__init__.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/functional/v2 DEBUG: copying build/lib/glanceclient/tests/functional/v2/test_http_headers.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/functional/v2 DEBUG: copying build/lib/glanceclient/tests/functional/v2/test_readonly_glance.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/functional/v2 DEBUG: creating build/bdist.linux-x86_64/wheel/glanceclient/tests/functional/v1 DEBUG: copying build/lib/glanceclient/tests/functional/v1/__init__.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/functional/v1 DEBUG: copying build/lib/glanceclient/tests/functional/v1/test_readonly_glance.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/functional/v1 DEBUG: copying build/lib/glanceclient/tests/functional/__init__.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/functional DEBUG: copying build/lib/glanceclient/tests/functional/base.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests/functional DEBUG: copying build/lib/glanceclient/tests/functional/README.rst -> build/bdist.linux-x86_64/wheel/glanceclient/tests/functional DEBUG: copying build/lib/glanceclient/tests/__init__.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests DEBUG: copying build/lib/glanceclient/tests/utils.py -> build/bdist.linux-x86_64/wheel/glanceclient/tests DEBUG: creating build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: copying build/lib/glanceclient/v2/__init__.py -> build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: copying build/lib/glanceclient/v2/cache.py -> build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: copying build/lib/glanceclient/v2/client.py -> build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: copying build/lib/glanceclient/v2/image_members.py -> build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: copying build/lib/glanceclient/v2/image_schema.py -> build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: copying build/lib/glanceclient/v2/image_tags.py -> build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: copying build/lib/glanceclient/v2/images.py -> build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: copying build/lib/glanceclient/v2/info.py -> build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: copying build/lib/glanceclient/v2/metadefs.py -> build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: copying build/lib/glanceclient/v2/namespace_schema.py -> build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: copying build/lib/glanceclient/v2/resource_type_schema.py -> build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: copying build/lib/glanceclient/v2/schemas.py -> build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: copying build/lib/glanceclient/v2/shell.py -> build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: copying build/lib/glanceclient/v2/tasks.py -> build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: copying build/lib/glanceclient/v2/versions.py -> build/bdist.linux-x86_64/wheel/glanceclient/v2 DEBUG: creating build/bdist.linux-x86_64/wheel/glanceclient/common DEBUG: copying build/lib/glanceclient/common/__init__.py -> build/bdist.linux-x86_64/wheel/glanceclient/common DEBUG: copying build/lib/glanceclient/common/exceptions.py -> build/bdist.linux-x86_64/wheel/glanceclient/common DEBUG: copying build/lib/glanceclient/common/http.py -> build/bdist.linux-x86_64/wheel/glanceclient/common DEBUG: copying build/lib/glanceclient/common/https.py -> build/bdist.linux-x86_64/wheel/glanceclient/common DEBUG: copying build/lib/glanceclient/common/progressbar.py -> build/bdist.linux-x86_64/wheel/glanceclient/common DEBUG: copying build/lib/glanceclient/common/utils.py -> build/bdist.linux-x86_64/wheel/glanceclient/common DEBUG: copying build/lib/glanceclient/__init__.py -> build/bdist.linux-x86_64/wheel/glanceclient DEBUG: copying build/lib/glanceclient/_i18n.py -> build/bdist.linux-x86_64/wheel/glanceclient DEBUG: copying build/lib/glanceclient/client.py -> build/bdist.linux-x86_64/wheel/glanceclient DEBUG: copying build/lib/glanceclient/exc.py -> build/bdist.linux-x86_64/wheel/glanceclient DEBUG: copying build/lib/glanceclient/shell.py -> build/bdist.linux-x86_64/wheel/glanceclient DEBUG: running install_egg_info DEBUG: Copying python_glanceclient.egg-info to build/bdist.linux-x86_64/wheel/python_glanceclient-4.10.0-py3.12.egg-info DEBUG: running install_scripts DEBUG: creating build/bdist.linux-x86_64/wheel/python_glanceclient-4.10.0.dist-info/WHEEL DEBUG: creating '/builddir/build/BUILD/python-glanceclient-4.10.0/.pyproject-builddir/pip-wheel-cf8h4xe0/.tmp-ys4qiny6/python_glanceclient-4.10.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it DEBUG: adding 'glanceclient/__init__.py' DEBUG: adding 'glanceclient/_i18n.py' DEBUG: adding 'glanceclient/client.py' DEBUG: adding 'glanceclient/exc.py' DEBUG: adding 'glanceclient/shell.py' DEBUG: adding 'glanceclient/common/__init__.py' DEBUG: adding 'glanceclient/common/exceptions.py' DEBUG: adding 'glanceclient/common/http.py' DEBUG: adding 'glanceclient/common/https.py' DEBUG: adding 'glanceclient/common/progressbar.py' DEBUG: adding 'glanceclient/common/utils.py' DEBUG: adding 'glanceclient/tests/__init__.py' DEBUG: adding 'glanceclient/tests/utils.py' DEBUG: adding 'glanceclient/tests/functional/README.rst' DEBUG: adding 'glanceclient/tests/functional/__init__.py' DEBUG: adding 'glanceclient/tests/functional/base.py' DEBUG: adding 'glanceclient/tests/functional/v1/__init__.py' DEBUG: adding 'glanceclient/tests/functional/v1/test_readonly_glance.py' DEBUG: adding 'glanceclient/tests/functional/v2/__init__.py' DEBUG: adding 'glanceclient/tests/functional/v2/test_http_headers.py' DEBUG: adding 'glanceclient/tests/functional/v2/test_readonly_glance.py' DEBUG: adding 'glanceclient/tests/unit/__init__.py' DEBUG: adding 'glanceclient/tests/unit/test_base.py' DEBUG: adding 'glanceclient/tests/unit/test_client.py' DEBUG: adding 'glanceclient/tests/unit/test_exc.py' DEBUG: adding 'glanceclient/tests/unit/test_http.py' DEBUG: adding 'glanceclient/tests/unit/test_progressbar.py' DEBUG: adding 'glanceclient/tests/unit/test_shell.py' DEBUG: adding 'glanceclient/tests/unit/test_ssl.py' DEBUG: adding 'glanceclient/tests/unit/test_utils.py' DEBUG: adding 'glanceclient/tests/unit/v1/__init__.py' DEBUG: adding 'glanceclient/tests/unit/v1/test_image_members.py' DEBUG: adding 'glanceclient/tests/unit/v1/test_images.py' DEBUG: adding 'glanceclient/tests/unit/v1/test_shell.py' DEBUG: adding 'glanceclient/tests/unit/v1/test_versions.py' DEBUG: adding 'glanceclient/tests/unit/v2/__init__.py' DEBUG: adding 'glanceclient/tests/unit/v2/base.py' DEBUG: adding 'glanceclient/tests/unit/v2/fixtures.py' DEBUG: adding 'glanceclient/tests/unit/v2/test_cache.py' DEBUG: adding 'glanceclient/tests/unit/v2/test_client_requests.py' DEBUG: adding 'glanceclient/tests/unit/v2/test_images.py' DEBUG: adding 'glanceclient/tests/unit/v2/test_info.py' DEBUG: adding 'glanceclient/tests/unit/v2/test_members.py' DEBUG: adding 'glanceclient/tests/unit/v2/test_metadefs_namespaces.py' DEBUG: adding 'glanceclient/tests/unit/v2/test_metadefs_objects.py' DEBUG: adding 'glanceclient/tests/unit/v2/test_metadefs_properties.py' DEBUG: adding 'glanceclient/tests/unit/v2/test_metadefs_resource_types.py' DEBUG: adding 'glanceclient/tests/unit/v2/test_metadefs_tags.py' DEBUG: adding 'glanceclient/tests/unit/v2/test_schemas.py' DEBUG: adding 'glanceclient/tests/unit/v2/test_shell_v2.py' DEBUG: adding 'glanceclient/tests/unit/v2/test_tags.py' DEBUG: adding 'glanceclient/tests/unit/v2/test_tasks.py' DEBUG: adding 'glanceclient/tests/unit/v2/test_versions.py' DEBUG: adding 'glanceclient/tests/unit/var/badcert.crt' DEBUG: adding 'glanceclient/tests/unit/var/ca.crt' DEBUG: adding 'glanceclient/tests/unit/var/certificate.crt' DEBUG: adding 'glanceclient/tests/unit/var/expired-cert.crt' DEBUG: adding 'glanceclient/tests/unit/var/privatekey.key' DEBUG: adding 'glanceclient/tests/unit/var/wildcard-certificate.crt' DEBUG: adding 'glanceclient/tests/unit/var/wildcard-san-certificate.crt' DEBUG: adding 'glanceclient/v1/__init__.py' DEBUG: adding 'glanceclient/v1/client.py' DEBUG: adding 'glanceclient/v1/image_members.py' DEBUG: adding 'glanceclient/v1/images.py' DEBUG: adding 'glanceclient/v1/shell.py' DEBUG: adding 'glanceclient/v1/versions.py' DEBUG: adding 'glanceclient/v1/apiclient/__init__.py' DEBUG: adding 'glanceclient/v1/apiclient/base.py' DEBUG: adding 'glanceclient/v1/apiclient/exceptions.py' DEBUG: adding 'glanceclient/v1/apiclient/utils.py' DEBUG: adding 'glanceclient/v2/__init__.py' DEBUG: adding 'glanceclient/v2/cache.py' DEBUG: adding 'glanceclient/v2/client.py' DEBUG: adding 'glanceclient/v2/image_members.py' DEBUG: adding 'glanceclient/v2/image_schema.py' DEBUG: adding 'glanceclient/v2/image_tags.py' DEBUG: adding 'glanceclient/v2/images.py' DEBUG: adding 'glanceclient/v2/info.py' DEBUG: adding 'glanceclient/v2/metadefs.py' DEBUG: adding 'glanceclient/v2/namespace_schema.py' DEBUG: adding 'glanceclient/v2/resource_type_schema.py' DEBUG: adding 'glanceclient/v2/schemas.py' DEBUG: adding 'glanceclient/v2/shell.py' DEBUG: adding 'glanceclient/v2/tasks.py' DEBUG: adding 'glanceclient/v2/versions.py' DEBUG: adding 'python_glanceclient-4.10.0.dist-info/AUTHORS' DEBUG: adding 'python_glanceclient-4.10.0.dist-info/LICENSE' DEBUG: adding 'python_glanceclient-4.10.0.dist-info/METADATA' DEBUG: adding 'python_glanceclient-4.10.0.dist-info/WHEEL' DEBUG: adding 'python_glanceclient-4.10.0.dist-info/entry_points.txt' DEBUG: adding 'python_glanceclient-4.10.0.dist-info/pbr.json' DEBUG: adding 'python_glanceclient-4.10.0.dist-info/top_level.txt' DEBUG: adding 'python_glanceclient-4.10.0.dist-info/RECORD' DEBUG: removing build/bdist.linux-x86_64/wheel DEBUG: Building wheel for python-glanceclient (pyproject.toml): finished with status 'done' DEBUG: Created wheel for python-glanceclient: filename=python_glanceclient-4.10.0-py3-none-any.whl size=203626 sha256=7c9a3b338e8eee71e1fb14031d168dbed2fea87c2233deb69084ffad6338d709 DEBUG: Stored in directory: /builddir/.cache/pip/wheels/fd/fc/73/cefce88a50399992052653b81b400dc6bdc029e6c36287322d DEBUG: Successfully built python-glanceclient DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.cE5kh9 DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + '[' /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64 '!=' / ']' DEBUG: + rm -rf /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64 DEBUG: ++ dirname /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64 DEBUG: + mkdir -p /builddir/build/BUILDROOT DEBUG: + mkdir /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.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 python-glanceclient-4.10.0 DEBUG: ++ ls /builddir/build/BUILD/python-glanceclient-4.10.0/pyproject-wheeldir/python_glanceclient-4.10.0-py3-none-any.whl DEBUG: ++ xargs basename --multiple DEBUG: ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' DEBUG: + specifier=python_glanceclient==4.10.0 DEBUG: + '[' -z python_glanceclient==4.10.0 ']' DEBUG: + TMPDIR=/builddir/build/BUILD/python-glanceclient-4.10.0/.pyproject-builddir DEBUG: + /usr/bin/python3 -m pip install --root /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.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/python-glanceclient-4.10.0/pyproject-wheeldir python_glanceclient==4.10.0 DEBUG: Using pip 23.3.2 from /usr/lib/python3.12/site-packages/pip (python 3.12) DEBUG: Looking in links: /builddir/build/BUILD/python-glanceclient-4.10.0/pyproject-wheeldir DEBUG: Processing ./pyproject-wheeldir/python_glanceclient-4.10.0-py3-none-any.whl DEBUG: Installing collected packages: python_glanceclient DEBUG: Creating /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/bin DEBUG: changing mode of /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/bin/glance to 755 DEBUG: Successfully installed python_glanceclient-4.10.0 DEBUG: + '[' -d /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.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/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/bin/glance DEBUG: /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/bin/glance: updating DEBUG: + rm -rfv /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/bin/__pycache__ DEBUG: + rm -f /builddir/build/BUILD/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64-pyproject-ghost-distinfo DEBUG: + site_dirs=() DEBUG: + '[' -d /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/lib/python3.12/site-packages ']' DEBUG: + site_dirs+=("/usr/lib/python3.12/site-packages") DEBUG: + '[' /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/lib64/python3.12/site-packages '!=' /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/lib/python3.12/site-packages ']' DEBUG: + '[' -d /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/lib64/python3.12/site-packages ']' DEBUG: + for site_dir in ${site_dirs[@]} DEBUG: + for distinfo in /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64$site_dir/*.dist-info DEBUG: + echo '%ghost /usr/lib/python3.12/site-packages/python_glanceclient-4.10.0.dist-info' DEBUG: + sed -i s/pip/rpm/ /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/lib/python3.12/site-packages/python_glanceclient-4.10.0.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/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64 --record /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/lib/python3.12/site-packages/python_glanceclient-4.10.0.dist-info/RECORD --output /builddir/build/BUILD/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64-pyproject-record DEBUG: + rm -fv /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/lib/python3.12/site-packages/python_glanceclient-4.10.0.dist-info/RECORD DEBUG: removed '/builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/lib/python3.12/site-packages/python_glanceclient-4.10.0.dist-info/RECORD' DEBUG: + rm -fv /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/lib/python3.12/site-packages/python_glanceclient-4.10.0.dist-info/REQUESTED DEBUG: removed '/builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/lib/python3.12/site-packages/python_glanceclient-4.10.0.dist-info/REQUESTED' DEBUG: ++ wc -l /builddir/build/BUILD/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64-pyproject-ghost-distinfo DEBUG: ++ cut -f1 '-d ' DEBUG: + lines=1 DEBUG: + '[' 1 -ne 1 ']' DEBUG: + ln -s glance /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/bin/glance-3 DEBUG: + mkdir -p /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/etc/bash_completion.d DEBUG: + install -pm 644 tools/glance.bash_completion /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/etc/bash_completion.d/glance DEBUG: + rm -fr /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/lib/python3.12/site-packages/glanceclient/tests 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/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin DEBUG: + PYTHONPATH=/builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/lib64/python3.12/site-packages:/builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/lib/python3.12/site-packages DEBUG: + PYTHONDONTWRITEBYTECODE=1 DEBUG: + PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/python-glanceclient-4.10.0/.pyproject-builddir' DEBUG: + PYTEST_XDIST_AUTO_NUM_WORKERS=8 DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -m tox --current-env -q --recreate -e docs DEBUG: Running Sphinx v7.2.6 DEBUG: [openstackdocstheme] version: 3.0.0 DEBUG: [openstackdocstheme] connecting html-page-context event handler DEBUG: making output directory... done DEBUG: [openstackdocstheme] overriding configured project name (python-glanceclient) with name extracted from the package (python-glanceclient); you can disable this behavior with the 'openstackdocs_auto_name' option DEBUG: [openstackdocstheme] using theme from /usr/lib/python3.12/site-packages/openstackdocstheme/theme DEBUG: [openstackdocstheme] no /builddir/build/BUILD/python-glanceclient-4.10.0/.gitreview found DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.client.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.exc.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.shell.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.exceptions.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.http.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.https.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.progressbar.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.utils.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.client.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.image_members.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.images.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.shell.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.versions.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.apiclient.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.apiclient.base.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.apiclient.exceptions.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.apiclient.utils.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.cache.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.client.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.image_members.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.image_schema.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.image_tags.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.images.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.info.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.metadefs.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.namespace_schema.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.resource_type_schema.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.schemas.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.shell.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.tasks.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.versions.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/modules.rst. DEBUG: building [mo]: targets for 0 po files that are out of date DEBUG: writing output... DEBUG: building [html]: targets for 7 source files that are out of date DEBUG: updating environment: [new config] 43 added, 0 changed, 0 removed DEBUG: reading sources... [ 2%] cli/details reading sources... [ 5%] cli/glance reading sources... [ 7%] cli/index reading sources... [ 9%] cli/property-keys reading sources... [ 12%] index reading sources... [ 14%] reference/api/glanceclient reading sources... [ 16%] reference/api/glanceclient.client reading sources... [ 19%] reference/api/glanceclient.common reading sources... [ 21%] reference/api/glanceclient.common.exceptions reading sources... [ 23%] reference/api/glanceclient.common.http reading sources... [ 26%] reference/api/glanceclient.common.https reading sources... [ 28%] reference/api/glanceclient.common.progressbar reading sources... [ 30%] reference/api/glanceclient.common.utils reading sources... [ 33%] reference/api/glanceclient.exc reading sources... [ 35%] reference/api/glanceclient.shell reading sources... [ 37%] reference/api/glanceclient.v1 reading sources... [ 40%] reference/api/glanceclient.v1.apiclient reading sources... [ 42%] reference/api/glanceclient.v1.apiclient.base reading sources... [ 44%] reference/api/glanceclient.v1.apiclient.exceptions reading sources... [ 47%] reference/api/glanceclient.v1.apiclient.utils reading sources... [ 49%] reference/api/glanceclient.v1.client reading sources... [ 51%] reference/api/glanceclient.v1.image_members reading sources... [ 53%] reference/api/glanceclient.v1.images reading sources... [ 56%] reference/api/glanceclient.v1.shell reading sources... [ 58%] reference/api/glanceclient.v1.versions reading sources... [ 60%] reference/api/glanceclient.v2 reading sources... [ 63%] reference/api/glanceclient.v2.cache reading sources... [ 65%] reference/api/glanceclient.v2.client reading sources... [ 67%] reference/api/glanceclient.v2.image_members reading sources... [ 70%] reference/api/glanceclient.v2.image_schema reading sources... [ 72%] reference/api/glanceclient.v2.image_tags reading sources... [ 74%] reference/api/glanceclient.v2.images reading sources... [ 77%] reference/api/glanceclient.v2.info reading sources... [ 79%] reference/api/glanceclient.v2.metadefs reading sources... [ 81%] reference/api/glanceclient.v2.namespace_schema reading sources... [ 84%] reference/api/glanceclient.v2.resource_type_schema reading sources... [ 86%] reference/api/glanceclient.v2.schemas reading sources... [ 88%] reference/api/glanceclient.v2.shell reading sources... [ 91%] reference/api/glanceclient.v2.tasks reading sources... [ 93%] reference/api/glanceclient.v2.versions reading sources... [ 95%] reference/api/modules reading sources... [ 98%] reference/apiv2 reading sources... [100%] reference/index DEBUG: looking for now-outdated files... none found DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... copying static files... done DEBUG: copying extra files... done DEBUG: done DEBUG: writing output... [ 2%] cli/details /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 5%] cli/glance /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 7%] cli/index writing output... [ 9%] cli/property-keys writing output... [ 12%] index writing output... [ 14%] reference/api/glanceclient [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 16%] reference/api/glanceclient.client [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.client' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 19%] reference/api/glanceclient.common [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.common' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 21%] reference/api/glanceclient.common.exceptions [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.common.exceptions' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 23%] reference/api/glanceclient.common.http [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.common.http' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 26%] reference/api/glanceclient.common.https [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.common.https' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 28%] reference/api/glanceclient.common.progressbar [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.common.progressbar' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 30%] reference/api/glanceclient.common.utils [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.common.utils' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 33%] reference/api/glanceclient.exc [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.exc' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 35%] reference/api/glanceclient.shell [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.shell' DEBUG: writing output... [ 37%] reference/api/glanceclient.v1 /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 40%] reference/api/glanceclient.v1.apiclient [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.apiclient' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 42%] reference/api/glanceclient.v1.apiclient.base [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.apiclient.base' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 44%] reference/api/glanceclient.v1.apiclient.exceptions [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.apiclient.exceptions' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 47%] reference/api/glanceclient.v1.apiclient.utils [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.apiclient.utils' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 49%] reference/api/glanceclient.v1.client [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.client' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 51%] reference/api/glanceclient.v1.image_members [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.image_members' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 53%] reference/api/glanceclient.v1.images [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.images' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 56%] reference/api/glanceclient.v1.shell [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.shell' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 58%] reference/api/glanceclient.v1.versions [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.versions' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 60%] reference/api/glanceclient.v2 [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 63%] reference/api/glanceclient.v2.cache [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.cache' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 65%] reference/api/glanceclient.v2.client [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.client' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 67%] reference/api/glanceclient.v2.image_members [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.image_members' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 70%] reference/api/glanceclient.v2.image_schema [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.image_schema' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 72%] reference/api/glanceclient.v2.image_tags [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.image_tags' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 74%] reference/api/glanceclient.v2.images [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.images' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 77%] reference/api/glanceclient.v2.info [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.info' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 79%] reference/api/glanceclient.v2.metadefs [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.metadefs' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 81%] reference/api/glanceclient.v2.namespace_schema [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.namespace_schema' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 84%] reference/api/glanceclient.v2.resource_type_schema [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.resource_type_schema' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 86%] reference/api/glanceclient.v2.schemas [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.schemas' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 88%] reference/api/glanceclient.v2.shell [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.shell' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 91%] reference/api/glanceclient.v2.tasks [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.tasks' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 93%] reference/api/glanceclient.v2.versions [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.versions' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 95%] reference/api/modules [openstackdocstheme] could not determine last_updated for 'reference/api/modules' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 98%] reference/apiv2 writing output... [100%] reference/index DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: writing additional pages... search done DEBUG: dumping search index in English (code: en)... done DEBUG: dumping object inventory... done DEBUG: build succeeded. DEBUG: The HTML pages are in doc/build/html. DEBUG: Running Sphinx v7.2.6 DEBUG: [openstackdocstheme] version: 3.0.0 DEBUG: [openstackdocstheme] connecting html-page-context event handler DEBUG: making output directory... done DEBUG: [openstackdocstheme] overriding configured project name (python-glanceclient) with name extracted from the package (python-glanceclient); you can disable this behavior with the 'openstackdocs_auto_name' option DEBUG: [openstackdocstheme] using theme from /usr/lib/python3.12/site-packages/openstackdocstheme/theme DEBUG: [openstackdocstheme] no /builddir/build/BUILD/python-glanceclient-4.10.0/.gitreview found DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.client.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.exc.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.shell.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.exceptions.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.http.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.https.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.progressbar.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.utils.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.client.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.image_members.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.images.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.shell.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.versions.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.apiclient.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.apiclient.base.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.apiclient.exceptions.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.apiclient.utils.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.cache.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.client.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.image_members.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.image_schema.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.image_tags.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.images.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.info.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.metadefs.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.namespace_schema.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.resource_type_schema.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.schemas.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.shell.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.tasks.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.versions.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/modules.rst. DEBUG: building [mo]: targets for 0 po files that are out of date DEBUG: writing output... DEBUG: building [man]: all manpages DEBUG: updating environment: [new config] 43 added, 0 changed, 0 removed DEBUG: reading sources... [ 2%] cli/details reading sources... [ 5%] cli/glance reading sources... [ 7%] cli/index reading sources... [ 9%] cli/property-keys reading sources... [ 12%] index reading sources... [ 14%] reference/api/glanceclient reading sources... [ 16%] reference/api/glanceclient.client reading sources... [ 19%] reference/api/glanceclient.common reading sources... [ 21%] reference/api/glanceclient.common.exceptions reading sources... [ 23%] reference/api/glanceclient.common.http reading sources... [ 26%] reference/api/glanceclient.common.https reading sources... [ 28%] reference/api/glanceclient.common.progressbar reading sources... [ 30%] reference/api/glanceclient.common.utils reading sources... [ 33%] reference/api/glanceclient.exc reading sources... [ 35%] reference/api/glanceclient.shell reading sources... [ 37%] reference/api/glanceclient.v1 reading sources... [ 40%] reference/api/glanceclient.v1.apiclient reading sources... [ 42%] reference/api/glanceclient.v1.apiclient.base reading sources... [ 44%] reference/api/glanceclient.v1.apiclient.exceptions reading sources... [ 47%] reference/api/glanceclient.v1.apiclient.utils reading sources... [ 49%] reference/api/glanceclient.v1.client reading sources... [ 51%] reference/api/glanceclient.v1.image_members reading sources... [ 53%] reference/api/glanceclient.v1.images reading sources... [ 56%] reference/api/glanceclient.v1.shell reading sources... [ 58%] reference/api/glanceclient.v1.versions reading sources... [ 60%] reference/api/glanceclient.v2 reading sources... [ 63%] reference/api/glanceclient.v2.cache reading sources... [ 65%] reference/api/glanceclient.v2.client reading sources... [ 67%] reference/api/glanceclient.v2.image_members reading sources... [ 70%] reference/api/glanceclient.v2.image_schema reading sources... [ 72%] reference/api/glanceclient.v2.image_tags reading sources... [ 74%] reference/api/glanceclient.v2.images reading sources... [ 77%] reference/api/glanceclient.v2.info reading sources... [ 79%] reference/api/glanceclient.v2.metadefs reading sources... [ 81%] reference/api/glanceclient.v2.namespace_schema reading sources... [ 84%] reference/api/glanceclient.v2.resource_type_schema reading sources... [ 86%] reference/api/glanceclient.v2.schemas reading sources... [ 88%] reference/api/glanceclient.v2.shell reading sources... [ 91%] reference/api/glanceclient.v2.tasks reading sources... [ 93%] reference/api/glanceclient.v2.versions reading sources... [ 95%] reference/api/modules reading sources... [ 98%] reference/apiv2 reading sources... [100%] reference/index DEBUG: looking for now-outdated files... none found DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: writing... glance.1 { } done DEBUG: build succeeded. DEBUG: The manual pages are in doc/build/man. DEBUG: docs: OK (8.01 seconds) DEBUG: congratulations :) (8.07 seconds) DEBUG: + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo DEBUG: + sphinx-build -b man doc/source doc/build/man DEBUG: Running Sphinx v7.2.6 DEBUG: [openstackdocstheme] version: 3.0.0 DEBUG: [openstackdocstheme] connecting html-page-context event handler DEBUG: [openstackdocstheme] overriding configured project name (python-glanceclient) with name extracted from the package (python-glanceclient); you can disable this behavior with the 'openstackdocs_auto_name' option DEBUG: loading pickled environment... done DEBUG: [openstackdocstheme] using theme from /usr/lib/python3.12/site-packages/openstackdocstheme/theme DEBUG: [openstackdocstheme] no /builddir/build/BUILD/python-glanceclient-4.10.0/.gitreview found DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.client.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.exc.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.shell.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.exceptions.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.http.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.https.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.progressbar.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.common.utils.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.client.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.image_members.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.images.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.shell.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.versions.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.apiclient.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.apiclient.base.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.apiclient.exceptions.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v1.apiclient.utils.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.cache.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.client.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.image_members.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.image_schema.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.image_tags.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.images.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.info.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.metadefs.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.namespace_schema.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.resource_type_schema.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.schemas.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.shell.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.tasks.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/glanceclient.v2.versions.rst. DEBUG: Creating file /builddir/build/BUILD/python-glanceclient-4.10.0/doc/source/reference/api/modules.rst. DEBUG: building [mo]: targets for 0 po files that are out of date DEBUG: writing output... DEBUG: building [man]: all manpages DEBUG: updating environment: 0 added, 0 changed, 0 removed DEBUG: reading sources... DEBUG: looking for now-outdated files... none found DEBUG: writing... glance.1 { } done DEBUG: build succeeded. DEBUG: The manual pages are in doc/build/man. DEBUG: + install -p -D -m 644 doc/build/man/glance.1 /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/share/man/man1/glance.1 DEBUG: + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 4.10.0-0.20251014002906.d46a9bf.el10 --unique-debug-suffix -4.10.0-0.20251014002906.d46a9bf.el10.x86_64 --unique-debug-src-base python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/python-glanceclient-4.10.0 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: + /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 -j8 DEBUG: Bytecompiling .py files below /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.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.YpqkmE 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 python-glanceclient-4.10.0 DEBUG: + unset http_proxy DEBUG: + unset https_proxy 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/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin DEBUG: + PYTHONPATH=/builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/lib64/python3.12/site-packages:/builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/lib/python3.12/site-packages DEBUG: + PYTHONDONTWRITEBYTECODE=1 DEBUG: + PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/python-glanceclient-4.10.0/.pyproject-builddir' DEBUG: + PYTEST_XDIST_AUTO_NUM_WORKERS=8 DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -m tox --current-env -q --recreate -e py312 DEBUG: {3} glanceclient.tests.unit.test_client.ClientTest.test_endpoint [0.000384s] ... ok DEBUG: {3} glanceclient.tests.unit.test_client.ClientTest.test_no_endpoint_error [0.000090s] ... ok DEBUG: {3} glanceclient.tests.unit.test_exc.TestHTTPExceptions.test_from_response [0.000088s] ... ok DEBUG: {3} glanceclient.tests.unit.test_exc.TestHTTPExceptions.test_handles_json [0.000136s] ... ok DEBUG: {3} glanceclient.tests.unit.test_http.TestClient.test_connection_timeout(session) [0.001150s] ... ok DEBUG: {3} glanceclient.tests.unit.test_http.TestClient.test_http_chunked_request(httpclient) [0.000798s] ... ok DEBUG: {3} glanceclient.tests.unit.test_http.TestClient.test_identity_headers_and_no_token_in_header(httpclient) [0.000150s] ... ok DEBUG: {3} glanceclient.tests.unit.test_http.TestClient.test_identity_headers_and_token(session) [0.000167s] ... ok DEBUG: {3} glanceclient.tests.unit.test_http.TestClient.test_language_header_not_passed_no_language(session) [0.000582s] ... ok DEBUG: {3} glanceclient.tests.unit.test_http.TestClient.test_raw_request(httpclient) [0.000549s] ... ok DEBUG: {3} glanceclient.tests.unit.test_http.TestClient.test_raw_request(session) [0.000591s] ... ok DEBUG: {3} glanceclient.tests.unit.test_progressbar.TestProgressBarWrapper.test_iter_file_display_progress_bar [0.000351s] ... ok DEBUG: {0} glanceclient.tests.unit.test_base.TestBase.test_resource_repr [0.000088s] ... ok DEBUG: {0} glanceclient.tests.unit.test_http.TestClient.test_connection_refused(httpclient) [0.001105s] ... ok DEBUG: {0} glanceclient.tests.unit.test_http.TestClient.test_expired_token_has_changed(session) [0.001556s] ... ok DEBUG: {0} glanceclient.tests.unit.test_http.TestClient.test_http_chunked_request(session) [0.000695s] ... ok DEBUG: {0} glanceclient.tests.unit.test_http.TestClient.test_http_chunked_response(session) [0.000563s] ... ok DEBUG: {0} glanceclient.tests.unit.test_http.TestClient.test_language_header_passed(session) [0.000525s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTest.test_auth_plugin_invocation_with_v1 [0.011596s] ... ok DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTest.test_auth_plugin_invocation_with_unversioned_auth_url_with_v1 [0.031035s] ... ok DEBUG: {2} glanceclient.tests.unit.test_base.TestBase.test_getid [0.000097s] ... ok DEBUG: {2} glanceclient.tests.unit.test_base.TestBase.test_two_resources_with_eq_info_are_equal [0.000048s] ... ok DEBUG: {2} glanceclient.tests.unit.test_client.ClientTest.test_versioned_endpoint [0.000312s] ... ok DEBUG: {2} glanceclient.tests.unit.test_client.ClientTest.test_versioned_endpoint_with_minor_revision [0.000201s] ... ok DEBUG: {2} glanceclient.tests.unit.test_client.ClientTest.test_versioned_endpoint_with_minor_revision_and_version_hostname [0.000116s] ... ok DEBUG: {2} glanceclient.tests.unit.test_http.TestClient.test_http_duplicate_content_type_headers(session) [0.002551s] ... ok DEBUG: {2} glanceclient.tests.unit.test_http.TestClient.test_http_json(session) [0.001250s] ... ok DEBUG: {2} glanceclient.tests.unit.test_http.TestClient.test_identity_headers_and_no_token_in_session_header(httpclient) [0.000129s] ... ok DEBUG: {2} glanceclient.tests.unit.test_http.TestClient.test_identity_headers_and_no_token_in_session_header(session) [0.000138s] ... ok DEBUG: {2} glanceclient.tests.unit.test_http.TestClient.test_log_curl_request_with_non_ascii_char(session) ... SKIPPED: Skip logging tests for session client DEBUG: {2} glanceclient.tests.unit.test_http.TestClient.test_parse_endpoint(session) [0.000157s] ... ok DEBUG: {2} glanceclient.tests.unit.test_http.TestClient.test_request_id_header_session_client(httpclient) [0.000686s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTest.test_auth_plugin_invocation_without_username_with_v2 [0.016198s] ... ok DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTest.test_auth_plugin_invocation_with_unversioned_auth_url_with_v2 [0.021667s] ... ok DEBUG: {5} glanceclient.tests.unit.test_base.TestBase.test_two_resources_with_not_eq_info_are_not_equal [0.000082s] ... ok DEBUG: {5} glanceclient.tests.unit.test_base.TestBase.test_two_resources_with_same_id_are_not_equal [0.000039s] ... ok DEBUG: {5} glanceclient.tests.unit.test_client.ClientTest.test_versioned_endpoint_with_version_hostname_v2 [0.000341s] ... ok DEBUG: {5} glanceclient.tests.unit.test_http.TestClient.test__chunk_body_exact_size_chunk(httpclient) [0.000213s] ... ok DEBUG: {5} glanceclient.tests.unit.test_http.TestClient.test_http_encoding(session) [0.001444s] ... ok DEBUG: {5} glanceclient.tests.unit.test_http.TestClient.test_log_curl_request_with_all_certs(httpclient) [0.001248s] ... ok DEBUG: {5} glanceclient.tests.unit.test_http.TestClient.test_log_curl_request_with_some_certs(session) [0.000851s] ... ok DEBUG: {5} glanceclient.tests.unit.test_http.TestClient.test_log_curl_request_with_token_header(session) [0.000514s] ... ok DEBUG: {5} glanceclient.tests.unit.test_http.TestClient.test_request_id_header_session_client(session) [0.000989s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTest.test_cert_and_key_args_interchangeable [0.025045s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTest.test_auth_plugin_invocation_without_tenant_with_v2 [0.020883s] ... ok DEBUG: Invalid API version parameter. Supported values are [1, 2] DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTest.test_get_base_parser [0.000870s] ... ok DEBUG: ... terminating glance client DEBUG: WARNING: The client is falling back to v1 because the accessing to v2 failed. This behavior will be removed in future versions DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTest.test_help_v2_no_schema [0.035651s] ... ok DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTest.test_shell_keyboard_interrupt [0.000448s] ... ok DEBUG: {6} glanceclient.tests.unit.test_client.ClientTest.test_versioned_endpoint_with_version_hostname_v1 [0.000363s] ... ok DEBUG: {6} glanceclient.tests.unit.test_http.TestClient.test_connection_timeout(httpclient) [0.001103s] ... ok DEBUG: {6} glanceclient.tests.unit.test_http.TestClient.test_expired_token_has_changed(httpclient) [0.001856s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTest.test_no_stacktrace_when_debug_disabled [0.013810s] ... ok DEBUG: {6} glanceclient.tests.unit.test_http.TestClient.test_get_connections_kwargs_http(session) [0.000181s] ... ok DEBUG: {6} glanceclient.tests.unit.test_http.TestClient.test_identity_headers_and_token(httpclient) [0.000104s] ... ok DEBUG: {6} glanceclient.tests.unit.test_http.TestClient.test_identity_headers_are_passed(httpclient) [0.000610s] ... ok DEBUG: {6} glanceclient.tests.unit.test_http.TestClient.test_language_header_not_passed_no_language(httpclient) [0.000518s] ... ok DEBUG: {6} glanceclient.tests.unit.test_http.TestClient.test_log_curl_request_with_body_and_header(session) ... SKIPPED: Skip logging tests for session client DEBUG: {6} glanceclient.tests.unit.test_http.TestClient.test_log_curl_request_with_insecure_param(httpclient) [0.000829s] ... ok DEBUG: {6} glanceclient.tests.unit.test_http.TestClient.test_log_curl_request_with_insecure_param(session) [0.000768s] ... ok DEBUG: {6} glanceclient.tests.unit.test_http.TestClient.test_log_request_id_once(httpclient) [0.000927s] ... ok DEBUG: {6} glanceclient.tests.unit.test_http.TestClient.test_parse_endpoint(httpclient) [0.000143s] ... ok DEBUG: {6} glanceclient.tests.unit.test_http.TestClient.test_request_id_header_passed(session) [0.000586s] ... ok DEBUG: {6} glanceclient.tests.unit.test_shell.ShellCacheSchemaTest.test_cache_schemas_leaves_auto_switch [0.002169s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTest.test_password_prompted_ctrlD_with_v2 [0.017746s] ... ok DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTest.test_shell_no_fallback_from_v2 [0.021524s] ... ok DEBUG: Invalid API version parameter. Supported values are [1, 2] DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTest.test_subcommand_help [0.010993s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTest.test_stacktrace_when_debug_enabled_by_env [0.021082s] ... ok DEBUG: WARNING: The client is falling back to v1 because the accessing to v2 failed. This behavior will be removed in future versions DEBUG: WARNING: The client is falling back to v1 because the accessing to v2 failed. This behavior will be removed in future versions DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTestRequests.test_download_has_no_stray_output_to_stdout [0.015984s] ... ok DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_auth_plugin_invocation_with_unversioned_auth_url_with_v1 [0.007363s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_endpoint_token_no_auth_req [0.033026s] ... ok DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_auth_plugin_invocation_with_v2 [0.018335s] ... ok DEBUG: Invalid API version parameter. Supported values are [1, 2] DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_cert_and_key_args_interchangeable [0.016953s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_help_unknown_command [0.017873s] ... ok DEBUG: Invalid API version parameter. Supported values are [1, 2] DEBUG: {7} glanceclient.tests.unit.test_client.ClientTest.test_versioned_endpoint_no_version [0.000538s] ... ok DEBUG: {7} glanceclient.tests.unit.test_http.TestClient.test_connection_refused(session) [0.003992s] ... ok DEBUG: {7} glanceclient.tests.unit.test_http.TestClient.test_headers_encoding(httpclient) [0.000652s] ... ok DEBUG: {7} glanceclient.tests.unit.test_http.TestClient.test_http_chunked_response(httpclient) [0.000736s] ... ok DEBUG: {7} glanceclient.tests.unit.test_http.TestClient.test_identity_headers_are_passed(session) [0.000764s] ... ok DEBUG: {7} glanceclient.tests.unit.test_http.TestClient.test_log_http_response_with_non_ascii_char(session) ... SKIPPED: Skip logging tests for session client DEBUG: {7} glanceclient.tests.unit.test_http.TestClient.test_log_request_id_once(session) [0.001003s] ... ok DEBUG: {7} glanceclient.tests.unit.test_http.TestClient.test_request_id_header_passed(httpclient) [0.000568s] ... ok DEBUG: {7} glanceclient.tests.unit.test_progressbar.TestProgressBarWrapper.test_iter_file_no_tty [0.000194s] ... ok DEBUG: {7} glanceclient.tests.unit.test_progressbar.TestProgressBarWrapper.test_iter_iterator_display_progress_bar [0.000261s] ... ok DEBUG: {7} glanceclient.tests.unit.test_shell.ShellCacheSchemaTest.test_cache_schemas_gets_when_forced [0.005110s] ... ok DEBUG: {7} glanceclient.tests.unit.test_shell.ShellCacheSchemaTest.test_cache_schemas_gets_when_not_exists [0.002199s] ... ok DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTest.test_auth_plugin_invocation_without_auth_url_with_v1 [0.014290s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_no_auth_with_token_and_image_url_with_v2 [0.027219s] ... ok DEBUG: WARNING: The client is falling back to v1 because the accessing to v2 failed. This behavior will be removed in future versions DEBUG: ... terminating glance client DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTest.test_auth_plugin_invocation_without_username_with_v1 [0.035071s] ... ok DEBUG: WARNING: The client is falling back to v1 because the accessing to v2 failed. This behavior will be removed in future versions DEBUG: Invalid API version parameter. Supported values are [1, 2] DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_api_discovery_failed_with_unversioned_auth_url [0.033536s] ... ok DEBUG: WARNING: The client is falling back to v1 because the accessing to v2 failed. This behavior will be removed in future versions DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTest.test_auth_plugin_invocation_without_version [0.037848s] ... ok DEBUG: Invalid API version parameter. Supported values are [1, 2] DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_endpoint_from_interface [0.037836s] ... ok DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTest.test_help_on_subcommand_error [0.020924s] ... ok DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTest.test_shell_import_error_default_message [0.002859s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_no_auth_with_proj_name [0.039836s] ... ok DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTestRequests.test_v2_download_has_no_stray_output_to_stdout [0.040643s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_auth_plugin_invocation_without_auth_url_with_v1 [0.011288s] ... ok DEBUG: Schema is not a valid JSON object. DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_bash_completion [0.019721s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_bash_completion [0.017158s] ... ok DEBUG: WARNING: The client is falling back to v1 because the accessing to v2 failed. This behavior will be removed in future versions DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_shell_v1_fallback_from_v2 [0.033765s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_endpoint_real_from_interface [0.039079s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_get_base_parser [0.002323s] ... ok DEBUG: Invalid API version parameter. Supported values are [1, 2] DEBUG: Invalid API version parameter. Supported values are [1, 2] DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_auth_plugin_invocation_without_auth_url_with_v1 [0.013181s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_help_unknown_command [0.012459s] ... ok DEBUG: ... terminating glance client DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_shell_import_error_default_message [0.001952s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_shell_import_error_with_mesage [0.001418s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_shell_keyboard_interrupt [0.000341s] ... ok DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_auth_plugin_invocation_without_username_with_v1 [0.025695s] ... ok DEBUG: {4} glanceclient.tests.unit.test_base.TestBase.test_two_resources_with_diff_id_are_not_equal [0.000080s] ... ok DEBUG: {4} glanceclient.tests.unit.test_base.TestBase.test_two_resources_with_same_id_and_info_are_equal [0.000049s] ... ok DEBUG: {4} glanceclient.tests.unit.test_exc.TestHTTPExceptions.test_handles_html [0.000189s] ... ok DEBUG: {4} glanceclient.tests.unit.test_http.TestClient.test_get_connections_kwargs_http(httpclient) [0.000217s] ... ok DEBUG: {4} glanceclient.tests.unit.test_http.TestClient.test_headers_encoding(session) [0.000444s] ... ok DEBUG: {4} glanceclient.tests.unit.test_http.TestClient.test_http_duplicate_content_type_headers(httpclient) [0.006244s] ... ok DEBUG: {4} glanceclient.tests.unit.test_http.TestClient.test_http_encoding(httpclient) [0.002470s] ... ok DEBUG: {4} glanceclient.tests.unit.test_http.TestClient.test_http_json(httpclient) [0.000629s] ... ok DEBUG: {4} glanceclient.tests.unit.test_http.TestClient.test_identity_headers_and_no_token_in_header(session) [0.001116s] ... ok DEBUG: {4} glanceclient.tests.unit.test_http.TestClient.test_log_curl_request_with_body_and_header(httpclient) [0.000619s] ... ok DEBUG: {4} glanceclient.tests.unit.test_http.TestClient.test_log_curl_request_with_some_certs(httpclient) [0.000942s] ... ok DEBUG: {4} glanceclient.tests.unit.test_http.TestClient.test_log_http_response_with_non_ascii_char(httpclient) [0.001022s] ... ok DEBUG: {4} glanceclient.tests.unit.test_shell.ShellCacheSchemaTest.test_cache_schemas_leaves_when_present_not_forced [0.003720s] ... ok DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_bash_completion [0.013550s] ... ok DEBUG: {1} glanceclient.tests.unit.test_client.ClientTest.test_endpoint_with_version_hostname [0.000389s] ... ok DEBUG: {1} glanceclient.tests.unit.test_exc.TestHTTPExceptions.test_format_no_content_type [0.000104s] ... ok DEBUG: {1} glanceclient.tests.unit.test_http.TestClient.test__chunk_body_exact_size_chunk(session) [0.000270s] ... ok DEBUG: {1} glanceclient.tests.unit.test_http.TestClient.test_language_header_passed(httpclient) [0.002682s] ... ok DEBUG: {1} glanceclient.tests.unit.test_http.TestClient.test_log_curl_request_with_all_certs(session) [0.001551s] ... ok DEBUG: {1} glanceclient.tests.unit.test_http.TestClient.test_log_curl_request_with_non_ascii_char(httpclient) [0.000107s] ... ok DEBUG: {1} glanceclient.tests.unit.test_http.TestClient.test_log_curl_request_with_token_header(httpclient) [0.000973s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTest.test_auth_plugin_invocation_without_tenant_with_v1 [0.014294s] ... ok DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_no_stacktrace_when_debug_disabled [0.014814s] ... ok DEBUG: No image with an ID of 'deleted-img' exists. DEBUG: WARNING: The client is falling back to v1 because the accessing to v2 failed. This behavior will be removed in future versions DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTest.test_auth_plugin_invocation_with_v2 [0.053903s] ... ok DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_shell_v1_fallback_from_v2 [0.065838s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_api_discovery_failed_with_unversioned_auth_url [0.034287s] ... ok DEBUG: Schema is not a valid JSON object. DEBUG: {5} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_subcommand_help [0.010847s] ... ok DEBUG: {5} glanceclient.tests.unit.test_ssl.TestHTTPSVerifyCert.test_v2_requests_bad_cert [0.002752s] ... ok DEBUG: {5} glanceclient.tests.unit.test_utils.TestUtils.test_schema_args_with_list_types [0.000179s] ... ok DEBUG: {5} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_image_list_with_empty_string_owner [0.001076s] ... ok DEBUG: {5} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_list_with_filter [0.000177s] ... ok DEBUG: {5} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_list_with_limit_less_than_page_size [0.000132s] ... ok DEBUG: {5} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_list_with_sort_dir [0.000131s] ... ok DEBUG: {5} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_update [0.000185s] ... ok DEBUG: {5} glanceclient.tests.unit.v1.test_images.ImageTest.test_data [0.001160s] ... ok DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_endpoint_from_interface [0.043772s] ... ok DEBUG: {5} glanceclient.tests.unit.v1.test_images.ImageTest.test_data_with_checksum [0.000858s] ... ok DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: usage: glance [--version] [-d] [-v] [--get-schema] [-f] DEBUG: [--os-image-url OS_IMAGE_URL] DEBUG: [--os-image-api-version OS_IMAGE_API_VERSION] DEBUG: [--os-region-name OS_REGION_NAME] DEBUG: [--os-auth-token OS_AUTH_TOKEN] DEBUG: [--os-service-type OS_SERVICE_TYPE] DEBUG: [--os-endpoint-type OS_ENDPOINT_TYPE] [--insecure] DEBUG: [--os-cacert ] [--os-cert ] DEBUG: [--os-key ] [--timeout ] [--collect-timing] DEBUG: [--os-auth-type ] [--os-auth-url OS_AUTH_URL] DEBUG: [--os-system-scope OS_SYSTEM_SCOPE] DEBUG: [--os-domain-id OS_DOMAIN_ID] [--os-domain-name OS_DOMAIN_NAME] DEBUG: [--os-project-id OS_PROJECT_ID] DEBUG: [--os-project-name OS_PROJECT_NAME] DEBUG: [--os-project-domain-id OS_PROJECT_DOMAIN_ID] DEBUG: [--os-project-domain-name OS_PROJECT_DOMAIN_NAME] DEBUG: [--os-trust-id OS_TRUST_ID] DEBUG: [--os-default-domain-id OS_DEFAULT_DOMAIN_ID] DEBUG: [--os-default-domain-name OS_DEFAULT_DOMAIN_NAME] DEBUG: [--os-user-id OS_USER_ID] [--os-username OS_USERNAME] DEBUG: [--os-user-domain-id OS_USER_DOMAIN_ID] DEBUG: [--os-user-domain-name OS_USER_DOMAIN_NAME] DEBUG: [--os-password OS_PASSWORD] DEBUG: ... DEBUG: Command-line interface to the OpenStack Images API. DEBUG: Positional arguments: DEBUG: DEBUG: add-location Add location to an image which is in `queued` state DEBUG: only. DEBUG: cache-clear Clear all images from cache, queue or both DEBUG: cache-delete Delete image from cache/caching queue. DEBUG: cache-list Get cache state. DEBUG: cache-queue Queue image(s) for caching. DEBUG: explain Describe a specific model. DEBUG: image-create Create a new image. DEBUG: image-create-via-import DEBUG: EXPERIMENTAL: Create a new image via image import. DEBUG: image-deactivate Deactivate specified image. DEBUG: image-delete Delete specified image. DEBUG: image-download Download a specific image. DEBUG: image-import Initiate the image import taskflow. DEBUG: image-list List images you can access. DEBUG: image-reactivate Reactivate specified image. DEBUG: image-show Describe a specific image. DEBUG: image-stage Upload data for a specific image to staging. DEBUG: image-tag-delete Delete the tag associated with the given image. DEBUG: image-tag-update Update an image with the given tag. DEBUG: image-tasks Get tasks associated with image DEBUG: image-update Update an existing image. DEBUG: image-upload Upload data for a specific image. DEBUG: import-info Print import methods available from Glance. DEBUG: location-add Add a location (and related metadata) to an image. DEBUG: location-delete Remove locations (and related metadata) from an image. DEBUG: location-update Update metadata of an image's location. DEBUG: md-namespace-create DEBUG: Create a new metadata definitions namespace. DEBUG: md-namespace-delete DEBUG: Delete specified metadata definitions namespace with DEBUG: its contents. DEBUG: md-namespace-import DEBUG: Import a metadata definitions namespace from file or DEBUG: standard input. DEBUG: md-namespace-list List metadata definitions namespaces. DEBUG: md-namespace-objects-delete DEBUG: Delete all metadata definitions objects inside a DEBUG: specific namespace. DEBUG: md-namespace-properties-delete DEBUG: Delete all metadata definitions property inside a DEBUG: specific namespace. DEBUG: md-namespace-resource-type-list DEBUG: List resource types associated to specific namespace. DEBUG: md-namespace-show Describe a specific metadata definitions namespace. DEBUG: md-namespace-tags-delete DEBUG: Delete all metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-namespace-update DEBUG: Update an existing metadata definitions namespace. DEBUG: md-object-create Create a new metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-delete Delete a specific metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-list List metadata definitions objects inside a specific DEBUG: namespace. DEBUG: md-object-property-show DEBUG: Describe a specific metadata definitions property DEBUG: inside an object. DEBUG: md-object-show Describe a specific metadata definitions object inside DEBUG: a namespace. DEBUG: md-object-update Update metadata definitions object inside a namespace. DEBUG: md-property-create Create a new metadata definitions property inside a DEBUG: namespace. DEBUG: md-property-delete Delete a specific metadata definitions property inside DEBUG: a namespace. DEBUG: md-property-list List metadata definitions properties inside a specific DEBUG: namespace. DEBUG: md-property-show Describe a specific metadata definitions property DEBUG: inside a namespace. DEBUG: md-property-update Update metadata definitions property inside a DEBUG: namespace. DEBUG: md-resource-type-associate DEBUG: Associate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-deassociate DEBUG: Deassociate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-list DEBUG: List available resource type names. DEBUG: md-tag-create Add a new metadata definitions tag inside a namespace. DEBUG: md-tag-create-multiple DEBUG: Create new metadata definitions tags inside a DEBUG: namespace. DEBUG: md-tag-delete Delete a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-list List metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-tag-show Describe a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-update Rename a metadata definitions tag inside a namespace. DEBUG: member-create Create member for a given image. DEBUG: member-delete Delete image member. DEBUG: member-get Show details of an image member DEBUG: member-list Describe sharing permissions by image. DEBUG: member-update Update the status of a member for a given image. DEBUG: stores-delete Delete image from specific store. DEBUG: stores-info Print available backends from Glance. DEBUG: task-create Create a new task. DEBUG: task-list List tasks you can access. DEBUG: task-show Describe a specific task. DEBUG: usage Get quota usage information. DEBUG: bash-completion Prints arguments for bash_completion. DEBUG: help Display help about this program or one of its DEBUG: subcommands. DEBUG: Options: DEBUG: --version show program's version number and exit DEBUG: -d, --debug Defaults to env[GLANCECLIENT_DEBUG]. DEBUG: -v, --verbose Print more verbose output. DEBUG: --get-schema Ignores cached copy and forces retrieval of schema DEBUG: that generates portions of the help text. Ignored with DEBUG: API version 1. DEBUG: -f, --force Prevent select actions from requesting user DEBUG: confirmation. DEBUG: --os-image-url OS_IMAGE_URL DEBUG: Defaults to env[OS_IMAGE_URL]. If the provided image DEBUG: url contains a version number and `--os-image-api- DEBUG: version` is omitted the version of the URL will be DEBUG: picked as the image api version to use. DEBUG: --os-image-api-version OS_IMAGE_API_VERSION DEBUG: Defaults to env[OS_IMAGE_API_VERSION] or 2. DEBUG: --os-region-name OS_REGION_NAME DEBUG: Defaults to env[OS_REGION_NAME]. DEBUG: --os-auth-token OS_AUTH_TOKEN DEBUG: Defaults to env[OS_AUTH_TOKEN]. DEBUG: --os-service-type OS_SERVICE_TYPE DEBUG: Defaults to env[OS_SERVICE_TYPE]. DEBUG: --os-endpoint-type OS_ENDPOINT_TYPE DEBUG: Defaults to env[OS_ENDPOINT_TYPE]. DEBUG: --os-auth-type , --os-auth-plugin DEBUG: Authentication type to use DEBUG: API Connection Options: DEBUG: Options controlling the HTTP API Connections DEBUG: --insecure Explicitly allow client to perform "insecure" TLS DEBUG: (https) requests. The server's certificate will not be DEBUG: verified against any certificate authorities. This DEBUG: option should be used with caution. DEBUG: --os-cacert DEBUG: Specify a CA bundle file to use in verifying a TLS DEBUG: (https) server certificate. Defaults to DEBUG: env[OS_CACERT]. DEBUG: --os-cert DEBUG: The location for the keystore (PEM formatted) DEBUG: containing the public key of this client. Defaults to DEBUG: env[OS_CERT]. DEBUG: --os-key The location for the keystore (PEM formatted) DEBUG: containing the private key of this client. Defaults to DEBUG: env[OS_KEY]. DEBUG: --timeout Set request timeout (in seconds). DEBUG: --collect-timing Collect per-API call timing information. DEBUG: Authentication Options: DEBUG: Options specific to the password plugin. DEBUG: --os-auth-url OS_AUTH_URL DEBUG: Authentication URL DEBUG: --os-system-scope OS_SYSTEM_SCOPE DEBUG: Scope for system operations DEBUG: --os-domain-id OS_DOMAIN_ID DEBUG: Domain ID to scope to DEBUG: --os-domain-name OS_DOMAIN_NAME DEBUG: Domain name to scope to DEBUG: --os-project-id OS_PROJECT_ID, --os-tenant-id OS_PROJECT_ID DEBUG: Project ID to scope to DEBUG: --os-project-name OS_PROJECT_NAME, --os-tenant-name OS_PROJECT_NAME DEBUG: Project name to scope to DEBUG: --os-project-domain-id OS_PROJECT_DOMAIN_ID DEBUG: Domain ID containing project DEBUG: --os-project-domain-name OS_PROJECT_DOMAIN_NAME DEBUG: Domain name containing project DEBUG: --os-trust-id OS_TRUST_ID DEBUG: ID of the trust to use as a trustee use DEBUG: --os-default-domain-id OS_DEFAULT_DOMAIN_ID DEBUG: Optional domain ID to use with v3 and v2 parameters. DEBUG: It will be used for both the user and project domain DEBUG: in v3 and ignored in v2 authentication. DEBUG: --os-default-domain-name OS_DEFAULT_DOMAIN_NAME DEBUG: Optional domain name to use with v3 API and v2 DEBUG: parameters. It will be used for both the user and DEBUG: project domain in v3 and ignored in v2 authentication. DEBUG: --os-user-id OS_USER_ID DEBUG: User id DEBUG: --os-username OS_USERNAME, --os-user-name OS_USERNAME DEBUG: Username DEBUG: --os-user-domain-id OS_USER_DOMAIN_ID DEBUG: User's domain id DEBUG: --os-user-domain-name OS_USER_DOMAIN_NAME DEBUG: User's domain name DEBUG: --os-password OS_PASSWORD DEBUG: User's password DEBUG: See "glance help COMMAND" for help on a specific command. DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTest.test_help [0.013706s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTest.test_help_unknown_command [0.008500s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTest.test_no_auth_with_proj_name [0.019013s] ... ok DEBUG: {5} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_list_invalid_max_size_parameter [0.006492s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTest.test_no_auth_with_token_and_image_url_with_v1 [0.007136s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTest.test_shell_illegal_version [0.001220s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_auth_plugin_invocation_without_auth_url_with_v1 [0.006078s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_auth_plugin_invocation_without_tenant_with_v1 [0.006779s] ... ok DEBUG: {5} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_update_invalid_size_parameter [0.005970s] ... ok DEBUG: {5} glanceclient.tests.unit.v1.test_shell.ShellStdinHandlingTests.test_image_delete_deleted [0.000476s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_auth_plugin_invocation_without_username_with_v1 [0.028336s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_client_requests.ClientTestRequests.test_show_bad_image_schema [0.001845s] ... ok DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTest.test_auth_plugin_invocation_without_auth_url_with_v2 [0.037281s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_images.TestController.test_data_stage_with_invalid_size [0.000094s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_images.TestController.test_data_with_bad_hash_algo_and_fallback [0.000552s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_images.TestController.test_data_with_checksum [0.000850s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_property [0.000331s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_tag_multiple_images [0.000345s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_new_sorting_syntax_invalid_direction [0.000094s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_paginated_with_limit [0.000413s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_images.TestController.test_update_replace_prop [0.001055s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_images.TestController.test_update_replace_remove_same_prop [0.000988s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_members.TestController.test_create_image_members [0.000280s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_members.TestController.test_list_image_members [0.000238s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_get_namespace_with_resource_type [0.000633s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_list_namespaces_with_visibility_filter [0.000608s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_list_with_limit_greater_than_page_size [0.001010s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_list_with_sort_dir [0.001079s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_list_with_sort_key [0.000758s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_update_namespace [0.003007s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_metadefs_objects.TestObjectController.test_delete_all_objects [0.000134s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_metadefs_properties.TestPropertyController.test_update_property_invalid_property [0.000909s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_metadefs_resource_types.TestResoureTypeController.test_get_resource_types [0.000871s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_metadefs_tags.TestTagController.test_get_tag [0.000325s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_schemas.TestSchema.test_schema_minimum [0.000039s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_schemas.TestSchemaBasedModel.test_patch_should_add_extra_properties [0.000430s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_schemas.TestSchemaProperty.test_property_is_base [0.000036s] ... ok DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_endpoint_token_no_auth_req [0.032299s] ... ok DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_help_on_subcommand_error [0.017218s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_create_via_import_web_download_missing_container_format [0.018158s] ... ok DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTest.test_endpoint_token_no_auth_req [0.034142s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_auth_plugin_invocation_without_username_with_v2 [0.037642s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_add_location_with_invalid_algo_in_validation_data [0.001032s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_clear_unsupported [0.001452s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_create_via_import_with_no_method_no_data [0.002273s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_create_with_unicode [0.001541s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_create_without_size [0.002227s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_deactivate [0.000960s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_delete_from_store [0.001098s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_tasks_unsupported [0.001304s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_update_no_user_props [0.001188s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_upload_size_match [0.001489s] ... ok DEBUG: Schema is not a valid JSON object. DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_import_invalid_json [0.000992s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_objects_delete [0.000957s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_help_on_subcommand_error [0.016701s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_resource_type_list [0.001054s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_object_create [0.000822s] ... ok DEBUG: Schema is not a valid JSON object. DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_property_create_invalid_schema [0.001128s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_tag_delete [0.001031s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_import_no_print_image [0.001400s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_upload [0.000792s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_all_stores_without_file [0.001790s] ... ok DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_main_noargs [0.027091s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_bad_method [0.001455s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_stores_without_uri [0.002233s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_import_image_no_disk_format [0.001078s] ... ok DEBUG: {5} glanceclient.tests.unit.v2.test_tasks.TestController.test_list_tasks_with_invalid_sort_dir [0.000103s] ... ok DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_auth_plugin_invocation_without_auth_url_with_v2 [0.035268s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_no_auth_with_token_and_image_url_with_v1 [0.018492s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_shell_import_error_default_message [0.002479s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_shell_import_error_with_mesage [0.001218s] ... ok DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: usage: glance [--version] [-d] [-v] [--get-schema] [-f] DEBUG: [--os-image-url OS_IMAGE_URL] DEBUG: [--os-image-api-version OS_IMAGE_API_VERSION] DEBUG: [--os-region-name OS_REGION_NAME] DEBUG: [--os-auth-token OS_AUTH_TOKEN] DEBUG: [--os-service-type OS_SERVICE_TYPE] DEBUG: [--os-endpoint-type OS_ENDPOINT_TYPE] [--insecure] DEBUG: [--os-cacert ] [--os-cert ] DEBUG: [--os-key ] [--timeout ] [--collect-timing] DEBUG: [--os-auth-type ] [--os-auth-url OS_AUTH_URL] DEBUG: [--os-system-scope OS_SYSTEM_SCOPE] DEBUG: [--os-domain-id OS_DOMAIN_ID] [--os-domain-name OS_DOMAIN_NAME] DEBUG: [--os-project-id OS_PROJECT_ID] DEBUG: [--os-project-name OS_PROJECT_NAME] DEBUG: [--os-project-domain-id OS_PROJECT_DOMAIN_ID] DEBUG: [--os-project-domain-name OS_PROJECT_DOMAIN_NAME] DEBUG: [--os-trust-id OS_TRUST_ID] DEBUG: [--os-default-domain-id OS_DEFAULT_DOMAIN_ID] DEBUG: [--os-default-domain-name OS_DEFAULT_DOMAIN_NAME] DEBUG: [--os-user-id OS_USER_ID] [--os-username OS_USERNAME] DEBUG: [--os-user-domain-id OS_USER_DOMAIN_ID] DEBUG: [--os-user-domain-name OS_USER_DOMAIN_NAME] DEBUG: [--os-password OS_PASSWORD] DEBUG: ... DEBUG: Command-line interface to the OpenStack Images API. DEBUG: Positional arguments: DEBUG: DEBUG: add-location Add location to an image which is in `queued` state DEBUG: only. DEBUG: cache-clear Clear all images from cache, queue or both DEBUG: cache-delete Delete image from cache/caching queue. DEBUG: cache-list Get cache state. DEBUG: cache-queue Queue image(s) for caching. DEBUG: explain Describe a specific model. DEBUG: image-create Create a new image. DEBUG: image-create-via-import DEBUG: EXPERIMENTAL: Create a new image via image import. DEBUG: image-deactivate Deactivate specified image. DEBUG: image-delete Delete specified image. DEBUG: image-download Download a specific image. DEBUG: image-import Initiate the image import taskflow. DEBUG: image-list List images you can access. DEBUG: image-reactivate Reactivate specified image. DEBUG: image-show Describe a specific image. DEBUG: image-stage Upload data for a specific image to staging. DEBUG: image-tag-delete Delete the tag associated with the given image. DEBUG: image-tag-update Update an image with the given tag. DEBUG: image-tasks Get tasks associated with image DEBUG: image-update Update an existing image. DEBUG: image-upload Upload data for a specific image. DEBUG: import-info Print import methods available from Glance. DEBUG: location-add Add a location (and related metadata) to an image. DEBUG: location-delete Remove locations (and related metadata) from an image. DEBUG: location-update Update metadata of an image's location. DEBUG: md-namespace-create DEBUG: Create a new metadata definitions namespace. DEBUG: md-namespace-delete DEBUG: Delete specified metadata definitions namespace with DEBUG: its contents. DEBUG: md-namespace-import DEBUG: Import a metadata definitions namespace from file or DEBUG: standard input. DEBUG: md-namespace-list List metadata definitions namespaces. DEBUG: md-namespace-objects-delete DEBUG: Delete all metadata definitions objects inside a DEBUG: specific namespace. DEBUG: md-namespace-properties-delete DEBUG: Delete all metadata definitions property inside a DEBUG: specific namespace. DEBUG: md-namespace-resource-type-list DEBUG: List resource types associated to specific namespace. DEBUG: md-namespace-show Describe a specific metadata definitions namespace. DEBUG: md-namespace-tags-delete DEBUG: Delete all metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-namespace-update DEBUG: Update an existing metadata definitions namespace. DEBUG: md-object-create Create a new metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-delete Delete a specific metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-list List metadata definitions objects inside a specific DEBUG: namespace. DEBUG: md-object-property-show DEBUG: Describe a specific metadata definitions property DEBUG: inside an object. DEBUG: md-object-show Describe a specific metadata definitions object inside DEBUG: a namespace. DEBUG: md-object-update Update metadata definitions object inside a namespace. DEBUG: md-property-create Create a new metadata definitions property inside a DEBUG: namespace. DEBUG: md-property-delete Delete a specific metadata definitions property inside DEBUG: a namespace. DEBUG: md-property-list List metadata definitions properties inside a specific DEBUG: namespace. DEBUG: md-property-show Describe a specific metadata definitions property DEBUG: inside a namespace. DEBUG: md-property-update Update metadata definitions property inside a DEBUG: namespace. DEBUG: md-resource-type-associate DEBUG: Associate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-deassociate DEBUG: Deassociate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-list DEBUG: List available resource type names. DEBUG: md-tag-create Add a new metadata definitions tag inside a namespace. DEBUG: md-tag-create-multiple DEBUG: Create new metadata definitions tags inside a DEBUG: namespace. DEBUG: md-tag-delete Delete a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-list List metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-tag-show Describe a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-update Rename a metadata definitions tag inside a namespace. DEBUG: member-create Create member for a given image. DEBUG: member-delete Delete image member. DEBUG: member-get Show details of an image member DEBUG: member-list Describe sharing permissions by image. DEBUG: member-update Update the status of a member for a given image. DEBUG: stores-delete Delete image from specific store. DEBUG: stores-info Print available backends from Glance. DEBUG: task-create Create a new task. DEBUG: task-list List tasks you can access. DEBUG: task-show Describe a specific task. DEBUG: usage Get quota usage information. DEBUG: bash-completion Prints arguments for bash_completion. DEBUG: help Display help about this program or one of its DEBUG: subcommands. DEBUG: Options: DEBUG: --version show program's version number and exit DEBUG: -d, --debug Defaults to env[GLANCECLIENT_DEBUG]. DEBUG: -v, --verbose Print more verbose output. DEBUG: --get-schema Ignores cached copy and forces retrieval of schema DEBUG: that generates portions of the help text. Ignored with DEBUG: API version 1. DEBUG: -f, --force Prevent select actions from requesting user DEBUG: confirmation. DEBUG: --os-image-url OS_IMAGE_URL DEBUG: Defaults to env[OS_IMAGE_URL]. If the provided image DEBUG: url contains a version number and `--os-image-api- DEBUG: version` is omitted the version of the URL will be DEBUG: picked as the image api version to use. DEBUG: --os-image-api-version OS_IMAGE_API_VERSION DEBUG: Defaults to env[OS_IMAGE_API_VERSION] or 2. DEBUG: --os-region-name OS_REGION_NAME DEBUG: Defaults to env[OS_REGION_NAME]. DEBUG: --os-auth-token OS_AUTH_TOKEN DEBUG: Defaults to env[OS_AUTH_TOKEN]. DEBUG: --os-service-type OS_SERVICE_TYPE DEBUG: Defaults to env[OS_SERVICE_TYPE]. DEBUG: --os-endpoint-type OS_ENDPOINT_TYPE DEBUG: Defaults to env[OS_ENDPOINT_TYPE]. DEBUG: --os-auth-type , --os-auth-plugin DEBUG: Authentication type to use DEBUG: API Connection Options: DEBUG: Options controlling the HTTP API Connections DEBUG: --insecure Explicitly allow client to perform "insecure" TLS DEBUG: (https) requests. The server's certificate will not be DEBUG: verified against any certificate authorities. This DEBUG: option should be used with caution. DEBUG: --os-cacert DEBUG: Specify a CA bundle file to use in verifying a TLS DEBUG: (https) server certificate. Defaults to DEBUG: env[OS_CACERT]. DEBUG: --os-cert DEBUG: The location for the keystore (PEM formatted) DEBUG: containing the public key of this client. Defaults to DEBUG: env[OS_CERT]. DEBUG: --os-key The location for the keystore (PEM formatted) DEBUG: containing the private key of this client. Defaults to DEBUG: env[OS_KEY]. DEBUG: --timeout Set request timeout (in seconds). DEBUG: --collect-timing Collect per-API call timing information. DEBUG: Authentication Options: DEBUG: Options specific to the password plugin. DEBUG: --os-auth-url OS_AUTH_URL DEBUG: Authentication URL DEBUG: --os-system-scope OS_SYSTEM_SCOPE DEBUG: Scope for system operations DEBUG: --os-domain-id OS_DOMAIN_ID DEBUG: Domain ID to scope to DEBUG: --os-domain-name OS_DOMAIN_NAME DEBUG: Domain name to scope to DEBUG: --os-project-id OS_PROJECT_ID, --os-tenant-id OS_PROJECT_ID DEBUG: Project ID to scope to DEBUG: --os-project-name OS_PROJECT_NAME, --os-tenant-name OS_PROJECT_NAME DEBUG: Project name to scope to DEBUG: --os-project-domain-id OS_PROJECT_DOMAIN_ID DEBUG: Domain ID containing project DEBUG: --os-project-domain-name OS_PROJECT_DOMAIN_NAME DEBUG: Domain name containing project DEBUG: --os-trust-id OS_TRUST_ID DEBUG: ID of the trust to use as a trustee use DEBUG: --os-default-domain-id OS_DEFAULT_DOMAIN_ID DEBUG: Optional domain ID to use with v3 and v2 parameters. DEBUG: It will be used for both the user and project domain DEBUG: in v3 and ignored in v2 authentication. DEBUG: --os-default-domain-name OS_DEFAULT_DOMAIN_NAME DEBUG: Optional domain name to use with v3 API and v2 DEBUG: parameters. It will be used for both the user and DEBUG: project domain in v3 and ignored in v2 authentication. DEBUG: --os-user-id OS_USER_ID DEBUG: User id DEBUG: --os-username OS_USERNAME, --os-user-name OS_USERNAME DEBUG: Username DEBUG: --os-user-domain-id OS_USER_DOMAIN_ID DEBUG: User's domain id DEBUG: --os-user-domain-name OS_USER_DOMAIN_NAME DEBUG: User's domain name DEBUG: --os-password OS_PASSWORD DEBUG: User's password DEBUG: See "glance help COMMAND" for help on a specific command. DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTest.test_help_no_subcommand [0.014298s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTest.test_no_auth_with_token_and_image_url_with_v2 [0.017373s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTest.test_shell_unsupported_version [0.001217s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTest.test_shell_v1_fallback_from_v2 [0.013397s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTest.test_stacktrace_when_debug_enabled [0.010623s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestRequests.test_v1_download_has_no_stray_output_to_stdout [0.008406s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_auth_plugin_invocation_with_unversioned_auth_url_with_v2 [0.017719s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_auth_plugin_invocation_with_v1 [0.007206s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_auth_plugin_invocation_without_version [0.018320s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_get_base_parser [0.000868s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_main_noargs [0.013233s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_shell_unsupported_version [0.001282s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_auth_plugin_invocation_with_unversioned_auth_url_with_v1 [0.008158s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_auth_plugin_invocation_with_unversioned_auth_url_with_v2 [0.019984s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_auth_plugin_invocation_with_v1 [0.008955s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_auth_plugin_invocation_without_tenant_with_v2 [0.014992s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_help_v2_no_schema [0.067738s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_main_noargs [0.015615s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_no_auth_with_token_and_image_url_with_v2 [0.016612s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_api_discovery_failed_with_unversioned_auth_url [0.015397s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_auth_plugin_invocation_with_v1 [0.008618s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_auth_plugin_invocation_without_username_with_v2 [0.015498s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_no_auth_with_proj_name [0.019310s] ... ok DEBUG: {0} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_stacktrace_when_debug_enabled [0.009427s] ... ok DEBUG: {0} glanceclient.tests.unit.test_ssl.TestHTTPSVerifyCert.test_v2_requests_cert_verification [0.024790s] ... ok DEBUG: {0} glanceclient.tests.unit.test_utils.TestUtils.test_print_list_with_list_no_unicode [0.000339s] ... ok DEBUG: {0} glanceclient.tests.unit.v1.test_image_members.ImageMemberManagerTest.test_create [0.000204s] ... ok DEBUG: {0} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_data_with_wrong_checksum [0.000324s] ... ok DEBUG: {0} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_get_int [0.000327s] ... ok DEBUG: {0} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_image_list_with_owner [0.000192s] ... ok DEBUG: {0} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_list_with_limit_greater_than_page_size [0.000209s] ... ok DEBUG: {0} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_paginated_list [0.000220s] ... ok DEBUG: {0} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_update_req_id [0.000170s] ... ok DEBUG: {0} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_create_missing_disk_format [0.022520s] ... ok DEBUG: {0} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_list_invalid_min_size_parameter [0.004428s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_cache.TestCacheController.test_list_cached_empty_response [0.000344s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_client_requests.ClientTestRequests.test_invalid_disk_format [0.001690s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_client_requests.ClientTestRequests.test_valid_disk_format [0.003482s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_images.TestController.test_create_bad_additionalProperty_type [0.000389s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_images.TestController.test_data_with_checksum_but_no_md5_algo_2_chkonly [0.000452s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_images.TestController.test_deactivate_image [0.000119s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_images.TestController.test_image_import_web_download [0.000113s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_images.TestController.test_image_tasks_supported [0.000247s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_images.TestController.test_list_images [0.000349s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_bunch_of_filters [0.000323s] ... ok DEBUG: WARNING: The client is falling back to v1 because the accessing to v2 failed. This behavior will be removed in future versions DEBUG: {0} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_multi_tags [0.000350s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_with_marker [0.000291s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_images.TestController.test_location_ops_when_server_disabled_location_ops [0.000438s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_images.TestController.test_reactivate_image [0.000145s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_images.TestController.test_update_tags [0.000887s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_members.TestController.test_delete_image_member [0.000126s] ... ok DEBUG: curl -g -i -X GET -H 'b'Content-Type': b'application/octet-stream'' -H 'User-Agent: python-glanceclient' -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'Connection: keep-alive' --cacert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/ca.crt --cert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/certificate.crt --key None https://0.0.0.0:43727/v2/images/image123 DEBUG: curl -g -i -X GET -H 'b'Content-Type': b'application/octet-stream'' -H 'User-Agent: python-glanceclient' -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'Connection: keep-alive' --cacert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/ca.crt --cert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/certificate.crt --key None https://0.0.0.0:43727/v2/images/image123 DEBUG: {0} glanceclient.tests.unit.v2.test_members.TestController.test_update_image_members [0.000240s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_metadefs_properties.TestPropertyController.test_create_property [0.000533s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_metadefs_resource_types.TestResoureTypeController.test_list_resource_types [0.000365s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_metadefs_tags.TestTagController.test_list_tag [0.000322s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_create_via_import_glance_direct_missing_container_format [0.016529s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_list_endpoint_not_provided [0.001482s] ... ok DEBUG: curl -g -i -X GET -H 'b'Content-Type': b'application/octet-stream'' -H 'User-Agent: python-glanceclient' -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'Connection: keep-alive' --cacert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/ca.crt --cert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/certificate.crt --key None https://0.0.0.0:43727/v2/images/image123 DEBUG: curl -g -i -X GET -H 'b'Content-Type': b'application/octet-stream'' -H 'User-Agent: python-glanceclient' -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'Connection: keep-alive' --cacert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/ca.crt --cert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/certificate.crt --key None https://0.0.0.0:43727/v2/images/image123 DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_list_new_sorting_syntax [0.000951s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_list_verbose_with_include_stores_true [0.000796s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_show_human_readable [0.000873s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_upload_size_mismatch [0.001259s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_list_one_filter [0.000826s] ... ok DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_no_auth_with_token_and_image_url_with_v1 [0.039897s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_shell_no_fallback_from_v2 [0.031631s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_list_unknown_filter [0.000779s] ... ok DEBUG: curl -g -i -X GET -H 'b'Content-Type': b'application/octet-stream'' -H 'User-Agent: python-glanceclient' -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'Connection: keep-alive' --cacert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/ca.crt --cert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/certificate.crt --key None https://0.0.0.0:43727/v2/images/image123 DEBUG: curl -g -i -X GET -H 'b'Content-Type': b'application/octet-stream'' -H 'User-Agent: python-glanceclient' -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'Connection: keep-alive' --cacert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/ca.crt --cert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/certificate.crt --key None https://0.0.0.0:43727/v2/images/image123 DEBUG: curl -g -i -X GET -H 'b'Content-Type': b'application/octet-stream'' -H 'User-Agent: python-glanceclient' -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'Connection: keep-alive' --cacert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/ca.crt --cert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/certificate.crt --key None https://0.0.0.0:43727/v2/images/image123 DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_show_resource_type [0.002141s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_object_delete [0.000824s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_object_update_invalid_schema [0.001036s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_property_create [0.001145s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_property_update [0.001753s] ... ok DEBUG: curl -g -i -X GET -H 'b'Content-Type': b'application/octet-stream'' -H 'User-Agent: python-glanceclient' -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'Connection: keep-alive' --cacert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/ca.crt --cert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/certificate.crt --key None https://0.0.0.0:43727/v2/images/image123 DEBUG: curl -g -i -X GET -H 'b'Content-Type': b'application/octet-stream'' -H 'User-Agent: python-glanceclient' -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'Connection: keep-alive' --cacert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/ca.crt --cert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/certificate.crt --key None https://0.0.0.0:43727/v2/images/image123 DEBUG: curl -g -i -X GET -H 'b'Content-Type': b'application/octet-stream'' -H 'User-Agent: python-glanceclient' -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'Connection: keep-alive' --cacert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/ca.crt --cert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/certificate.crt --key None https://0.0.0.0:43727/v2/images/image123 DEBUG: curl -g -i -X GET -H 'b'Content-Type': b'application/octet-stream'' -H 'User-Agent: python-glanceclient' -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'Connection: keep-alive' --cacert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/ca.crt --cert /builddir/build/BUILD/python-glanceclient-4.10.0/glanceclient/tests/unit/var/certificate.crt --key None https://0.0.0.0:43727/v2/images/image123 DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_member_delete_with_few_arguments [0.001325s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_member_list [0.000831s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_member_update_with_few_arguments [0.000847s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_create_via_import_no_method_passing_file [0.002784s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_create_via_import_no_method_with_stdin [0.002102s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_download [0.001804s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_import_glance_direct [0.001096s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_all_stores_without_uri [0.001181s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_no_file_and_stdin_with_store [0.002175s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_web_download_with_data_and_uri [0.001916s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_import_copy_image_not_active [0.002062s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_import_glance_direct_image_not_uploading_status [0.002114s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_import_web_download_image_not_queued_status [0.001107s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_tasks.TestController.test_list_tasks_for_fake_owner [0.000241s] ... ok DEBUG: {0} glanceclient.tests.unit.v2.test_tasks.TestController.test_list_tasks_with_desc_sort_dir [0.000422s] ... ok DEBUG: {7} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_setup_debug [0.015532s] ... ok DEBUG: {7} glanceclient.tests.unit.test_ssl.TestHTTPSVerifyCert.test_v2_requests_valid_cert_no_key [0.003454s] ... ok DEBUG: {7} glanceclient.tests.unit.test_utils.TestUtils.test_iterable_closes [0.000195s] ... ok DEBUG: {7} glanceclient.tests.unit.test_utils.TestUtils.test_request_id_proxy [0.000059s] ... ok DEBUG: {7} glanceclient.tests.unit.v1.test_image_members.ImageMemberManagerTest.test_delete [0.000174s] ... ok DEBUG: {7} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_get [0.000320s] ... ok DEBUG: {7} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_image_list_all_tenants [0.000203s] ... ok DEBUG: {7} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_image_list_with_unspecified_owner [0.000185s] ... ok DEBUG: {7} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_list_with_marker [0.000132s] ... ok DEBUG: {7} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_update_with_purge_props [0.000132s] ... ok DEBUG: {7} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_update_with_purge_props_false [0.000113s] ... ok DEBUG: {7} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_create_missing_container_format_stdin_data [0.006856s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_endpoint_real_from_interface [0.029281s] ... ok DEBUG: {7} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_delete_invalid_endpoint [0.008821s] ... ok DEBUG: {7} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_show_invalid_endpoint [0.006790s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_cache.TestCacheController.test_cache_clear_with_header [0.000334s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_images.TestController.test_create_image_w_size [0.000519s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_images.TestController.test_data_upload_w_size_same_as_data [0.000149s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_filters_encoding [0.000325s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_sort_dirs_fewer_than_keys [0.000091s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_visibility_private [0.000311s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_with_single_sort_key [0.000319s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_images.TestController.test_remove_missing_location [0.000323s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_images.TestController.test_update_bad_additionalProperty_type [0.000703s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_images.TestController.test_update_location [0.000491s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_update_namespace_invalid_property [0.001183s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_metadefs_objects.TestObjectController.test_delete_object [0.000346s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_metadefs_objects.TestObjectController.test_update_object_disallowed_fields [0.001591s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_metadefs_properties.TestPropertyController.test_delete_all_properties [0.000123s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_metadefs_properties.TestPropertyController.test_list_property [0.000465s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_metadefs_tags.TestTagController.test_create_tag [0.000273s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_metadefs_tags.TestTagController.test_delete_all_tags [0.000111s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_endpoint_token_no_auth_req [0.017848s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_schemas.TestSchema.test_raw [0.000042s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_schemas.TestSchemaBasedModel.test_patch_should_replace_extra_properties [0.000279s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_delete [0.000919s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_queue_unsupported [0.001025s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_create_for_none_multi_hash [0.001604s] ... ok DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_list_verbose_cmd [0.017356s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_update_hide_image [0.001116s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_update_revert_hide_image [0.001287s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_update_with_user_props [0.000991s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_location_update [0.000994s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_property_delete [0.000843s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_object_list [0.000814s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_property_list [0.000931s] ... ok DEBUG: Schema is not a valid JSON object. DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_property_update_invalid_schema [0.000639s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_tag_update [0.001041s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_member_delete [0.000838s] ... ok DEBUG: ... terminating glance client DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_create_missing_container_format_stdin_data [0.016984s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_import_glance_download_without_remote_service_interface [0.001205s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_import_multiple_stores [0.001572s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_import_neg_no_glance_download_with_remote_region [0.000989s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_import_web_download [0.001079s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_tag_update_with_few_arguments [0.000836s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_upload_invalid_store [0.000885s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_glance_direct_with_data_and_uri [0.001636s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_glance_direct_with_file_and_uri [0.001676s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_web_download_no_uri_with_file [0.001590s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_import_image_no_container_format [0.001100s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_import_stores_all_stores_not_specified [0.001001s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_stores_info [0.001322s] ... ok DEBUG: {7} glanceclient.tests.unit.v2.test_tags.TestController.test_update_image_tag [0.000228s] ... ok DEBUG: Unable to upload image data to an image which is active. DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: Property MyProperty not found in object MyObject. DEBUG: usage: glance [--version] [-d] [-v] [--get-schema] [-f] DEBUG: [--os-image-url OS_IMAGE_URL] DEBUG: [--os-image-api-version OS_IMAGE_API_VERSION] DEBUG: [--os-region-name OS_REGION_NAME] DEBUG: [--os-auth-token OS_AUTH_TOKEN] DEBUG: [--os-service-type OS_SERVICE_TYPE] DEBUG: [--os-endpoint-type OS_ENDPOINT_TYPE] [--insecure] DEBUG: [--os-cacert ] [--os-cert ] DEBUG: [--os-key ] [--timeout ] [--collect-timing] DEBUG: [--os-auth-type ] [--os-auth-url OS_AUTH_URL] DEBUG: [--os-system-scope OS_SYSTEM_SCOPE] DEBUG: [--os-domain-id OS_DOMAIN_ID] [--os-domain-name OS_DOMAIN_NAME] DEBUG: [--os-project-id OS_PROJECT_ID] DEBUG: [--os-project-name OS_PROJECT_NAME] DEBUG: [--os-project-domain-id OS_PROJECT_DOMAIN_ID] DEBUG: [--os-project-domain-name OS_PROJECT_DOMAIN_NAME] DEBUG: [--os-trust-id OS_TRUST_ID] DEBUG: [--os-default-domain-id OS_DEFAULT_DOMAIN_ID] DEBUG: [--os-default-domain-name OS_DEFAULT_DOMAIN_NAME] DEBUG: [--os-user-id OS_USER_ID] [--os-username OS_USERNAME] DEBUG: [--os-user-domain-id OS_USER_DOMAIN_ID] DEBUG: [--os-user-domain-name OS_USER_DOMAIN_NAME] DEBUG: [--os-password OS_PASSWORD] DEBUG: ... DEBUG: Command-line interface to the OpenStack Images API. DEBUG: Positional arguments: DEBUG: DEBUG: add-location Add location to an image which is in `queued` state DEBUG: only. DEBUG: cache-clear Clear all images from cache, queue or both DEBUG: cache-delete Delete image from cache/caching queue. DEBUG: cache-list Get cache state. DEBUG: cache-queue Queue image(s) for caching. DEBUG: explain Describe a specific model. DEBUG: image-create Create a new image. DEBUG: image-create-via-import DEBUG: EXPERIMENTAL: Create a new image via image import. DEBUG: image-deactivate Deactivate specified image. DEBUG: image-delete Delete specified image. DEBUG: image-download Download a specific image. DEBUG: image-import Initiate the image import taskflow. DEBUG: image-list List images you can access. DEBUG: image-reactivate Reactivate specified image. DEBUG: image-show Describe a specific image. DEBUG: image-stage Upload data for a specific image to staging. DEBUG: image-tag-delete Delete the tag associated with the given image. DEBUG: image-tag-update Update an image with the given tag. DEBUG: image-tasks Get tasks associated with image DEBUG: image-update Update an existing image. DEBUG: image-upload Upload data for a specific image. DEBUG: import-info Print import methods available from Glance. DEBUG: location-add Add a location (and related metadata) to an image. DEBUG: location-delete Remove locations (and related metadata) from an image. DEBUG: location-update Update metadata of an image's location. DEBUG: md-namespace-create DEBUG: Create a new metadata definitions namespace. DEBUG: md-namespace-delete DEBUG: Delete specified metadata definitions namespace with DEBUG: its contents. DEBUG: md-namespace-import DEBUG: Import a metadata definitions namespace from file or DEBUG: standard input. DEBUG: md-namespace-list List metadata definitions namespaces. DEBUG: md-namespace-objects-delete DEBUG: Delete all metadata definitions objects inside a DEBUG: specific namespace. DEBUG: md-namespace-properties-delete DEBUG: Delete all metadata definitions property inside a DEBUG: specific namespace. DEBUG: md-namespace-resource-type-list DEBUG: List resource types associated to specific namespace. DEBUG: md-namespace-show Describe a specific metadata definitions namespace. DEBUG: md-namespace-tags-delete DEBUG: Delete all metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-namespace-update DEBUG: Update an existing metadata definitions namespace. DEBUG: md-object-create Create a new metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-delete Delete a specific metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-list List metadata definitions objects inside a specific DEBUG: namespace. DEBUG: md-object-property-show DEBUG: Describe a specific metadata definitions property DEBUG: inside an object. DEBUG: md-object-show Describe a specific metadata definitions object inside DEBUG: a namespace. DEBUG: md-object-update Update metadata definitions object inside a namespace. DEBUG: md-property-create Create a new metadata definitions property inside a DEBUG: namespace. DEBUG: md-property-delete Delete a specific metadata definitions property inside DEBUG: a namespace. DEBUG: md-property-list List metadata definitions properties inside a specific DEBUG: namespace. DEBUG: md-property-show Describe a specific metadata definitions property DEBUG: inside a namespace. DEBUG: md-property-update Update metadata definitions property inside a DEBUG: namespace. DEBUG: md-resource-type-associate DEBUG: Associate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-deassociate DEBUG: Deassociate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-list DEBUG: List available resource type names. DEBUG: md-tag-create Add a new metadata definitions tag inside a namespace. DEBUG: md-tag-create-multiple DEBUG: Create new metadata definitions tags inside a DEBUG: namespace. DEBUG: md-tag-delete Delete a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-list List metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-tag-show Describe a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-update Rename a metadata definitions tag inside a namespace. DEBUG: member-create Create member for a given image. DEBUG: member-delete Delete image member. DEBUG: member-get Show details of an image member DEBUG: member-list Describe sharing permissions by image. DEBUG: member-update Update the status of a member for a given image. DEBUG: stores-delete Delete image from specific store. DEBUG: stores-info Print available backends from Glance. DEBUG: task-create Create a new task. DEBUG: task-list List tasks you can access. DEBUG: task-show Describe a specific task. DEBUG: usage Get quota usage information. DEBUG: bash-completion Prints arguments for bash_completion. DEBUG: help Display help about this program or one of its DEBUG: subcommands. DEBUG: Options: DEBUG: --version show program's version number and exit DEBUG: -d, --debug Defaults to env[GLANCECLIENT_DEBUG]. DEBUG: -v, --verbose Print more verbose output. DEBUG: --get-schema Ignores cached copy and forces retrieval of schema DEBUG: that generates portions of the help text. Ignored with DEBUG: API version 1. DEBUG: -f, --force Prevent select actions from requesting user DEBUG: confirmation. DEBUG: --os-image-url OS_IMAGE_URL DEBUG: Defaults to env[OS_IMAGE_URL]. If the provided image DEBUG: url contains a version number and `--os-image-api- DEBUG: version` is omitted the version of the URL will be DEBUG: picked as the image api version to use. DEBUG: --os-image-api-version OS_IMAGE_API_VERSION DEBUG: Defaults to env[OS_IMAGE_API_VERSION] or 2. DEBUG: --os-region-name OS_REGION_NAME DEBUG: Defaults to env[OS_REGION_NAME]. DEBUG: --os-auth-token OS_AUTH_TOKEN DEBUG: Defaults to env[OS_AUTH_TOKEN]. DEBUG: --os-service-type OS_SERVICE_TYPE DEBUG: Defaults to env[OS_SERVICE_TYPE]. DEBUG: --os-endpoint-type OS_ENDPOINT_TYPE DEBUG: Defaults to env[OS_ENDPOINT_TYPE]. DEBUG: --os-auth-type , --os-auth-plugin DEBUG: Authentication type to use DEBUG: API Connection Options: DEBUG: Options controlling the HTTP API Connections DEBUG: --insecure Explicitly allow client to perform "insecure" TLS DEBUG: (https) requests. The server's certificate will not be DEBUG: verified against any certificate authorities. This DEBUG: option should be used with caution. DEBUG: --os-cacert DEBUG: Specify a CA bundle file to use in verifying a TLS DEBUG: (https) server certificate. Defaults to DEBUG: env[OS_CACERT]. DEBUG: --os-cert DEBUG: The location for the keystore (PEM formatted) DEBUG: containing the public key of this client. Defaults to DEBUG: env[OS_CERT]. DEBUG: --os-key The location for the keystore (PEM formatted) DEBUG: containing the private key of this client. Defaults to DEBUG: env[OS_KEY]. DEBUG: --timeout Set request timeout (in seconds). DEBUG: --collect-timing Collect per-API call timing information. DEBUG: Authentication Options: DEBUG: Options specific to the password plugin. DEBUG: --os-auth-url OS_AUTH_URL DEBUG: Authentication URL DEBUG: --os-system-scope OS_SYSTEM_SCOPE DEBUG: Scope for system operations DEBUG: --os-domain-id OS_DOMAIN_ID DEBUG: Domain ID to scope to DEBUG: --os-domain-name OS_DOMAIN_NAME DEBUG: Domain name to scope to DEBUG: --os-project-id OS_PROJECT_ID, --os-tenant-id OS_PROJECT_ID DEBUG: Project ID to scope to DEBUG: --os-project-name OS_PROJECT_NAME, --os-tenant-name OS_PROJECT_NAME DEBUG: Project name to scope to DEBUG: --os-project-domain-id OS_PROJECT_DOMAIN_ID DEBUG: Domain ID containing project DEBUG: --os-project-domain-name OS_PROJECT_DOMAIN_NAME DEBUG: Domain name containing project DEBUG: --os-trust-id OS_TRUST_ID DEBUG: ID of the trust to use as a trustee use DEBUG: --os-default-domain-id OS_DEFAULT_DOMAIN_ID DEBUG: Optional domain ID to use with v3 and v2 parameters. DEBUG: It will be used for both the user and project domain DEBUG: in v3 and ignored in v2 authentication. DEBUG: --os-default-domain-name OS_DEFAULT_DOMAIN_NAME DEBUG: Optional domain name to use with v3 API and v2 DEBUG: parameters. It will be used for both the user and DEBUG: project domain in v3 and ignored in v2 authentication. DEBUG: --os-user-id OS_USER_ID DEBUG: User id DEBUG: --os-username OS_USERNAME, --os-user-name OS_USERNAME DEBUG: Username DEBUG: --os-user-domain-id OS_USER_DOMAIN_ID DEBUG: User's domain id DEBUG: --os-user-domain-name OS_USER_DOMAIN_NAME DEBUG: User's domain name DEBUG: --os-password OS_PASSWORD DEBUG: User's password DEBUG: See "glance help COMMAND" for help on a specific command. DEBUG: {6} glanceclient.tests.unit.test_shell.ShellTest.test_blank_call [0.019064s] ... ok DEBUG: {6} glanceclient.tests.unit.test_shell.ShellTest.test_main_noargs [0.015450s] ... ok DEBUG: {6} glanceclient.tests.unit.test_shell.ShellTest.test_setup_debug [0.014921s] ... ok DEBUG: {6} glanceclient.tests.unit.test_shell.ShellTest.test_shell_import_error_with_mesage [0.001438s] ... ok DEBUG: {6} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_auth_plugin_invocation_without_tenant_with_v2 [0.022368s] ... ok DEBUG: {6} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_no_auth_with_proj_name [0.033009s] ... ok DEBUG: {6} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_password_prompted_ctrlD_with_v2 [0.009606s] ... ok DEBUG: {6} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_setup_debug [0.014538s] ... ok DEBUG: {6} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_shell_keyboard_interrupt [0.000544s] ... ok DEBUG: {6} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_stacktrace_when_debug_enabled_by_env [0.009364s] ... ok DEBUG: {6} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_auth_plugin_invocation_with_v2 [0.019207s] ... ok DEBUG: {6} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_stacktrace_when_debug_enabled_by_env [0.008901s] ... ok DEBUG: {6} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_auth_plugin_invocation_without_tenant_with_v1 [0.006333s] ... ok DEBUG: No metadata definition namespace passed via stdin or --file argument. DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: usage: glance image-create [--copy-from ] [--location ] DEBUG: [--disk-format ] DEBUG: [--container-format ] DEBUG: [--hidden [True|False]] [--property ] DEBUG: [--file ] [--size ] [--progress] DEBUG: [--store ] DEBUG: Create a new image. DEBUG: Options: DEBUG: --copy-from DEBUG: --location DEBUG: --disk-format DEBUG: Format of the disk Valid values: None, ami, ari, aki, DEBUG: vhd, vhdx, vmdk, raw, qcow2, vdi, iso, ploop DEBUG: --container-format DEBUG: Format of the container Valid values: None, ami, ari, DEBUG: aki, bare, ovf, ova, docker DEBUG: --hidden [True|False] DEBUG: If true, image will not appear in default image list DEBUG: response. DEBUG: --property DEBUG: Arbitrary property to associate with image. May be DEBUG: used multiple times. DEBUG: --file Local file that contains disk image to be uploaded DEBUG: during creation. Alternatively, the image data can be DEBUG: passed to the client via stdin. DEBUG: --size Size in bytes of image to be uploaded. Default is to DEBUG: get size from provided data object but this is DEBUG: supported in case where size cannot be inferred. DEBUG: --progress Show upload progress bar. DEBUG: --store Backend store to upload image to. DEBUG: Run `glance --os-image-api-version 1 help image-create` for v1 help DEBUG: usage: glance md-namespace-create [--copy-from ] DEBUG: [--locations ] DEBUG: [--location ] DEBUG: [--disk-format ] DEBUG: [--container-format ] DEBUG: DEBUG: Create a new metadata definitions namespace. DEBUG: Positional arguments: DEBUG: Name of the namespace. DEBUG: Options: DEBUG: --copy-from DEBUG: --locations DEBUG: --location DEBUG: --disk-format DEBUG: Format of the disk Valid values: None, ami, ari, aki, DEBUG: vhd, vhdx, vmdk, raw, qcow2, vdi, iso, ploop DEBUG: --container-format DEBUG: Format of the container Valid values: None, ami, ari, DEBUG: aki, bare, ovf, ova, docker DEBUG: usage: glance md-resource-type-associate [--copy-from ] DEBUG: [--locations ] DEBUG: [--location ] DEBUG: [--disk-format ] DEBUG: [--container-format ] DEBUG: DEBUG: Associate resource type with a metadata definitions namespace. DEBUG: Positional arguments: DEBUG: Name of namespace. DEBUG: Options: DEBUG: --copy-from DEBUG: --locations DEBUG: --location DEBUG: --disk-format DEBUG: Format of the disk Valid values: None, ami, ari, aki, DEBUG: vhd, vhdx, vmdk, raw, qcow2, vdi, iso, ploop DEBUG: --container-format DEBUG: Format of the container Valid values: None, ami, ari, DEBUG: aki, bare, ovf, ova, docker DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: Run `glance --os-image-api-version 1 help` for v1 help DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: usage: glance [--version] [-d] [-v] [--get-schema] [-f] DEBUG: [--os-image-url OS_IMAGE_URL] DEBUG: [--os-image-api-version OS_IMAGE_API_VERSION] DEBUG: [--os-region-name OS_REGION_NAME] DEBUG: [--os-auth-token OS_AUTH_TOKEN] DEBUG: [--os-service-type OS_SERVICE_TYPE] DEBUG: [--os-endpoint-type OS_ENDPOINT_TYPE] [--insecure] DEBUG: [--os-cacert ] [--os-cert ] DEBUG: [--os-key ] [--timeout ] [--collect-timing] DEBUG: [--os-auth-type ] [--os-auth-url OS_AUTH_URL] DEBUG: [--os-system-scope OS_SYSTEM_SCOPE] DEBUG: [--os-domain-id OS_DOMAIN_ID] [--os-domain-name OS_DOMAIN_NAME] DEBUG: [--os-project-id OS_PROJECT_ID] DEBUG: [--os-project-name OS_PROJECT_NAME] DEBUG: [--os-project-domain-id OS_PROJECT_DOMAIN_ID] DEBUG: [--os-project-domain-name OS_PROJECT_DOMAIN_NAME] DEBUG: [--os-trust-id OS_TRUST_ID] DEBUG: [--os-default-domain-id OS_DEFAULT_DOMAIN_ID] DEBUG: [--os-default-domain-name OS_DEFAULT_DOMAIN_NAME] DEBUG: [--os-user-id OS_USER_ID] [--os-username OS_USERNAME] DEBUG: [--os-user-domain-id OS_USER_DOMAIN_ID] DEBUG: [--os-user-domain-name OS_USER_DOMAIN_NAME] DEBUG: [--os-password OS_PASSWORD] DEBUG: ... DEBUG: Command-line interface to the OpenStack Images API. DEBUG: Positional arguments: DEBUG: DEBUG: add-location Add location to an image which is in `queued` state DEBUG: only. DEBUG: cache-clear Clear all images from cache, queue or both DEBUG: cache-delete Delete image from cache/caching queue. DEBUG: cache-list Get cache state. DEBUG: cache-queue Queue image(s) for caching. DEBUG: explain Describe a specific model. DEBUG: image-create Create a new image. DEBUG: image-create-via-import DEBUG: EXPERIMENTAL: Create a new image via image import. DEBUG: image-deactivate Deactivate specified image. DEBUG: image-delete Delete specified image. DEBUG: image-download Download a specific image. DEBUG: image-import Initiate the image import taskflow. DEBUG: image-list List images you can access. DEBUG: image-reactivate Reactivate specified image. DEBUG: image-show Describe a specific image. DEBUG: image-stage Upload data for a specific image to staging. DEBUG: image-tag-delete Delete the tag associated with the given image. DEBUG: image-tag-update Update an image with the given tag. DEBUG: image-tasks Get tasks associated with image DEBUG: image-update Update an existing image. DEBUG: image-upload Upload data for a specific image. DEBUG: import-info Print import methods available from Glance. DEBUG: location-add Add a location (and related metadata) to an image. DEBUG: location-delete Remove locations (and related metadata) from an image. DEBUG: location-update Update metadata of an image's location. DEBUG: md-namespace-create DEBUG: Create a new metadata definitions namespace. DEBUG: md-namespace-delete DEBUG: Delete specified metadata definitions namespace with DEBUG: its contents. DEBUG: md-namespace-import DEBUG: Import a metadata definitions namespace from file or DEBUG: standard input. DEBUG: md-namespace-list List metadata definitions namespaces. DEBUG: md-namespace-objects-delete DEBUG: Delete all metadata definitions objects inside a DEBUG: specific namespace. DEBUG: md-namespace-properties-delete DEBUG: Delete all metadata definitions property inside a DEBUG: specific namespace. DEBUG: md-namespace-resource-type-list DEBUG: List resource types associated to specific namespace. DEBUG: md-namespace-show Describe a specific metadata definitions namespace. DEBUG: md-namespace-tags-delete DEBUG: Delete all metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-namespace-update DEBUG: Update an existing metadata definitions namespace. DEBUG: md-object-create Create a new metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-delete Delete a specific metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-list List metadata definitions objects inside a specific DEBUG: namespace. DEBUG: md-object-property-show DEBUG: Describe a specific metadata definitions property DEBUG: inside an object. DEBUG: md-object-show Describe a specific metadata definitions object inside DEBUG: a namespace. DEBUG: md-object-update Update metadata definitions object inside a namespace. DEBUG: md-property-create Create a new metadata definitions property inside a DEBUG: namespace. DEBUG: md-property-delete Delete a specific metadata definitions property inside DEBUG: a namespace. DEBUG: md-property-list List metadata definitions properties inside a specific DEBUG: namespace. DEBUG: md-property-show Describe a specific metadata definitions property DEBUG: inside a namespace. DEBUG: md-property-update Update metadata definitions property inside a DEBUG: namespace. DEBUG: md-resource-type-associate DEBUG: Associate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-deassociate DEBUG: Deassociate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-list DEBUG: List available resource type names. DEBUG: md-tag-create Add a new metadata definitions tag inside a namespace. DEBUG: md-tag-create-multiple DEBUG: Create new metadata definitions tags inside a DEBUG: namespace. DEBUG: md-tag-delete Delete a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-list List metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-tag-show Describe a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-update Rename a metadata definitions tag inside a namespace. DEBUG: member-create Create member for a given image. DEBUG: member-delete Delete image member. DEBUG: member-get Show details of an image member DEBUG: member-list Describe sharing permissions by image. DEBUG: member-update Update the status of a member for a given image. DEBUG: stores-delete Delete image from specific store. DEBUG: stores-info Print available backends from Glance. DEBUG: task-create Create a new task. DEBUG: task-list List tasks you can access. DEBUG: task-show Describe a specific task. DEBUG: usage Get quota usage information. DEBUG: bash-completion Prints arguments for bash_completion. DEBUG: help Display help about this program or one of its DEBUG: subcommands. DEBUG: Options: DEBUG: --version show program's version number and exit DEBUG: -d, --debug Defaults to env[GLANCECLIENT_DEBUG]. DEBUG: -v, --verbose Print more verbose output. DEBUG: --get-schema Ignores cached copy and forces retrieval of schema DEBUG: that generates portions of the help text. Ignored with DEBUG: API version 1. DEBUG: -f, --force Prevent select actions from requesting user DEBUG: confirmation. DEBUG: --os-image-url OS_IMAGE_URL DEBUG: Defaults to env[OS_IMAGE_URL]. If the provided image DEBUG: url contains a version number and `--os-image-api- DEBUG: version` is omitted the version of the URL will be DEBUG: picked as the image api version to use. DEBUG: --os-image-api-version OS_IMAGE_API_VERSION DEBUG: Defaults to env[OS_IMAGE_API_VERSION] or 2. DEBUG: --os-region-name OS_REGION_NAME DEBUG: Defaults to env[OS_REGION_NAME]. DEBUG: --os-auth-token OS_AUTH_TOKEN DEBUG: Defaults to env[OS_AUTH_TOKEN]. DEBUG: --os-service-type OS_SERVICE_TYPE DEBUG: Defaults to env[OS_SERVICE_TYPE]. DEBUG: --os-endpoint-type OS_ENDPOINT_TYPE DEBUG: Defaults to env[OS_ENDPOINT_TYPE]. DEBUG: --os-auth-type , --os-auth-plugin DEBUG: Authentication type to use DEBUG: API Connection Options: DEBUG: Options controlling the HTTP API Connections DEBUG: --insecure Explicitly allow client to perform "insecure" TLS DEBUG: (https) requests. The server's certificate will not be DEBUG: verified against any certificate authorities. This DEBUG: option should be used with caution. DEBUG: --os-cacert DEBUG: Specify a CA bundle file to use in verifying a TLS DEBUG: (https) server certificate. Defaults to DEBUG: env[OS_CACERT]. DEBUG: --os-cert DEBUG: The location for the keystore (PEM formatted) DEBUG: containing the public key of this client. Defaults to DEBUG: env[OS_CERT]. DEBUG: --os-key The location for the keystore (PEM formatted) DEBUG: containing the private key of this client. Defaults to DEBUG: env[OS_KEY]. DEBUG: --timeout Set request timeout (in seconds). DEBUG: --collect-timing Collect per-API call timing information. DEBUG: Authentication Options: DEBUG: Options specific to the password plugin. DEBUG: --os-auth-url OS_AUTH_URL DEBUG: Authentication URL DEBUG: --os-system-scope OS_SYSTEM_SCOPE DEBUG: Scope for system operations DEBUG: --os-domain-id OS_DOMAIN_ID DEBUG: Domain ID to scope to DEBUG: --os-domain-name OS_DOMAIN_NAME DEBUG: Domain name to scope to DEBUG: --os-project-id OS_PROJECT_ID, --os-tenant-id OS_PROJECT_ID DEBUG: Project ID to scope to DEBUG: --os-project-name OS_PROJECT_NAME, --os-tenant-name OS_PROJECT_NAME DEBUG: Project name to scope to DEBUG: --os-project-domain-id OS_PROJECT_DOMAIN_ID DEBUG: Domain ID containing project DEBUG: --os-project-domain-name OS_PROJECT_DOMAIN_NAME DEBUG: Domain name containing project DEBUG: --os-trust-id OS_TRUST_ID DEBUG: ID of the trust to use as a trustee use DEBUG: --os-default-domain-id OS_DEFAULT_DOMAIN_ID DEBUG: Optional domain ID to use with v3 and v2 parameters. DEBUG: It will be used for both the user and project domain DEBUG: in v3 and ignored in v2 authentication. DEBUG: --os-default-domain-name OS_DEFAULT_DOMAIN_NAME DEBUG: Optional domain name to use with v3 API and v2 DEBUG: parameters. It will be used for both the user and DEBUG: project domain in v3 and ignored in v2 authentication. DEBUG: --os-user-id OS_USER_ID DEBUG: User id DEBUG: --os-username OS_USERNAME, --os-user-name OS_USERNAME DEBUG: Username DEBUG: --os-user-domain-id OS_USER_DOMAIN_ID DEBUG: User's domain id DEBUG: --os-user-domain-name OS_USER_DOMAIN_NAME DEBUG: User's domain name DEBUG: --os-password OS_PASSWORD DEBUG: User's password DEBUG: See "glance help COMMAND" for help on a specific command. DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_blank_call [0.014157s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_help_v2_no_schema [0.040749s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_shell_illegal_version [0.001215s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_stacktrace_when_debug_enabled [0.008645s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_auth_plugin_invocation_without_username_with_v2 [0.016856s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_get_base_parser [0.000920s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_help_unknown_command [0.008264s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_setup_debug [0.015446s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_shell_illegal_version [0.001222s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_shell_v1_fallback_from_v2 [0.014596s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_auth_plugin_invocation_with_unversioned_auth_url_with_v2 [0.046097s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_auth_plugin_invocation_without_tenant_with_v2 [0.016358s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_auth_plugin_invocation_without_username_with_v1 [0.016599s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_auth_plugin_invocation_without_version [0.021138s] ... ok DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: usage: glance image-create [--copy-from ] [--location ] DEBUG: [--disk-format ] DEBUG: [--container-format ] DEBUG: [--hidden [True|False]] [--property ] DEBUG: [--file ] [--size ] [--progress] DEBUG: [--store ] DEBUG: Create a new image. DEBUG: Options: DEBUG: --copy-from DEBUG: --location DEBUG: --disk-format DEBUG: Format of the disk Valid values: None, ami, ari, aki, DEBUG: vhd, vhdx, vmdk, raw, qcow2, vdi, iso, ploop DEBUG: --container-format DEBUG: Format of the container Valid values: None, ami, ari, DEBUG: aki, bare, ovf, ova, docker DEBUG: --hidden [True|False] DEBUG: If true, image will not appear in default image list DEBUG: response. DEBUG: --property DEBUG: Arbitrary property to associate with image. May be DEBUG: used multiple times. DEBUG: --file Local file that contains disk image to be uploaded DEBUG: during creation. Alternatively, the image data can be DEBUG: passed to the client via stdin. DEBUG: --size Size in bytes of image to be uploaded. Default is to DEBUG: get size from provided data object but this is DEBUG: supported in case where size cannot be inferred. DEBUG: --progress Show upload progress bar. DEBUG: --store Backend store to upload image to. DEBUG: Run `glance --os-image-api-version 1 help image-create` for v1 help DEBUG: usage: glance md-namespace-create [--copy-from ] DEBUG: [--locations ] DEBUG: [--location ] DEBUG: [--disk-format ] DEBUG: [--container-format ] DEBUG: DEBUG: Create a new metadata definitions namespace. DEBUG: Positional arguments: DEBUG: Name of the namespace. DEBUG: Options: DEBUG: --copy-from DEBUG: --locations DEBUG: --location DEBUG: --disk-format DEBUG: Format of the disk Valid values: None, ami, ari, aki, DEBUG: vhd, vhdx, vmdk, raw, qcow2, vdi, iso, ploop DEBUG: --container-format DEBUG: Format of the container Valid values: None, ami, ari, DEBUG: aki, bare, ovf, ova, docker DEBUG: usage: glance md-resource-type-associate [--copy-from ] DEBUG: [--locations ] DEBUG: [--location ] DEBUG: [--disk-format ] DEBUG: [--container-format ] DEBUG: DEBUG: Associate resource type with a metadata definitions namespace. DEBUG: Positional arguments: DEBUG: Name of namespace. DEBUG: Options: DEBUG: --copy-from DEBUG: --locations DEBUG: --location DEBUG: --disk-format DEBUG: Format of the disk Valid values: None, ami, ari, aki, DEBUG: vhd, vhdx, vmdk, raw, qcow2, vdi, iso, ploop DEBUG: --container-format DEBUG: Format of the container Valid values: None, ami, ari, DEBUG: aki, bare, ovf, ova, docker DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: usage: glance [--version] [-d] [-v] [--get-schema] [-f] DEBUG: [--os-image-url OS_IMAGE_URL] DEBUG: [--os-image-api-version OS_IMAGE_API_VERSION] DEBUG: [--os-region-name OS_REGION_NAME] DEBUG: [--os-auth-token OS_AUTH_TOKEN] DEBUG: [--os-service-type OS_SERVICE_TYPE] DEBUG: [--os-endpoint-type OS_ENDPOINT_TYPE] [--insecure] DEBUG: [--os-cacert ] [--os-cert ] DEBUG: [--os-key ] [--timeout ] [--collect-timing] DEBUG: [--os-auth-type ] [--os-auth-url OS_AUTH_URL] DEBUG: [--os-system-scope OS_SYSTEM_SCOPE] DEBUG: [--os-domain-id OS_DOMAIN_ID] [--os-domain-name OS_DOMAIN_NAME] DEBUG: [--os-project-id OS_PROJECT_ID] DEBUG: [--os-project-name OS_PROJECT_NAME] DEBUG: [--os-project-domain-id OS_PROJECT_DOMAIN_ID] DEBUG: [--os-project-domain-name OS_PROJECT_DOMAIN_NAME] DEBUG: [--os-trust-id OS_TRUST_ID] DEBUG: [--os-default-domain-id OS_DEFAULT_DOMAIN_ID] DEBUG: [--os-default-domain-name OS_DEFAULT_DOMAIN_NAME] DEBUG: [--os-user-id OS_USER_ID] [--os-username OS_USERNAME] DEBUG: [--os-user-domain-id OS_USER_DOMAIN_ID] DEBUG: [--os-user-domain-name OS_USER_DOMAIN_NAME] DEBUG: [--os-password OS_PASSWORD] DEBUG: ... DEBUG: Command-line interface to the OpenStack Images API. DEBUG: Positional arguments: DEBUG: DEBUG: add-location Add location to an image which is in `queued` state DEBUG: only. DEBUG: cache-clear Clear all images from cache, queue or both DEBUG: cache-delete Delete image from cache/caching queue. DEBUG: cache-list Get cache state. DEBUG: cache-queue Queue image(s) for caching. DEBUG: explain Describe a specific model. DEBUG: image-create Create a new image. DEBUG: image-create-via-import DEBUG: EXPERIMENTAL: Create a new image via image import. DEBUG: image-deactivate Deactivate specified image. DEBUG: image-delete Delete specified image. DEBUG: image-download Download a specific image. DEBUG: image-import Initiate the image import taskflow. DEBUG: image-list List images you can access. DEBUG: image-reactivate Reactivate specified image. DEBUG: image-show Describe a specific image. DEBUG: image-stage Upload data for a specific image to staging. DEBUG: image-tag-delete Delete the tag associated with the given image. DEBUG: image-tag-update Update an image with the given tag. DEBUG: image-tasks Get tasks associated with image DEBUG: image-update Update an existing image. DEBUG: image-upload Upload data for a specific image. DEBUG: import-info Print import methods available from Glance. DEBUG: location-add Add a location (and related metadata) to an image. DEBUG: location-delete Remove locations (and related metadata) from an image. DEBUG: location-update Update metadata of an image's location. DEBUG: md-namespace-create DEBUG: Create a new metadata definitions namespace. DEBUG: md-namespace-delete DEBUG: Delete specified metadata definitions namespace with DEBUG: its contents. DEBUG: md-namespace-import DEBUG: Import a metadata definitions namespace from file or DEBUG: standard input. DEBUG: md-namespace-list List metadata definitions namespaces. DEBUG: md-namespace-objects-delete DEBUG: Delete all metadata definitions objects inside a DEBUG: specific namespace. DEBUG: md-namespace-properties-delete DEBUG: Delete all metadata definitions property inside a DEBUG: specific namespace. DEBUG: md-namespace-resource-type-list DEBUG: List resource types associated to specific namespace. DEBUG: md-namespace-show Describe a specific metadata definitions namespace. DEBUG: md-namespace-tags-delete DEBUG: Delete all metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-namespace-update DEBUG: Update an existing metadata definitions namespace. DEBUG: md-object-create Create a new metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-delete Delete a specific metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-list List metadata definitions objects inside a specific DEBUG: namespace. DEBUG: md-object-property-show DEBUG: Describe a specific metadata definitions property DEBUG: inside an object. DEBUG: md-object-show Describe a specific metadata definitions object inside DEBUG: a namespace. DEBUG: md-object-update Update metadata definitions object inside a namespace. DEBUG: md-property-create Create a new metadata definitions property inside a DEBUG: namespace. DEBUG: md-property-delete Delete a specific metadata definitions property inside DEBUG: a namespace. DEBUG: md-property-list List metadata definitions properties inside a specific DEBUG: namespace. DEBUG: md-property-show Describe a specific metadata definitions property DEBUG: inside a namespace. DEBUG: md-property-update Update metadata definitions property inside a DEBUG: namespace. DEBUG: md-resource-type-associate DEBUG: Associate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-deassociate DEBUG: Deassociate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-list DEBUG: List available resource type names. DEBUG: md-tag-create Add a new metadata definitions tag inside a namespace. DEBUG: md-tag-create-multiple DEBUG: Create new metadata definitions tags inside a DEBUG: namespace. DEBUG: md-tag-delete Delete a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-list List metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-tag-show Describe a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-update Rename a metadata definitions tag inside a namespace. DEBUG: member-create Create member for a given image. DEBUG: member-delete Delete image member. DEBUG: member-get Show details of an image member DEBUG: member-list Describe sharing permissions by image. DEBUG: member-update Update the status of a member for a given image. DEBUG: stores-delete Delete image from specific store. DEBUG: stores-info Print available backends from Glance. DEBUG: task-create Create a new task. DEBUG: task-list List tasks you can access. DEBUG: task-show Describe a specific task. DEBUG: usage Get quota usage information. DEBUG: bash-completion Prints arguments for bash_completion. DEBUG: help Display help about this program or one of its DEBUG: subcommands. DEBUG: Options: DEBUG: --version show program's version number and exit DEBUG: -d, --debug Defaults to env[GLANCECLIENT_DEBUG]. DEBUG: -v, --verbose Print more verbose output. DEBUG: --get-schema Ignores cached copy and forces retrieval of schema DEBUG: that generates portions of the help text. Ignored with DEBUG: API version 1. DEBUG: -f, --force Prevent select actions from requesting user DEBUG: confirmation. DEBUG: --os-image-url OS_IMAGE_URL DEBUG: Defaults to env[OS_IMAGE_URL]. If the provided image DEBUG: url contains a version number and `--os-image-api- DEBUG: version` is omitted the version of the URL will be DEBUG: picked as the image api version to use. DEBUG: --os-image-api-version OS_IMAGE_API_VERSION DEBUG: Defaults to env[OS_IMAGE_API_VERSION] or 2. DEBUG: --os-region-name OS_REGION_NAME DEBUG: Defaults to env[OS_REGION_NAME]. DEBUG: --os-auth-token OS_AUTH_TOKEN DEBUG: Defaults to env[OS_AUTH_TOKEN]. DEBUG: --os-service-type OS_SERVICE_TYPE DEBUG: Defaults to env[OS_SERVICE_TYPE]. DEBUG: --os-endpoint-type OS_ENDPOINT_TYPE DEBUG: Defaults to env[OS_ENDPOINT_TYPE]. DEBUG: --os-auth-type , --os-auth-plugin DEBUG: Authentication type to use DEBUG: API Connection Options: DEBUG: Options controlling the HTTP API Connections DEBUG: --insecure Explicitly allow client to perform "insecure" TLS DEBUG: (https) requests. The server's certificate will not be DEBUG: verified against any certificate authorities. This DEBUG: option should be used with caution. DEBUG: --os-cacert DEBUG: Specify a CA bundle file to use in verifying a TLS DEBUG: (https) server certificate. Defaults to DEBUG: env[OS_CACERT]. DEBUG: --os-cert DEBUG: The location for the keystore (PEM formatted) DEBUG: containing the public key of this client. Defaults to DEBUG: env[OS_CERT]. DEBUG: --os-key The location for the keystore (PEM formatted) DEBUG: containing the private key of this client. Defaults to DEBUG: env[OS_KEY]. DEBUG: --timeout Set request timeout (in seconds). DEBUG: --collect-timing Collect per-API call timing information. DEBUG: Authentication Options: DEBUG: Options specific to the password plugin. DEBUG: --os-auth-url OS_AUTH_URL DEBUG: Authentication URL DEBUG: --os-system-scope OS_SYSTEM_SCOPE DEBUG: Scope for system operations DEBUG: --os-domain-id OS_DOMAIN_ID DEBUG: Domain ID to scope to DEBUG: --os-domain-name OS_DOMAIN_NAME DEBUG: Domain name to scope to DEBUG: --os-project-id OS_PROJECT_ID, --os-tenant-id OS_PROJECT_ID DEBUG: Project ID to scope to DEBUG: --os-project-name OS_PROJECT_NAME, --os-tenant-name OS_PROJECT_NAME DEBUG: Project name to scope to DEBUG: --os-project-domain-id OS_PROJECT_DOMAIN_ID DEBUG: Domain ID containing project DEBUG: --os-project-domain-name OS_PROJECT_DOMAIN_NAME DEBUG: Domain name containing project DEBUG: --os-trust-id OS_TRUST_ID DEBUG: ID of the trust to use as a trustee use DEBUG: --os-default-domain-id OS_DEFAULT_DOMAIN_ID DEBUG: Optional domain ID to use with v3 and v2 parameters. DEBUG: It will be used for both the user and project domain DEBUG: in v3 and ignored in v2 authentication. DEBUG: --os-default-domain-name OS_DEFAULT_DOMAIN_NAME DEBUG: Optional domain name to use with v3 API and v2 DEBUG: parameters. It will be used for both the user and DEBUG: project domain in v3 and ignored in v2 authentication. DEBUG: --os-user-id OS_USER_ID DEBUG: User id DEBUG: --os-username OS_USERNAME, --os-user-name OS_USERNAME DEBUG: Username DEBUG: --os-user-domain-id OS_USER_DOMAIN_ID DEBUG: User's domain id DEBUG: --os-user-domain-name OS_USER_DOMAIN_NAME DEBUG: User's domain name DEBUG: --os-password OS_PASSWORD DEBUG: User's password DEBUG: See "glance help COMMAND" for help on a specific command. DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_help [0.014360s] ... ok DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_no_stacktrace_when_debug_disabled [0.008489s] ... ok DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_subcommand_help [0.011455s] ... ok DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_auth_plugin_invocation_without_auth_url_with_v2 [0.015726s] ... ok DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: usage: glance [--version] [-d] [-v] [--get-schema] [-f] DEBUG: [--os-image-url OS_IMAGE_URL] DEBUG: [--os-image-api-version OS_IMAGE_API_VERSION] DEBUG: [--os-region-name OS_REGION_NAME] DEBUG: [--os-auth-token OS_AUTH_TOKEN] DEBUG: [--os-service-type OS_SERVICE_TYPE] DEBUG: [--os-endpoint-type OS_ENDPOINT_TYPE] [--insecure] DEBUG: [--os-cacert ] [--os-cert ] DEBUG: [--os-key ] [--timeout ] [--collect-timing] DEBUG: [--os-auth-type ] [--os-auth-url OS_AUTH_URL] DEBUG: [--os-system-scope OS_SYSTEM_SCOPE] DEBUG: [--os-domain-id OS_DOMAIN_ID] [--os-domain-name OS_DOMAIN_NAME] DEBUG: [--os-project-id OS_PROJECT_ID] DEBUG: [--os-project-name OS_PROJECT_NAME] DEBUG: [--os-project-domain-id OS_PROJECT_DOMAIN_ID] DEBUG: [--os-project-domain-name OS_PROJECT_DOMAIN_NAME] DEBUG: [--os-trust-id OS_TRUST_ID] DEBUG: [--os-default-domain-id OS_DEFAULT_DOMAIN_ID] DEBUG: [--os-default-domain-name OS_DEFAULT_DOMAIN_NAME] DEBUG: [--os-user-id OS_USER_ID] [--os-username OS_USERNAME] DEBUG: [--os-user-domain-id OS_USER_DOMAIN_ID] DEBUG: [--os-user-domain-name OS_USER_DOMAIN_NAME] DEBUG: [--os-password OS_PASSWORD] DEBUG: ... DEBUG: Command-line interface to the OpenStack Images API. DEBUG: Positional arguments: DEBUG: DEBUG: add-location Add location to an image which is in `queued` state DEBUG: only. DEBUG: cache-clear Clear all images from cache, queue or both DEBUG: cache-delete Delete image from cache/caching queue. DEBUG: cache-list Get cache state. DEBUG: cache-queue Queue image(s) for caching. DEBUG: explain Describe a specific model. DEBUG: image-create Create a new image. DEBUG: image-create-via-import DEBUG: EXPERIMENTAL: Create a new image via image import. DEBUG: image-deactivate Deactivate specified image. DEBUG: image-delete Delete specified image. DEBUG: image-download Download a specific image. DEBUG: image-import Initiate the image import taskflow. DEBUG: image-list List images you can access. DEBUG: image-reactivate Reactivate specified image. DEBUG: image-show Describe a specific image. DEBUG: image-stage Upload data for a specific image to staging. DEBUG: image-tag-delete Delete the tag associated with the given image. DEBUG: image-tag-update Update an image with the given tag. DEBUG: image-tasks Get tasks associated with image DEBUG: image-update Update an existing image. DEBUG: image-upload Upload data for a specific image. DEBUG: import-info Print import methods available from Glance. DEBUG: location-add Add a location (and related metadata) to an image. DEBUG: location-delete Remove locations (and related metadata) from an image. DEBUG: location-update Update metadata of an image's location. DEBUG: md-namespace-create DEBUG: Create a new metadata definitions namespace. DEBUG: md-namespace-delete DEBUG: Delete specified metadata definitions namespace with DEBUG: its contents. DEBUG: md-namespace-import DEBUG: Import a metadata definitions namespace from file or DEBUG: standard input. DEBUG: md-namespace-list List metadata definitions namespaces. DEBUG: md-namespace-objects-delete DEBUG: Delete all metadata definitions objects inside a DEBUG: specific namespace. DEBUG: md-namespace-properties-delete DEBUG: Delete all metadata definitions property inside a DEBUG: specific namespace. DEBUG: md-namespace-resource-type-list DEBUG: List resource types associated to specific namespace. DEBUG: md-namespace-show Describe a specific metadata definitions namespace. DEBUG: md-namespace-tags-delete DEBUG: Delete all metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-namespace-update DEBUG: Update an existing metadata definitions namespace. DEBUG: md-object-create Create a new metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-delete Delete a specific metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-list List metadata definitions objects inside a specific DEBUG: namespace. DEBUG: md-object-property-show DEBUG: Describe a specific metadata definitions property DEBUG: inside an object. DEBUG: md-object-show Describe a specific metadata definitions object inside DEBUG: a namespace. DEBUG: md-object-update Update metadata definitions object inside a namespace. DEBUG: md-property-create Create a new metadata definitions property inside a DEBUG: namespace. DEBUG: md-property-delete Delete a specific metadata definitions property inside DEBUG: a namespace. DEBUG: md-property-list List metadata definitions properties inside a specific DEBUG: namespace. DEBUG: md-property-show Describe a specific metadata definitions property DEBUG: inside a namespace. DEBUG: md-property-update Update metadata definitions property inside a DEBUG: namespace. DEBUG: md-resource-type-associate DEBUG: Associate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-deassociate DEBUG: Deassociate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-list DEBUG: List available resource type names. DEBUG: md-tag-create Add a new metadata definitions tag inside a namespace. DEBUG: md-tag-create-multiple DEBUG: Create new metadata definitions tags inside a DEBUG: namespace. DEBUG: md-tag-delete Delete a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-list List metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-tag-show Describe a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-update Rename a metadata definitions tag inside a namespace. DEBUG: member-create Create member for a given image. DEBUG: member-delete Delete image member. DEBUG: member-get Show details of an image member DEBUG: member-list Describe sharing permissions by image. DEBUG: member-update Update the status of a member for a given image. DEBUG: stores-delete Delete image from specific store. DEBUG: stores-info Print available backends from Glance. DEBUG: task-create Create a new task. DEBUG: task-list List tasks you can access. DEBUG: task-show Describe a specific task. DEBUG: usage Get quota usage information. DEBUG: bash-completion Prints arguments for bash_completion. DEBUG: help Display help about this program or one of its DEBUG: subcommands. DEBUG: Options: DEBUG: --version show program's version number and exit DEBUG: -d, --debug Defaults to env[GLANCECLIENT_DEBUG]. DEBUG: -v, --verbose Print more verbose output. DEBUG: --get-schema Ignores cached copy and forces retrieval of schema DEBUG: that generates portions of the help text. Ignored with DEBUG: API version 1. DEBUG: -f, --force Prevent select actions from requesting user DEBUG: confirmation. DEBUG: --os-image-url OS_IMAGE_URL DEBUG: Defaults to env[OS_IMAGE_URL]. If the provided image DEBUG: url contains a version number and `--os-image-api- DEBUG: version` is omitted the version of the URL will be DEBUG: picked as the image api version to use. DEBUG: --os-image-api-version OS_IMAGE_API_VERSION DEBUG: Defaults to env[OS_IMAGE_API_VERSION] or 2. DEBUG: --os-region-name OS_REGION_NAME DEBUG: Defaults to env[OS_REGION_NAME]. DEBUG: --os-auth-token OS_AUTH_TOKEN DEBUG: Defaults to env[OS_AUTH_TOKEN]. DEBUG: --os-service-type OS_SERVICE_TYPE DEBUG: Defaults to env[OS_SERVICE_TYPE]. DEBUG: --os-endpoint-type OS_ENDPOINT_TYPE DEBUG: Defaults to env[OS_ENDPOINT_TYPE]. DEBUG: --os-auth-type , --os-auth-plugin DEBUG: Authentication type to use DEBUG: API Connection Options: DEBUG: Options controlling the HTTP API Connections DEBUG: --insecure Explicitly allow client to perform "insecure" TLS DEBUG: (https) requests. The server's certificate will not be DEBUG: verified against any certificate authorities. This DEBUG: option should be used with caution. DEBUG: --os-cacert DEBUG: Specify a CA bundle file to use in verifying a TLS DEBUG: (https) server certificate. Defaults to DEBUG: env[OS_CACERT]. DEBUG: --os-cert DEBUG: The location for the keystore (PEM formatted) DEBUG: containing the public key of this client. Defaults to DEBUG: env[OS_CERT]. DEBUG: --os-key The location for the keystore (PEM formatted) DEBUG: containing the private key of this client. Defaults to DEBUG: env[OS_KEY]. DEBUG: --timeout Set request timeout (in seconds). DEBUG: --collect-timing Collect per-API call timing information. DEBUG: Authentication Options: DEBUG: Options specific to the password plugin. DEBUG: --os-auth-url OS_AUTH_URL DEBUG: Authentication URL DEBUG: --os-system-scope OS_SYSTEM_SCOPE DEBUG: Scope for system operations DEBUG: --os-domain-id OS_DOMAIN_ID DEBUG: Domain ID to scope to DEBUG: --os-domain-name OS_DOMAIN_NAME DEBUG: Domain name to scope to DEBUG: --os-project-id OS_PROJECT_ID, --os-tenant-id OS_PROJECT_ID DEBUG: Project ID to scope to DEBUG: --os-project-name OS_PROJECT_NAME, --os-tenant-name OS_PROJECT_NAME DEBUG: Project name to scope to DEBUG: --os-project-domain-id OS_PROJECT_DOMAIN_ID DEBUG: Domain ID containing project DEBUG: --os-project-domain-name OS_PROJECT_DOMAIN_NAME DEBUG: Domain name containing project DEBUG: --os-trust-id OS_TRUST_ID DEBUG: ID of the trust to use as a trustee use DEBUG: --os-default-domain-id OS_DEFAULT_DOMAIN_ID DEBUG: Optional domain ID to use with v3 and v2 parameters. DEBUG: It will be used for both the user and project domain DEBUG: in v3 and ignored in v2 authentication. DEBUG: --os-default-domain-name OS_DEFAULT_DOMAIN_NAME DEBUG: Optional domain name to use with v3 API and v2 DEBUG: parameters. It will be used for both the user and DEBUG: project domain in v3 and ignored in v2 authentication. DEBUG: --os-user-id OS_USER_ID DEBUG: User id DEBUG: --os-username OS_USERNAME, --os-user-name OS_USERNAME DEBUG: Username DEBUG: --os-user-domain-id OS_USER_DOMAIN_ID DEBUG: User's domain id DEBUG: --os-user-domain-name OS_USER_DOMAIN_NAME DEBUG: User's domain name DEBUG: --os-password OS_PASSWORD DEBUG: User's password DEBUG: See "glance help COMMAND" for help on a specific command. DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_help_no_subcommand [0.022000s] ... ok DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_auth_plugin_invocation_without_tenant_with_v1 [0.015168s] ... ok DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_auth_plugin_invocation_without_version [0.033665s] ... ok DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_cert_and_key_args_interchangeable [0.016529s] ... ok DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_help_on_subcommand_error [0.008249s] ... ok DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_shell_import_error_default_message [0.001055s] ... ok DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_stacktrace_when_debug_enabled [0.008915s] ... ok DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_subcommand_help [0.010794s] ... ok DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_auth_plugin_invocation_with_unversioned_auth_url_with_v1 [0.007765s] ... ok DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_auth_plugin_invocation_with_v2 [0.017436s] ... ok DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_no_auth_with_token_and_image_url_with_v2 [0.047452s] ... ok DEBUG: {4} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_no_stacktrace_when_debug_disabled [0.008513s] ... ok DEBUG: {4} glanceclient.tests.unit.test_ssl.TestHTTPSVerifyCert.test_v1_requests_cert_verification_no_compression [0.022222s] ... ok DEBUG: {4} glanceclient.tests.unit.test_utils.TestUtils.test_make_size_human_readable [0.000078s] ... ok DEBUG: {4} glanceclient.tests.unit.test_utils.TestUtils.test_safe_header [0.000059s] ... ok DEBUG: {4} glanceclient.tests.unit.v1.test_image_members.ImageMemberManagerTest.test_replace_objects [0.000213s] ... ok DEBUG: {4} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_get_req_id [0.000417s] ... ok DEBUG: {4} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_image_meta_from_headers_encoding [0.000047s] ... ok DEBUG: {4} glanceclient.tests.unit.v1.test_images.ImageTest.test_data_with_wrong_checksum [0.000662s] ... ok DEBUG: {4} glanceclient.tests.unit.v1.test_images.ImageTest.test_delete [0.000577s] ... ok DEBUG: {4} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_create_invalid_endpoint [0.008010s] ... ok DEBUG: {4} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_update_invalid_ram_parameter [0.005213s] ... ok DEBUG: {4} glanceclient.tests.unit.v1.test_shell.ShellStdinHandlingTests.test_image_update_opened_stdin [0.000409s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_images.TestController.test_add_image_location [0.000600s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_images.TestController.test_add_location [0.000404s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_images.TestController.test_data_with_checksum_but_no_md5_algo_3_multihash [0.000514s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_images.TestController.test_data_with_wrong_checksum [0.001164s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_images.TestController.test_get_image_locations [0.000263s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_images.TestController.test_image_tasks_not_supported [0.000194s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_checksum_multiple_images [0.000359s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_invalid_tag [0.000082s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_owner [0.000339s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_tag_single_image [0.000298s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_new_sorting_syntax_invalid_key [0.000086s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_visibility_shared [0.000310s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_images.TestController.test_list_with_multiple_sort_keys [0.000307s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_info.TestController.test_get_usage [0.000519s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_create_namespace [0.000666s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_list_with_sort_key_invalid [0.000428s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_update_namespace_disallowed_fields [0.002363s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_metadefs_objects.TestObjectController.test_create_object [0.000687s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_metadefs_objects.TestObjectController.test_list_object [0.000860s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_schemas.TestSchemaBasedModel.test_patch_should_remove_extra_properties [0.000287s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_schemas.TestSchemaBasedModel.test_patch_should_replace_tags [0.000270s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_schemas.TestSchemaProperty.test_property_minimum [0.000053s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_add_location_with_checksum_in_validation_data [0.000872s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_create_via_import_with_web_download [0.003786s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_create_with_size_exits [0.001080s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_create_with_user_props [0.001585s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_delete_with_invalid_ids [0.001284s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_list [0.000848s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_list_with_property_filter [0.000883s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_list_with_single_sort_key [0.000939s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_stage_size_match [0.001183s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_tasks_without_verbose [0.000907s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_import [0.000898s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_show [0.000807s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_object_property_show_non_existing [0.000962s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_property_delete [0.000817s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_property_show [0.000786s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_stores_info_with_detail [0.000917s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_create_missing_disk_format [0.017599s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_create_missing_disk_format_stdin_data [0.015785s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_import_glance_download [0.001133s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_import_invalid_store [0.001240s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_tag_delete_with_few_arguments [0.000680s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_glance_direct_with_uri [0.001554s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_glance_download_with_file [0.001572s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_no_uri_with_store [0.002459s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_import_bad_method [0.000886s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_tasks.TestController.test_list_tasks_with_asc_sort_dir [0.000554s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_tasks.TestController.test_list_tasks_with_invalid_sort_key [0.000088s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_tasks.TestController.test_list_tasks_with_marker [0.000309s] ... ok DEBUG: {4} glanceclient.tests.unit.v2.test_tasks.TestController.test_list_tasks_with_wrong_type [0.000160s] ... ok DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: usage: glance [--version] [-d] [-v] [--get-schema] [-f] DEBUG: [--os-image-url OS_IMAGE_URL] DEBUG: [--os-image-api-version OS_IMAGE_API_VERSION] DEBUG: [--os-region-name OS_REGION_NAME] DEBUG: [--os-auth-token OS_AUTH_TOKEN] DEBUG: [--os-service-type OS_SERVICE_TYPE] DEBUG: [--os-endpoint-type OS_ENDPOINT_TYPE] [--insecure] DEBUG: [--os-cacert ] [--os-cert ] DEBUG: [--os-key ] [--timeout ] [--collect-timing] DEBUG: [--os-auth-type ] [--os-auth-url OS_AUTH_URL] DEBUG: [--os-system-scope OS_SYSTEM_SCOPE] DEBUG: [--os-domain-id OS_DOMAIN_ID] [--os-domain-name OS_DOMAIN_NAME] DEBUG: [--os-project-id OS_PROJECT_ID] DEBUG: [--os-project-name OS_PROJECT_NAME] DEBUG: [--os-project-domain-id OS_PROJECT_DOMAIN_ID] DEBUG: [--os-project-domain-name OS_PROJECT_DOMAIN_NAME] DEBUG: [--os-trust-id OS_TRUST_ID] DEBUG: [--os-default-domain-id OS_DEFAULT_DOMAIN_ID] DEBUG: [--os-default-domain-name OS_DEFAULT_DOMAIN_NAME] DEBUG: [--os-user-id OS_USER_ID] [--os-username OS_USERNAME] DEBUG: [--os-user-domain-id OS_USER_DOMAIN_ID] DEBUG: [--os-user-domain-name OS_USER_DOMAIN_NAME] DEBUG: [--os-password OS_PASSWORD] DEBUG: ... DEBUG: Command-line interface to the OpenStack Images API. DEBUG: Positional arguments: DEBUG: DEBUG: add-location Add location to an image which is in `queued` state DEBUG: only. DEBUG: cache-clear Clear all images from cache, queue or both DEBUG: cache-delete Delete image from cache/caching queue. DEBUG: cache-list Get cache state. DEBUG: cache-queue Queue image(s) for caching. DEBUG: explain Describe a specific model. DEBUG: image-create Create a new image. DEBUG: image-create-via-import DEBUG: EXPERIMENTAL: Create a new image via image import. DEBUG: image-deactivate Deactivate specified image. DEBUG: image-delete Delete specified image. DEBUG: image-download Download a specific image. DEBUG: image-import Initiate the image import taskflow. DEBUG: image-list List images you can access. DEBUG: image-reactivate Reactivate specified image. DEBUG: image-show Describe a specific image. DEBUG: image-stage Upload data for a specific image to staging. DEBUG: image-tag-delete Delete the tag associated with the given image. DEBUG: image-tag-update Update an image with the given tag. DEBUG: image-tasks Get tasks associated with image DEBUG: image-update Update an existing image. DEBUG: image-upload Upload data for a specific image. DEBUG: import-info Print import methods available from Glance. DEBUG: location-add Add a location (and related metadata) to an image. DEBUG: location-delete Remove locations (and related metadata) from an image. DEBUG: location-update Update metadata of an image's location. DEBUG: md-namespace-create DEBUG: Create a new metadata definitions namespace. DEBUG: md-namespace-delete DEBUG: Delete specified metadata definitions namespace with DEBUG: its contents. DEBUG: md-namespace-import DEBUG: Import a metadata definitions namespace from file or DEBUG: standard input. DEBUG: md-namespace-list List metadata definitions namespaces. DEBUG: md-namespace-objects-delete DEBUG: Delete all metadata definitions objects inside a DEBUG: specific namespace. DEBUG: md-namespace-properties-delete DEBUG: Delete all metadata definitions property inside a DEBUG: specific namespace. DEBUG: md-namespace-resource-type-list DEBUG: List resource types associated to specific namespace. DEBUG: md-namespace-show Describe a specific metadata definitions namespace. DEBUG: md-namespace-tags-delete DEBUG: Delete all metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-namespace-update DEBUG: Update an existing metadata definitions namespace. DEBUG: md-object-create Create a new metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-delete Delete a specific metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-list List metadata definitions objects inside a specific DEBUG: namespace. DEBUG: md-object-property-show DEBUG: Describe a specific metadata definitions property DEBUG: inside an object. DEBUG: md-object-show Describe a specific metadata definitions object inside DEBUG: a namespace. DEBUG: md-object-update Update metadata definitions object inside a namespace. DEBUG: md-property-create Create a new metadata definitions property inside a DEBUG: namespace. DEBUG: md-property-delete Delete a specific metadata definitions property inside DEBUG: a namespace. DEBUG: md-property-list List metadata definitions properties inside a specific DEBUG: namespace. DEBUG: md-property-show Describe a specific metadata definitions property DEBUG: inside a namespace. DEBUG: md-property-update Update metadata definitions property inside a DEBUG: namespace. DEBUG: md-resource-type-associate DEBUG: Associate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-deassociate DEBUG: Deassociate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-list DEBUG: List available resource type names. DEBUG: md-tag-create Add a new metadata definitions tag inside a namespace. DEBUG: md-tag-create-multiple DEBUG: Create new metadata definitions tags inside a DEBUG: namespace. DEBUG: md-tag-delete Delete a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-list List metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-tag-show Describe a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-update Rename a metadata definitions tag inside a namespace. DEBUG: member-create Create member for a given image. DEBUG: member-delete Delete image member. DEBUG: member-get Show details of an image member DEBUG: member-list Describe sharing permissions by image. DEBUG: member-update Update the status of a member for a given image. DEBUG: stores-delete Delete image from specific store. DEBUG: stores-info Print available backends from Glance. DEBUG: task-create Create a new task. DEBUG: task-list List tasks you can access. DEBUG: task-show Describe a specific task. DEBUG: usage Get quota usage information. DEBUG: bash-completion Prints arguments for bash_completion. DEBUG: help Display help about this program or one of its DEBUG: subcommands. DEBUG: Options: DEBUG: --version show program's version number and exit DEBUG: -d, --debug Defaults to env[GLANCECLIENT_DEBUG]. DEBUG: -v, --verbose Print more verbose output. DEBUG: --get-schema Ignores cached copy and forces retrieval of schema DEBUG: that generates portions of the help text. Ignored with DEBUG: API version 1. DEBUG: -f, --force Prevent select actions from requesting user DEBUG: confirmation. DEBUG: --os-image-url OS_IMAGE_URL DEBUG: Defaults to env[OS_IMAGE_URL]. If the provided image DEBUG: url contains a version number and `--os-image-api- DEBUG: version` is omitted the version of the URL will be DEBUG: picked as the image api version to use. DEBUG: --os-image-api-version OS_IMAGE_API_VERSION DEBUG: Defaults to env[OS_IMAGE_API_VERSION] or 2. DEBUG: --os-region-name OS_REGION_NAME DEBUG: Defaults to env[OS_REGION_NAME]. DEBUG: --os-auth-token OS_AUTH_TOKEN DEBUG: Defaults to env[OS_AUTH_TOKEN]. DEBUG: --os-service-type OS_SERVICE_TYPE DEBUG: Defaults to env[OS_SERVICE_TYPE]. DEBUG: --os-endpoint-type OS_ENDPOINT_TYPE DEBUG: Defaults to env[OS_ENDPOINT_TYPE]. DEBUG: --os-auth-type , --os-auth-plugin DEBUG: Authentication type to use DEBUG: API Connection Options: DEBUG: Options controlling the HTTP API Connections DEBUG: --insecure Explicitly allow client to perform "insecure" TLS DEBUG: (https) requests. The server's certificate will not be DEBUG: verified against any certificate authorities. This DEBUG: option should be used with caution. DEBUG: --os-cacert DEBUG: Specify a CA bundle file to use in verifying a TLS DEBUG: (https) server certificate. Defaults to DEBUG: env[OS_CACERT]. DEBUG: --os-cert DEBUG: The location for the keystore (PEM formatted) DEBUG: containing the public key of this client. Defaults to DEBUG: env[OS_CERT]. DEBUG: --os-key The location for the keystore (PEM formatted) DEBUG: containing the private key of this client. Defaults to DEBUG: env[OS_KEY]. DEBUG: --timeout Set request timeout (in seconds). DEBUG: --collect-timing Collect per-API call timing information. DEBUG: Authentication Options: DEBUG: Options specific to the password plugin. DEBUG: --os-auth-url OS_AUTH_URL DEBUG: Authentication URL DEBUG: --os-system-scope OS_SYSTEM_SCOPE DEBUG: Scope for system operations DEBUG: --os-domain-id OS_DOMAIN_ID DEBUG: Domain ID to scope to DEBUG: --os-domain-name OS_DOMAIN_NAME DEBUG: Domain name to scope to DEBUG: --os-project-id OS_PROJECT_ID, --os-tenant-id OS_PROJECT_ID DEBUG: Project ID to scope to DEBUG: --os-project-name OS_PROJECT_NAME, --os-tenant-name OS_PROJECT_NAME DEBUG: Project name to scope to DEBUG: --os-project-domain-id OS_PROJECT_DOMAIN_ID DEBUG: Domain ID containing project DEBUG: --os-project-domain-name OS_PROJECT_DOMAIN_NAME DEBUG: Domain name containing project DEBUG: --os-trust-id OS_TRUST_ID DEBUG: ID of the trust to use as a trustee use DEBUG: --os-default-domain-id OS_DEFAULT_DOMAIN_ID DEBUG: Optional domain ID to use with v3 and v2 parameters. DEBUG: It will be used for both the user and project domain DEBUG: in v3 and ignored in v2 authentication. DEBUG: --os-default-domain-name OS_DEFAULT_DOMAIN_NAME DEBUG: Optional domain name to use with v3 API and v2 DEBUG: parameters. It will be used for both the user and DEBUG: project domain in v3 and ignored in v2 authentication. DEBUG: --os-user-id OS_USER_ID DEBUG: User id DEBUG: --os-username OS_USERNAME, --os-user-name OS_USERNAME DEBUG: Username DEBUG: --os-user-domain-id OS_USER_DOMAIN_ID DEBUG: User's domain id DEBUG: --os-user-domain-name OS_USER_DOMAIN_NAME DEBUG: User's domain name DEBUG: --os-password OS_PASSWORD DEBUG: User's password DEBUG: See "glance help COMMAND" for help on a specific command. DEBUG: {6} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_help_no_subcommand [0.015055s] ... ok DEBUG: {6} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_help_v2_no_schema [0.036586s] ... ok DEBUG: {6} glanceclient.tests.unit.test_utils.TestUtils.test_print_image_virtual_size_available [0.000324s] ... ok DEBUG: {6} glanceclient.tests.unit.test_utils.TestUtils.test_print_image_virtual_size_not_available [0.000206s] ... ok DEBUG: {6} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_create_without_data [0.000336s] ... ok DEBUG: {6} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_delete_req_id [0.000166s] ... ok DEBUG: {6} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_image_list_with_notfound_owner [0.000194s] ... ok DEBUG: {6} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_list_with_property_filters [0.000134s] ... ok DEBUG: {6} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_list_with_sort_key [0.000127s] ... ok DEBUG: {6} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_update_v2_created_image_using_v1 [0.000144s] ... ok DEBUG: {6} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_update_with_data [0.000149s] ... ok DEBUG: {6} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_create_missing_container_format [0.057452s] ... ok DEBUG: {6} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_create_missing_disk_format_stdin_data [0.007494s] ... ok DEBUG: {6} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_list_invalid_endpoint [0.007945s] ... ok DEBUG: {6} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_member_create_invalid_endpoint [0.009222s] ... ok DEBUG: {6} glanceclient.tests.unit.v1.test_shell.ShellStdinHandlingTests.test_image_update_data_is_read_from_file [0.001608s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_cache.TestCacheController.test_cache_not_supported [0.000304s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_images.TestController.test_add_image_location_not_supported [0.000265s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_images.TestController.test_data_with_checksum_and_fallback [0.001349s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_images.TestController.test_data_with_checksum_but_no_md5_algo_1_headeronly [0.000410s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_images.TestController.test_download_forbidden [0.000115s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_images.TestController.test_get_image [0.000335s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_wrong_checksum [0.000170s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_wrong_hash [0.000205s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_member_status_rejected [0.000302s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_paginated [0.000459s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_visibility_community [0.000290s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_with_new_sorting_syntax [0.000317s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_create_namespace_invalid_data [0.003157s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_list_with_sort_dir_invalid [0.000425s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_metadefs_objects.TestObjectController.test_get_object [0.000879s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_metadefs_objects.TestObjectController.test_update_object_invalid_property [0.000756s] ... ok DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: usage: glance [--version] [-d] [-v] [--get-schema] [-f] DEBUG: [--os-image-url OS_IMAGE_URL] DEBUG: [--os-image-api-version OS_IMAGE_API_VERSION] DEBUG: [--os-region-name OS_REGION_NAME] DEBUG: [--os-auth-token OS_AUTH_TOKEN] DEBUG: [--os-service-type OS_SERVICE_TYPE] DEBUG: [--os-endpoint-type OS_ENDPOINT_TYPE] [--insecure] DEBUG: [--os-cacert ] [--os-cert ] DEBUG: [--os-key ] [--timeout ] [--collect-timing] DEBUG: [--os-auth-type ] [--os-auth-url OS_AUTH_URL] DEBUG: [--os-system-scope OS_SYSTEM_SCOPE] DEBUG: [--os-domain-id OS_DOMAIN_ID] [--os-domain-name OS_DOMAIN_NAME] DEBUG: [--os-project-id OS_PROJECT_ID] DEBUG: [--os-project-name OS_PROJECT_NAME] DEBUG: [--os-project-domain-id OS_PROJECT_DOMAIN_ID] DEBUG: [--os-project-domain-name OS_PROJECT_DOMAIN_NAME] DEBUG: [--os-trust-id OS_TRUST_ID] DEBUG: [--os-default-domain-id OS_DEFAULT_DOMAIN_ID] DEBUG: [--os-default-domain-name OS_DEFAULT_DOMAIN_NAME] DEBUG: [--os-user-id OS_USER_ID] [--os-username OS_USERNAME] DEBUG: [--os-user-domain-id OS_USER_DOMAIN_ID] DEBUG: [--os-user-domain-name OS_USER_DOMAIN_NAME] DEBUG: [--os-password OS_PASSWORD] DEBUG: ... DEBUG: Command-line interface to the OpenStack Images API. DEBUG: Positional arguments: DEBUG: DEBUG: add-location Add location to an image which is in `queued` state DEBUG: only. DEBUG: cache-clear Clear all images from cache, queue or both DEBUG: cache-delete Delete image from cache/caching queue. DEBUG: cache-list Get cache state. DEBUG: cache-queue Queue image(s) for caching. DEBUG: explain Describe a specific model. DEBUG: image-create Create a new image. DEBUG: image-create-via-import DEBUG: EXPERIMENTAL: Create a new image via image import. DEBUG: image-deactivate Deactivate specified image. DEBUG: image-delete Delete specified image. DEBUG: image-download Download a specific image. DEBUG: image-import Initiate the image import taskflow. DEBUG: image-list List images you can access. DEBUG: image-reactivate Reactivate specified image. DEBUG: image-show Describe a specific image. DEBUG: image-stage Upload data for a specific image to staging. DEBUG: image-tag-delete Delete the tag associated with the given image. DEBUG: image-tag-update Update an image with the given tag. DEBUG: image-tasks Get tasks associated with image DEBUG: image-update Update an existing image. DEBUG: image-upload Upload data for a specific image. DEBUG: import-info Print import methods available from Glance. DEBUG: location-add Add a location (and related metadata) to an image. DEBUG: location-delete Remove locations (and related metadata) from an image. DEBUG: location-update Update metadata of an image's location. DEBUG: md-namespace-create DEBUG: Create a new metadata definitions namespace. DEBUG: md-namespace-delete DEBUG: Delete specified metadata definitions namespace with DEBUG: its contents. DEBUG: md-namespace-import DEBUG: Import a metadata definitions namespace from file or DEBUG: standard input. DEBUG: md-namespace-list List metadata definitions namespaces. DEBUG: md-namespace-objects-delete DEBUG: Delete all metadata definitions objects inside a DEBUG: specific namespace. DEBUG: md-namespace-properties-delete DEBUG: Delete all metadata definitions property inside a DEBUG: specific namespace. DEBUG: md-namespace-resource-type-list DEBUG: List resource types associated to specific namespace. DEBUG: md-namespace-show Describe a specific metadata definitions namespace. DEBUG: md-namespace-tags-delete DEBUG: Delete all metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-namespace-update DEBUG: Update an existing metadata definitions namespace. DEBUG: md-object-create Create a new metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-delete Delete a specific metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-list List metadata definitions objects inside a specific DEBUG: namespace. DEBUG: md-object-property-show DEBUG: Describe a specific metadata definitions property DEBUG: inside an object. DEBUG: md-object-show Describe a specific metadata definitions object inside DEBUG: a namespace. DEBUG: md-object-update Update metadata definitions object inside a namespace. DEBUG: md-property-create Create a new metadata definitions property inside a DEBUG: namespace. DEBUG: md-property-delete Delete a specific metadata definitions property inside DEBUG: a namespace. DEBUG: md-property-list List metadata definitions properties inside a specific DEBUG: namespace. DEBUG: md-property-show Describe a specific metadata definitions property DEBUG: inside a namespace. DEBUG: md-property-update Update metadata definitions property inside a DEBUG: namespace. DEBUG: md-resource-type-associate DEBUG: Associate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-deassociate DEBUG: Deassociate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-list DEBUG: List available resource type names. DEBUG: md-tag-create Add a new metadata definitions tag inside a namespace. DEBUG: md-tag-create-multiple DEBUG: Create new metadata definitions tags inside a DEBUG: namespace. DEBUG: md-tag-delete Delete a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-list List metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-tag-show Describe a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-update Rename a metadata definitions tag inside a namespace. DEBUG: member-create Create member for a given image. DEBUG: member-delete Delete image member. DEBUG: member-get Show details of an image member DEBUG: member-list Describe sharing permissions by image. DEBUG: member-update Update the status of a member for a given image. DEBUG: stores-delete Delete image from specific store. DEBUG: stores-info Print available backends from Glance. DEBUG: task-create Create a new task. DEBUG: task-list List tasks you can access. DEBUG: task-show Describe a specific task. DEBUG: usage Get quota usage information. DEBUG: bash-completion Prints arguments for bash_completion. DEBUG: help Display help about this program or one of its DEBUG: subcommands. DEBUG: Options: DEBUG: --version show program's version number and exit DEBUG: -d, --debug Defaults to env[GLANCECLIENT_DEBUG]. DEBUG: -v, --verbose Print more verbose output. DEBUG: --get-schema Ignores cached copy and forces retrieval of schema DEBUG: that generates portions of the help text. Ignored with DEBUG: API version 1. DEBUG: -f, --force Prevent select actions from requesting user DEBUG: confirmation. DEBUG: --os-image-url OS_IMAGE_URL DEBUG: Defaults to env[OS_IMAGE_URL]. If the provided image DEBUG: url contains a version number and `--os-image-api- DEBUG: version` is omitted the version of the URL will be DEBUG: picked as the image api version to use. DEBUG: --os-image-api-version OS_IMAGE_API_VERSION DEBUG: Defaults to env[OS_IMAGE_API_VERSION] or 2. DEBUG: --os-region-name OS_REGION_NAME DEBUG: Defaults to env[OS_REGION_NAME]. DEBUG: --os-auth-token OS_AUTH_TOKEN DEBUG: Defaults to env[OS_AUTH_TOKEN]. DEBUG: --os-service-type OS_SERVICE_TYPE DEBUG: Defaults to env[OS_SERVICE_TYPE]. DEBUG: --os-endpoint-type OS_ENDPOINT_TYPE DEBUG: Defaults to env[OS_ENDPOINT_TYPE]. DEBUG: --os-auth-type , --os-auth-plugin DEBUG: Authentication type to use DEBUG: API Connection Options: DEBUG: Options controlling the HTTP API Connections DEBUG: --insecure Explicitly allow client to perform "insecure" TLS DEBUG: (https) requests. The server's certificate will not be DEBUG: verified against any certificate authorities. This DEBUG: option should be used with caution. DEBUG: --os-cacert DEBUG: Specify a CA bundle file to use in verifying a TLS DEBUG: (https) server certificate. Defaults to DEBUG: env[OS_CACERT]. DEBUG: --os-cert DEBUG: The location for the keystore (PEM formatted) DEBUG: containing the public key of this client. Defaults to DEBUG: env[OS_CERT]. DEBUG: --os-key The location for the keystore (PEM formatted) DEBUG: containing the private key of this client. Defaults to DEBUG: env[OS_KEY]. DEBUG: --timeout Set request timeout (in seconds). DEBUG: --collect-timing Collect per-API call timing information. DEBUG: Authentication Options: DEBUG: Options specific to the password plugin. DEBUG: --os-auth-url OS_AUTH_URL DEBUG: Authentication URL DEBUG: --os-system-scope OS_SYSTEM_SCOPE DEBUG: Scope for system operations DEBUG: --os-domain-id OS_DOMAIN_ID DEBUG: Domain ID to scope to DEBUG: --os-domain-name OS_DOMAIN_NAME DEBUG: Domain name to scope to DEBUG: --os-project-id OS_PROJECT_ID, --os-tenant-id OS_PROJECT_ID DEBUG: Project ID to scope to DEBUG: --os-project-name OS_PROJECT_NAME, --os-tenant-name OS_PROJECT_NAME DEBUG: Project name to scope to DEBUG: --os-project-domain-id OS_PROJECT_DOMAIN_ID DEBUG: Domain ID containing project DEBUG: --os-project-domain-name OS_PROJECT_DOMAIN_NAME DEBUG: Domain name containing project DEBUG: --os-trust-id OS_TRUST_ID DEBUG: ID of the trust to use as a trustee use DEBUG: --os-default-domain-id OS_DEFAULT_DOMAIN_ID DEBUG: Optional domain ID to use with v3 and v2 parameters. DEBUG: It will be used for both the user and project domain DEBUG: in v3 and ignored in v2 authentication. DEBUG: --os-default-domain-name OS_DEFAULT_DOMAIN_NAME DEBUG: Optional domain name to use with v3 API and v2 DEBUG: parameters. It will be used for both the user and DEBUG: project domain in v3 and ignored in v2 authentication. DEBUG: --os-user-id OS_USER_ID DEBUG: User id DEBUG: --os-username OS_USERNAME, --os-user-name OS_USERNAME DEBUG: Username DEBUG: --os-user-domain-id OS_USER_DOMAIN_ID DEBUG: User's domain id DEBUG: --os-user-domain-name OS_USER_DOMAIN_NAME DEBUG: User's domain name DEBUG: --os-password OS_PASSWORD DEBUG: User's password DEBUG: See "glance help COMMAND" for help on a specific command. DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_help [0.012558s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_metadefs_properties.TestPropertyController.test_get_property [0.000446s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_metadefs_properties.TestPropertyController.test_update_property [0.000683s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_metadefs_resource_types.TestResoureTypeController.test_deassociate_resource_types [0.000165s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_schemas.TestSchemaProperty.test_property_description [0.000037s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_clear_all [0.001153s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_delete_forbidden [0.001178s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_queue [0.000996s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_queue_endpoint_not_provided [0.001339s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_explain [0.002629s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_delete [0.000787s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_delete_with_image_in_use [0.002082s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_list_verbose [0.002212s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_list_with_hidden_true [0.001432s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_stage_size_mismatch [0.001377s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_create [0.001069s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_list_all_filters [0.001645s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_tags_delete [0.003104s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_resource_type_associate [0.002016s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_resource_type_deassociate [0.001676s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_resource_type_list [0.000826s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_create_via_import_with_file [0.005747s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_tag_delete [0.000892s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_glance_download_no_region_and_id [0.002321s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_good_method_not_available [0.001612s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_web_download_no_uri [0.001406s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_import_not_available [0.001103s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_usage [0.000843s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_tasks.TestController.test_create_task_invalid_property [0.000601s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_tasks.TestController.test_list_tasks_for_owner [0.000344s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_tasks.TestController.test_list_tasks_with_single_sort_key [0.000362s] ... ok DEBUG: {6} glanceclient.tests.unit.v2.test_tasks.TestController.test_list_tasks_with_status [0.000280s] ... ok DEBUG: usage: glance image-create [--copy-from ] [--location ] DEBUG: [--disk-format ] DEBUG: [--container-format ] DEBUG: [--hidden [True|False]] [--property ] DEBUG: [--file ] [--size ] [--progress] DEBUG: [--store ] DEBUG: Create a new image. DEBUG: Options: DEBUG: --copy-from DEBUG: --location DEBUG: --disk-format DEBUG: Format of the disk Valid values: None, ami, ari, aki, DEBUG: vhd, vhdx, vmdk, raw, qcow2, vdi, iso, ploop DEBUG: --container-format DEBUG: Format of the container Valid values: None, ami, ari, DEBUG: aki, bare, ovf, ova, docker DEBUG: --hidden [True|False] DEBUG: If true, image will not appear in default image list DEBUG: response. DEBUG: --property DEBUG: Arbitrary property to associate with image. May be DEBUG: used multiple times. DEBUG: --file Local file that contains disk image to be uploaded DEBUG: during creation. Alternatively, the image data can be DEBUG: passed to the client via stdin. DEBUG: --size Size in bytes of image to be uploaded. Default is to DEBUG: get size from provided data object but this is DEBUG: supported in case where size cannot be inferred. DEBUG: --progress Show upload progress bar. DEBUG: --store Backend store to upload image to. DEBUG: Run `glance --os-image-api-version 1 help image-create` for v1 help DEBUG: usage: glance md-namespace-create [--copy-from ] DEBUG: [--locations ] DEBUG: [--location ] DEBUG: [--disk-format ] DEBUG: [--container-format ] DEBUG: DEBUG: Create a new metadata definitions namespace. DEBUG: Positional arguments: DEBUG: Name of the namespace. DEBUG: Options: DEBUG: --copy-from DEBUG: --locations DEBUG: --location DEBUG: --disk-format DEBUG: Format of the disk Valid values: None, ami, ari, aki, DEBUG: vhd, vhdx, vmdk, raw, qcow2, vdi, iso, ploop DEBUG: --container-format DEBUG: Format of the container Valid values: None, ami, ari, DEBUG: aki, bare, ovf, ova, docker DEBUG: usage: glance md-resource-type-associate [--copy-from ] DEBUG: [--locations ] DEBUG: [--location ] DEBUG: [--disk-format ] DEBUG: [--container-format ] DEBUG: DEBUG: Associate resource type with a metadata definitions namespace. DEBUG: Positional arguments: DEBUG: Name of namespace. DEBUG: Options: DEBUG: --copy-from DEBUG: --locations DEBUG: --location DEBUG: --disk-format DEBUG: Format of the disk Valid values: None, ami, ari, aki, DEBUG: vhd, vhdx, vmdk, raw, qcow2, vdi, iso, ploop DEBUG: --container-format DEBUG: Format of the container Valid values: None, ami, ari, DEBUG: aki, bare, ovf, ova, docker DEBUG: +----------+--------------------------------------+ DEBUG: | Property | Value | DEBUG: +----------+--------------------------------------+ DEBUG: | id | 44d2c7e1-de4e-4612-8aa2-ba26610c444f | DEBUG: | status | queued | DEBUG: +----------+--------------------------------------+ DEBUG: Run `glance --os-image-api-version 1 help` for v1 help DEBUG: usage: glance [--version] [-d] [-v] [--get-schema] [-f] DEBUG: [--os-image-url OS_IMAGE_URL] DEBUG: [--os-image-api-version OS_IMAGE_API_VERSION] DEBUG: [--os-region-name OS_REGION_NAME] DEBUG: [--os-auth-token OS_AUTH_TOKEN] DEBUG: [--os-service-type OS_SERVICE_TYPE] DEBUG: [--os-endpoint-type OS_ENDPOINT_TYPE] [--insecure] DEBUG: [--os-cacert ] [--os-cert ] DEBUG: [--os-key ] [--timeout ] [--collect-timing] DEBUG: [--os-auth-type ] [--os-auth-url OS_AUTH_URL] DEBUG: [--os-system-scope OS_SYSTEM_SCOPE] DEBUG: [--os-domain-id OS_DOMAIN_ID] [--os-domain-name OS_DOMAIN_NAME] DEBUG: [--os-project-id OS_PROJECT_ID] DEBUG: [--os-project-name OS_PROJECT_NAME] DEBUG: [--os-project-domain-id OS_PROJECT_DOMAIN_ID] DEBUG: [--os-project-domain-name OS_PROJECT_DOMAIN_NAME] DEBUG: [--os-trust-id OS_TRUST_ID] DEBUG: [--os-default-domain-id OS_DEFAULT_DOMAIN_ID] DEBUG: [--os-default-domain-name OS_DEFAULT_DOMAIN_NAME] DEBUG: [--os-user-id OS_USER_ID] [--os-username OS_USERNAME] DEBUG: [--os-user-domain-id OS_USER_DOMAIN_ID] DEBUG: [--os-user-domain-name OS_USER_DOMAIN_NAME] DEBUG: [--os-password OS_PASSWORD] DEBUG: ... DEBUG: Command-line interface to the OpenStack Images API. DEBUG: Positional arguments: DEBUG: DEBUG: add-location Add location to an image which is in `queued` state DEBUG: only. DEBUG: cache-clear Clear all images from cache, queue or both DEBUG: cache-delete Delete image from cache/caching queue. DEBUG: cache-list Get cache state. DEBUG: cache-queue Queue image(s) for caching. DEBUG: explain Describe a specific model. DEBUG: image-create Create a new image. DEBUG: image-create-via-import DEBUG: EXPERIMENTAL: Create a new image via image import. DEBUG: image-deactivate Deactivate specified image. DEBUG: image-delete Delete specified image. DEBUG: image-download Download a specific image. DEBUG: image-import Initiate the image import taskflow. DEBUG: image-list List images you can access. DEBUG: image-reactivate Reactivate specified image. DEBUG: image-show Describe a specific image. DEBUG: image-stage Upload data for a specific image to staging. DEBUG: image-tag-delete Delete the tag associated with the given image. DEBUG: image-tag-update Update an image with the given tag. DEBUG: image-tasks Get tasks associated with image DEBUG: image-update Update an existing image. DEBUG: image-upload Upload data for a specific image. DEBUG: import-info Print import methods available from Glance. DEBUG: location-add Add a location (and related metadata) to an image. DEBUG: location-delete Remove locations (and related metadata) from an image. DEBUG: location-update Update metadata of an image's location. DEBUG: md-namespace-create DEBUG: Create a new metadata definitions namespace. DEBUG: md-namespace-delete DEBUG: Delete specified metadata definitions namespace with DEBUG: its contents. DEBUG: md-namespace-import DEBUG: Import a metadata definitions namespace from file or DEBUG: standard input. DEBUG: md-namespace-list List metadata definitions namespaces. DEBUG: md-namespace-objects-delete DEBUG: Delete all metadata definitions objects inside a DEBUG: specific namespace. DEBUG: md-namespace-properties-delete DEBUG: Delete all metadata definitions property inside a DEBUG: specific namespace. DEBUG: md-namespace-resource-type-list DEBUG: List resource types associated to specific namespace. DEBUG: md-namespace-show Describe a specific metadata definitions namespace. DEBUG: md-namespace-tags-delete DEBUG: Delete all metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-namespace-update DEBUG: Update an existing metadata definitions namespace. DEBUG: md-object-create Create a new metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-delete Delete a specific metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-list List metadata definitions objects inside a specific DEBUG: namespace. DEBUG: md-object-property-show DEBUG: Describe a specific metadata definitions property DEBUG: inside an object. DEBUG: md-object-show Describe a specific metadata definitions object inside DEBUG: a namespace. DEBUG: md-object-update Update metadata definitions object inside a namespace. DEBUG: md-property-create Create a new metadata definitions property inside a DEBUG: namespace. DEBUG: md-property-delete Delete a specific metadata definitions property inside DEBUG: a namespace. DEBUG: md-property-list List metadata definitions properties inside a specific DEBUG: namespace. DEBUG: md-property-show Describe a specific metadata definitions property DEBUG: inside a namespace. DEBUG: md-property-update Update metadata definitions property inside a DEBUG: namespace. DEBUG: md-resource-type-associate DEBUG: Associate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-deassociate DEBUG: Deassociate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-list DEBUG: List available resource type names. DEBUG: md-tag-create Add a new metadata definitions tag inside a namespace. DEBUG: md-tag-create-multiple DEBUG: Create new metadata definitions tags inside a DEBUG: namespace. DEBUG: md-tag-delete Delete a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-list List metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-tag-show Describe a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-update Rename a metadata definitions tag inside a namespace. DEBUG: member-create Create member for a given image. DEBUG: member-delete Delete image member. DEBUG: member-get Show details of an image member DEBUG: member-list Describe sharing permissions by image. DEBUG: member-update Update the status of a member for a given image. DEBUG: stores-delete Delete image from specific store. DEBUG: stores-info Print available backends from Glance. DEBUG: task-create Create a new task. DEBUG: task-list List tasks you can access. DEBUG: task-show Describe a specific task. DEBUG: usage Get quota usage information. DEBUG: bash-completion Prints arguments for bash_completion. DEBUG: help Display help about this program or one of its DEBUG: subcommands. DEBUG: Options: DEBUG: --version show program's version number and exit DEBUG: -d, --debug Defaults to env[GLANCECLIENT_DEBUG]. DEBUG: -v, --verbose Print more verbose output. DEBUG: --get-schema Ignores cached copy and forces retrieval of schema DEBUG: that generates portions of the help text. Ignored with DEBUG: API version 1. DEBUG: -f, --force Prevent select actions from requesting user DEBUG: confirmation. DEBUG: --os-image-url OS_IMAGE_URL DEBUG: Defaults to env[OS_IMAGE_URL]. If the provided image DEBUG: url contains a version number and `--os-image-api- DEBUG: version` is omitted the version of the URL will be DEBUG: picked as the image api version to use. DEBUG: --os-image-api-version OS_IMAGE_API_VERSION DEBUG: Defaults to env[OS_IMAGE_API_VERSION] or 2. DEBUG: --os-region-name OS_REGION_NAME DEBUG: Defaults to env[OS_REGION_NAME]. DEBUG: --os-auth-token OS_AUTH_TOKEN DEBUG: Defaults to env[OS_AUTH_TOKEN]. DEBUG: --os-service-type OS_SERVICE_TYPE DEBUG: Defaults to env[OS_SERVICE_TYPE]. DEBUG: --os-endpoint-type OS_ENDPOINT_TYPE DEBUG: Defaults to env[OS_ENDPOINT_TYPE]. DEBUG: --os-auth-type , --os-auth-plugin DEBUG: Authentication type to use DEBUG: API Connection Options: DEBUG: Options controlling the HTTP API Connections DEBUG: --insecure Explicitly allow client to perform "insecure" TLS DEBUG: (https) requests. The server's certificate will not be DEBUG: verified against any certificate authorities. This DEBUG: option should be used with caution. DEBUG: --os-cacert DEBUG: Specify a CA bundle file to use in verifying a TLS DEBUG: (https) server certificate. Defaults to DEBUG: env[OS_CACERT]. DEBUG: --os-cert DEBUG: The location for the keystore (PEM formatted) DEBUG: containing the public key of this client. Defaults to DEBUG: env[OS_CERT]. DEBUG: --os-key The location for the keystore (PEM formatted) DEBUG: containing the private key of this client. Defaults to DEBUG: env[OS_KEY]. DEBUG: --timeout Set request timeout (in seconds). DEBUG: --collect-timing Collect per-API call timing information. DEBUG: Authentication Options: DEBUG: Options specific to the password plugin. DEBUG: --os-auth-url OS_AUTH_URL DEBUG: Authentication URL DEBUG: --os-system-scope OS_SYSTEM_SCOPE DEBUG: Scope for system operations DEBUG: --os-domain-id OS_DOMAIN_ID DEBUG: Domain ID to scope to DEBUG: --os-domain-name OS_DOMAIN_NAME DEBUG: Domain name to scope to DEBUG: --os-project-id OS_PROJECT_ID, --os-tenant-id OS_PROJECT_ID DEBUG: Project ID to scope to DEBUG: --os-project-name OS_PROJECT_NAME, --os-tenant-name OS_PROJECT_NAME DEBUG: Project name to scope to DEBUG: --os-project-domain-id OS_PROJECT_DOMAIN_ID DEBUG: Domain ID containing project DEBUG: --os-project-domain-name OS_PROJECT_DOMAIN_NAME DEBUG: Domain name containing project DEBUG: --os-trust-id OS_TRUST_ID DEBUG: ID of the trust to use as a trustee use DEBUG: --os-default-domain-id OS_DEFAULT_DOMAIN_ID DEBUG: Optional domain ID to use with v3 and v2 parameters. DEBUG: It will be used for both the user and project domain DEBUG: in v3 and ignored in v2 authentication. DEBUG: --os-default-domain-name OS_DEFAULT_DOMAIN_NAME DEBUG: Optional domain name to use with v3 API and v2 DEBUG: parameters. It will be used for both the user and DEBUG: project domain in v3 and ignored in v2 authentication. DEBUG: --os-user-id OS_USER_ID DEBUG: User id DEBUG: --os-username OS_USERNAME, --os-user-name OS_USERNAME DEBUG: Username DEBUG: --os-user-domain-id OS_USER_DOMAIN_ID DEBUG: User's domain id DEBUG: --os-user-domain-name OS_USER_DOMAIN_NAME DEBUG: User's domain name DEBUG: --os-password OS_PASSWORD DEBUG: User's password DEBUG: See "glance help COMMAND" for help on a specific command. DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_blank_call [0.047801s] ... ok DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_shell_import_error_with_mesage [0.001181s] ... ok DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_shell_unsupported_version [0.001038s] ... ok DEBUG: {3} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_auth_plugin_invocation_without_auth_url_with_v2 [0.017014s] ... ok DEBUG: {3} glanceclient.tests.unit.test_utils.TestUtils.test_get_consumed_file_size [0.000109s] ... ok DEBUG: {3} glanceclient.tests.unit.v1.test_image_members.ImageMemberManagerTest.test_get [0.000199s] ... ok DEBUG: {3} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_get_encoding [0.000198s] ... ok DEBUG: {3} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_image_list_with_owner_req_id [0.000196s] ... ok DEBUG: {3} glanceclient.tests.unit.v1.test_images.UrlParameterTest.test_is_public_list [0.000572s] ... ok DEBUG: {3} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_do_image_list_with_changes_since [0.002312s] ... ok DEBUG: {3} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_create_invalid_ram_parameter [0.004253s] ... ok DEBUG: {3} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_create_invalid_size_parameter [0.004181s] ... ok DEBUG: {3} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_update_invalid_min_disk_parameter [0.004006s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_cache.TestCacheController.test_cache_delete [0.000295s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_client_requests.ClientTestRequests.test_list_bad_image_schema [0.001892s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_images.TestController.test_create_image [0.000451s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_images.TestController.test_get_image_location_not_supported [0.000206s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_combined_syntax [0.000085s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_visibility_public [0.000320s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_with_multiple_sort_dirs [0.000358s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_images.TestController.test_neg_data_with_bad_hash_value_and_fallback_enabled [0.000539s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_images.TestController.test_update_add_custom_property [0.000751s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_images.TestController.test_update_add_remove_same_prop [0.001076s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_images.TestController.test_update_remove_prop [0.000739s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_images.TestController.test_update_replace_custom_property [0.000693s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_members.TestController.test_get_image_members [0.000248s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_create_namespace_invalid_property [0.000855s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_delete_namespace [0.000125s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_list_namespaces_with_one_resource_type_filter [0.000661s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_metadefs_objects.TestObjectController.test_create_object_invalid_property [0.002153s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_metadefs_objects.TestObjectController.test_update_object [0.001858s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_metadefs_properties.TestPropertyController.test_create_property_invalid_property [0.001080s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_metadefs_properties.TestPropertyController.test_delete_property [0.000144s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_metadefs_properties.TestPropertyController.test_update_property_disallowed_fields [0.000685s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_metadefs_resource_types.TestResoureTypeController.test_associate_resource_types_invalid_property [0.000431s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_schemas.TestController.test_get_schema [0.000115s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_schemas.TestSchema.test_schema_with_property [0.000037s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_schemas.TestSchemaBasedModel.test_patch_should_remove_core_properties [0.000245s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_schemas.TestSchemaBasedModel.test_patch_should_replace_custom_properties [0.000255s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_clear_endpoint_not_provided [0.001311s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_create_via_import_with_size_exits [0.000977s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_create_with_multihash [0.002233s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_delete_with_forbidden_ids [0.001307s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_list_with_include_stores_true [0.000817s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_reactivate [0.000714s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_update_with_remove_props [0.002277s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_location_add [0.000816s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_location_delete [0.000949s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_delete [0.000816s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_list_page_size [0.000768s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_object_create_invalid_schema [0.000613s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_object_update [0.001175s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_tag_show [0.000779s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_member_create [0.000939s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_member_create_with_few_arguments [0.000774s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_member_update [0.000990s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_import_copy_image [0.001536s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_invalid_store [0.001772s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_no_method_with_data_and_method_NA [0.001449s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_web_download_no_uri_with_data [0.001716s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_import_no_methods_configured [0.000973s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_tags.TestController.test_delete_image_tag [0.000196s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_tasks.TestController.test_create_task [0.000462s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_tasks.TestController.test_list_tasks [0.000351s] ... ok DEBUG: {3} glanceclient.tests.unit.v2.test_tasks.TestController.test_list_tasks_paginated [0.000435s] ... ok DEBUG: +----+---------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+---------+-------------+------------------+------+--------+ DEBUG: | a | image-1 | | | | | DEBUG: | b | image-2 | | | | | DEBUG: +----+---------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: usage: glance image-create [--copy-from ] [--location ] DEBUG: [--disk-format ] DEBUG: [--container-format ] DEBUG: [--hidden [True|False]] [--property ] DEBUG: [--file ] [--size ] [--progress] DEBUG: [--store ] DEBUG: Create a new image. DEBUG: Options: DEBUG: --copy-from DEBUG: --location DEBUG: --disk-format DEBUG: Format of the disk Valid values: None, ami, ari, aki, DEBUG: vhd, vhdx, vmdk, raw, qcow2, vdi, iso, ploop DEBUG: --container-format DEBUG: Format of the container Valid values: None, ami, ari, DEBUG: aki, bare, ovf, ova, docker DEBUG: --hidden [True|False] DEBUG: If true, image will not appear in default image list DEBUG: response. DEBUG: --property DEBUG: Arbitrary property to associate with image. May be DEBUG: used multiple times. DEBUG: --file Local file that contains disk image to be uploaded DEBUG: during creation. Alternatively, the image data can be DEBUG: passed to the client via stdin. DEBUG: --size Size in bytes of image to be uploaded. Default is to DEBUG: get size from provided data object but this is DEBUG: supported in case where size cannot be inferred. DEBUG: --progress Show upload progress bar. DEBUG: --store Backend store to upload image to. DEBUG: Run `glance --os-image-api-version 1 help image-create` for v1 help DEBUG: usage: glance md-namespace-create [--copy-from ] DEBUG: [--locations ] DEBUG: [--location ] DEBUG: [--disk-format ] DEBUG: [--container-format ] DEBUG: DEBUG: Create a new metadata definitions namespace. DEBUG: Positional arguments: DEBUG: Name of the namespace. DEBUG: Options: DEBUG: --copy-from DEBUG: --locations DEBUG: --location DEBUG: --disk-format DEBUG: Format of the disk Valid values: None, ami, ari, aki, DEBUG: vhd, vhdx, vmdk, raw, qcow2, vdi, iso, ploop DEBUG: --container-format DEBUG: Format of the container Valid values: None, ami, ari, DEBUG: aki, bare, ovf, ova, docker DEBUG: usage: glance md-resource-type-associate [--copy-from ] DEBUG: [--locations ] DEBUG: [--location ] DEBUG: [--disk-format ] DEBUG: [--container-format ] DEBUG: DEBUG: Associate resource type with a metadata definitions namespace. DEBUG: Positional arguments: DEBUG: Name of namespace. DEBUG: Options: DEBUG: --copy-from DEBUG: --locations DEBUG: --location DEBUG: --disk-format DEBUG: Format of the disk Valid values: None, ami, ari, aki, DEBUG: vhd, vhdx, vmdk, raw, qcow2, vdi, iso, ploop DEBUG: --container-format DEBUG: Format of the container Valid values: None, ami, ari, DEBUG: aki, bare, ovf, ova, docker DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: usage: glance [--version] [-d] [-v] [--get-schema] [-f] DEBUG: [--os-image-url OS_IMAGE_URL] DEBUG: [--os-image-api-version OS_IMAGE_API_VERSION] DEBUG: [--os-region-name OS_REGION_NAME] DEBUG: [--os-auth-token OS_AUTH_TOKEN] DEBUG: [--os-service-type OS_SERVICE_TYPE] DEBUG: [--os-endpoint-type OS_ENDPOINT_TYPE] [--insecure] DEBUG: [--os-cacert ] [--os-cert ] DEBUG: [--os-key ] [--timeout ] [--collect-timing] DEBUG: [--os-auth-type ] [--os-auth-url OS_AUTH_URL] DEBUG: [--os-system-scope OS_SYSTEM_SCOPE] DEBUG: [--os-domain-id OS_DOMAIN_ID] [--os-domain-name OS_DOMAIN_NAME] DEBUG: [--os-project-id OS_PROJECT_ID] DEBUG: [--os-project-name OS_PROJECT_NAME] DEBUG: [--os-project-domain-id OS_PROJECT_DOMAIN_ID] DEBUG: [--os-project-domain-name OS_PROJECT_DOMAIN_NAME] DEBUG: [--os-trust-id OS_TRUST_ID] DEBUG: [--os-default-domain-id OS_DEFAULT_DOMAIN_ID] DEBUG: [--os-default-domain-name OS_DEFAULT_DOMAIN_NAME] DEBUG: [--os-user-id OS_USER_ID] [--os-username OS_USERNAME] DEBUG: [--os-user-domain-id OS_USER_DOMAIN_ID] DEBUG: [--os-user-domain-name OS_USER_DOMAIN_NAME] DEBUG: [--os-password OS_PASSWORD] DEBUG: ... DEBUG: Command-line interface to the OpenStack Images API. DEBUG: Positional arguments: DEBUG: DEBUG: add-location Add location to an image which is in `queued` state DEBUG: only. DEBUG: cache-clear Clear all images from cache, queue or both DEBUG: cache-delete Delete image from cache/caching queue. DEBUG: cache-list Get cache state. DEBUG: cache-queue Queue image(s) for caching. DEBUG: explain Describe a specific model. DEBUG: image-create Create a new image. DEBUG: image-create-via-import DEBUG: EXPERIMENTAL: Create a new image via image import. DEBUG: image-deactivate Deactivate specified image. DEBUG: image-delete Delete specified image. DEBUG: image-download Download a specific image. DEBUG: image-import Initiate the image import taskflow. DEBUG: image-list List images you can access. DEBUG: image-reactivate Reactivate specified image. DEBUG: image-show Describe a specific image. DEBUG: image-stage Upload data for a specific image to staging. DEBUG: image-tag-delete Delete the tag associated with the given image. DEBUG: image-tag-update Update an image with the given tag. DEBUG: image-tasks Get tasks associated with image DEBUG: image-update Update an existing image. DEBUG: image-upload Upload data for a specific image. DEBUG: import-info Print import methods available from Glance. DEBUG: location-add Add a location (and related metadata) to an image. DEBUG: location-delete Remove locations (and related metadata) from an image. DEBUG: location-update Update metadata of an image's location. DEBUG: md-namespace-create DEBUG: Create a new metadata definitions namespace. DEBUG: md-namespace-delete DEBUG: Delete specified metadata definitions namespace with DEBUG: its contents. DEBUG: md-namespace-import DEBUG: Import a metadata definitions namespace from file or DEBUG: standard input. DEBUG: md-namespace-list List metadata definitions namespaces. DEBUG: md-namespace-objects-delete DEBUG: Delete all metadata definitions objects inside a DEBUG: specific namespace. DEBUG: md-namespace-properties-delete DEBUG: Delete all metadata definitions property inside a DEBUG: specific namespace. DEBUG: md-namespace-resource-type-list DEBUG: List resource types associated to specific namespace. DEBUG: md-namespace-show Describe a specific metadata definitions namespace. DEBUG: md-namespace-tags-delete DEBUG: Delete all metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-namespace-update DEBUG: Update an existing metadata definitions namespace. DEBUG: md-object-create Create a new metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-delete Delete a specific metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-list List metadata definitions objects inside a specific DEBUG: namespace. DEBUG: md-object-property-show DEBUG: Describe a specific metadata definitions property DEBUG: inside an object. DEBUG: md-object-show Describe a specific metadata definitions object inside DEBUG: a namespace. DEBUG: md-object-update Update metadata definitions object inside a namespace. DEBUG: md-property-create Create a new metadata definitions property inside a DEBUG: namespace. DEBUG: md-property-delete Delete a specific metadata definitions property inside DEBUG: a namespace. DEBUG: md-property-list List metadata definitions properties inside a specific DEBUG: namespace. DEBUG: md-property-show Describe a specific metadata definitions property DEBUG: inside a namespace. DEBUG: md-property-update Update metadata definitions property inside a DEBUG: namespace. DEBUG: md-resource-type-associate DEBUG: Associate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-deassociate DEBUG: Deassociate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-list DEBUG: List available resource type names. DEBUG: md-tag-create Add a new metadata definitions tag inside a namespace. DEBUG: md-tag-create-multiple DEBUG: Create new metadata definitions tags inside a DEBUG: namespace. DEBUG: md-tag-delete Delete a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-list List metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-tag-show Describe a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-update Rename a metadata definitions tag inside a namespace. DEBUG: member-create Create member for a given image. DEBUG: member-delete Delete image member. DEBUG: member-get Show details of an image member DEBUG: member-list Describe sharing permissions by image. DEBUG: member-update Update the status of a member for a given image. DEBUG: stores-delete Delete image from specific store. DEBUG: stores-info Print available backends from Glance. DEBUG: task-create Create a new task. DEBUG: task-list List tasks you can access. DEBUG: task-show Describe a specific task. DEBUG: usage Get quota usage information. DEBUG: bash-completion Prints arguments for bash_completion. DEBUG: help Display help about this program or one of its DEBUG: subcommands. DEBUG: Options: DEBUG: --version show program's version number and exit DEBUG: -d, --debug Defaults to env[GLANCECLIENT_DEBUG]. DEBUG: -v, --verbose Print more verbose output. DEBUG: --get-schema Ignores cached copy and forces retrieval of schema DEBUG: that generates portions of the help text. Ignored with DEBUG: API version 1. DEBUG: -f, --force Prevent select actions from requesting user DEBUG: confirmation. DEBUG: --os-image-url OS_IMAGE_URL DEBUG: Defaults to env[OS_IMAGE_URL]. If the provided image DEBUG: url contains a version number and `--os-image-api- DEBUG: version` is omitted the version of the URL will be DEBUG: picked as the image api version to use. DEBUG: --os-image-api-version OS_IMAGE_API_VERSION DEBUG: Defaults to env[OS_IMAGE_API_VERSION] or 2. DEBUG: --os-region-name OS_REGION_NAME DEBUG: Defaults to env[OS_REGION_NAME]. DEBUG: --os-auth-token OS_AUTH_TOKEN DEBUG: Defaults to env[OS_AUTH_TOKEN]. DEBUG: --os-service-type OS_SERVICE_TYPE DEBUG: Defaults to env[OS_SERVICE_TYPE]. DEBUG: --os-endpoint-type OS_ENDPOINT_TYPE DEBUG: Defaults to env[OS_ENDPOINT_TYPE]. DEBUG: --os-auth-type , --os-auth-plugin DEBUG: Authentication type to use DEBUG: API Connection Options: DEBUG: Options controlling the HTTP API Connections DEBUG: --insecure Explicitly allow client to perform "insecure" TLS DEBUG: (https) requests. The server's certificate will not be DEBUG: verified against any certificate authorities. This DEBUG: option should be used with caution. DEBUG: --os-cacert DEBUG: Specify a CA bundle file to use in verifying a TLS DEBUG: (https) server certificate. Defaults to DEBUG: env[OS_CACERT]. DEBUG: --os-cert DEBUG: The location for the keystore (PEM formatted) DEBUG: containing the public key of this client. Defaults to DEBUG: env[OS_CERT]. DEBUG: --os-key The location for the keystore (PEM formatted) DEBUG: containing the private key of this client. Defaults to DEBUG: env[OS_KEY]. DEBUG: --timeout Set request timeout (in seconds). DEBUG: --collect-timing Collect per-API call timing information. DEBUG: Authentication Options: DEBUG: Options specific to the password plugin. DEBUG: --os-auth-url OS_AUTH_URL DEBUG: Authentication URL DEBUG: --os-system-scope OS_SYSTEM_SCOPE DEBUG: Scope for system operations DEBUG: --os-domain-id OS_DOMAIN_ID DEBUG: Domain ID to scope to DEBUG: --os-domain-name OS_DOMAIN_NAME DEBUG: Domain name to scope to DEBUG: --os-project-id OS_PROJECT_ID, --os-tenant-id OS_PROJECT_ID DEBUG: Project ID to scope to DEBUG: --os-project-name OS_PROJECT_NAME, --os-tenant-name OS_PROJECT_NAME DEBUG: Project name to scope to DEBUG: --os-project-domain-id OS_PROJECT_DOMAIN_ID DEBUG: Domain ID containing project DEBUG: --os-project-domain-name OS_PROJECT_DOMAIN_NAME DEBUG: Domain name containing project DEBUG: --os-trust-id OS_TRUST_ID DEBUG: ID of the trust to use as a trustee use DEBUG: --os-default-domain-id OS_DEFAULT_DOMAIN_ID DEBUG: Optional domain ID to use with v3 and v2 parameters. DEBUG: It will be used for both the user and project domain DEBUG: in v3 and ignored in v2 authentication. DEBUG: --os-default-domain-name OS_DEFAULT_DOMAIN_NAME DEBUG: Optional domain name to use with v3 API and v2 DEBUG: parameters. It will be used for both the user and DEBUG: project domain in v3 and ignored in v2 authentication. DEBUG: --os-user-id OS_USER_ID DEBUG: User id DEBUG: --os-username OS_USERNAME, --os-user-name OS_USERNAME DEBUG: Username DEBUG: --os-user-domain-id OS_USER_DOMAIN_ID DEBUG: User's domain id DEBUG: --os-user-domain-name OS_USER_DOMAIN_NAME DEBUG: User's domain name DEBUG: --os-password OS_PASSWORD DEBUG: User's password DEBUG: See "glance help COMMAND" for help on a specific command. DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_blank_call [0.014414s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_cert_and_key_args_interchangeable [0.016740s] ... ok DEBUG: Run `glance --os-image-api-version 1 help` for v1 help DEBUG: usage: glance [--version] [-d] [-v] [--get-schema] [-f] DEBUG: [--os-image-url OS_IMAGE_URL] DEBUG: [--os-image-api-version OS_IMAGE_API_VERSION] DEBUG: [--os-region-name OS_REGION_NAME] DEBUG: [--os-auth-token OS_AUTH_TOKEN] DEBUG: [--os-service-type OS_SERVICE_TYPE] DEBUG: [--os-endpoint-type OS_ENDPOINT_TYPE] [--insecure] DEBUG: [--os-cacert ] [--os-cert ] DEBUG: [--os-key ] [--timeout ] [--collect-timing] DEBUG: [--os-auth-type ] [--os-auth-url OS_AUTH_URL] DEBUG: [--os-system-scope OS_SYSTEM_SCOPE] DEBUG: [--os-domain-id OS_DOMAIN_ID] [--os-domain-name OS_DOMAIN_NAME] DEBUG: [--os-project-id OS_PROJECT_ID] DEBUG: [--os-project-name OS_PROJECT_NAME] DEBUG: [--os-project-domain-id OS_PROJECT_DOMAIN_ID] DEBUG: [--os-project-domain-name OS_PROJECT_DOMAIN_NAME] DEBUG: [--os-trust-id OS_TRUST_ID] DEBUG: [--os-default-domain-id OS_DEFAULT_DOMAIN_ID] DEBUG: [--os-default-domain-name OS_DEFAULT_DOMAIN_NAME] DEBUG: [--os-user-id OS_USER_ID] [--os-username OS_USERNAME] DEBUG: [--os-user-domain-id OS_USER_DOMAIN_ID] DEBUG: [--os-user-domain-name OS_USER_DOMAIN_NAME] DEBUG: [--os-password OS_PASSWORD] DEBUG: ... DEBUG: Command-line interface to the OpenStack Images API. DEBUG: Positional arguments: DEBUG: DEBUG: add-location Add location to an image which is in `queued` state DEBUG: only. DEBUG: cache-clear Clear all images from cache, queue or both DEBUG: cache-delete Delete image from cache/caching queue. DEBUG: cache-list Get cache state. DEBUG: cache-queue Queue image(s) for caching. DEBUG: explain Describe a specific model. DEBUG: image-create Create a new image. DEBUG: image-create-via-import DEBUG: EXPERIMENTAL: Create a new image via image import. DEBUG: image-deactivate Deactivate specified image. DEBUG: image-delete Delete specified image. DEBUG: image-download Download a specific image. DEBUG: image-import Initiate the image import taskflow. DEBUG: image-list List images you can access. DEBUG: image-reactivate Reactivate specified image. DEBUG: image-show Describe a specific image. DEBUG: image-stage Upload data for a specific image to staging. DEBUG: image-tag-delete Delete the tag associated with the given image. DEBUG: image-tag-update Update an image with the given tag. DEBUG: image-tasks Get tasks associated with image DEBUG: image-update Update an existing image. DEBUG: image-upload Upload data for a specific image. DEBUG: import-info Print import methods available from Glance. DEBUG: location-add Add a location (and related metadata) to an image. DEBUG: location-delete Remove locations (and related metadata) from an image. DEBUG: location-update Update metadata of an image's location. DEBUG: md-namespace-create DEBUG: Create a new metadata definitions namespace. DEBUG: md-namespace-delete DEBUG: Delete specified metadata definitions namespace with DEBUG: its contents. DEBUG: md-namespace-import DEBUG: Import a metadata definitions namespace from file or DEBUG: standard input. DEBUG: md-namespace-list List metadata definitions namespaces. DEBUG: md-namespace-objects-delete DEBUG: Delete all metadata definitions objects inside a DEBUG: specific namespace. DEBUG: md-namespace-properties-delete DEBUG: Delete all metadata definitions property inside a DEBUG: specific namespace. DEBUG: md-namespace-resource-type-list DEBUG: List resource types associated to specific namespace. DEBUG: md-namespace-show Describe a specific metadata definitions namespace. DEBUG: md-namespace-tags-delete DEBUG: Delete all metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-namespace-update DEBUG: Update an existing metadata definitions namespace. DEBUG: md-object-create Create a new metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-delete Delete a specific metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-list List metadata definitions objects inside a specific DEBUG: namespace. DEBUG: md-object-property-show DEBUG: Describe a specific metadata definitions property DEBUG: inside an object. DEBUG: md-object-show Describe a specific metadata definitions object inside DEBUG: a namespace. DEBUG: md-object-update Update metadata definitions object inside a namespace. DEBUG: md-property-create Create a new metadata definitions property inside a DEBUG: namespace. DEBUG: md-property-delete Delete a specific metadata definitions property inside DEBUG: a namespace. DEBUG: md-property-list List metadata definitions properties inside a specific DEBUG: namespace. DEBUG: md-property-show Describe a specific metadata definitions property DEBUG: inside a namespace. DEBUG: md-property-update Update metadata definitions property inside a DEBUG: namespace. DEBUG: md-resource-type-associate DEBUG: Associate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-deassociate DEBUG: Deassociate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-list DEBUG: List available resource type names. DEBUG: md-tag-create Add a new metadata definitions tag inside a namespace. DEBUG: md-tag-create-multiple DEBUG: Create new metadata definitions tags inside a DEBUG: namespace. DEBUG: md-tag-delete Delete a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-list List metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-tag-show Describe a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-update Rename a metadata definitions tag inside a namespace. DEBUG: member-create Create member for a given image. DEBUG: member-delete Delete image member. DEBUG: member-get Show details of an image member DEBUG: member-list Describe sharing permissions by image. DEBUG: member-update Update the status of a member for a given image. DEBUG: stores-delete Delete image from specific store. DEBUG: stores-info Print available backends from Glance. DEBUG: task-create Create a new task. DEBUG: task-list List tasks you can access. DEBUG: task-show Describe a specific task. DEBUG: usage Get quota usage information. DEBUG: bash-completion Prints arguments for bash_completion. DEBUG: help Display help about this program or one of its DEBUG: subcommands. DEBUG: Options: DEBUG: --version show program's version number and exit DEBUG: -d, --debug Defaults to env[GLANCECLIENT_DEBUG]. DEBUG: -v, --verbose Print more verbose output. DEBUG: --get-schema Ignores cached copy and forces retrieval of schema DEBUG: that generates portions of the help text. Ignored with DEBUG: API version 1. DEBUG: -f, --force Prevent select actions from requesting user DEBUG: confirmation. DEBUG: --os-image-url OS_IMAGE_URL DEBUG: Defaults to env[OS_IMAGE_URL]. If the provided image DEBUG: url contains a version number and `--os-image-api- DEBUG: version` is omitted the version of the URL will be DEBUG: picked as the image api version to use. DEBUG: --os-image-api-version OS_IMAGE_API_VERSION DEBUG: Defaults to env[OS_IMAGE_API_VERSION] or 2. DEBUG: --os-region-name OS_REGION_NAME DEBUG: Defaults to env[OS_REGION_NAME]. DEBUG: --os-auth-token OS_AUTH_TOKEN DEBUG: Defaults to env[OS_AUTH_TOKEN]. DEBUG: --os-service-type OS_SERVICE_TYPE DEBUG: Defaults to env[OS_SERVICE_TYPE]. DEBUG: --os-endpoint-type OS_ENDPOINT_TYPE DEBUG: Defaults to env[OS_ENDPOINT_TYPE]. DEBUG: --os-auth-type , --os-auth-plugin DEBUG: Authentication type to use DEBUG: API Connection Options: DEBUG: Options controlling the HTTP API Connections DEBUG: --insecure Explicitly allow client to perform "insecure" TLS DEBUG: (https) requests. The server's certificate will not be DEBUG: verified against any certificate authorities. This DEBUG: option should be used with caution. DEBUG: --os-cacert DEBUG: Specify a CA bundle file to use in verifying a TLS DEBUG: (https) server certificate. Defaults to DEBUG: env[OS_CACERT]. DEBUG: --os-cert DEBUG: The location for the keystore (PEM formatted) DEBUG: containing the public key of this client. Defaults to DEBUG: env[OS_CERT]. DEBUG: --os-key The location for the keystore (PEM formatted) DEBUG: containing the private key of this client. Defaults to DEBUG: env[OS_KEY]. DEBUG: --timeout Set request timeout (in seconds). DEBUG: --collect-timing Collect per-API call timing information. DEBUG: Authentication Options: DEBUG: Options specific to the password plugin. DEBUG: --os-auth-url OS_AUTH_URL DEBUG: Authentication URL DEBUG: --os-system-scope OS_SYSTEM_SCOPE DEBUG: Scope for system operations DEBUG: --os-domain-id OS_DOMAIN_ID DEBUG: Domain ID to scope to DEBUG: --os-domain-name OS_DOMAIN_NAME DEBUG: Domain name to scope to DEBUG: --os-project-id OS_PROJECT_ID, --os-tenant-id OS_PROJECT_ID DEBUG: Project ID to scope to DEBUG: --os-project-name OS_PROJECT_NAME, --os-tenant-name OS_PROJECT_NAME DEBUG: Project name to scope to DEBUG: --os-project-domain-id OS_PROJECT_DOMAIN_ID DEBUG: Domain ID containing project DEBUG: --os-project-domain-name OS_PROJECT_DOMAIN_NAME DEBUG: Domain name containing project DEBUG: --os-trust-id OS_TRUST_ID DEBUG: ID of the trust to use as a trustee use DEBUG: --os-default-domain-id OS_DEFAULT_DOMAIN_ID DEBUG: Optional domain ID to use with v3 and v2 parameters. DEBUG: It will be used for both the user and project domain DEBUG: in v3 and ignored in v2 authentication. DEBUG: --os-default-domain-name OS_DEFAULT_DOMAIN_NAME DEBUG: Optional domain name to use with v3 API and v2 DEBUG: parameters. It will be used for both the user and DEBUG: project domain in v3 and ignored in v2 authentication. DEBUG: --os-user-id OS_USER_ID DEBUG: User id DEBUG: --os-username OS_USERNAME, --os-user-name OS_USERNAME DEBUG: Username DEBUG: --os-user-domain-id OS_USER_DOMAIN_ID DEBUG: User's domain id DEBUG: --os-user-domain-name OS_USER_DOMAIN_NAME DEBUG: User's domain name DEBUG: --os-password OS_PASSWORD DEBUG: User's password DEBUG: See "glance help COMMAND" for help on a specific command. DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_help_no_subcommand [0.015668s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_no_auth_with_token_and_image_url_with_v1 [0.006974s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_password_prompted_ctrlD_with_v2 [0.010101s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_shell_keyboard_interrupt [0.000497s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_shell_no_fallback_from_v2 [0.021553s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_password_prompted_ctrlD_with_v2 [0.045228s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_shell_no_fallback_from_v2 [0.019703s] ... ok DEBUG: {1} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_stacktrace_when_debug_enabled_by_env [0.010177s] ... ok DEBUG: {1} glanceclient.tests.unit.test_ssl.TestHTTPSVerifyCert.test_v1_requests_cert_verification [0.016446s] ... ok DEBUG: {1} glanceclient.tests.unit.test_ssl.TestHTTPSVerifyCert.test_v2_requests_valid_cert_verification [0.016932s] ... ok DEBUG: {1} glanceclient.tests.unit.test_utils.TestUtils.test_get_new_file_size [0.000160s] ... ok DEBUG: {1} glanceclient.tests.unit.test_utils.TestUtils.test_prettytable [0.000600s] ... ok DEBUG: {1} glanceclient.tests.unit.v1.test_image_members.ImageMemberManagerTest.test_list_by_image [0.001037s] ... ok DEBUG: {1} glanceclient.tests.unit.v1.test_image_members.ImageMemberManagerTest.test_replace [0.000153s] ... ok DEBUG: {1} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_data [0.000229s] ... ok DEBUG: {1} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_data_req_id [0.000147s] ... ok DEBUG: {1} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_data_with_checksum [0.000252s] ... ok DEBUG: {1} glanceclient.tests.unit.v1.test_images.ImageTest.test_update [0.000634s] ... ok DEBUG: {1} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_create_invalid_min_disk_parameter [0.005852s] ... ok DEBUG: {1} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_download_invalid_endpoint [0.008485s] ... ok DEBUG: {1} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_member_delete_invalid_endpoint [0.009140s] ... ok DEBUG: {1} glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_members_list_invalid_endpoint [0.007543s] ... ok DEBUG: {1} glanceclient.tests.unit.v1.test_shell.ShellStdinHandlingTests.test_image_update_data_is_read_from_pipe [0.001378s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_cache.TestCacheController.test_queue_image [0.000337s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_add_duplicate_location [0.000270s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_add_image_location_with_validation_data [0.000643s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_data_stage_w_size_diff_than_data [0.000164s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_data_upload [0.000129s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_data_upload_w_size_diff_than_data [0.000122s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_data_upload_with_invalid_size [0.000070s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_data_without_checksum [0.000531s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_download_no_data [0.000176s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_image_import_glance_download [0.000121s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_checksum_single_image [0.000376s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_hash_multiple_images [0.000360s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_non_existent_property [0.000190s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_non_existent_tag [0.000222s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_with_desc_sort_dir [0.000319s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_remove_location [0.000383s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_images.TestController.test_update_missing_location [0.000315s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_get_namespace [0.000972s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_list_namespaces [0.000736s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_list_namespaces_paginate [0.000867s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_list_with_marker [0.000639s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_metadefs_tags.TestTagController.test_create_multiple_tags [0.000452s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_schemas.TestSchema.test_property_is_base [0.000043s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_schemas.TestSchemaBasedModel.test_patch_should_replace_missing_core_properties [0.000297s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_create_via_import_web_download_missing_disk_format [0.019073s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_add_location [0.001152s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_clear_cached_only [0.001035s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_delete_endpoint_not_provided [0.001020s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_list [0.000828s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_create_hidden_image [0.001576s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_create_no_user_props [0.001410s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_download_with_500 [0.001621s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_download_with_forbidden_id [0.001709s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_import_no_input [0.000732s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_list [0.000844s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_object_show [0.000820s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_tag_create_multiple_with_append [0.001028s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_member_get [0.000780s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_stores_info [0.000872s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_download_no_file_arg [0.001607s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_import_neg_no_glance_download_with_remote_id [0.001134s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_copy_image [0.001382s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_glance_direct_no_data [0.001663s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_glance_download_with_data [0.001653s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_glance_download_with_uri [0.001722s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_no_method_passing_uri [0.001636s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_stores_without_file [0.002846s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_tasks.TestController.test_get_task [0.000481s] ... ok DEBUG: {1} glanceclient.tests.unit.v2.test_tasks.TestController.test_list_tasks_with_wrong_status [0.000171s] ... ok DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: | ID | Name | Disk Format | Container Format | Size | Status | DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+-------------+------------------+------+--------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: +----------+--------------------------------------+ DEBUG: | Property | Value | DEBUG: +----------+--------------------------------------+ DEBUG: | id | 44d2c7e1-de4e-4612-8aa2-ba26610c444f | DEBUG: | status | queued | DEBUG: +----------+--------------------------------------+ DEBUG: +----+------+ DEBUG: | ID | Name | DEBUG: +----+------+ DEBUG: +----+------+ DEBUG: usage: glance [--version] [-d] [-v] [--get-schema] [-f] DEBUG: [--os-image-url OS_IMAGE_URL] DEBUG: [--os-image-api-version OS_IMAGE_API_VERSION] DEBUG: [--os-region-name OS_REGION_NAME] DEBUG: [--os-auth-token OS_AUTH_TOKEN] DEBUG: [--os-service-type OS_SERVICE_TYPE] DEBUG: [--os-endpoint-type OS_ENDPOINT_TYPE] [--insecure] DEBUG: [--os-cacert ] [--os-cert ] DEBUG: [--os-key ] [--timeout ] [--collect-timing] DEBUG: [--os-auth-type ] [--os-auth-url OS_AUTH_URL] DEBUG: [--os-system-scope OS_SYSTEM_SCOPE] DEBUG: [--os-domain-id OS_DOMAIN_ID] [--os-domain-name OS_DOMAIN_NAME] DEBUG: [--os-project-id OS_PROJECT_ID] DEBUG: [--os-project-name OS_PROJECT_NAME] DEBUG: [--os-project-domain-id OS_PROJECT_DOMAIN_ID] DEBUG: [--os-project-domain-name OS_PROJECT_DOMAIN_NAME] DEBUG: [--os-trust-id OS_TRUST_ID] DEBUG: [--os-default-domain-id OS_DEFAULT_DOMAIN_ID] DEBUG: [--os-default-domain-name OS_DEFAULT_DOMAIN_NAME] DEBUG: [--os-user-id OS_USER_ID] [--os-username OS_USERNAME] DEBUG: [--os-user-domain-id OS_USER_DOMAIN_ID] DEBUG: [--os-user-domain-name OS_USER_DOMAIN_NAME] DEBUG: [--os-password OS_PASSWORD] DEBUG: ... DEBUG: Command-line interface to the OpenStack Images API. DEBUG: Positional arguments: DEBUG: DEBUG: add-location Add location to an image which is in `queued` state DEBUG: only. DEBUG: cache-clear Clear all images from cache, queue or both DEBUG: cache-delete Delete image from cache/caching queue. DEBUG: cache-list Get cache state. DEBUG: cache-queue Queue image(s) for caching. DEBUG: explain Describe a specific model. DEBUG: image-create Create a new image. DEBUG: image-create-via-import DEBUG: EXPERIMENTAL: Create a new image via image import. DEBUG: image-deactivate Deactivate specified image. DEBUG: image-delete Delete specified image. DEBUG: image-download Download a specific image. DEBUG: image-import Initiate the image import taskflow. DEBUG: image-list List images you can access. DEBUG: image-reactivate Reactivate specified image. DEBUG: image-show Describe a specific image. DEBUG: image-stage Upload data for a specific image to staging. DEBUG: image-tag-delete Delete the tag associated with the given image. DEBUG: image-tag-update Update an image with the given tag. DEBUG: image-tasks Get tasks associated with image DEBUG: image-update Update an existing image. DEBUG: image-upload Upload data for a specific image. DEBUG: import-info Print import methods available from Glance. DEBUG: location-add Add a location (and related metadata) to an image. DEBUG: location-delete Remove locations (and related metadata) from an image. DEBUG: location-update Update metadata of an image's location. DEBUG: md-namespace-create DEBUG: Create a new metadata definitions namespace. DEBUG: md-namespace-delete DEBUG: Delete specified metadata definitions namespace with DEBUG: its contents. DEBUG: md-namespace-import DEBUG: Import a metadata definitions namespace from file or DEBUG: standard input. DEBUG: md-namespace-list List metadata definitions namespaces. DEBUG: md-namespace-objects-delete DEBUG: Delete all metadata definitions objects inside a DEBUG: specific namespace. DEBUG: md-namespace-properties-delete DEBUG: Delete all metadata definitions property inside a DEBUG: specific namespace. DEBUG: md-namespace-resource-type-list DEBUG: List resource types associated to specific namespace. DEBUG: md-namespace-show Describe a specific metadata definitions namespace. DEBUG: md-namespace-tags-delete DEBUG: Delete all metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-namespace-update DEBUG: Update an existing metadata definitions namespace. DEBUG: md-object-create Create a new metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-delete Delete a specific metadata definitions object inside a DEBUG: namespace. DEBUG: md-object-list List metadata definitions objects inside a specific DEBUG: namespace. DEBUG: md-object-property-show DEBUG: Describe a specific metadata definitions property DEBUG: inside an object. DEBUG: md-object-show Describe a specific metadata definitions object inside DEBUG: a namespace. DEBUG: md-object-update Update metadata definitions object inside a namespace. DEBUG: md-property-create Create a new metadata definitions property inside a DEBUG: namespace. DEBUG: md-property-delete Delete a specific metadata definitions property inside DEBUG: a namespace. DEBUG: md-property-list List metadata definitions properties inside a specific DEBUG: namespace. DEBUG: md-property-show Describe a specific metadata definitions property DEBUG: inside a namespace. DEBUG: md-property-update Update metadata definitions property inside a DEBUG: namespace. DEBUG: md-resource-type-associate DEBUG: Associate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-deassociate DEBUG: Deassociate resource type with a metadata definitions DEBUG: namespace. DEBUG: md-resource-type-list DEBUG: List available resource type names. DEBUG: md-tag-create Add a new metadata definitions tag inside a namespace. DEBUG: md-tag-create-multiple DEBUG: Create new metadata definitions tags inside a DEBUG: namespace. DEBUG: md-tag-delete Delete a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-list List metadata definitions tags inside a specific DEBUG: namespace. DEBUG: md-tag-show Describe a specific metadata definitions tag inside a DEBUG: namespace. DEBUG: md-tag-update Rename a metadata definitions tag inside a namespace. DEBUG: member-create Create member for a given image. DEBUG: member-delete Delete image member. DEBUG: member-get Show details of an image member DEBUG: member-list Describe sharing permissions by image. DEBUG: member-update Update the status of a member for a given image. DEBUG: stores-delete Delete image from specific store. DEBUG: stores-info Print available backends from Glance. DEBUG: task-create Create a new task. DEBUG: task-list List tasks you can access. DEBUG: task-show Describe a specific task. DEBUG: usage Get quota usage information. DEBUG: bash-completion Prints arguments for bash_completion. DEBUG: help Display help about this program or one of its DEBUG: subcommands. DEBUG: Options: DEBUG: --version show program's version number and exit DEBUG: -d, --debug Defaults to env[GLANCECLIENT_DEBUG]. DEBUG: -v, --verbose Print more verbose output. DEBUG: --get-schema Ignores cached copy and forces retrieval of schema DEBUG: that generates portions of the help text. Ignored with DEBUG: API version 1. DEBUG: -f, --force Prevent select actions from requesting user DEBUG: confirmation. DEBUG: --os-image-url OS_IMAGE_URL DEBUG: Defaults to env[OS_IMAGE_URL]. If the provided image DEBUG: url contains a version number and `--os-image-api- DEBUG: version` is omitted the version of the URL will be DEBUG: picked as the image api version to use. DEBUG: --os-image-api-version OS_IMAGE_API_VERSION DEBUG: Defaults to env[OS_IMAGE_API_VERSION] or 2. DEBUG: --os-region-name OS_REGION_NAME DEBUG: Defaults to env[OS_REGION_NAME]. DEBUG: --os-auth-token OS_AUTH_TOKEN DEBUG: Defaults to env[OS_AUTH_TOKEN]. DEBUG: --os-service-type OS_SERVICE_TYPE DEBUG: Defaults to env[OS_SERVICE_TYPE]. DEBUG: --os-endpoint-type OS_ENDPOINT_TYPE DEBUG: Defaults to env[OS_ENDPOINT_TYPE]. DEBUG: --os-auth-type , --os-auth-plugin DEBUG: Authentication type to use DEBUG: API Connection Options: DEBUG: Options controlling the HTTP API Connections DEBUG: --insecure Explicitly allow client to perform "insecure" TLS DEBUG: (https) requests. The server's certificate will not be DEBUG: verified against any certificate authorities. This DEBUG: option should be used with caution. DEBUG: --os-cacert DEBUG: Specify a CA bundle file to use in verifying a TLS DEBUG: (https) server certificate. Defaults to DEBUG: env[OS_CACERT]. DEBUG: --os-cert DEBUG: The location for the keystore (PEM formatted) DEBUG: containing the public key of this client. Defaults to DEBUG: env[OS_CERT]. DEBUG: --os-key The location for the keystore (PEM formatted) DEBUG: containing the private key of this client. Defaults to DEBUG: env[OS_KEY]. DEBUG: --timeout Set request timeout (in seconds). DEBUG: --collect-timing Collect per-API call timing information. DEBUG: Authentication Options: DEBUG: Options specific to the password plugin. DEBUG: --os-auth-url OS_AUTH_URL DEBUG: Authentication URL DEBUG: --os-system-scope OS_SYSTEM_SCOPE DEBUG: Scope for system operations DEBUG: --os-domain-id OS_DOMAIN_ID DEBUG: Domain ID to scope to DEBUG: --os-domain-name OS_DOMAIN_NAME DEBUG: Domain name to scope to DEBUG: --os-project-id OS_PROJECT_ID, --os-tenant-id OS_PROJECT_ID DEBUG: Project ID to scope to DEBUG: --os-project-name OS_PROJECT_NAME, --os-tenant-name OS_PROJECT_NAME DEBUG: Project name to scope to DEBUG: --os-project-domain-id OS_PROJECT_DOMAIN_ID DEBUG: Domain ID containing project DEBUG: --os-project-domain-name OS_PROJECT_DOMAIN_NAME DEBUG: Domain name containing project DEBUG: --os-trust-id OS_TRUST_ID DEBUG: ID of the trust to use as a trustee use DEBUG: --os-default-domain-id OS_DEFAULT_DOMAIN_ID DEBUG: Optional domain ID to use with v3 and v2 parameters. DEBUG: It will be used for both the user and project domain DEBUG: in v3 and ignored in v2 authentication. DEBUG: --os-default-domain-name OS_DEFAULT_DOMAIN_NAME DEBUG: Optional domain name to use with v3 API and v2 DEBUG: parameters. It will be used for both the user and DEBUG: project domain in v3 and ignored in v2 authentication. DEBUG: --os-user-id OS_USER_ID DEBUG: User id DEBUG: --os-username OS_USERNAME, --os-user-name OS_USERNAME DEBUG: Username DEBUG: --os-user-domain-id OS_USER_DOMAIN_ID DEBUG: User's domain id DEBUG: --os-user-domain-name OS_USER_DOMAIN_NAME DEBUG: User's domain name DEBUG: --os-password OS_PASSWORD DEBUG: User's password DEBUG: See "glance help COMMAND" for help on a specific command. DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_help [0.013524s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_shell_illegal_version [0.001247s] ... ok DEBUG: {2} glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_shell_unsupported_version [0.001157s] ... ok DEBUG: {2} glanceclient.tests.unit.test_ssl.TestHTTPSVerifyCert.test_v2_requests_bad_ca [0.002030s] ... ok DEBUG: {2} glanceclient.tests.unit.test_ssl.TestHTTPSVerifyCert.test_v2_requests_cert_verification_no_compression [0.012582s] ... ok DEBUG: {2} glanceclient.tests.unit.test_ssl.TestHTTPSVerifyCert.test_v2_requests_valid_cert_verification_no_compression [0.015354s] ... ok DEBUG: {2} glanceclient.tests.unit.test_utils.TestUtils.test_generator_proxy [0.000107s] ... ok DEBUG: {2} glanceclient.tests.unit.v1.test_image_members.ImageMemberManagerTest.test_list_by_member [0.000655s] ... ok DEBUG: {2} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_create_req_id [0.000325s] ... ok DEBUG: {2} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_create_with_data [0.000198s] ... ok DEBUG: {2} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_delete [0.000110s] ... ok DEBUG: {2} glanceclient.tests.unit.v1.test_images.ImageManagerTest.test_image_list_with_owner_and_limit [0.000196s] ... ok DEBUG: {2} glanceclient.tests.unit.v1.test_shell.ShellStdinHandlingTests.test_image_update_closed_stdin [0.000998s] ... ok DEBUG: {2} glanceclient.tests.unit.v1.test_versions.TestVersions.test_version_list [0.000124s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_cache.TestCacheController.test_list_cached [0.000613s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_images.TestController.test_data_stage_w_size_same_as_data [0.000207s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_images.TestController.test_delete_image [0.000136s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_bogus_owner [0.000172s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_for_hash_single_image [0.000395s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_images.TestController.test_list_images_with_multiple_sort_keys_and_one_sort_dir [0.000343s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_images.TestController.test_update_add_prop [0.000893s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_metadefs_namespaces.TestNamespaceController.test_list_namespaces_with_multiple_resource_types_filter [0.000918s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_metadefs_resource_types.TestResoureTypeController.test_associate_resource_types [0.000420s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_metadefs_tags.TestTagController.test_delete_tag [0.000125s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_metadefs_tags.TestTagController.test_update_tag [0.000464s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_schemas.TestSchemaBasedModel.test_patch_should_add_missing_custom_properties [0.000248s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_create_via_import_glance_direct_missing_disk_format [0.019317s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_clear_forbidden [0.001465s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_clear_queued_only [0.001344s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_delete_unsupported [0.001160s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_list_unsupported [0.000917s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_cache_queue_forbidden [0.001166s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_create_via_import_with_web_download_with_stores [0.002348s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_create_with_file [0.001947s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_delete_deleted [0.000945s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_delete_from_store_not_found [0.001640s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_show [0.000828s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_stage_no_size_in_args [0.001313s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_tasks_with_verbose [0.001153s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_image_upload_no_size_in_args [0.001396s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_namespace_update [0.001099s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_object_property_show [0.000861s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_tag_create [0.000904s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_tag_create_multiple [0.001166s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_do_md_tag_list [0.000865s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_create_missing_container_format [0.021987s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_image_tag_update [0.001196s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_do_image_create_invalid_store [0.004504s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_do_image_create_no_file_and_stdin_with_store [0.001611s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_no_method_with_file_and_stdin [0.006385s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_stores_all_stores_specified [0.001289s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_shell_v2.ShellV2Test.test_neg_image_create_via_import_web_download_with_file_and_uri [0.001634s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_tasks.TestController.test_list_tasks_filters_encoding [0.000213s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_tasks.TestController.test_list_tasks_with_type [0.000565s] ... ok DEBUG: {2} glanceclient.tests.unit.v2.test_versions.TestVersions.test_version_list [0.000113s] ... ok DEBUG: Run `glance --os-image-api-version 1 help` for v1 help DEBUG: +----------+--------------------------------------+ DEBUG: | Property | Value | DEBUG: +----------+--------------------------------------+ DEBUG: | id | 96d2c7e1-de4e-4612-8aa2-ba26610c804e | DEBUG: | status | active | DEBUG: +----------+--------------------------------------+ DEBUG: ====== DEBUG: Totals DEBUG: ====== DEBUG: Ran: 726 tests in 0.9458 sec. DEBUG: - Passed: 723 DEBUG: - Skipped: 3 DEBUG: - Expected Fail: 0 DEBUG: - Unexpected Success: 0 DEBUG: - Failed: 0 DEBUG: Sum of execute time for each test: 3.7844 sec. DEBUG: ============== DEBUG: Worker Balance DEBUG: ============== DEBUG: - Worker 0 (91 tests) => 0:00:00.501906 DEBUG: - Worker 1 (91 tests) => 0:00:00.516614 DEBUG: - Worker 2 (91 tests) => 0:00:00.491563 DEBUG: - Worker 3 (91 tests) => 0:00:00.369433 DEBUG: - Worker 4 (91 tests) => 0:00:00.496880 DEBUG: - Worker 5 (91 tests) => 0:00:00.526664 DEBUG: - Worker 6 (90 tests) => 0:00:00.383921 DEBUG: - Worker 7 (90 tests) => 0:00:00.572987 DEBUG: Test id Runtime (s) DEBUG: -------------------------------------------------------------------------------------------------------------------------------- ----------- DEBUG: glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_help_v2_no_schema 0.068 DEBUG: glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_shell_v1_fallback_from_v2 0.066 DEBUG: glanceclient.tests.unit.v1.test_shell.ShellInvalidEndpointandParameterTest.test_image_create_missing_container_format 0.057 DEBUG: glanceclient.tests.unit.test_shell.ShellTest.test_auth_plugin_invocation_with_v2 0.054 DEBUG: glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLInternal.test_blank_call 0.048 DEBUG: glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_no_auth_with_token_and_image_url_with_v2 0.047 DEBUG: glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_auth_plugin_invocation_with_unversioned_auth_url_with_v2 0.046 DEBUG: glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_password_prompted_ctrlD_with_v2 0.045 DEBUG: glanceclient.tests.unit.test_shell.ShellTestWithNoOSImageURLPublic.test_endpoint_from_interface 0.044 DEBUG: glanceclient.tests.unit.test_shell.ShellTestWithKeystoneV3Auth.test_help_v2_no_schema 0.041 DEBUG: py312: OK (4.32 seconds) DEBUG: congratulations :) (4.38 seconds) DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Processing files: python3-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.noarch DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ynGDh9 DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd python-glanceclient-4.10.0 DEBUG: + DOCDIR=/builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/share/doc/python3-glanceclient DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export DOCDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/share/doc/python3-glanceclient DEBUG: + cp -pr /builddir/build/BUILD/python-glanceclient-4.10.0/README.rst /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/share/doc/python3-glanceclient DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3VEPHY DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd python-glanceclient-4.10.0 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/share/licenses/python3-glanceclient DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/share/licenses/python3-glanceclient DEBUG: + cp -pr /builddir/build/BUILD/python-glanceclient-4.10.0/LICENSE /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/share/licenses/python3-glanceclient DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Provides: python-glanceclient = 1:4.10.0-0.20251014002906.d46a9bf.el10 python3-glanceclient = 1:4.10.0-0.20251014002906.d46a9bf.el10 python3.12-glanceclient = 1:4.10.0-0.20251014002906.d46a9bf.el10 python3.12dist(python-glanceclient) = 4.10 python3dist(python-glanceclient) = 4.10 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: ((python3.12dist(pbr) < 2.1 or python3.12dist(pbr) > 2.1) with python3.12dist(pbr) >= 2) /usr/bin/python3 python(abi) = 3.12 python3.12dist(keystoneauth1) >= 3.6.2 python3.12dist(oslo-i18n) >= 3.15.3 python3.12dist(oslo-utils) >= 3.33 python3.12dist(prettytable) >= 0.7.1 python3.12dist(pyopenssl) >= 17.1 python3.12dist(requests) >= 2.14.2 python3.12dist(warlock) >= 1.2 python3.12dist(wrapt) >= 1.7 DEBUG: Obsoletes: python3.12-glanceclient < 1:4.10.0-0.20251014002906.d46a9bf.el10 DEBUG: Processing files: python-glanceclient-doc-4.10.0-0.20251014002906.d46a9bf.el10.noarch DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4bkN3G DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd python-glanceclient-4.10.0 DEBUG: + DOCDIR=/builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/share/doc/python-glanceclient-doc DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export DOCDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/share/doc/python-glanceclient-doc DEBUG: + cp -pr /builddir/build/BUILD/python-glanceclient-4.10.0/doc/build/html /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/share/doc/python-glanceclient-doc DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Dyzyw7 DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd python-glanceclient-4.10.0 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/share/licenses/python-glanceclient-doc DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/share/licenses/python-glanceclient-doc DEBUG: + cp -pr /builddir/build/BUILD/python-glanceclient-4.10.0/LICENSE /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64/usr/share/licenses/python-glanceclient-doc DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Provides: python-glanceclient-doc = 1:4.10.0-0.20251014002906.d46a9bf.el10 DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64 DEBUG: Wrote: /builddir/build/SRPMS/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.src.rpm DEBUG: Wrote: /builddir/build/RPMS/python3-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/python-glanceclient-doc-4.10.0-0.20251014002906.d46a9bf.el10.noarch.rpm DEBUG: Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5WdGMp DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd python-glanceclient-4.10.0 DEBUG: + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.x86_64 DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.Egq85u DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + rm -rf /builddir/build/BUILD/python-glanceclient-4.10.0-SPECPARTS DEBUG: + rm -rf python-glanceclient-4.10.0 python-glanceclient-4.10.0.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 python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.src.rpm DEBUG: Copying packages to result dir Finish: build phase for python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.src.rpm INFO: Done(/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev/python-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.src.rpm) Config(dlrn-1) 0 minutes 56 seconds INFO: Results and/or logs in: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev INFO: Cleaning up build root ('cleanup_on_success=True') Start: clean chroot DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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: ['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-centos-stream-10-x86_64-1/root DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/dev/mapper DEBUG: kernel version == 6.12.0-136.el10.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/results DEBUG: searching for 'dnf4' package manager or alternatives DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc/pki/ca-trust/source/blocklist 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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/etc DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: ensuring that dir exists: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/./proc DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./sys DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./dev DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./tmp/ccache DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/cache/yum DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/cache/dnf DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/log DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos-stream-10-x86_64-1/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): 8 DEBUG: On-line CPU(s) list: 0-7 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): 8 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 xtopology 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: 256 KiB (8 instances) DEBUG: L1i cache: 256 KiB (8 instances) DEBUG: L2 cache: 4 MiB (8 instances) DEBUG: L3 cache: 128 MiB (8 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-7 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Indirect target selection: 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 Reg file data sampling: 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; BHI Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsa: 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 1.3Gi 11Gi 20Mi 3.2Gi 14Gi DEBUG: Swap: 0B 0B 0B DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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: /dev/vda2 xfs 430G 14G 417G 4% / DEBUG: /dev/vda2 xfs 430G 14G 417G 4% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/pts DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/shm DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/dev/mapper DEBUG: kernel version == 6.12.0-136.el10.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: resultdir = /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/pki/ca-trust/source/blocklist 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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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.yghwofzn', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos-stream-10-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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', '1000', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/.initialized Finish: chroot init INFO: Installing built packages DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev DEBUG: created dir: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/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-centos-stream-10-x86_64-1-bootstrap/root/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev/python3-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.noarch.rpm /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev/python-glanceclient-doc-4.10.0-0.20251014002906.d46a9bf.el10.noarch.rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev/python3-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.noarch.rpm', '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev/python-glanceclient-doc-4.10.0-0.20251014002906.d46a9bf.el10.noarch.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev/python3-glanceclient-4.10.0-0.20251014002906.d46a9bf.el10.noarch.rpm', '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev/python-glanceclient-doc-4.10.0-0.20251014002906.d46a9bf.el10.noarch.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-ansible-collections-openstack-b1ecd54a 132 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystone-tests-tempest-97d6de34 186 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-gnocchi-d2b8496672717f04c8b5e74 180 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-barbican-25ef5677a674088bfb4 170 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ironic-python-agent-builder- 127 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-e23e859dfd570ff1bd784 160 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-bc03c4bf585cc0f28 174 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cloudkitty-c22aef560d7b88ab0 176 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-8b81b5f91ffe1f9c38a483d 178 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-designate-e773de35e72ee46a3e 170 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-1a89edc86b10cbe14e187 131 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-e9269cbc5cfddf821b0e5 119 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-networking-bagpipe-b7157a23d5bc 128 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-40e13e517b3000a0e4b3 130 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-b50193bb7fec175c371c 88 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-fed3dd97a77904e0c7e904ecea 173 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-c161aa168fab55f9fbff33 163 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-telemetry-tests-tempest-6504ea0 162 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cloudkitty-ui-991ac15db9ddec 168 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 100 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 155 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 182 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 152 kB/s | 3.9 kB 00:00 DEBUG: dlrn-master-testing 167 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 148 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 171 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 92 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 38 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 296 kB/s | 34 kB 00:00 DEBUG: Dependencies resolved. DEBUG: ====================================================================================================================== DEBUG: Package Arch Version Repository Size DEBUG: ====================================================================================================================== DEBUG: Installing: DEBUG: python-glanceclient-doc noarch 1:4.10.0-0.20251014002906.d46a9bf.el10 @commandline 981 k DEBUG: python3-glanceclient noarch 1:4.10.0-0.20251014002906.d46a9bf.el10 @commandline 185 k DEBUG: Installing dependencies: DEBUG: libyaml x86_64 0.2.5-16.el10 baseos 62 k DEBUG: python-oslo-i18n-lang noarch 6.6.0-0.20250903121520.fc51cd8.el10 delorean-component-common 14 k DEBUG: python-oslo-utils-lang noarch 9.1.0-0.20250903120622.c9dd062.el10 delorean-component-common 13 k DEBUG: python3-attrs noarch 23.2.0-7.el10 baseos 125 k DEBUG: python3-cffi x86_64 1.16.0-7.el10 baseos 308 k DEBUG: python3-charset-normalizer noarch 3.4.2-1.el10 baseos 112 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-idna noarch 3.7-4.el10 baseos 118 k DEBUG: python3-iso8601 noarch 2.1.0-3.el10s delorean-master-testing 23 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 noarch 4.19.1-7.el10 baseos 206 k DEBUG: python3-jsonschema-specifications noarch 2023.11.2-6.el10 baseos 29 k DEBUG: python3-keystoneauth1 noarch 5.12.0-0.20250905092839.4f0414d.el10 delorean-component-keystone 554 k DEBUG: python3-netaddr noarch 1.3.0-2.el10 appstream 1.7 M DEBUG: python3-os-service-types noarch 1.8.0-0.20250722070657.dbbc067.el10 delorean-component-clients 42 k DEBUG: python3-oslo-i18n noarch 6.6.0-0.20250903121520.fc51cd8.el10 delorean-component-common 64 k DEBUG: python3-oslo-utils noarch 9.1.0-0.20250903120622.c9dd062.el10 delorean-component-common 130 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-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-pycparser noarch 2.20-16.el10 baseos 158 k DEBUG: python3-pyparsing noarch 3.1.1-7.el10 baseos 269 k DEBUG: python3-pyyaml x86_64 6.0.1-19.el10 baseos 236 k DEBUG: python3-referencing noarch 0.31.1-6.el10 baseos 82 k DEBUG: python3-requests noarch 2.32.4-1.el10 baseos 156 k DEBUG: python3-rpds-py x86_64 0.17.1-6.el10 baseos 298 k DEBUG: python3-stevedore noarch 5.5.0-0.20250903121709.3c04bde.el10 delorean-component-clients 79 k DEBUG: python3-urllib3 noarch 1.26.19-2.el10 baseos 281 k DEBUG: python3-warlock noarch 2.0.1-8.el10s delorean-master-testing 22 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: Transaction Summary DEBUG: ====================================================================================================================== DEBUG: Install 36 Packages DEBUG: Total size: 8.3 M DEBUG: Installed size: 36 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.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-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.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-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libyaml-0.2.5-16.el10.x86_64.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-charset-normalizer-3.4.2-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cryptography-43.0.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-idna-3.7-4.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-requests-2.32.4-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rpds-py-0.17.1-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-urllib3-1.26.19-2.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wcwidth-0.2.6-6.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-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-iso8601-2.1.0-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyOpenSSL-24.2.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-warlock-2.0.1-8.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wrapt-1.17.1-1.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: Preparing : 1/1 DEBUG: Installing : python3-wrapt-1.17.1-1.el10s.x86_64 1/36 DEBUG: Installing : python3-iso8601-2.1.0-3.el10s.noarch 2/36 DEBUG: Installing : python3-rpds-py-0.17.1-6.el10.x86_64 3/36 DEBUG: Installing : python3-idna-3.7-4.el10.noarch 4/36 DEBUG: Installing : python3-attrs-23.2.0-7.el10.noarch 5/36 DEBUG: Installing : python3-referencing-0.31.1-6.el10.noarch 6/36 DEBUG: Installing : python3-jsonschema-specifications-2023.11.2-6.el10 7/36 DEBUG: Installing : python3-jsonschema-4.19.1-7.el10.noarch 8/36 DEBUG: Installing : python3-urllib3-1.26.19-2.el10.noarch 9/36 DEBUG: Installing : python3-debtcollector-3.0.0-0.20250212115946.0e6ce 10/36 DEBUG: Installing : python3-psutil-5.9.8-6.el10.x86_64 11/36 DEBUG: Installing : python3-netaddr-1.3.0-2.el10.noarch 12/36 DEBUG: Installing : python3-jsonpointer-2.3-9.el10.noarch 13/36 DEBUG: Installing : python3-jsonpatch-1.33-6.el10.noarch 14/36 DEBUG: Installing : python3-warlock-2.0.1-8.el10s.noarch 15/36 DEBUG: Installing : python3-wcwidth-0.2.6-6.el10.noarch 16/36 DEBUG: Installing : python3-prettytable-3.6.0-10.el10.noarch 17/36 DEBUG: Installing : python3-pyparsing-3.1.1-7.el10.noarch 18/36 DEBUG: Installing : python3-ply-3.11-25.el10.noarch 19/36 DEBUG: Installing : python3-pycparser-2.20-16.el10.noarch 20/36 DEBUG: Installing : python3-cffi-1.16.0-7.el10.x86_64 21/36 DEBUG: Installing : python3-cryptography-43.0.0-4.el10.x86_64 22/36 DEBUG: Installing : python3-pyOpenSSL-24.2.1-1.el10s.noarch 23/36 DEBUG: Installing : python3-charset-normalizer-3.4.2-1.el10.noarch 24/36 DEBUG: Installing : python3-requests-2.32.4-1.el10.noarch 25/36 DEBUG: Installing : libyaml-0.2.5-16.el10.x86_64 26/36 DEBUG: Installing : python3-pyyaml-6.0.1-19.el10.x86_64 27/36 DEBUG: Installing : python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd 28/36 DEBUG: Installing : python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51c 29/36 DEBUG: Installing : python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.e 30/36 DEBUG: Installing : python3-oslo-utils-9.1.0-0.20250903120622.c9dd062. 31/36 DEBUG: Installing : python3-stevedore-5.5.0-0.20250903121709.3c04bde.e 32/36 DEBUG: Installing : python3-os-service-types-1.8.0-0.20250722070657.db 33/36 DEBUG: Installing : python3-keystoneauth1-5.12.0-0.20250905092839.4f04 34/36 DEBUG: Installing : python3-glanceclient-1:4.10.0-0.20251014002906.d46 35/36 DEBUG: Installing : python-glanceclient-doc-1:4.10.0-0.20251014002906. 36/36 DEBUG: Running scriptlet: python-glanceclient-doc-1:4.10.0-0.20251014002906. 36/36 DEBUG: Installed: DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: python-glanceclient-doc-1:4.10.0-0.20251014002906.d46a9bf.el10.noarch DEBUG: python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-cffi-1.16.0-7.el10.x86_64 DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-cryptography-43.0.0-4.el10.x86_64 DEBUG: python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch DEBUG: python3-glanceclient-1:4.10.0-0.20251014002906.d46a9bf.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.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-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.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-ply-3.11-25.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch DEBUG: python3-pycparser-2.20-16.el10.noarch DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-warlock-2.0.1-8.el10s.noarch DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-wrapt-1.17.1-1.el10s.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1-bootstrap/root/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/clients/d4/6a/d46a9bff0071e13201892dba6f3e6f9d16487f6c_dev'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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-centos-stream-10-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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-centos-stream-10-x86_64-1/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: ['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-centos-stream-10-x86_64-1-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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-centos-stream-10-x86_64-1-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