+ 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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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: ['/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg', '/etc/mock/chroot-aliases.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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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: 03cdb070-ae41-41eb-82dd-7f4f1304f7a6 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-openstackclient-34f431badee365fcec5841973e3e5a853301ee07 baseurl=http://trunk.rdoproject.org/centos10//component/clients/34/f4/34f431badee365fcec5841973e3e5a853301ee07_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-firewall-509b06a0e06add0c109bb93e1b0ec945e124a984 baseurl=http://trunk.rdoproject.org/centos10//component/puppet/50/9b/509b06a0e06add0c109bb93e1b0ec945e124a984_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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', '/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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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: ccea91d4-0ddc-4e90-984f-47322d464867 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-openstackclient-34f431badee365fcec5841973e3e5a853301ee07 baseurl=http://trunk.rdoproject.org/centos10//component/clients/34/f4/34f431badee365fcec5841973e3e5a853301ee07_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-firewall-509b06a0e06add0c109bb93e1b0ec945e124a984 baseurl=http://trunk.rdoproject.org/centos10//component/puppet/50/9b/509b06a0e06add0c109bb93e1b0ec945e124a984_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.4hehodhg', '/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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.4Gi 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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.t35dvmog', '/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 217 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-gnocchi-d2b8496672717f04c8b5e74 204 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-barbican-25ef5677a674088bfb4 215 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ironic-python-agent-builder- 205 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-e23e859dfd570ff1bd784 174 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-bc03c4bf585cc0f28 104 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cloudkitty-c22aef560d7b88ab0 111 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-8b81b5f91ffe1f9c38a483d 149 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-designate-e773de35e72ee46a3e 146 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-1a89edc86b10cbe14e187 143 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-e9269cbc5cfddf821b0e5 143 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-networking-bagpipe-b7157a23d5bc 154 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-40e13e517b3000a0e4b3 155 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-b50193bb7fec175c371c 147 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 200 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-telemetry-tests-tempest-6504ea0 218 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cloudkitty-ui-991ac15db9ddec 217 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 46 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 92 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 80 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 146 kB/s | 3.9 kB 00:00 DEBUG: dlrn-master-testing 161 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 168 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 165 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 116 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 289 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 098b9db0d478a1c3f713ec75d66e9926457c7374 HEAD is now at 098b9db Fix CI failures + '[' -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-heat-translator + set +o pipefail + git tag -l 'private-*' + xargs -n 1 git tag -d + set -o pipefail + popd ~/src/softwarefactory-project.io/DLRN/data/python-heat-translator + '[' -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 3.3.0 098b9db + UPSTREAMVERSION=3.3.0 + [[ 3.3.0 =~ ([^-]*)-(.+) ]] + [[ 3.3.0 =~ (.*?)\.(0rc.+) ]] + [[ 3.3.0 =~ (.*?)\.(0b.+) ]] + [[ 3.3.0 =~ (.*?)\.(0a.+) ]] + [[ 3.3.0 =~ (.*?)\.(dev.+) ]] + [[ 3.3.0 =~ (.*?)\.(g.+) ]] + [[ 3.3.0 =~ (.*?)\.pre.* ]] + [[ 3.3.0 =~ ^([.0-9]*)$ ]] + VERSION=3.3.0 + [[ '' =~ \.dev[0-9]+\. ]] + '[' 0.date.hash = 0.1.date.hash ']' + '[' 0.date.hash = minor.date.hash ']' + RELEASE=0.20251014004043.098b9db + '[' -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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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: 8da4c512-d74b-4d09-bdd5-b520a53942a9 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-openstackclient-34f431badee365fcec5841973e3e5a853301ee07 baseurl=http://trunk.rdoproject.org/centos10//component/clients/34/f4/34f431badee365fcec5841973e3e5a853301ee07_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-firewall-509b06a0e06add0c109bb93e1b0ec945e124a984 baseurl=http://trunk.rdoproject.org/centos10//component/puppet/50/9b/509b06a0e06add0c109bb93e1b0ec945e124a984_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.xzcji0jn', '/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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.1Gi 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 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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.hz_5pbvc', '/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 heat_translator.egg-info writing heat_translator.egg-info/PKG-INFO writing dependency_links to heat_translator.egg-info/dependency_links.txt writing entry points to heat_translator.egg-info/entry_points.txt writing requirements to heat_translator.egg-info/requires.txt writing top-level names to heat_translator.egg-info/top_level.txt writing pbr to heat_translator.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'heat_translator.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 'heat_translator.egg-info/SOURCES.txt' [pbr] reno was not found or is too old. Skipping release notes running check creating heat-translator-3.3.0 creating heat-translator-3.3.0/doc creating heat-translator-3.3.0/doc/source creating heat-translator-3.3.0/doc/source/contributor creating heat-translator-3.3.0/heat_translator.egg-info creating heat-translator-3.3.0/samples creating heat-translator-3.3.0/samples/docker creating heat-translator-3.3.0/samples/tests creating heat-translator-3.3.0/samples/tests/data creating heat-translator-3.3.0/samples/tests/data/artifacts creating heat-translator-3.3.0/samples/tests/data/artifacts/collectd creating heat-translator-3.3.0/samples/tests/data/artifacts/elasticsearch creating heat-translator-3.3.0/samples/tests/data/artifacts/kibana creating heat-translator-3.3.0/samples/tests/data/artifacts/logstash creating heat-translator-3.3.0/samples/tests/data/artifacts/mongodb creating heat-translator-3.3.0/samples/tests/data/artifacts/mysql creating heat-translator-3.3.0/samples/tests/data/artifacts/nodejs creating heat-translator-3.3.0/samples/tests/data/artifacts/rsyslog creating heat-translator-3.3.0/samples/tests/data/artifacts/ssh creating heat-translator-3.3.0/samples/tests/data/artifacts/webserver creating heat-translator-3.3.0/samples/tests/data/artifacts/wordpress creating heat-translator-3.3.0/samples/tests/data/autoscaling creating heat-translator-3.3.0/samples/tests/data/custom_types creating heat-translator-3.3.0/samples/tests/data/etsi_nfv creating heat-translator-3.3.0/samples/tests/data/hot_output creating heat-translator-3.3.0/samples/tests/data/hot_output/autoscaling creating heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv creating heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/scaling_non_deltas_in_aspect_delta creating heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/scaling_non_target_vdu_in_aspect_delta creating heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/scaling_non_target_vdu_in_initial_delta creating heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/vdu_cp_vl_with_mixed_scaling creating heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/vdu_cp_with_scaling_multi_aspects creating heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/vnf_vdu_cp_vl_blockstorage_with_scaling creating heat-translator-3.3.0/samples/tests/data/hot_output/interfaces creating heat-translator-3.3.0/samples/tests/data/hot_output/monitoring creating heat-translator-3.3.0/samples/tests/data/hot_output/network creating heat-translator-3.3.0/samples/tests/data/hot_output/nfv creating heat-translator-3.3.0/samples/tests/data/hot_output/policies creating heat-translator-3.3.0/samples/tests/data/hot_output/reservation creating heat-translator-3.3.0/samples/tests/data/hot_output/storage creating heat-translator-3.3.0/samples/tests/data/interfaces creating heat-translator-3.3.0/samples/tests/data/monitoring creating heat-translator-3.3.0/samples/tests/data/network creating heat-translator-3.3.0/samples/tests/data/nfv creating heat-translator-3.3.0/samples/tests/data/policies creating heat-translator-3.3.0/samples/tests/data/reservation creating heat-translator-3.3.0/samples/tests/data/storage creating heat-translator-3.3.0/translator creating heat-translator-3.3.0/translator/common creating heat-translator-3.3.0/translator/conf creating heat-translator-3.3.0/translator/custom creating heat-translator-3.3.0/translator/custom/hot creating heat-translator-3.3.0/translator/hot creating heat-translator-3.3.0/translator/hot/syntax creating heat-translator-3.3.0/translator/hot/tests creating heat-translator-3.3.0/translator/hot/tosca creating heat-translator-3.3.0/translator/hot/tosca/etsi_nfv creating heat-translator-3.3.0/translator/hot/tosca/etsi_nfv/common_affinityrule creating heat-translator-3.3.0/translator/hot/tosca/etsi_nfv/scalingaspect creating heat-translator-3.3.0/translator/hot/tosca/tests creating heat-translator-3.3.0/translator/osc creating heat-translator-3.3.0/translator/osc/v1 creating heat-translator-3.3.0/translator/osc/v1/tests creating heat-translator-3.3.0/translator/tests copying files to heat-translator-3.3.0... copying .coveragerc -> heat-translator-3.3.0 copying .mailmap -> heat-translator-3.3.0 copying .stestr.conf -> heat-translator-3.3.0 copying .testr.conf -> heat-translator-3.3.0 copying .zuul.yaml -> heat-translator-3.3.0 copying AUTHORS -> heat-translator-3.3.0 copying CONTRIBUTING.rst -> heat-translator-3.3.0 copying ChangeLog -> heat-translator-3.3.0 copying HACKING.rst -> heat-translator-3.3.0 copying LICENSE -> heat-translator-3.3.0 copying README.rst -> heat-translator-3.3.0 copying heat_translator.py -> heat-translator-3.3.0 copying requirements.txt -> heat-translator-3.3.0 copying run_py-tosca-parser-master.sh -> heat-translator-3.3.0 copying setup.cfg -> heat-translator-3.3.0 copying setup.py -> heat-translator-3.3.0 copying test-requirements.txt -> heat-translator-3.3.0 copying tox.ini -> heat-translator-3.3.0 copying doc/requirements.txt -> heat-translator-3.3.0/doc copying doc/source/conf.py -> heat-translator-3.3.0/doc/source copying doc/source/contributing.rst -> heat-translator-3.3.0/doc/source copying doc/source/index.rst -> heat-translator-3.3.0/doc/source copying doc/source/installation.rst -> heat-translator-3.3.0/doc/source copying doc/source/usage.rst -> heat-translator-3.3.0/doc/source copying doc/source/contributor/contributing.rst -> heat-translator-3.3.0/doc/source/contributor copying heat_translator.egg-info/PKG-INFO -> heat-translator-3.3.0/heat_translator.egg-info copying heat_translator.egg-info/SOURCES.txt -> heat-translator-3.3.0/heat_translator.egg-info copying heat_translator.egg-info/dependency_links.txt -> heat-translator-3.3.0/heat_translator.egg-info copying heat_translator.egg-info/entry_points.txt -> heat-translator-3.3.0/heat_translator.egg-info copying heat_translator.egg-info/not-zip-safe -> heat-translator-3.3.0/heat_translator.egg-info copying heat_translator.egg-info/pbr.json -> heat-translator-3.3.0/heat_translator.egg-info copying heat_translator.egg-info/requires.txt -> heat-translator-3.3.0/heat_translator.egg-info copying heat_translator.egg-info/top_level.txt -> heat-translator-3.3.0/heat_translator.egg-info copying samples/docker/dockerfile -> heat-translator-3.3.0/samples/docker copying samples/tests/data/csar_elk.zip -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/csar_hello_world.zip -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/csar_metadata_not_yaml.zip -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/csar_not_zip.zip -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/csar_single_instance_wordpress.zip -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/csar_wordpress_invalid_import_path.zip -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/csar_wordpress_invalid_script_url.zip -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/csar_wrong_metadata_file.zip -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/test_host_assignment.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/test_single_server_without_optional_version_prop.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/test_tosca_artifact.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/test_tosca_custom_type.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/test_tosca_custom_type_with_override.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/test_tosca_flavor_and_image.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/test_tosca_get_functions_semantic.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/test_tosca_unsupported_type.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/tosca_elk.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/tosca_exchange_public_ssh_key.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/tosca_helloworld.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/tosca_helloworld_invalid.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/tosca_nodejs_mongodb_two_instances.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/tosca_single_instance_wordpress.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/tosca_single_instance_wordpress_with_local_abspath_import.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/tosca_single_instance_wordpress_with_url_import.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/tosca_single_server.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/tosca_single_server_with_defaults.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/tosca_software_component.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/tosca_software_component_multiple_hosts.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/tosca_web_application.yaml -> heat-translator-3.3.0/samples/tests/data copying samples/tests/data/artifacts/collectd/config.py -> heat-translator-3.3.0/samples/tests/data/artifacts/collectd copying samples/tests/data/artifacts/collectd/create.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/collectd copying samples/tests/data/artifacts/collectd/start.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/collectd copying samples/tests/data/artifacts/elasticsearch/create.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/elasticsearch copying samples/tests/data/artifacts/elasticsearch/start.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/elasticsearch copying samples/tests/data/artifacts/kibana/config.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/kibana copying samples/tests/data/artifacts/kibana/create.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/kibana copying samples/tests/data/artifacts/kibana/start.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/kibana copying samples/tests/data/artifacts/logstash/configure_collectd.py -> heat-translator-3.3.0/samples/tests/data/artifacts/logstash copying samples/tests/data/artifacts/logstash/configure_elasticsearch.py -> heat-translator-3.3.0/samples/tests/data/artifacts/logstash copying samples/tests/data/artifacts/logstash/configure_rsyslog.py -> heat-translator-3.3.0/samples/tests/data/artifacts/logstash copying samples/tests/data/artifacts/logstash/create.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/logstash copying samples/tests/data/artifacts/logstash/start.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/logstash copying samples/tests/data/artifacts/mongodb/config.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/mongodb copying samples/tests/data/artifacts/mongodb/create.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/mongodb copying samples/tests/data/artifacts/mongodb/create_database.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/mongodb copying samples/tests/data/artifacts/mongodb/start.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/mongodb copying samples/tests/data/artifacts/mysql/mysql_database_configure.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/mysql copying samples/tests/data/artifacts/mysql/mysql_dbms_configure.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/mysql copying samples/tests/data/artifacts/mysql/mysql_dbms_install.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/mysql copying samples/tests/data/artifacts/mysql/mysql_dbms_start.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/mysql copying samples/tests/data/artifacts/nodejs/config.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/nodejs copying samples/tests/data/artifacts/nodejs/create.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/nodejs copying samples/tests/data/artifacts/nodejs/start.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/nodejs copying samples/tests/data/artifacts/rsyslog/config.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/rsyslog copying samples/tests/data/artifacts/rsyslog/create.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/rsyslog copying samples/tests/data/artifacts/rsyslog/start.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/rsyslog copying samples/tests/data/artifacts/ssh/ssh_generate_keys.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/ssh copying samples/tests/data/artifacts/ssh/ssh_import_public_key.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/ssh copying samples/tests/data/artifacts/webserver/webserver_install.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/webserver copying samples/tests/data/artifacts/webserver/webserver_start.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/webserver copying samples/tests/data/artifacts/wordpress/wordpress_configure.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/wordpress copying samples/tests/data/artifacts/wordpress/wordpress_install.sh -> heat-translator-3.3.0/samples/tests/data/artifacts/wordpress copying samples/tests/data/autoscaling/tosca_autoscaling.yaml -> heat-translator-3.3.0/samples/tests/data/autoscaling copying samples/tests/data/autoscaling/tosca_cluster_autoscaling.yaml -> heat-translator-3.3.0/samples/tests/data/autoscaling copying samples/tests/data/custom_types/collectd.yaml -> heat-translator-3.3.0/samples/tests/data/custom_types copying samples/tests/data/custom_types/custom_monitoring.yaml -> heat-translator-3.3.0/samples/tests/data/custom_types copying samples/tests/data/custom_types/elasticsearch.yaml -> heat-translator-3.3.0/samples/tests/data/custom_types copying samples/tests/data/custom_types/kibana.yaml -> heat-translator-3.3.0/samples/tests/data/custom_types copying samples/tests/data/custom_types/logstash.yaml -> heat-translator-3.3.0/samples/tests/data/custom_types copying samples/tests/data/custom_types/paypalpizzastore_nodejs_app.yaml -> heat-translator-3.3.0/samples/tests/data/custom_types copying samples/tests/data/custom_types/rsyslog.yaml -> heat-translator-3.3.0/samples/tests/data/custom_types copying samples/tests/data/custom_types/senlin_cluster_policies.yaml -> heat-translator-3.3.0/samples/tests/data/custom_types copying samples/tests/data/custom_types/wordpress.yaml -> heat-translator-3.3.0/samples/tests/data/custom_types copying samples/tests/data/etsi_nfv/etsi_nfv_sol001_common_types.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/etsi_nfv_sol001_vnfd_types.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_blockstorage.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_check_cp_order.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_cp.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_cp_with_extended_vnic_type.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_non_leaf_in_vl.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_scaling_non_deltas_in_aspect_delta.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_scaling_non_target_vdu_in_aspect_delta.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_scaling_non_target_vdu_in_initial_delta.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_vdu.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_vdu_affinity_with_scope_nfvi.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_vdu_affinity_with_unsupported_scope.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_vdu_affinity_with_unsupported_targets.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_vdu_cp_vl_with_mixed_scaling.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_vdu_cp_with_scaling_multi_aspects.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_vdu_with_compute_requirements.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_vdu_with_invalid_compute_requirements.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_vdu_with_logical_node.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_vdu_with_unsupported_storage.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_vl.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_vl_with_unsupported_protocol.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_vnf.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/etsi_nfv/tosca_nfv_vnf_vdu_cp_vl_blockstorage_with_scaling.yaml -> heat-translator-3.3.0/samples/tests/data/etsi_nfv copying samples/tests/data/hot_output/hot_artifact.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_custom_type.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_custom_type_with_override.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_custom_type_with_param_override.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_elk.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_elk_from_csar.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_exchange_public_ssh_key.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_flavor_and_image.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_flavor_and_image_params.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_get_functions_semantic.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_hello_world.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_hello_world_userkey.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_host_assignment.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_nodejs_mongodb_two_instances.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_script_types.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_single_instance_wordpress.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_single_instance_wordpress_from_csar.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_single_object_store.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_single_server.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_single_server_with_defaults_with_input.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_single_server_with_defaults_without_input.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_single_server_without_tosca_os_version.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_software_component.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_software_component_multiple_hosts.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/hot_web_application.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output copying samples/tests/data/hot_output/autoscaling/asg_res.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/autoscaling copying samples/tests/data/hot_output/autoscaling/hot_autoscaling.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/autoscaling copying samples/tests/data/hot_output/autoscaling/hot_cluster_autoscaling.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/autoscaling copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_blockstorage.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_check_cp_order.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_cp.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_cp_with_extended_vnic_type.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_non_leaf_in_vl.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_vdu.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_vdu_affinity_with_scope_nfvi.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_vdu_affinity_with_unsupported_scope.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_vdu_affinity_with_unsupported_targets.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_vdu_with_compute_requirements.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_vdu_with_invalid_compute_requirements.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_vdu_with_logical_node.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_vdu_with_unsupported_storage.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_vl.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_vl_with_unsupported_protocol.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/hot_nfv_vnf.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv copying samples/tests/data/hot_output/etsi_nfv/scaling_non_deltas_in_aspect_delta/hot_nfv_scaling_non_deltas_in_aspect_delta.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/scaling_non_deltas_in_aspect_delta copying samples/tests/data/hot_output/etsi_nfv/scaling_non_deltas_in_aspect_delta/worker_instance.hot.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/scaling_non_deltas_in_aspect_delta copying samples/tests/data/hot_output/etsi_nfv/scaling_non_target_vdu_in_aspect_delta/hot_nfv_scaling_non_target_vdu_in_aspect_delta.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/scaling_non_target_vdu_in_aspect_delta copying samples/tests/data/hot_output/etsi_nfv/scaling_non_target_vdu_in_aspect_delta/worker_instance.hot.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/scaling_non_target_vdu_in_aspect_delta copying samples/tests/data/hot_output/etsi_nfv/scaling_non_target_vdu_in_initial_delta/hot_nfv_scaling_non_target_vdu_in_initial_delta.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/scaling_non_target_vdu_in_initial_delta copying samples/tests/data/hot_output/etsi_nfv/scaling_non_target_vdu_in_initial_delta/worker_instance.hot.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/scaling_non_target_vdu_in_initial_delta copying samples/tests/data/hot_output/etsi_nfv/vdu_cp_vl_with_mixed_scaling/hot_nfv_vdu_cp_vl_with_mixed_scaling.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/vdu_cp_vl_with_mixed_scaling copying samples/tests/data/hot_output/etsi_nfv/vdu_cp_vl_with_mixed_scaling/worker_instance.hot.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/vdu_cp_vl_with_mixed_scaling copying samples/tests/data/hot_output/etsi_nfv/vdu_cp_with_scaling_multi_aspects/hot_nfv_vdu_cp_with_scaling_multi_aspects.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/vdu_cp_with_scaling_multi_aspects copying samples/tests/data/hot_output/etsi_nfv/vdu_cp_with_scaling_multi_aspects/worker_instance1.hot.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/vdu_cp_with_scaling_multi_aspects copying samples/tests/data/hot_output/etsi_nfv/vdu_cp_with_scaling_multi_aspects/worker_instance2.hot.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/vdu_cp_with_scaling_multi_aspects copying samples/tests/data/hot_output/etsi_nfv/vnf_vdu_cp_vl_blockstorage_with_scaling/hot_nfv_vnf_vdu_cp_vl_blockstorage_with_scaling.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/vnf_vdu_cp_vl_blockstorage_with_scaling copying samples/tests/data/hot_output/etsi_nfv/vnf_vdu_cp_vl_blockstorage_with_scaling/worker_instance.hot.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/etsi_nfv/vnf_vdu_cp_vl_blockstorage_with_scaling copying samples/tests/data/hot_output/interfaces/hot_interface_on_compute.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/interfaces copying samples/tests/data/hot_output/monitoring/asg_res.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/monitoring copying samples/tests/data/hot_output/monitoring/hot_monitoring_scaling.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/monitoring copying samples/tests/data/hot_output/network/hot_custom_network_nodes.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/network copying samples/tests/data/hot_output/network/hot_one_server_one_network.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/network copying samples/tests/data/hot_output/network/hot_one_server_three_networks.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/network copying samples/tests/data/hot_output/network/hot_server_on_existing_network.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/network copying samples/tests/data/hot_output/network/hot_two_servers_one_network.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/network copying samples/tests/data/hot_output/nfv/SP1_res.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/nfv copying samples/tests/data/hot_output/nfv/SP_res.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/nfv copying samples/tests/data/hot_output/nfv/hot_nfv_sample.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/nfv copying samples/tests/data/hot_output/nfv/hot_policy_anti_affinity.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/nfv copying samples/tests/data/hot_output/nfv/hot_policy_soft_affinity.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/nfv copying samples/tests/data/hot_output/nfv/hot_tosca_nfv_autoscaling.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/nfv copying samples/tests/data/hot_output/nfv/hot_tosca_nfv_autoscaling_with_param.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/nfv copying samples/tests/data/hot_output/policies/hot_policies.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/policies copying samples/tests/data/hot_output/reservation/SP_RSV_res.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/reservation copying samples/tests/data/hot_output/reservation/hot_reservation_scaling.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/reservation copying samples/tests/data/hot_output/storage/hot_blockstorage_with_attachment.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/storage copying samples/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation1_alt1.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/storage copying samples/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation1_alt2.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/storage copying samples/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation2_alt1.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/storage copying samples/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation2_alt2.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/storage copying samples/tests/data/hot_output/storage/hot_blockstorage_with_custom_relationship_type.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/storage copying samples/tests/data/hot_output/storage/hot_blockstorage_with_relationship_template.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/storage copying samples/tests/data/hot_output/storage/hot_multiple_blockstorage_w_multiple_attachment.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/storage copying samples/tests/data/hot_output/storage/hot_multiple_blockstorage_with_attachment_alt1.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/storage copying samples/tests/data/hot_output/storage/hot_multiple_blockstorage_with_attachment_alt2.yaml -> heat-translator-3.3.0/samples/tests/data/hot_output/storage copying samples/tests/data/interfaces/test_tosca_interface_on_compute.yaml -> heat-translator-3.3.0/samples/tests/data/interfaces copying samples/tests/data/interfaces/test_tosca_script_types.yaml -> heat-translator-3.3.0/samples/tests/data/interfaces copying samples/tests/data/monitoring/tosca_monitoring_scaling.yaml -> heat-translator-3.3.0/samples/tests/data/monitoring copying samples/tests/data/network/test_tosca_custom_network_nodes_defs.yaml -> heat-translator-3.3.0/samples/tests/data/network copying samples/tests/data/network/test_tosca_custom_network_nodes_imports.yaml -> heat-translator-3.3.0/samples/tests/data/network copying samples/tests/data/network/test_tosca_custom_network_nodes_inline.yaml -> heat-translator-3.3.0/samples/tests/data/network copying samples/tests/data/network/tosca_one_server_one_network.yaml -> heat-translator-3.3.0/samples/tests/data/network copying samples/tests/data/network/tosca_one_server_three_networks.yaml -> heat-translator-3.3.0/samples/tests/data/network copying samples/tests/data/network/tosca_server_on_existing_network.yaml -> heat-translator-3.3.0/samples/tests/data/network copying samples/tests/data/network/tosca_two_servers_one_network.yaml -> heat-translator-3.3.0/samples/tests/data/network copying samples/tests/data/nfv/tacker_defs.yaml -> heat-translator-3.3.0/samples/tests/data/nfv copying samples/tests/data/nfv/tacker_nfv_defs.yaml -> heat-translator-3.3.0/samples/tests/data/nfv copying samples/tests/data/nfv/test_tosca_nfv_autoscaling.yaml -> heat-translator-3.3.0/samples/tests/data/nfv copying samples/tests/data/nfv/test_tosca_nfv_autoscaling_with_params.yaml -> heat-translator-3.3.0/samples/tests/data/nfv copying samples/tests/data/nfv/test_tosca_nfv_sample.yaml -> heat-translator-3.3.0/samples/tests/data/nfv copying samples/tests/data/nfv/test_tosca_unsupported_policy_type.yaml -> heat-translator-3.3.0/samples/tests/data/nfv copying samples/tests/data/nfv/tosca_placement_policy_affinity.yaml -> heat-translator-3.3.0/samples/tests/data/nfv copying samples/tests/data/nfv/tosca_placement_policy_anti_affinity.yaml -> heat-translator-3.3.0/samples/tests/data/nfv copying samples/tests/data/nfv/tosca_placement_policy_soft_affinity.yaml -> heat-translator-3.3.0/samples/tests/data/nfv copying samples/tests/data/policies/tosca_policies.yaml -> heat-translator-3.3.0/samples/tests/data/policies copying samples/tests/data/reservation/tosca-vnfd-reservation-id.yaml -> heat-translator-3.3.0/samples/tests/data/reservation copying samples/tests/data/storage/tosca_blockstorage_with_attachment.yaml -> heat-translator-3.3.0/samples/tests/data/storage copying samples/tests/data/storage/tosca_blockstorage_with_attachment_notation1.yaml -> heat-translator-3.3.0/samples/tests/data/storage copying samples/tests/data/storage/tosca_blockstorage_with_attachment_notation2.yaml -> heat-translator-3.3.0/samples/tests/data/storage copying samples/tests/data/storage/tosca_blockstorage_with_custom_relationship_type.yaml -> heat-translator-3.3.0/samples/tests/data/storage copying samples/tests/data/storage/tosca_blockstorage_with_relationship_template.yaml -> heat-translator-3.3.0/samples/tests/data/storage copying samples/tests/data/storage/tosca_multiple_blockstorage_w_multiple_attachment.yaml -> heat-translator-3.3.0/samples/tests/data/storage copying samples/tests/data/storage/tosca_multiple_blockstorage_with_attachment.yaml -> heat-translator-3.3.0/samples/tests/data/storage copying samples/tests/data/storage/tosca_single_object_store.yaml -> heat-translator-3.3.0/samples/tests/data/storage copying translator/__init__.py -> heat-translator-3.3.0/translator copying translator/shell.py -> heat-translator-3.3.0/translator copying translator/common/__init__.py -> heat-translator-3.3.0/translator/common copying translator/common/exception.py -> heat-translator-3.3.0/translator/common copying translator/common/flavors.py -> heat-translator-3.3.0/translator/common copying translator/common/images.py -> heat-translator-3.3.0/translator/common copying translator/common/utils.py -> heat-translator-3.3.0/translator/common copying translator/conf/__init__.py -> heat-translator-3.3.0/translator/conf copying translator/conf/config.py -> heat-translator-3.3.0/translator/conf copying translator/conf/heat_translator_logging.conf -> heat-translator-3.3.0/translator/conf copying translator/conf/translator.conf -> heat-translator-3.3.0/translator/conf copying translator/custom/__init__.py -> heat-translator-3.3.0/translator/custom copying translator/custom/hot/__init__.py -> heat-translator-3.3.0/translator/custom/hot copying translator/hot/__init__.py -> heat-translator-3.3.0/translator/hot copying translator/hot/tosca_translator.py -> heat-translator-3.3.0/translator/hot copying translator/hot/translate_inputs.py -> heat-translator-3.3.0/translator/hot copying translator/hot/translate_node_templates.py -> heat-translator-3.3.0/translator/hot copying translator/hot/translate_outputs.py -> heat-translator-3.3.0/translator/hot copying translator/hot/syntax/__init__.py -> heat-translator-3.3.0/translator/hot/syntax copying translator/hot/syntax/hot_output.py -> heat-translator-3.3.0/translator/hot/syntax copying translator/hot/syntax/hot_parameter.py -> heat-translator-3.3.0/translator/hot/syntax copying translator/hot/syntax/hot_resource.py -> heat-translator-3.3.0/translator/hot/syntax copying translator/hot/syntax/hot_template.py -> heat-translator-3.3.0/translator/hot/syntax copying translator/hot/tests/__init__.py -> heat-translator-3.3.0/translator/hot/tests copying translator/hot/tests/test_hot_parameter.py -> heat-translator-3.3.0/translator/hot/tests copying translator/hot/tests/test_translate_inputs.py -> heat-translator-3.3.0/translator/hot/tests copying translator/hot/tests/test_translate_outputs.py -> heat-translator-3.3.0/translator/hot/tests copying translator/hot/tosca/__init__.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_block_storage.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_block_storage_attachment.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_cluster_policies_scaling.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_compute.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_database.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_dbms.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_floating.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_network_network.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_network_port.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_object_storage.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_policies.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_policies_monitoring.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_policies_reservation.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_policies_scaling.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_software_component.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_web_application.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/tosca_webserver.py -> heat-translator-3.3.0/translator/hot/tosca copying translator/hot/tosca/etsi_nfv/__init__.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv copying translator/hot/tosca/etsi_nfv/tosca_groups_nfv_placementgroup.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv copying translator/hot/tosca/etsi_nfv/tosca_nfv_vdu_compute.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv copying translator/hot/tosca/etsi_nfv/tosca_nfv_vdu_virtualblockstorage.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv copying translator/hot/tosca/etsi_nfv/tosca_nfv_vducp.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv copying translator/hot/tosca/etsi_nfv/tosca_nfv_vnf.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv copying translator/hot/tosca/etsi_nfv/tosca_nfv_vnfvirtuallink.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv copying translator/hot/tosca/etsi_nfv/tosca_policies_nfv_affinityrule.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv copying translator/hot/tosca/etsi_nfv/tosca_policies_nfv_antiaffinityrule.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv copying translator/hot/tosca/etsi_nfv/tosca_policies_nfv_instantiationlevels.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv copying translator/hot/tosca/etsi_nfv/tosca_policies_nfv_scalingaspects.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv copying translator/hot/tosca/etsi_nfv/tosca_policies_nfv_vduinitialdelta.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv copying translator/hot/tosca/etsi_nfv/tosca_policies_nfv_vduinstantiationlevels.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv copying translator/hot/tosca/etsi_nfv/tosca_policies_nfv_vduscalingaspectdeltas.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv copying translator/hot/tosca/etsi_nfv/tosca_policies_nfv_virtuallinkinstantiationlevels.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv copying translator/hot/tosca/etsi_nfv/common_affinityrule/__init__.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv/common_affinityrule copying translator/hot/tosca/etsi_nfv/common_affinityrule/tosca_policies_nfv_common_affinityrule.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv/common_affinityrule copying translator/hot/tosca/etsi_nfv/scalingaspect/__init__.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv/scalingaspect copying translator/hot/tosca/etsi_nfv/scalingaspect/tosca_policies_nfv_scalingaspect.py -> heat-translator-3.3.0/translator/hot/tosca/etsi_nfv/scalingaspect copying translator/hot/tosca/tests/__init__.py -> heat-translator-3.3.0/translator/hot/tosca/tests copying translator/hot/tosca/tests/test_tosca_autoscaling.py -> heat-translator-3.3.0/translator/hot/tosca/tests copying translator/hot/tosca/tests/test_tosca_blockstorage.py -> heat-translator-3.3.0/translator/hot/tosca/tests copying translator/hot/tosca/tests/test_tosca_compute.py -> heat-translator-3.3.0/translator/hot/tosca/tests copying translator/hot/tosca/tests/test_tosca_floatingip.py -> heat-translator-3.3.0/translator/hot/tosca/tests copying translator/hot/tosca/tests/test_tosca_objectstore.py -> heat-translator-3.3.0/translator/hot/tosca/tests copying translator/hot/tosca/tests/test_tosca_policies.py -> heat-translator-3.3.0/translator/hot/tosca/tests copying translator/osc/__init__.py -> heat-translator-3.3.0/translator/osc copying translator/osc/osc_plugin.py -> heat-translator-3.3.0/translator/osc copying translator/osc/utils.py -> heat-translator-3.3.0/translator/osc copying translator/osc/v1/__init__.py -> heat-translator-3.3.0/translator/osc/v1 copying translator/osc/v1/translate.py -> heat-translator-3.3.0/translator/osc/v1 copying translator/osc/v1/tests/__init__.py -> heat-translator-3.3.0/translator/osc/v1/tests copying translator/osc/v1/tests/fakes.py -> heat-translator-3.3.0/translator/osc/v1/tests copying translator/osc/v1/tests/test_translate.py -> heat-translator-3.3.0/translator/osc/v1/tests copying translator/tests/__init__.py -> heat-translator-3.3.0/translator/tests copying translator/tests/base.py -> heat-translator-3.3.0/translator/tests copying translator/tests/test_conf.py -> heat-translator-3.3.0/translator/tests copying translator/tests/test_etsi_tosca_hot_translation.py -> heat-translator-3.3.0/translator/tests copying translator/tests/test_shell.py -> heat-translator-3.3.0/translator/tests copying translator/tests/test_template.py -> heat-translator-3.3.0/translator/tests copying translator/tests/test_tosca_hot_translation.py -> heat-translator-3.3.0/translator/tests copying translator/tests/test_translate_node_template.py -> heat-translator-3.3.0/translator/tests copying translator/tests/test_utils.py -> heat-translator-3.3.0/translator/tests copying translator/tests/utils.py -> heat-translator-3.3.0/translator/tests copying heat_translator.egg-info/SOURCES.txt -> heat-translator-3.3.0/heat_translator.egg-info Writing heat-translator-3.3.0/setup.cfg creating dist Creating tar archive removing 'heat-translator-3.3.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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_dev --copyout /var/tmp/pkgsrc/dist /tmp/tmp.qYpuQt0zar/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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_dev --copyout /var/tmp/pkgsrc/dist /tmp/tmp.qYpuQt0zar/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/site-defaults.cfg', '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg', '/etc/mock/chroot-aliases.cfg'] DEBUG: version: 6.3 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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: 7906378b-867b-4863-b5f3-87f7fbcd92f0 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-openstackclient-34f431badee365fcec5841973e3e5a853301ee07 baseurl=http://trunk.rdoproject.org/centos10//component/clients/34/f4/34f431badee365fcec5841973e3e5a853301ee07_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-firewall-509b06a0e06add0c109bb93e1b0ec945e124a984 baseurl=http://trunk.rdoproject.org/centos10//component/puppet/50/9b/509b06a0e06add0c109bb93e1b0ec945e124a984_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.u_q91pw1', '/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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.1Gi 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 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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.p4izax8y', '/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.qYpuQt0zar/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.qYpuQt0zar/dist ++ grep .tar.gz + SOURCE=heat-translator-3.3.0.tar.gz + SOURCEEXT=.tar.gz + SOURCEPATH=/tmp/tmp.qYpuQt0zar/dist/heat-translator-3.3.0.tar.gz ++ basename heat-translator-3.3.0.tar.gz .tar.gz + SOURCEWITHREL=heat-translator-3.3.0-0.20251014004043.098b9db.tar.gz + mv /tmp/tmp.qYpuQt0zar/dist/heat-translator-3.3.0.tar.gz /tmp/tmp.qYpuQt0zar/SOURCES/heat-translator-3.3.0-0.20251014004043.098b9db.tar.gz + cd /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/python-heat-translator_distro + cp -a python-heat-translator.spec /tmp/tmp.qYpuQt0zar/SOURCES/ + cp python-heat-translator.spec /tmp/tmp.qYpuQt0zar/SPECS/ + cd /tmp/tmp.qYpuQt0zar/SPECS/ + '[' -z '' ']' + grep -qc '^%define upstream_version.*' python-heat-translator.spec + sed -i -e '1i%define upstream_version 3.3.0\' python-heat-translator.spec + grep -qc '^%global dlrn .*' python-heat-translator.spec + sed -i -e '1i%global dlrn 1\' python-heat-translator.spec + grep -qc '^%global dlrn_nvr .*' python-heat-translator.spec ++ basename heat-translator-3.3.0-0.20251014004043.098b9db.tar.gz .tar.gz + sed -i -e '1i%global dlrn_nvr heat-translator-3.3.0-0.20251014004043.098b9db\' python-heat-translator.spec + sed -i -e s/UPSTREAMVERSION/3.3.0/g python-heat-translator.spec + set_nvr_in_spec + VERSION=3.3.0 + sed -i -e 's/Version:.*/Version: 3.3.0/g' python-heat-translator.spec + sed -i -e 's/Release:.*/Release: 0.20251014004043.098b9db%{?dist}/g' python-heat-translator.spec + '[' '' '!=' 1 ']' + sed -i -e 's/^\(Source\|Source0\):.*/\1: heat-translator-3.3.0-0.20251014004043.098b9db.tar.gz/' python-heat-translator.spec + '[' '' '!=' 1 ']' + sed -i -e '/^%changelog.*/q' python-heat-translator.spec + cat python-heat-translator.spec %global dlrn_nvr heat-translator-3.3.0-0.20251014004043.098b9db %global dlrn 1 %define upstream_version 3.3.0 %{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} } %global sources_gpg_sign 0x2426b928085a020d8a90d0d879ab7008d0896c8a %{!?upstream_version: %global upstream_version %{version}%{?milestone}} %{?dlrn: %global tarsources heat-translator} %{!?dlrn: %global tarsources heat_translator} # we are excluding some BRs from automatic generator %global excluded_brs doc8 bandit pre-commit hacking flake8-import-order %global library heat-translator %global module translator %global executable heat-translator %global with_doc 1 %global common_desc \ OpenStack Heat Translator \ Heat-Translator is an Openstack command line tool which takes non-Heat \ templates as an input and produces a Heat Orchestration Template (HOT) which \ can be deployed by Heat. %global common_desc_tests OpenStack Heat Translator Name: python-%{library} Version: 3.3.0 Release: 0.20251014004043.098b9db%{?dist} Summary: OpenStack Heat Translator License: Apache-2.0 URL: http://launchpad.net/%{library}/ Source0: heat-translator-3.3.0-0.20251014004043.098b9db.tar.gz # Required for tarball sources verification %if 0%{?sources_gpg} == 1 Source101: https://tarballs.openstack.org/%{library}/%{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 BuildRequires: openstack-macros %endif %description %{common_desc} %package -n python3-%{library} Summary: OpenStack Heat Translator BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros BuildRequires: git-core %description -n python3-%{library} %{common_desc} %if 0%{?with_doc} %package -n python-%{library}-doc Summary: OpenStack heat-translator library documentation %description -n python-%{library}-doc %{common_desc_tests} This package contains the 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 /.*-c{env:TOX_CONSTRAINTS_FILE.*/d tox.ini sed -i /^minversion.*/d tox.ini sed -i /^requires.*virtualenv.*/d tox.ini # Exclude some bad-known BRs for pkg in %{excluded_brs};do for reqfile in doc/requirements.txt test-requirements.txt; do if [ -f $reqfile ]; then sed -i /^${pkg}.*/d $reqfile fi done done # Automatic BR generation %generate_buildrequires %if 0%{?with_doc} %pyproject_buildrequires -t -e %{default_toxenv},docs %else %pyproject_buildrequires -t -e %{default_toxenv} %endif %build %pyproject_wheel %if 0%{?with_doc} # generate html docs %tox -e docs # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} %endif %install %pyproject_install # Create a versioned binary for backwards compatibility until everything is pure py3 ln -s ./%{executable} %{buildroot}%{_bindir}/%{executable}-3 %check # Unit tests depend on network connection which is not provided in some # package build environments. # running %check non-fatally for now %tox -e %{default_toxenv} ||: %files -n python3-%{library} %license LICENSE %{python3_sitelib}/%{module} %{python3_sitelib}/heat_%{module}-*.dist-info %{_bindir}/%{executable} %{_bindir}/%{executable}-3 %if 0%{?with_doc} %files -n python-%{library}-doc %license LICENSE %doc doc/build/html README.rst %endif %changelog + spectool -g -C /tmp/tmp.qYpuQt0zar/SOURCES python-heat-translator.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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_dev --spec python-heat-translator.spec --sources=/tmp/tmp.qYpuQt0zar/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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_dev --spec python-heat-translator.spec --sources=/tmp/tmp.qYpuQt0zar/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: ['/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg', '/etc/mock/chroot-aliases.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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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: 55474961-7d59-4ccb-a685-743bf8755fb7 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-openstackclient-34f431badee365fcec5841973e3e5a853301ee07 baseurl=http://trunk.rdoproject.org/centos10//component/clients/34/f4/34f431badee365fcec5841973e3e5a853301ee07_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-firewall-509b06a0e06add0c109bb93e1b0ec945e124a984 baseurl=http://trunk.rdoproject.org/centos10//component/puppet/50/9b/509b06a0e06add0c109bb93e1b0ec945e124a984_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-heat-translator.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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.c7cry7f5', '/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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.gzfxn731', '/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 80 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystone-tests-tempest-97d6de34 108 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-gnocchi-d2b8496672717f04c8b5e74 153 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-barbican-25ef5677a674088bfb4 144 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ironic-python-agent-builder- 139 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-e23e859dfd570ff1bd784 149 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-bc03c4bf585cc0f28 137 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cloudkitty-c22aef560d7b88ab0 147 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 154 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-1a89edc86b10cbe14e187 167 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-e9269cbc5cfddf821b0e5 176 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-networking-bagpipe-b7157a23d5bc 189 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-40e13e517b3000a0e4b3 193 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-b50193bb7fec175c371c 160 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-fed3dd97a77904e0c7e904ecea 175 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-c161aa168fab55f9fbff33 178 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-telemetry-tests-tempest-6504ea0 136 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cloudkitty-ui-991ac15db9ddec 156 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 120 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 114 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 161 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 94 kB/s | 3.9 kB 00:00 DEBUG: dlrn-master-testing 162 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 189 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 195 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 164 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 37 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 95 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-heat-translator.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-heat-translator.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-heat-translator-3.3.0-0.20251014004043.098b9db.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-heat-translator.spec) Config(dlrn-1) 0 minutes 15 seconds INFO: Results and/or logs in: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.qYpuQt0zar 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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_dev --rebuild /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_dev/python-heat-translator-3.3.0-0.20251014004043.098b9db.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/site-defaults.cfg', '/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/dlrn-1.cfg', '/etc/mock/chroot-aliases.cfg'] DEBUG: version: 6.3 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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: 59ab0050-7c17-4079-924e-9517f48d272a 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-openstackclient-34f431badee365fcec5841973e3e5a853301ee07 baseurl=http://trunk.rdoproject.org/centos10//component/clients/34/f4/34f431badee365fcec5841973e3e5a853301ee07_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-firewall-509b06a0e06add0c109bb93e1b0ec945e124a984 baseurl=http://trunk.rdoproject.org/centos10//component/puppet/50/9b/509b06a0e06add0c109bb93e1b0ec945e124a984_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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_dev/python-heat-translator-3.3.0-0.20251014004043.098b9db.el10.src.rpm INFO: Start(/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_dev/python-heat-translator-3.3.0-0.20251014004043.098b9db.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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.uxf2cuc8', '/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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.4Gi 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/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_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.6_wbf05e', '/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 149 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystone-tests-tempest-97d6de34 208 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-gnocchi-d2b8496672717f04c8b5e74 212 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-barbican-25ef5677a674088bfb4 215 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ironic-python-agent-builder- 199 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-e23e859dfd570ff1bd784 206 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-bc03c4bf585cc0f28 192 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cloudkitty-c22aef560d7b88ab0 195 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 191 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-1a89edc86b10cbe14e187 200 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-e9269cbc5cfddf821b0e5 223 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-networking-bagpipe-b7157a23d5bc 185 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-40e13e517b3000a0e4b3 197 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-b50193bb7fec175c371c 194 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-fed3dd97a77904e0c7e904ecea 199 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-c161aa168fab55f9fbff33 210 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-telemetry-tests-tempest-6504ea0 197 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cloudkitty-ui-991ac15db9ddec 177 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 126 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 142 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 171 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 198 kB/s | 3.9 kB 00:00 DEBUG: dlrn-master-testing 162 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 170 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 219 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 90 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 61 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 241 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-heat-translator-3.3.0-0.20251014004043.098b9db.el10.src.rpm Start: build setup for python-heat-translator-3.3.0-0.20251014004043.098b9db.el10.src.rpm DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-Uvh', '--nodeps', '/builddir/build/originals/python-heat-translator-3.3.0-0.20251014004043.098b9db.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-heat-translator-3.3.0-0.2025101######################################## DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qpl', '/builddir/build/originals/python-heat-translator-3.3.0-0.20251014004043.098b9db.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: heat-translator-3.3.0-0.20251014004043.098b9db.tar.gz DEBUG: python-heat-translator.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-heat-translator.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-heat-translator.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-heat-translator-3.3.0-0.20251014004043.098b9db.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-heat-translator-3.3.0-0.20251014004043.098b9db.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-heat-translator-3.3.0-0.20251014004043.098b9db.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:41:56 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 Architecture Version Repo Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: pyproject-rpm-macros noarch 1.16.2-1.el10 crb 46 k DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 1 Package DEBUG: Total size: 46 k DEBUG: Installed size: 114 k DEBUG: Downloading Packages: DEBUG: [SKIPPED] pyproject-rpm-macros-1.16.2-1.el10.noarch.rpm: Already downloaded DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : pyproject-rpm-macros-1.16.2-1.el10.noarch 1/1 DEBUG: Running scriptlet: pyproject-rpm-macros-1.16.2-1.el10.noarch 1/1 DEBUG: Installed: DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-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-heat-translator-3.3.0-0.20251014004043.098b9db.el10.src.rpm Start: rpmbuild python-heat-translator-3.3.0-0.20251014004043.098b9db.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: 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-heat-translator.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-heat-translator.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.xPPkIC DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd /builddir/build/BUILD DEBUG: + rm -rf heat-translator-3.3.0 DEBUG: + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/heat-translator-3.3.0-0.20251014004043.098b9db.tar.gz DEBUG: + STATUS=0 DEBUG: + '[' 0 -ne 0 ']' DEBUG: + cd heat-translator-3.3.0 DEBUG: + rm -rf /builddir/build/BUILD/heat-translator-3.3.0-SPECPARTS DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILD/heat-translator-3.3.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-heat-translator-3.3.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 '/.*-c{env:TOX_CONSTRAINTS_FILE.*/d' tox.ini DEBUG: + sed -i '/^minversion.*/d' tox.ini DEBUG: + sed -i '/^requires.*virtualenv.*/d' tox.ini DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order 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 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 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 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 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: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.lnex1t DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd heat-translator-3.3.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/heat-translator-3.3.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/heat-translator-3.3.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/heat-translator-3.3.0/pyproject-wheeldir --output /builddir/build/BUILD/python-heat-translator-3.3.0-0.20251014004043.098b9db.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-heat-translator-3.3.0-0.20251014004043.098b9db.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-heat-translator-3.3.0-0.20251014004043.098b9db.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-heat-translator-3.3.0-0.20251014004043.098b9db.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-heat-translator-3.3.0-0.20251014004043.098b9db.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:41:56 2025. DEBUG: Package git-core-2.47.3-1.el10.x86_64 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: 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: 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-heat-translator.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-heat-translator.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.xn4KTI DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd heat-translator-3.3.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/heat-translator-3.3.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/heat-translator-3.3.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/heat-translator-3.3.0/pyproject-wheeldir --output /builddir/build/BUILD/python-heat-translator-3.3.0-0.20251014004043.098b9db.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-heat-translator-3.3.0-0.20251014004043.098b9db.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-heat-translator-3.3.0-0.20251014004043.098b9db.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-heat-translator-3.3.0-0.20251014004043.098b9db.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-heat-translator-3.3.0-0.20251014004043.098b9db.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:41:56 2025. DEBUG: Package git-core-2.47.3-1.el10.x86_64 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: 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: 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-heat-translator.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-heat-translator.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.GlLqRl DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd heat-translator-3.3.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/heat-translator-3.3.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/heat-translator-3.3.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/heat-translator-3.3.0/pyproject-wheeldir --output /builddir/build/BUILD/python-heat-translator-3.3.0-0.20251014004043.098b9db.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>=6.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pbr>=6.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling cliff>=4.9.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: cliff>=4.9.1 DEBUG: Handling PyYAML>=3.13 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: PyYAML>=3.13 DEBUG: Handling python-dateutil>=2.9.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-dateutil>=2.9.0 DEBUG: Handling tosca-parser>=2.12.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: tosca-parser>=2.12.0 DEBUG: Handling keystoneauth1>=5.11.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: keystoneauth1>=5.11.0 DEBUG: Handling python-novaclient>=18.9.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-novaclient>=18.9.0 DEBUG: Handling python-heatclient>=4.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-heatclient>=4.2.0 DEBUG: Handling python-glanceclient>=4.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-glanceclient>=4.8.0 DEBUG: Handling requests>=2.32.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: requests>=2.32.2 DEBUG: Handling oslo.log>=7.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.log>=7.1.0 DEBUG: Handling coverage>=7.8.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: coverage>=7.8.1 DEBUG: Handling fixtures>=4.2.5 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: fixtures>=4.2.5 DEBUG: Handling oslotest>=5.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslotest>=5.0.1 DEBUG: Handling python-subunit>=1.4.4 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-subunit>=1.4.4 DEBUG: Handling stestr>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: stestr>=2.0.0 DEBUG: Handling testrepository>=0.0.21 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: testrepository>=0.0.21 DEBUG: Handling testscenarios>=0.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: testscenarios>=0.5.0 DEBUG: Handling testtools>=2.7.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: testtools>=2.7.2 DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling openstackdocstheme>=3.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: openstackdocstheme>=3.4.1 DEBUG: Handling sphinx>=8.1.3 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: sphinx>=8.1.3 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 heat_translator.egg-info/PKG-INFO DEBUG: writing dependency_links to heat_translator.egg-info/dependency_links.txt DEBUG: writing entry points to heat_translator.egg-info/entry_points.txt DEBUG: writing requirements to heat_translator.egg-info/requires.txt DEBUG: writing top-level names to heat_translator.egg-info/top_level.txt DEBUG: writing pbr to heat_translator.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 'heat_translator.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/heat-translator-3.3.0/heat_translator-3.3.0.dist-info' DEBUG: Handling pbr >=6.0.0 from hook generated metadata: Requires-Dist (heat-translator) DEBUG: Requirement satisfied: pbr >=6.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling cliff >=4.9.1 from hook generated metadata: Requires-Dist (heat-translator) DEBUG: Requirement not satisfied: cliff >=4.9.1 DEBUG: Handling PyYAML >=3.13 from hook generated metadata: Requires-Dist (heat-translator) DEBUG: Requirement not satisfied: PyYAML >=3.13 DEBUG: Handling python-dateutil >=2.9.0 from hook generated metadata: Requires-Dist (heat-translator) DEBUG: Requirement not satisfied: python-dateutil >=2.9.0 DEBUG: Handling tosca-parser >=2.12.0 from hook generated metadata: Requires-Dist (heat-translator) DEBUG: Requirement not satisfied: tosca-parser >=2.12.0 DEBUG: Handling keystoneauth1 >=5.11.0 from hook generated metadata: Requires-Dist (heat-translator) DEBUG: Requirement not satisfied: keystoneauth1 >=5.11.0 DEBUG: Handling python-novaclient >=18.9.0 from hook generated metadata: Requires-Dist (heat-translator) DEBUG: Requirement not satisfied: python-novaclient >=18.9.0 DEBUG: Handling python-heatclient >=4.2.0 from hook generated metadata: Requires-Dist (heat-translator) DEBUG: Requirement not satisfied: python-heatclient >=4.2.0 DEBUG: Handling python-glanceclient >=4.8.0 from hook generated metadata: Requires-Dist (heat-translator) DEBUG: Requirement not satisfied: python-glanceclient >=4.8.0 DEBUG: Handling requests >=2.32.2 from hook generated metadata: Requires-Dist (heat-translator) DEBUG: Requirement not satisfied: requests >=2.32.2 DEBUG: Handling oslo.log >=7.1.0 from hook generated metadata: Requires-Dist (heat-translator) DEBUG: Requirement not satisfied: oslo.log >=7.1.0 DEBUG: + cat /builddir/build/BUILD/python-heat-translator-3.3.0-0.20251014004043.098b9db.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv heat_translator-3.3.0.dist-info/ DEBUG: removed 'heat_translator-3.3.0.dist-info/entry_points.txt' DEBUG: removed 'heat_translator-3.3.0.dist-info/pbr.json' DEBUG: removed 'heat_translator-3.3.0.dist-info/top_level.txt' DEBUG: removed 'heat_translator-3.3.0.dist-info/METADATA' DEBUG: removed 'heat_translator-3.3.0.dist-info/LICENSE' DEBUG: removed 'heat_translator-3.3.0.dist-info/AUTHORS' DEBUG: removed directory 'heat_translator-3.3.0.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Wrote: /builddir/build/SRPMS/python-heat-translator-3.3.0-0.20251014004043.098b9db.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-heat-translator-3.3.0-0.20251014004043.098b9db.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-heat-translator-3.3.0-0.20251014004043.098b9db.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:41:56 2025. DEBUG: Package git-core-2.47.3-1.el10.x86_64 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: No matching package to install: 'python3dist(coverage) >= 7.8.1' DEBUG: No matching package to install: 'python3dist(fixtures) >= 4.2.5' DEBUG: No matching package to install: 'python3dist(openstackdocstheme) >= 3.4.1' DEBUG: Package python3-packaging-24.2-2.el10.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pip-23.3.2-7.el10.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-12.el10.noarch is already installed. DEBUG: No matching package to install: 'python3dist(sphinx) >= 8.1.3' DEBUG: No matching package to install: 'python3dist(testrepository) >= 0.0.21' 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: Not all dependencies satisfied DEBUG: Error: Some packages could not be found. DEBUG: Child return code was: 1 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: rpmbuild python-heat-translator-3.3.0-0.20251014004043.098b9db.el10.src.rpm Finish: build phase for python-heat-translator-3.3.0-0.20251014004043.098b9db.el10.src.rpm ERROR: Exception(/home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_dev/python-heat-translator-3.3.0-0.20251014004043.098b9db.el10.src.rpm) Config(dlrn-centos-stream-10-x86_64-1) 0 minutes 18 seconds INFO: Results and/or logs in: /home/zuul-worker/src/softwarefactory-project.io/DLRN/data/repos/component/common/09/8b/098b9db0d478a1c3f713ec75d66e9926457c7374_dev INFO: Cleaning up build root ('cleanup_on_failure=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: 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 ERROR: Command failed: # /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-heat-translator-3.3.0-0.20251014004043.098b9db.el10.buildreqs.nosrc.rpm --setopt=tsflags=nocontexts No matches found for the following disable plugin patterns: local, spacewalk, versionlock Last metadata expiration check: 0:00:12 ago on Mon Oct 13 20:41:56 2025. Package git-core-2.47.3-1.el10.x86_64 is already installed. Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. Package python3-devel-3.12.11-3.el10.x86_64 is already installed. Package python3-devel-3.12.11-3.el10.x86_64 is already installed. No matching package to install: 'python3dist(coverage) >= 7.8.1' No matching package to install: 'python3dist(fixtures) >= 4.2.5' No matching package to install: 'python3dist(openstackdocstheme) >= 3.4.1' Package python3-packaging-24.2-2.el10.noarch is already installed. Package python3-pbr-6.1.1-1.el10s.noarch is already installed. Package python3-pbr-6.1.1-1.el10s.noarch is already installed. Package python3-pip-23.3.2-7.el10.noarch is already installed. Package python3-setuptools-69.0.3-12.el10.noarch is already installed. No matching package to install: 'python3dist(sphinx) >= 8.1.3' No matching package to install: 'python3dist(testrepository) >= 0.0.21' Package tox-4.21.2-3.el10s.noarch is already installed. Package python3-tox-current-env-0.0.12-1.el10s.noarch is already installed. Package python3-wheel-1:0.41.2-5.el10.noarch is already installed. Not all dependencies satisfied Error: Some packages could not be found.