+ 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/centos9-master/data/dlrn-1.cfg --resultdir /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e' + /usr/bin/mock -v -r /home/centos9-master/data/dlrn-1.cfg --resultdir /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e --clean INFO: mock.py version 2.10 starting (python version = 3.6.8, NVR = mock-2.10-1.el8)... DEBUG: search for 'dnf' package manager Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-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'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos9-master/data/dlrn-1.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e DEBUG: rootdir: /var/lib/mock/dlrn-centos9-master-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: chrootuid: 1032 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: False DEBUG: bootstrap_image: registry.centos.org/centos:8 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: 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: 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', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.6/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-1/ccache/u1032/', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-1/root_cache/', 'tar': 'gnutar', '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-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, '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-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}} 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', 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} DEBUG: useradd: /usr/sbin/useradd -o -m -u 1032 -g 135 -d /builddir -n mockbuild DEBUG: use_host_resolv: False DEBUG: chroot_setup_cmd: install basesystem rpm-build python3-devel gcc make python3-sqlalchemy python3-sphinx python3-eventlet python3-six python3-pbr openstack-macros git-core python3-setuptools_scm DEBUG: target_arch: x86_64 DEBUG: releasever: 9 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '9-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-centos8.rdoproject.org.novalocal'} 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: system_yum_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: dnf_command: /usr/bin/dnf DEBUG: system_dnf_command: /usr/bin/dnf DEBUG: dnf_install_command: install dnf dnf-plugins-core 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: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: dnf_disable_plugins: ['local', 'spacewalk'] DEBUG: user_agent: Mock (dlrn-centos9-master-x86_64-1; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/centos9-master/data/dlrn-1.cfg DEBUG: root: dlrn-centos9-master-x86_64-1 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el9 DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=1 protected_packages= module_platform_id=platform:el9 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-9-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-clients] name=delorean-python-stevedore-ccd17543a37143913e886f9306be10d40260fdf3 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/clients/cc/d1/ccd17543a37143913e886f9306be10d40260fdf3_d532cf27 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-python-hacking-2931131b69af7f1e76d8ab506c250a94b330ffb9 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/common/29/31/2931131b69af7f1e76d8ab506c250a94b330ffb9_887ad381 enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos9-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos9-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-rabbitmq] name=centos9-rabbitmq baseurl=http://mirror.stream.centos.org/SIGs/9-stream/messaging/$basearch/rabbitmq-38/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-storage] name=centos9-storage baseurl=http://mirror.stream.centos.org/SIGs/9-stream/storage/$basearch/ceph-pacific/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-opstools] name=centos9-opstools baseurl=http://mirror.stream.centos.org/SIGs/9-stream/opstools/$basearch/collectd-5/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=http://mirror.stream.centos.org/SIGs/9-stream/nfv/$basearch/openvswitch-2/ gpgcheck=0 enabled=1 module_hotfixes=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-centos9-master-x86_64-1-bootstrap DEBUG: kill orphans + /usr/bin/mock -v -r /home/centos9-master/data/dlrn-1.cfg --resultdir /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e --init INFO: mock.py version 2.10 starting (python version = 3.6.8, NVR = mock-2.10-1.el8)... DEBUG: search for 'dnf' package manager Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-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'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos9-master/data/dlrn-1.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e DEBUG: rootdir: /var/lib/mock/dlrn-centos9-master-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: chrootuid: 1032 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: False DEBUG: bootstrap_image: registry.centos.org/centos:8 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: 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: 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', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.6/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-1/ccache/u1032/', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-1/root_cache/', 'tar': 'gnutar', '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-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, '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-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}} 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', 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} DEBUG: useradd: /usr/sbin/useradd -o -m -u 1032 -g 135 -d /builddir -n mockbuild DEBUG: use_host_resolv: False DEBUG: chroot_setup_cmd: install basesystem rpm-build python3-devel gcc make python3-sqlalchemy python3-sphinx python3-eventlet python3-six python3-pbr openstack-macros git-core python3-setuptools_scm DEBUG: target_arch: x86_64 DEBUG: releasever: 9 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '9-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-centos8.rdoproject.org.novalocal'} 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: system_yum_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: dnf_command: /usr/bin/dnf DEBUG: system_dnf_command: /usr/bin/dnf DEBUG: dnf_install_command: install dnf dnf-plugins-core 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: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: dnf_disable_plugins: ['local', 'spacewalk'] DEBUG: user_agent: Mock (dlrn-centos9-master-x86_64-1; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/centos9-master/data/dlrn-1.cfg DEBUG: root: dlrn-centos9-master-x86_64-1 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el9 DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=1 protected_packages= module_platform_id=platform:el9 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-9-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-clients] name=delorean-python-stevedore-ccd17543a37143913e886f9306be10d40260fdf3 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/clients/cc/d1/ccd17543a37143913e886f9306be10d40260fdf3_d532cf27 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-python-hacking-2931131b69af7f1e76d8ab506c250a94b330ffb9 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/common/29/31/2931131b69af7f1e76d8ab506c250a94b330ffb9_887ad381 enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos9-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos9-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-rabbitmq] name=centos9-rabbitmq baseurl=http://mirror.stream.centos.org/SIGs/9-stream/messaging/$basearch/rabbitmq-38/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-storage] name=centos9-storage baseurl=http://mirror.stream.centos.org/SIGs/9-stream/storage/$basearch/ceph-pacific/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-opstools] name=centos9-opstools baseurl=http://mirror.stream.centos.org/SIGs/9-stream/opstools/$basearch/collectd-5/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=http://mirror.stream.centos.org/SIGs/9-stream/nfv/$basearch/openvswitch-2/ gpgcheck=0 enabled=1 module_hotfixes=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-centos9-master-x86_64-1/root DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): 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: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'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: 16212184 5636308 2914508 3070992 7661368 7163760 DEBUG: Swap: 16777212 5170256 11606956 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root'] with env {'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 Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 270M 4.1G 7% /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/results Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-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', '/proc', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-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', '/sys', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos9-master-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.jnc3ei8c', '/var/lib/mock/dlrn-centos9-master-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: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc DEBUG: method _fixup_build_user skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos9-master-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: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['gtar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos9-master-x86_64-1/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/./proc DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./sys DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./dev DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./tmp/ccache DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/cache/yum DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/cache/dnf DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/log DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-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: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'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: 16212184 3891716 3594576 3961612 8725892 8017736 DEBUG: Swap: 16777212 5170256 11606956 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-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: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 1.3G 3.0G 31% /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/pts DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/shm DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-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', '/proc', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-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', '/sys', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos9-master-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.9ifeyvqb', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: resultdir = /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: child environment: None DEBUG: Executing command: ['/usr/sbin/usermod', '-u', '1032', 'mockbuild'] 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: usermod: no changes DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/.initialized Finish: chroot init Finish: run DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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', '-l', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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', '-l', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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 -r /home/centos9-master/data/dlrn-1.cfg -p + MOCKDIR=/var/lib/mock/dlrn-centos9-master-x86_64-1/root/ + '[' -z '' ']' + detect_version_and_release + '[' -r setup.py -a '!' -r metadata.json ']' + copy_src_to_mock_buildroot + git checkout -f 0ded7ac398843b6b1ce46668eb3b45ce02628428 Note: switching to '0ded7ac398843b6b1ce46668eb3b45ce02628428'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 0ded7ac3 Enable add_ips_to_server() and _needs_floating_ip() for pristine server resources + '[' -d /var/lib/mock/dlrn-centos9-master-x86_64-1/root//var/tmp/pkgsrc ']' + mkdir /var/lib/mock/dlrn-centos9-master-x86_64-1/root//var/tmp/pkgsrc + cp -pr . /var/lib/mock/dlrn-centos9-master-x86_64-1/root//var/tmp/pkgsrc + pushd /var/lib/mock/dlrn-centos9-master-x86_64-1/root//var/tmp/pkgsrc /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/tmp/pkgsrc ~/data/python-openstacksdk + set +o pipefail + git tag -l 'private-*' + xargs -n 1 git tag -d + set -o pipefail + popd ~/data/python-openstacksdk ++ /usr/bin/mock -q -r /home/centos9-master/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 ++ /usr/bin/mock -q -r /home/centos9-master/data/dlrn-1.cfg --chroot 'cd /var/tmp/pkgsrc && git log --abbrev=7 -n1 --format=format:%h' + setversionandrelease 0.100.1.dev19 0ded7ac + UPSTREAMVERSION=0.100.1.dev19 + [[ 0.100.1.dev19 =~ ([^-]*)-(.+) ]] + [[ 0.100.1.dev19 =~ (.*?)\.(0rc.+) ]] + [[ 0.100.1.dev19 =~ (.*?)\.(0b.+) ]] + [[ 0.100.1.dev19 =~ (.*?)\.(0a.+) ]] + [[ 0.100.1.dev19 =~ (.*?)\.(dev.+) ]] + VERSION=0.100.1 + '[' 0.date.hash = 0.1.date.hash ']' + '[' 0.date.hash = minor.date.hash ']' + RELEASE=0.20220810130909.0ded7ac + '[' -r setup.py -a '!' -r metadata.json ']' + SOURCETYPE=tarball + /usr/bin/mock -v -r /home/centos9-master/data/dlrn-1.cfg --resultdir /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e --chroot 'cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)' INFO: mock.py version 2.10 starting (python version = 3.6.8, NVR = mock-2.10-1.el8)... DEBUG: search for 'dnf' package manager Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-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'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos9-master/data/dlrn-1.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e DEBUG: rootdir: /var/lib/mock/dlrn-centos9-master-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: chrootuid: 1032 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: False DEBUG: bootstrap_image: registry.centos.org/centos:8 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: 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: 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', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.6/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-1/ccache/u1032/', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-1/root_cache/', 'tar': 'gnutar', '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-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, '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-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}} 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', 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} DEBUG: useradd: /usr/sbin/useradd -o -m -u 1032 -g 135 -d /builddir -n mockbuild DEBUG: use_host_resolv: False DEBUG: chroot_setup_cmd: install basesystem rpm-build python3-devel gcc make python3-sqlalchemy python3-sphinx python3-eventlet python3-six python3-pbr openstack-macros git-core python3-setuptools_scm DEBUG: target_arch: x86_64 DEBUG: releasever: 9 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '9-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-centos8.rdoproject.org.novalocal'} 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: system_yum_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: dnf_command: /usr/bin/dnf DEBUG: system_dnf_command: /usr/bin/dnf DEBUG: dnf_install_command: install dnf dnf-plugins-core 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: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: dnf_disable_plugins: ['local', 'spacewalk'] DEBUG: user_agent: Mock (dlrn-centos9-master-x86_64-1; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/centos9-master/data/dlrn-1.cfg DEBUG: root: dlrn-centos9-master-x86_64-1 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el9 DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=1 protected_packages= module_platform_id=platform:el9 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-9-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-clients] name=delorean-python-stevedore-ccd17543a37143913e886f9306be10d40260fdf3 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/clients/cc/d1/ccd17543a37143913e886f9306be10d40260fdf3_d532cf27 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-python-hacking-2931131b69af7f1e76d8ab506c250a94b330ffb9 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/common/29/31/2931131b69af7f1e76d8ab506c250a94b330ffb9_887ad381 enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos9-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos9-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-rabbitmq] name=centos9-rabbitmq baseurl=http://mirror.stream.centos.org/SIGs/9-stream/messaging/$basearch/rabbitmq-38/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-storage] name=centos9-storage baseurl=http://mirror.stream.centos.org/SIGs/9-stream/storage/$basearch/ceph-pacific/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-opstools] name=centos9-opstools baseurl=http://mirror.stream.centos.org/SIGs/9-stream/opstools/$basearch/collectd-5/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=http://mirror.stream.centos.org/SIGs/9-stream/nfv/$basearch/openvswitch-2/ gpgcheck=0 enabled=1 module_hotfixes=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-centos9-master-x86_64-1/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): 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: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'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: 16212184 3983644 4009412 3426576 8219128 8460844 DEBUG: Swap: 16777212 5170256 11606956 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root'] with env {'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 Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 270M 4.1G 7% /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/results Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-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', '/proc', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-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', '/sys', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos9-master-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.p9irosuf', '/var/lib/mock/dlrn-centos9-master-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: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc DEBUG: method _fixup_build_user skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1/root. DEBUG: ensuring that dir exists: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-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: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'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: 16212184 3990356 3945072 3484188 8276756 8396516 DEBUG: Swap: 16777212 5170256 11606956 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-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: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 1.4G 3.0G 31% /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-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', '/proc', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-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', '/sys', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos9-master-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.31_n9yv7', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: resultdir = /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: child environment: None DEBUG: Executing command: ['/usr/sbin/usermod', '-u', '1032', 'mockbuild'] 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: usermod: no changes DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-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 running sdist [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.1s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.2s) running egg_info creating openstacksdk.egg-info writing openstacksdk.egg-info/PKG-INFO writing dependency_links to openstacksdk.egg-info/dependency_links.txt writing entry points to openstacksdk.egg-info/entry_points.txt writing requirements to openstacksdk.egg-info/requires.txt writing top-level names to openstacksdk.egg-info/top_level.txt writing pbr to openstacksdk.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'openstacksdk.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'openstacksdk.egg-info/SOURCES.txt' [pbr] reno was not found or is too old. Skipping release notes running check creating openstacksdk-0.100.1.dev19 creating openstacksdk-0.100.1.dev19/devstack creating openstacksdk-0.100.1.dev19/doc creating openstacksdk-0.100.1.dev19/doc/source creating openstacksdk-0.100.1.dev19/doc/source/contributor creating openstacksdk-0.100.1.dev19/doc/source/contributor/create creating openstacksdk-0.100.1.dev19/doc/source/contributor/create/examples creating openstacksdk-0.100.1.dev19/doc/source/contributor/create/examples/resource creating openstacksdk-0.100.1.dev19/doc/source/install creating openstacksdk-0.100.1.dev19/doc/source/user creating openstacksdk-0.100.1.dev19/doc/source/user/config creating openstacksdk-0.100.1.dev19/doc/source/user/guides creating openstacksdk-0.100.1.dev19/doc/source/user/guides/clustering creating openstacksdk-0.100.1.dev19/doc/source/user/proxies creating openstacksdk-0.100.1.dev19/doc/source/user/resources creating openstacksdk-0.100.1.dev19/doc/source/user/resources/accelerator creating openstacksdk-0.100.1.dev19/doc/source/user/resources/accelerator/v2 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal creating openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal/v1 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal_introspection creating openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal_introspection/v1 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/block_storage creating openstacksdk-0.100.1.dev19/doc/source/user/resources/block_storage/v2 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/block_storage/v3 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/clustering creating openstacksdk-0.100.1.dev19/doc/source/user/resources/clustering/v1 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/compute creating openstacksdk-0.100.1.dev19/doc/source/user/resources/compute/v2 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/database creating openstacksdk-0.100.1.dev19/doc/source/user/resources/database/v1 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/dns creating openstacksdk-0.100.1.dev19/doc/source/user/resources/dns/v2 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/identity creating openstacksdk-0.100.1.dev19/doc/source/user/resources/identity/v2 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/identity/v3 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/image creating openstacksdk-0.100.1.dev19/doc/source/user/resources/image/v1 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/image/v2 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/key_manager creating openstacksdk-0.100.1.dev19/doc/source/user/resources/key_manager/v1 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer creating openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer/v2 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/network creating openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2/vpn creating openstacksdk-0.100.1.dev19/doc/source/user/resources/object_store creating openstacksdk-0.100.1.dev19/doc/source/user/resources/object_store/v1 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/orchestration creating openstacksdk-0.100.1.dev19/doc/source/user/resources/orchestration/v1 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/placement creating openstacksdk-0.100.1.dev19/doc/source/user/resources/placement/v1 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/shared_file_system creating openstacksdk-0.100.1.dev19/doc/source/user/resources/shared_file_system/v2 creating openstacksdk-0.100.1.dev19/doc/source/user/resources/workflow creating openstacksdk-0.100.1.dev19/doc/source/user/resources/workflow/v2 creating openstacksdk-0.100.1.dev19/examples creating openstacksdk-0.100.1.dev19/examples/baremetal creating openstacksdk-0.100.1.dev19/examples/cloud creating openstacksdk-0.100.1.dev19/examples/clustering creating openstacksdk-0.100.1.dev19/examples/compute creating openstacksdk-0.100.1.dev19/examples/dns creating openstacksdk-0.100.1.dev19/examples/identity creating openstacksdk-0.100.1.dev19/examples/image creating openstacksdk-0.100.1.dev19/examples/key_manager creating openstacksdk-0.100.1.dev19/examples/network creating openstacksdk-0.100.1.dev19/examples/shared_file_system creating openstacksdk-0.100.1.dev19/extras creating openstacksdk-0.100.1.dev19/openstack creating openstacksdk-0.100.1.dev19/openstack/accelerator creating openstacksdk-0.100.1.dev19/openstack/accelerator/v2 creating openstacksdk-0.100.1.dev19/openstack/baremetal creating openstacksdk-0.100.1.dev19/openstack/baremetal/v1 creating openstacksdk-0.100.1.dev19/openstack/baremetal_introspection creating openstacksdk-0.100.1.dev19/openstack/baremetal_introspection/v1 creating openstacksdk-0.100.1.dev19/openstack/block_storage creating openstacksdk-0.100.1.dev19/openstack/block_storage/v2 creating openstacksdk-0.100.1.dev19/openstack/block_storage/v3 creating openstacksdk-0.100.1.dev19/openstack/cloud creating openstacksdk-0.100.1.dev19/openstack/cloud/cmd creating openstacksdk-0.100.1.dev19/openstack/cloud/tests creating openstacksdk-0.100.1.dev19/openstack/clustering creating openstacksdk-0.100.1.dev19/openstack/clustering/v1 creating openstacksdk-0.100.1.dev19/openstack/common creating openstacksdk-0.100.1.dev19/openstack/compute creating openstacksdk-0.100.1.dev19/openstack/compute/v2 creating openstacksdk-0.100.1.dev19/openstack/config creating openstacksdk-0.100.1.dev19/openstack/config/vendors creating openstacksdk-0.100.1.dev19/openstack/database creating openstacksdk-0.100.1.dev19/openstack/database/v1 creating openstacksdk-0.100.1.dev19/openstack/dns creating openstacksdk-0.100.1.dev19/openstack/dns/v2 creating openstacksdk-0.100.1.dev19/openstack/fixture creating openstacksdk-0.100.1.dev19/openstack/identity creating openstacksdk-0.100.1.dev19/openstack/identity/v2 creating openstacksdk-0.100.1.dev19/openstack/identity/v3 creating openstacksdk-0.100.1.dev19/openstack/image creating openstacksdk-0.100.1.dev19/openstack/image/v1 creating openstacksdk-0.100.1.dev19/openstack/image/v2 creating openstacksdk-0.100.1.dev19/openstack/instance_ha creating openstacksdk-0.100.1.dev19/openstack/instance_ha/v1 creating openstacksdk-0.100.1.dev19/openstack/key_manager creating openstacksdk-0.100.1.dev19/openstack/key_manager/v1 creating openstacksdk-0.100.1.dev19/openstack/load_balancer creating openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 creating openstacksdk-0.100.1.dev19/openstack/message creating openstacksdk-0.100.1.dev19/openstack/message/v2 creating openstacksdk-0.100.1.dev19/openstack/network creating openstacksdk-0.100.1.dev19/openstack/network/v2 creating openstacksdk-0.100.1.dev19/openstack/object_store creating openstacksdk-0.100.1.dev19/openstack/object_store/v1 creating openstacksdk-0.100.1.dev19/openstack/orchestration creating openstacksdk-0.100.1.dev19/openstack/orchestration/util creating openstacksdk-0.100.1.dev19/openstack/orchestration/v1 creating openstacksdk-0.100.1.dev19/openstack/placement creating openstacksdk-0.100.1.dev19/openstack/placement/v1 creating openstacksdk-0.100.1.dev19/openstack/shared_file_system creating openstacksdk-0.100.1.dev19/openstack/shared_file_system/v2 creating openstacksdk-0.100.1.dev19/openstack/tests creating openstacksdk-0.100.1.dev19/openstack/tests/ansible creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/hooks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/auth creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/auth/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/client_config creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/client_config/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/group creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/group/defaults creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/group/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/image creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/image/defaults creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/image/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/keypair creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/keypair/defaults creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/keypair/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/keystone_domain creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/keystone_domain/defaults creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/keystone_domain/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/keystone_role creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/keystone_role/defaults creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/keystone_role/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/network creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/network/defaults creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/network/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/nova_flavor creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/nova_flavor/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/object creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/object/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/port creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/port/defaults creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/port/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/router creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/router/defaults creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/router/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/security_group creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/security_group/defaults creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/security_group/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/server creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/server/defaults creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/server/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/subnet creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/subnet/defaults creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/subnet/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/user creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/user/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/user_group creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/user_group/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/volume creating openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/volume/tasks creating openstacksdk-0.100.1.dev19/openstack/tests/functional creating openstacksdk-0.100.1.dev19/openstack/tests/functional/baremetal creating openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage creating openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v3 creating openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud creating openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud/hooks creating openstacksdk-0.100.1.dev19/openstack/tests/functional/clustering creating openstacksdk-0.100.1.dev19/openstack/tests/functional/compute creating openstacksdk-0.100.1.dev19/openstack/tests/functional/compute/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/functional/dns creating openstacksdk-0.100.1.dev19/openstack/tests/functional/dns/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/functional/examples creating openstacksdk-0.100.1.dev19/openstack/tests/functional/identity creating openstacksdk-0.100.1.dev19/openstack/tests/functional/identity/v3 creating openstacksdk-0.100.1.dev19/openstack/tests/functional/image creating openstacksdk-0.100.1.dev19/openstack/tests/functional/image/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/functional/instance_ha creating openstacksdk-0.100.1.dev19/openstack/tests/functional/load_balancer creating openstacksdk-0.100.1.dev19/openstack/tests/functional/load_balancer/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/functional/network creating openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/functional/object_store creating openstacksdk-0.100.1.dev19/openstack/tests/functional/object_store/v1 creating openstacksdk-0.100.1.dev19/openstack/tests/functional/orchestration creating openstacksdk-0.100.1.dev19/openstack/tests/functional/orchestration/v1 creating openstacksdk-0.100.1.dev19/openstack/tests/functional/placement creating openstacksdk-0.100.1.dev19/openstack/tests/functional/placement/v1 creating openstacksdk-0.100.1.dev19/openstack/tests/functional/shared_file_system creating openstacksdk-0.100.1.dev19/openstack/tests/unit creating openstacksdk-0.100.1.dev19/openstack/tests/unit/accelerator creating openstacksdk-0.100.1.dev19/openstack/tests/unit/accelerator/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal creating openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal/v1 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal_introspection creating openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal_introspection/v1 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage creating openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v3 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud creating openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering creating openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/common creating openstacksdk-0.100.1.dev19/openstack/tests/unit/compute creating openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/config creating openstacksdk-0.100.1.dev19/openstack/tests/unit/database creating openstacksdk-0.100.1.dev19/openstack/tests/unit/database/v1 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/dns creating openstacksdk-0.100.1.dev19/openstack/tests/unit/dns/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/fake creating openstacksdk-0.100.1.dev19/openstack/tests/unit/fake/v1 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/fake/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures creating openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures/clouds creating openstacksdk-0.100.1.dev19/openstack/tests/unit/identity creating openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/image creating openstacksdk-0.100.1.dev19/openstack/tests/unit/image/v1 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/image/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/instance_ha creating openstacksdk-0.100.1.dev19/openstack/tests/unit/instance_ha/v1 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/key_manager creating openstacksdk-0.100.1.dev19/openstack/tests/unit/key_manager/v1 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer creating openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/message creating openstacksdk-0.100.1.dev19/openstack/tests/unit/message/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/network creating openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/object_store creating openstacksdk-0.100.1.dev19/openstack/tests/unit/object_store/v1 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration creating openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration/v1 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/placement creating openstacksdk-0.100.1.dev19/openstack/tests/unit/placement/v1 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/shared_file_system creating openstacksdk-0.100.1.dev19/openstack/tests/unit/shared_file_system/v2 creating openstacksdk-0.100.1.dev19/openstack/tests/unit/workflow creating openstacksdk-0.100.1.dev19/openstack/tests/unit/workflow/v2 creating openstacksdk-0.100.1.dev19/openstack/workflow creating openstacksdk-0.100.1.dev19/openstack/workflow/v2 creating openstacksdk-0.100.1.dev19/openstacksdk.egg-info creating openstacksdk-0.100.1.dev19/playbooks creating openstacksdk-0.100.1.dev19/playbooks/devstack creating openstacksdk-0.100.1.dev19/releasenotes creating openstacksdk-0.100.1.dev19/releasenotes/notes creating openstacksdk-0.100.1.dev19/releasenotes/source creating openstacksdk-0.100.1.dev19/releasenotes/source/_static creating openstacksdk-0.100.1.dev19/releasenotes/source/_templates creating openstacksdk-0.100.1.dev19/tools copying files to openstacksdk-0.100.1.dev19... copying .coveragerc -> openstacksdk-0.100.1.dev19 copying .mailmap -> openstacksdk-0.100.1.dev19 copying .pre-commit-config.yaml -> openstacksdk-0.100.1.dev19 copying .stestr.conf -> openstacksdk-0.100.1.dev19 copying .zuul.yaml -> openstacksdk-0.100.1.dev19 copying AUTHORS -> openstacksdk-0.100.1.dev19 copying CONTRIBUTING.rst -> openstacksdk-0.100.1.dev19 copying ChangeLog -> openstacksdk-0.100.1.dev19 copying HACKING.rst -> openstacksdk-0.100.1.dev19 copying LICENSE -> openstacksdk-0.100.1.dev19 copying MANIFEST.in -> openstacksdk-0.100.1.dev19 copying README.rst -> openstacksdk-0.100.1.dev19 copying SHADE-MERGE-TODO.rst -> openstacksdk-0.100.1.dev19 copying babel.cfg -> openstacksdk-0.100.1.dev19 copying bindep.txt -> openstacksdk-0.100.1.dev19 copying docs-requirements.txt -> openstacksdk-0.100.1.dev19 copying post_test_hook.sh -> openstacksdk-0.100.1.dev19 copying requirements.txt -> openstacksdk-0.100.1.dev19 copying setup.cfg -> openstacksdk-0.100.1.dev19 copying setup.py -> openstacksdk-0.100.1.dev19 copying test-requirements.txt -> openstacksdk-0.100.1.dev19 copying tox.ini -> openstacksdk-0.100.1.dev19 copying devstack/plugin.sh -> openstacksdk-0.100.1.dev19/devstack copying doc/requirements.txt -> openstacksdk-0.100.1.dev19/doc copying doc/source/conf.py -> openstacksdk-0.100.1.dev19/doc/source copying doc/source/glossary.rst -> openstacksdk-0.100.1.dev19/doc/source copying doc/source/index.rst -> openstacksdk-0.100.1.dev19/doc/source copying doc/source/releasenotes.rst -> openstacksdk-0.100.1.dev19/doc/source copying doc/source/contributor/clouds.yaml -> openstacksdk-0.100.1.dev19/doc/source/contributor copying doc/source/contributor/coding.rst -> openstacksdk-0.100.1.dev19/doc/source/contributor copying doc/source/contributor/contributing.rst -> openstacksdk-0.100.1.dev19/doc/source/contributor copying doc/source/contributor/history.rst -> openstacksdk-0.100.1.dev19/doc/source/contributor copying doc/source/contributor/index.rst -> openstacksdk-0.100.1.dev19/doc/source/contributor copying doc/source/contributor/layout.rst -> openstacksdk-0.100.1.dev19/doc/source/contributor copying doc/source/contributor/layout.txt -> openstacksdk-0.100.1.dev19/doc/source/contributor copying doc/source/contributor/setup.rst -> openstacksdk-0.100.1.dev19/doc/source/contributor copying doc/source/contributor/testing.rst -> openstacksdk-0.100.1.dev19/doc/source/contributor copying doc/source/contributor/create/resource.rst -> openstacksdk-0.100.1.dev19/doc/source/contributor/create copying doc/source/contributor/create/examples/resource/fake.py -> openstacksdk-0.100.1.dev19/doc/source/contributor/create/examples/resource copying doc/source/contributor/create/examples/resource/fake_service.py -> openstacksdk-0.100.1.dev19/doc/source/contributor/create/examples/resource copying doc/source/install/index.rst -> openstacksdk-0.100.1.dev19/doc/source/install copying doc/source/user/connection.rst -> openstacksdk-0.100.1.dev19/doc/source/user copying doc/source/user/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user copying doc/source/user/microversions.rst -> openstacksdk-0.100.1.dev19/doc/source/user copying doc/source/user/model.rst -> openstacksdk-0.100.1.dev19/doc/source/user copying doc/source/user/multi-cloud-demo.rst -> openstacksdk-0.100.1.dev19/doc/source/user copying doc/source/user/resource.rst -> openstacksdk-0.100.1.dev19/doc/source/user copying doc/source/user/service_description.rst -> openstacksdk-0.100.1.dev19/doc/source/user copying doc/source/user/transition_from_profile.rst -> openstacksdk-0.100.1.dev19/doc/source/user copying doc/source/user/utils.rst -> openstacksdk-0.100.1.dev19/doc/source/user copying doc/source/user/config/configuration.rst -> openstacksdk-0.100.1.dev19/doc/source/user/config copying doc/source/user/config/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/config copying doc/source/user/config/network-config.rst -> openstacksdk-0.100.1.dev19/doc/source/user/config copying doc/source/user/config/reference.rst -> openstacksdk-0.100.1.dev19/doc/source/user/config 'doc/source/user/examples' not a regular file -- skipping copying doc/source/user/config/using.rst -> openstacksdk-0.100.1.dev19/doc/source/user/config copying doc/source/user/config/vendor-support.rst -> openstacksdk-0.100.1.dev19/doc/source/user/config copying doc/source/user/guides/baremetal.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/block_storage.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/clustering.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/compute.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/connect.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/connect_from_config.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/database.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/dns.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/identity.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/image.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/intro.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/key_manager.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/logging.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/message.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/network.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/object_store.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/orchestration.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/shared_file_system.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/stats.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides copying doc/source/user/guides/clustering/action.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/cluster.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/event.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/node.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/policy.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/policy_type.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/profile.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/profile_type.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/receiver.rst -> openstacksdk-0.100.1.dev19/doc/source/user/guides/clustering copying doc/source/user/proxies/accelerator.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/baremetal.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/baremetal_introspection.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/block_storage_v2.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/block_storage_v3.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/clustering.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/compute.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/database.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/dns.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/identity_v2.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/identity_v3.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/image_v1.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/image_v2.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/key_manager.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/load_balancer_v2.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/message_v2.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/network.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/object_store.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/orchestration.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/placement.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/shared_file_system.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/proxies/workflow.rst -> openstacksdk-0.100.1.dev19/doc/source/user/proxies copying doc/source/user/resources/accelerator/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/accelerator copying doc/source/user/resources/accelerator/v2/accelerator_request.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/accelerator/v2 copying doc/source/user/resources/accelerator/v2/deployable.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/accelerator/v2 copying doc/source/user/resources/accelerator/v2/device.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/accelerator/v2 copying doc/source/user/resources/accelerator/v2/device_profile.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/accelerator/v2 copying doc/source/user/resources/baremetal/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal copying doc/source/user/resources/baremetal/v1/allocation.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/chassis.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/conductor.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/deploy_templates.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/driver.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/node.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/port.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/port_group.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/volume_connector.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/volume_target.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal_introspection/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal_introspection copying doc/source/user/resources/baremetal_introspection/v1/introspection.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/baremetal_introspection/v1 copying doc/source/user/resources/block_storage/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/block_storage copying doc/source/user/resources/block_storage/v2/backup.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/block_storage/v2 copying doc/source/user/resources/block_storage/v2/quota_set.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/block_storage/v2 copying doc/source/user/resources/block_storage/v2/snapshot.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/block_storage/v2 copying doc/source/user/resources/block_storage/v2/type.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/block_storage/v2 copying doc/source/user/resources/block_storage/v2/volume.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/block_storage/v2 copying doc/source/user/resources/block_storage/v3/backup.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/quota_set.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/snapshot.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/type.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/volume.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/clustering/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/clustering copying doc/source/user/resources/clustering/v1/action.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/build_info.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/cluster.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/cluster_policy.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/event.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/node.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/policy.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/policy_type.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/profile.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/profile_type.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/receiver.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/compute/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/compute copying doc/source/user/resources/compute/v2/extension.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/flavor.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/hypervisor.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/image.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/keypair.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/limits.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/migration.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/quota_set.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/server.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/server_interface.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/server_ip.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/server_migration.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/compute/v2 copying doc/source/user/resources/database/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/database copying doc/source/user/resources/database/v1/database.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/database/v1 copying doc/source/user/resources/database/v1/flavor.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/database/v1 copying doc/source/user/resources/database/v1/instance.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/database/v1 copying doc/source/user/resources/database/v1/user.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/database/v1 copying doc/source/user/resources/dns/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/dns copying doc/source/user/resources/dns/v2/floating_ip.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/dns/v2 copying doc/source/user/resources/dns/v2/recordset.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/dns/v2 copying doc/source/user/resources/dns/v2/zone.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/dns/v2 copying doc/source/user/resources/dns/v2/zone_export.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/dns/v2 copying doc/source/user/resources/dns/v2/zone_import.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/dns/v2 copying doc/source/user/resources/dns/v2/zone_transfer.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/dns/v2 copying doc/source/user/resources/identity/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/identity copying doc/source/user/resources/identity/v2/extension.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/identity/v2 copying doc/source/user/resources/identity/v2/role.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/identity/v2 copying doc/source/user/resources/identity/v2/tenant.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/identity/v2 copying doc/source/user/resources/identity/v2/user.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/identity/v2 copying doc/source/user/resources/identity/v3/credential.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/domain.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/endpoint.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/group.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/policy.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/project.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/service.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/trust.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/user.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/identity/v3 copying doc/source/user/resources/image/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/image copying doc/source/user/resources/image/v1/image.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/image/v1 copying doc/source/user/resources/image/v2/image.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/image/v2 copying doc/source/user/resources/image/v2/member.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/image/v2 copying doc/source/user/resources/image/v2/service_info.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/image/v2 copying doc/source/user/resources/image/v2/task.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/image/v2 copying doc/source/user/resources/key_manager/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/key_manager copying doc/source/user/resources/key_manager/v1/container.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/key_manager/v1 copying doc/source/user/resources/key_manager/v1/order.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/key_manager/v1 copying doc/source/user/resources/key_manager/v1/secret.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/key_manager/v1 copying doc/source/user/resources/load_balancer/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer copying doc/source/user/resources/load_balancer/v2/amphora.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/availability_zone.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/availability_zone_profile.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/flavor.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/flavor_profile.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/health_monitor.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/l7_policy.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/l7_rule.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/listener.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/load_balancer.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/member.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/pool.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/provider.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/quota.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/network/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network copying doc/source/user/resources/network/v2/address_group.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/address_scope.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/agent.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/auto_allocated_topology.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/availability_zone.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/extension.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/flavor.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/floating_ip.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/health_monitor.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/listener.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/load_balancer.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/local_ip.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/local_ip_association.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/metering_label.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/metering_label_rule.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/ndp_proxy.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/network.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/network_ip_availability.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/network_segment_range.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/pool.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/pool_member.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/port.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/qos_bandwidth_limit_rule.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/qos_dscp_marking_rule.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/qos_minimum_bandwidth_rule.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/qos_minimum_packet_rate_rule.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/qos_policy.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/qos_rule_type.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/quota.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/rbac_policy.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/router.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/security_group.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/security_group_rule.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/segment.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/service_profile.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/service_provider.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/subnet.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/subnet_pool.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/vpn/endpoint_group.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2/vpn copying doc/source/user/resources/network/v2/vpn/ikepolicy.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2/vpn copying doc/source/user/resources/network/v2/vpn/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2/vpn copying doc/source/user/resources/network/v2/vpn/ipsec_site_connection.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2/vpn copying doc/source/user/resources/network/v2/vpn/ipsecpolicy.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2/vpn copying doc/source/user/resources/network/v2/vpn/service.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/network/v2/vpn copying doc/source/user/resources/object_store/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/object_store copying doc/source/user/resources/object_store/v1/account.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/object_store/v1 copying doc/source/user/resources/object_store/v1/container.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/object_store/v1 copying doc/source/user/resources/object_store/v1/obj.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/object_store/v1 copying doc/source/user/resources/orchestration/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/orchestration copying doc/source/user/resources/orchestration/v1/resource.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/orchestration/v1 copying doc/source/user/resources/orchestration/v1/stack.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/orchestration/v1 copying doc/source/user/resources/placement/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/placement copying doc/source/user/resources/placement/v1/resource_class.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/placement/v1 copying doc/source/user/resources/placement/v1/resource_provider.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/placement/v1 copying doc/source/user/resources/shared_file_system/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/shared_file_system copying doc/source/user/resources/shared_file_system/v2/availability_zone.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/limit.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/share.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/share_snapshot.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/storage_pool.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/user_message.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/workflow/index.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/workflow copying doc/source/user/resources/workflow/v2/execution.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/workflow/v2 copying doc/source/user/resources/workflow/v2/workflow.rst -> openstacksdk-0.100.1.dev19/doc/source/user/resources/workflow/v2 copying examples/__init__.py -> openstacksdk-0.100.1.dev19/examples copying examples/connect.py -> openstacksdk-0.100.1.dev19/examples copying examples/baremetal/list.py -> openstacksdk-0.100.1.dev19/examples/baremetal copying examples/baremetal/provisioning.py -> openstacksdk-0.100.1.dev19/examples/baremetal copying examples/cloud/cleanup-servers.py -> openstacksdk-0.100.1.dev19/examples/cloud copying examples/cloud/create-server-dict.py -> openstacksdk-0.100.1.dev19/examples/cloud copying examples/cloud/create-server-name-or-id.py -> openstacksdk-0.100.1.dev19/examples/cloud copying examples/cloud/debug-logging.py -> openstacksdk-0.100.1.dev19/examples/cloud copying examples/cloud/find-an-image.py -> openstacksdk-0.100.1.dev19/examples/cloud copying examples/cloud/http-debug-logging.py -> openstacksdk-0.100.1.dev19/examples/cloud copying examples/cloud/munch-dict-object.py -> openstacksdk-0.100.1.dev19/examples/cloud copying examples/cloud/normalization.py -> openstacksdk-0.100.1.dev19/examples/cloud copying examples/cloud/server-information.py -> openstacksdk-0.100.1.dev19/examples/cloud copying examples/cloud/service-conditional-overrides.py -> openstacksdk-0.100.1.dev19/examples/cloud copying examples/cloud/service-conditionals.py -> openstacksdk-0.100.1.dev19/examples/cloud copying examples/cloud/strict-mode.py -> openstacksdk-0.100.1.dev19/examples/cloud copying examples/cloud/upload-large-object.py -> openstacksdk-0.100.1.dev19/examples/cloud copying examples/cloud/upload-object.py -> openstacksdk-0.100.1.dev19/examples/cloud copying examples/cloud/user-agent.py -> openstacksdk-0.100.1.dev19/examples/cloud copying examples/clustering/__init__.py -> openstacksdk-0.100.1.dev19/examples/clustering copying examples/clustering/action.py -> openstacksdk-0.100.1.dev19/examples/clustering copying examples/clustering/cluster.py -> openstacksdk-0.100.1.dev19/examples/clustering copying examples/clustering/event.py -> openstacksdk-0.100.1.dev19/examples/clustering copying examples/clustering/node.py -> openstacksdk-0.100.1.dev19/examples/clustering copying examples/clustering/policy.py -> openstacksdk-0.100.1.dev19/examples/clustering copying examples/clustering/policy_type.py -> openstacksdk-0.100.1.dev19/examples/clustering copying examples/clustering/profile.py -> openstacksdk-0.100.1.dev19/examples/clustering copying examples/clustering/profile_type.py -> openstacksdk-0.100.1.dev19/examples/clustering copying examples/clustering/receiver.py -> openstacksdk-0.100.1.dev19/examples/clustering copying examples/compute/__init__.py -> openstacksdk-0.100.1.dev19/examples/compute copying examples/compute/create.py -> openstacksdk-0.100.1.dev19/examples/compute copying examples/compute/delete.py -> openstacksdk-0.100.1.dev19/examples/compute copying examples/compute/find.py -> openstacksdk-0.100.1.dev19/examples/compute copying examples/compute/list.py -> openstacksdk-0.100.1.dev19/examples/compute copying examples/dns/__init__.py -> openstacksdk-0.100.1.dev19/examples/dns copying examples/dns/list.py -> openstacksdk-0.100.1.dev19/examples/dns copying examples/identity/__init__.py -> openstacksdk-0.100.1.dev19/examples/identity copying examples/identity/list.py -> openstacksdk-0.100.1.dev19/examples/identity copying examples/image/__init__.py -> openstacksdk-0.100.1.dev19/examples/image copying examples/image/create.py -> openstacksdk-0.100.1.dev19/examples/image copying examples/image/delete.py -> openstacksdk-0.100.1.dev19/examples/image copying examples/image/download.py -> openstacksdk-0.100.1.dev19/examples/image copying examples/image/import.py -> openstacksdk-0.100.1.dev19/examples/image copying examples/image/list.py -> openstacksdk-0.100.1.dev19/examples/image copying examples/key_manager/__init__.py -> openstacksdk-0.100.1.dev19/examples/key_manager copying examples/key_manager/create.py -> openstacksdk-0.100.1.dev19/examples/key_manager copying examples/key_manager/get.py -> openstacksdk-0.100.1.dev19/examples/key_manager copying examples/key_manager/list.py -> openstacksdk-0.100.1.dev19/examples/key_manager copying examples/network/__init__.py -> openstacksdk-0.100.1.dev19/examples/network copying examples/network/create.py -> openstacksdk-0.100.1.dev19/examples/network copying examples/network/delete.py -> openstacksdk-0.100.1.dev19/examples/network copying examples/network/find.py -> openstacksdk-0.100.1.dev19/examples/network copying examples/network/list.py -> openstacksdk-0.100.1.dev19/examples/network copying examples/network/security_group_rules.py -> openstacksdk-0.100.1.dev19/examples/network copying examples/shared_file_system/__init__.py -> openstacksdk-0.100.1.dev19/examples/shared_file_system copying examples/shared_file_system/availability_zones.py -> openstacksdk-0.100.1.dev19/examples/shared_file_system copying extras/delete-network.sh -> openstacksdk-0.100.1.dev19/extras copying extras/run-ansible-tests.sh -> openstacksdk-0.100.1.dev19/extras copying openstack/__init__.py -> openstacksdk-0.100.1.dev19/openstack copying openstack/__main__.py -> openstacksdk-0.100.1.dev19/openstack copying openstack/_hacking.py -> openstacksdk-0.100.1.dev19/openstack copying openstack/_log.py -> openstacksdk-0.100.1.dev19/openstack copying openstack/_services_mixin.py -> openstacksdk-0.100.1.dev19/openstack copying openstack/connection.py -> openstacksdk-0.100.1.dev19/openstack copying openstack/exceptions.py -> openstacksdk-0.100.1.dev19/openstack copying openstack/format.py -> openstacksdk-0.100.1.dev19/openstack copying openstack/proxy.py -> openstacksdk-0.100.1.dev19/openstack copying openstack/py.typed -> openstacksdk-0.100.1.dev19/openstack copying openstack/resource.py -> openstacksdk-0.100.1.dev19/openstack copying openstack/service_description.py -> openstacksdk-0.100.1.dev19/openstack copying openstack/utils.py -> openstacksdk-0.100.1.dev19/openstack copying openstack/version.py -> openstacksdk-0.100.1.dev19/openstack copying openstack/accelerator/__init__.py -> openstacksdk-0.100.1.dev19/openstack/accelerator copying openstack/accelerator/accelerator_service.py -> openstacksdk-0.100.1.dev19/openstack/accelerator copying openstack/accelerator/version.py -> openstacksdk-0.100.1.dev19/openstack/accelerator copying openstack/accelerator/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/accelerator/v2 copying openstack/accelerator/v2/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/accelerator/v2 copying openstack/accelerator/v2/accelerator_request.py -> openstacksdk-0.100.1.dev19/openstack/accelerator/v2 copying openstack/accelerator/v2/deployable.py -> openstacksdk-0.100.1.dev19/openstack/accelerator/v2 copying openstack/accelerator/v2/device.py -> openstacksdk-0.100.1.dev19/openstack/accelerator/v2 copying openstack/accelerator/v2/device_profile.py -> openstacksdk-0.100.1.dev19/openstack/accelerator/v2 copying openstack/baremetal/__init__.py -> openstacksdk-0.100.1.dev19/openstack/baremetal copying openstack/baremetal/baremetal_service.py -> openstacksdk-0.100.1.dev19/openstack/baremetal copying openstack/baremetal/configdrive.py -> openstacksdk-0.100.1.dev19/openstack/baremetal copying openstack/baremetal/version.py -> openstacksdk-0.100.1.dev19/openstack/baremetal copying openstack/baremetal/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/baremetal/v1 copying openstack/baremetal/v1/_common.py -> openstacksdk-0.100.1.dev19/openstack/baremetal/v1 copying openstack/baremetal/v1/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/baremetal/v1 copying openstack/baremetal/v1/allocation.py -> openstacksdk-0.100.1.dev19/openstack/baremetal/v1 copying openstack/baremetal/v1/chassis.py -> openstacksdk-0.100.1.dev19/openstack/baremetal/v1 copying openstack/baremetal/v1/conductor.py -> openstacksdk-0.100.1.dev19/openstack/baremetal/v1 copying openstack/baremetal/v1/deploy_templates.py -> openstacksdk-0.100.1.dev19/openstack/baremetal/v1 copying openstack/baremetal/v1/driver.py -> openstacksdk-0.100.1.dev19/openstack/baremetal/v1 copying openstack/baremetal/v1/node.py -> openstacksdk-0.100.1.dev19/openstack/baremetal/v1 copying openstack/baremetal/v1/port.py -> openstacksdk-0.100.1.dev19/openstack/baremetal/v1 copying openstack/baremetal/v1/port_group.py -> openstacksdk-0.100.1.dev19/openstack/baremetal/v1 copying openstack/baremetal/v1/volume_connector.py -> openstacksdk-0.100.1.dev19/openstack/baremetal/v1 copying openstack/baremetal/v1/volume_target.py -> openstacksdk-0.100.1.dev19/openstack/baremetal/v1 copying openstack/baremetal_introspection/__init__.py -> openstacksdk-0.100.1.dev19/openstack/baremetal_introspection copying openstack/baremetal_introspection/baremetal_introspection_service.py -> openstacksdk-0.100.1.dev19/openstack/baremetal_introspection copying openstack/baremetal_introspection/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/baremetal_introspection/v1 copying openstack/baremetal_introspection/v1/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/baremetal_introspection/v1 copying openstack/baremetal_introspection/v1/introspection.py -> openstacksdk-0.100.1.dev19/openstack/baremetal_introspection/v1 copying openstack/block_storage/__init__.py -> openstacksdk-0.100.1.dev19/openstack/block_storage copying openstack/block_storage/_base_proxy.py -> openstacksdk-0.100.1.dev19/openstack/block_storage copying openstack/block_storage/block_storage_service.py -> openstacksdk-0.100.1.dev19/openstack/block_storage copying openstack/block_storage/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v2 copying openstack/block_storage/v2/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v2 copying openstack/block_storage/v2/backup.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v2 copying openstack/block_storage/v2/quota_set.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v2 copying openstack/block_storage/v2/snapshot.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v2 copying openstack/block_storage/v2/stats.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v2 copying openstack/block_storage/v2/type.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v2 copying openstack/block_storage/v2/volume.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v2 copying openstack/block_storage/v3/__init__.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v3 copying openstack/block_storage/v3/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v3 copying openstack/block_storage/v3/availability_zone.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v3 copying openstack/block_storage/v3/backup.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v3 copying openstack/block_storage/v3/capabilities.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v3 copying openstack/block_storage/v3/extension.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v3 copying openstack/block_storage/v3/group.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v3 copying openstack/block_storage/v3/group_type.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v3 copying openstack/block_storage/v3/limits.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v3 copying openstack/block_storage/v3/quota_set.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v3 copying openstack/block_storage/v3/resource_filter.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v3 copying openstack/block_storage/v3/snapshot.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v3 copying openstack/block_storage/v3/stats.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v3 copying openstack/block_storage/v3/type.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v3 copying openstack/block_storage/v3/volume.py -> openstacksdk-0.100.1.dev19/openstack/block_storage/v3 copying openstack/cloud/__init__.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_accelerator.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_baremetal.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_block_storage.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_clustering.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_coe.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_compute.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_dns.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_floating_ip.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_identity.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_image.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_network.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_network_common.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_normalize.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_object_store.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_orchestration.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_security_group.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_shared_file_system.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/_utils.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/exc.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/inventory.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/meta.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/openstackcloud.py -> openstacksdk-0.100.1.dev19/openstack/cloud copying openstack/cloud/cmd/__init__.py -> openstacksdk-0.100.1.dev19/openstack/cloud/cmd copying openstack/cloud/cmd/inventory.py -> openstacksdk-0.100.1.dev19/openstack/cloud/cmd copying openstack/cloud/tests/__init__.py -> openstacksdk-0.100.1.dev19/openstack/cloud/tests copying openstack/clustering/__init__.py -> openstacksdk-0.100.1.dev19/openstack/clustering copying openstack/clustering/clustering_service.py -> openstacksdk-0.100.1.dev19/openstack/clustering copying openstack/clustering/version.py -> openstacksdk-0.100.1.dev19/openstack/clustering copying openstack/clustering/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/clustering/v1/_async_resource.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/clustering/v1/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/clustering/v1/action.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/clustering/v1/build_info.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/clustering/v1/cluster.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/clustering/v1/cluster_attr.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/clustering/v1/cluster_policy.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/clustering/v1/event.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/clustering/v1/node.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/clustering/v1/policy.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/clustering/v1/policy_type.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/clustering/v1/profile.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/clustering/v1/profile_type.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/clustering/v1/receiver.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/clustering/v1/service.py -> openstacksdk-0.100.1.dev19/openstack/clustering/v1 copying openstack/common/__init__.py -> openstacksdk-0.100.1.dev19/openstack/common copying openstack/common/metadata.py -> openstacksdk-0.100.1.dev19/openstack/common copying openstack/common/quota_set.py -> openstacksdk-0.100.1.dev19/openstack/common copying openstack/common/tag.py -> openstacksdk-0.100.1.dev19/openstack/common copying openstack/compute/__init__.py -> openstacksdk-0.100.1.dev19/openstack/compute copying openstack/compute/compute_service.py -> openstacksdk-0.100.1.dev19/openstack/compute copying openstack/compute/version.py -> openstacksdk-0.100.1.dev19/openstack/compute copying openstack/compute/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/aggregate.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/availability_zone.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/extension.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/flavor.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/hypervisor.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/image.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/keypair.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/limits.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/migration.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/quota_set.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/server.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/server_action.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/server_diagnostics.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/server_group.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/server_interface.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/server_ip.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/server_migration.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/server_remote_console.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/service.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/compute/v2/volume_attachment.py -> openstacksdk-0.100.1.dev19/openstack/compute/v2 copying openstack/config/__init__.py -> openstacksdk-0.100.1.dev19/openstack/config copying openstack/config/_util.py -> openstacksdk-0.100.1.dev19/openstack/config copying openstack/config/cloud_config.py -> openstacksdk-0.100.1.dev19/openstack/config copying openstack/config/cloud_region.py -> openstacksdk-0.100.1.dev19/openstack/config copying openstack/config/defaults.json -> openstacksdk-0.100.1.dev19/openstack/config copying openstack/config/defaults.py -> openstacksdk-0.100.1.dev19/openstack/config copying openstack/config/exceptions.py -> openstacksdk-0.100.1.dev19/openstack/config copying openstack/config/loader.py -> openstacksdk-0.100.1.dev19/openstack/config copying openstack/config/schema.json -> openstacksdk-0.100.1.dev19/openstack/config copying openstack/config/vendor-schema.json -> openstacksdk-0.100.1.dev19/openstack/config copying openstack/config/vendors/__init__.py -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/auro.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/betacloud.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/bluebox.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/catalyst.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/citycloud.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/conoha.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/dreamcompute.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/elastx.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/entercloudsuite.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/fuga.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/ibmcloud.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/internap.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/limestonenetworks.yaml -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/otc.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/ovh-us.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/ovh.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/rackspace.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/switchengines.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/ultimum.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/unitedstack.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/vexxhost.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/config/vendors/zetta.json -> openstacksdk-0.100.1.dev19/openstack/config/vendors copying openstack/database/__init__.py -> openstacksdk-0.100.1.dev19/openstack/database copying openstack/database/database_service.py -> openstacksdk-0.100.1.dev19/openstack/database copying openstack/database/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/database/v1 copying openstack/database/v1/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/database/v1 copying openstack/database/v1/database.py -> openstacksdk-0.100.1.dev19/openstack/database/v1 copying openstack/database/v1/flavor.py -> openstacksdk-0.100.1.dev19/openstack/database/v1 copying openstack/database/v1/instance.py -> openstacksdk-0.100.1.dev19/openstack/database/v1 copying openstack/database/v1/user.py -> openstacksdk-0.100.1.dev19/openstack/database/v1 copying openstack/dns/__init__.py -> openstacksdk-0.100.1.dev19/openstack/dns copying openstack/dns/dns_service.py -> openstacksdk-0.100.1.dev19/openstack/dns copying openstack/dns/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/dns/v2 copying openstack/dns/v2/_base.py -> openstacksdk-0.100.1.dev19/openstack/dns/v2 copying openstack/dns/v2/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/dns/v2 copying openstack/dns/v2/floating_ip.py -> openstacksdk-0.100.1.dev19/openstack/dns/v2 copying openstack/dns/v2/recordset.py -> openstacksdk-0.100.1.dev19/openstack/dns/v2 copying openstack/dns/v2/zone.py -> openstacksdk-0.100.1.dev19/openstack/dns/v2 copying openstack/dns/v2/zone_export.py -> openstacksdk-0.100.1.dev19/openstack/dns/v2 copying openstack/dns/v2/zone_import.py -> openstacksdk-0.100.1.dev19/openstack/dns/v2 copying openstack/dns/v2/zone_transfer.py -> openstacksdk-0.100.1.dev19/openstack/dns/v2 copying openstack/fixture/__init__.py -> openstacksdk-0.100.1.dev19/openstack/fixture copying openstack/fixture/connection.py -> openstacksdk-0.100.1.dev19/openstack/fixture copying openstack/identity/__init__.py -> openstacksdk-0.100.1.dev19/openstack/identity copying openstack/identity/identity_service.py -> openstacksdk-0.100.1.dev19/openstack/identity copying openstack/identity/version.py -> openstacksdk-0.100.1.dev19/openstack/identity copying openstack/identity/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/identity/v2 copying openstack/identity/v2/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/identity/v2 copying openstack/identity/v2/extension.py -> openstacksdk-0.100.1.dev19/openstack/identity/v2 copying openstack/identity/v2/role.py -> openstacksdk-0.100.1.dev19/openstack/identity/v2 copying openstack/identity/v2/tenant.py -> openstacksdk-0.100.1.dev19/openstack/identity/v2 copying openstack/identity/v2/user.py -> openstacksdk-0.100.1.dev19/openstack/identity/v2 copying openstack/identity/v3/__init__.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/application_credential.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/credential.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/domain.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/endpoint.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/federation_protocol.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/group.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/identity_provider.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/limit.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/mapping.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/policy.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/project.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/region.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/registered_limit.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/role.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/role_assignment.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/role_domain_group_assignment.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/role_domain_user_assignment.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/role_project_group_assignment.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/role_project_user_assignment.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/role_system_group_assignment.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/role_system_user_assignment.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/service.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/system.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/trust.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/identity/v3/user.py -> openstacksdk-0.100.1.dev19/openstack/identity/v3 copying openstack/image/__init__.py -> openstacksdk-0.100.1.dev19/openstack/image copying openstack/image/_base_proxy.py -> openstacksdk-0.100.1.dev19/openstack/image copying openstack/image/_download.py -> openstacksdk-0.100.1.dev19/openstack/image copying openstack/image/image_service.py -> openstacksdk-0.100.1.dev19/openstack/image copying openstack/image/image_signer.py -> openstacksdk-0.100.1.dev19/openstack/image copying openstack/image/iterable_chunked_file.py -> openstacksdk-0.100.1.dev19/openstack/image copying openstack/image/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/image/v1 copying openstack/image/v1/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/image/v1 copying openstack/image/v1/image.py -> openstacksdk-0.100.1.dev19/openstack/image/v1 copying openstack/image/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/image/v2 copying openstack/image/v2/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/image/v2 copying openstack/image/v2/image.py -> openstacksdk-0.100.1.dev19/openstack/image/v2 copying openstack/image/v2/member.py -> openstacksdk-0.100.1.dev19/openstack/image/v2 copying openstack/image/v2/schema.py -> openstacksdk-0.100.1.dev19/openstack/image/v2 copying openstack/image/v2/service_info.py -> openstacksdk-0.100.1.dev19/openstack/image/v2 copying openstack/image/v2/task.py -> openstacksdk-0.100.1.dev19/openstack/image/v2 copying openstack/instance_ha/__init__.py -> openstacksdk-0.100.1.dev19/openstack/instance_ha copying openstack/instance_ha/instance_ha_service.py -> openstacksdk-0.100.1.dev19/openstack/instance_ha copying openstack/instance_ha/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/instance_ha/v1 copying openstack/instance_ha/v1/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/instance_ha/v1 copying openstack/instance_ha/v1/host.py -> openstacksdk-0.100.1.dev19/openstack/instance_ha/v1 copying openstack/instance_ha/v1/notification.py -> openstacksdk-0.100.1.dev19/openstack/instance_ha/v1 copying openstack/instance_ha/v1/segment.py -> openstacksdk-0.100.1.dev19/openstack/instance_ha/v1 copying openstack/key_manager/__init__.py -> openstacksdk-0.100.1.dev19/openstack/key_manager copying openstack/key_manager/key_manager_service.py -> openstacksdk-0.100.1.dev19/openstack/key_manager copying openstack/key_manager/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/key_manager/v1 copying openstack/key_manager/v1/_format.py -> openstacksdk-0.100.1.dev19/openstack/key_manager/v1 copying openstack/key_manager/v1/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/key_manager/v1 copying openstack/key_manager/v1/container.py -> openstacksdk-0.100.1.dev19/openstack/key_manager/v1 copying openstack/key_manager/v1/order.py -> openstacksdk-0.100.1.dev19/openstack/key_manager/v1 copying openstack/key_manager/v1/secret.py -> openstacksdk-0.100.1.dev19/openstack/key_manager/v1 copying openstack/load_balancer/__init__.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer copying openstack/load_balancer/load_balancer_service.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer copying openstack/load_balancer/version.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer copying openstack/load_balancer/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/load_balancer/v2/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/load_balancer/v2/amphora.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/load_balancer/v2/availability_zone.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/load_balancer/v2/availability_zone_profile.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/load_balancer/v2/flavor.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/load_balancer/v2/flavor_profile.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/load_balancer/v2/health_monitor.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/load_balancer/v2/l7_policy.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/load_balancer/v2/l7_rule.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/load_balancer/v2/listener.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/load_balancer/v2/load_balancer.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/load_balancer/v2/member.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/load_balancer/v2/pool.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/load_balancer/v2/provider.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/load_balancer/v2/quota.py -> openstacksdk-0.100.1.dev19/openstack/load_balancer/v2 copying openstack/message/__init__.py -> openstacksdk-0.100.1.dev19/openstack/message copying openstack/message/message_service.py -> openstacksdk-0.100.1.dev19/openstack/message copying openstack/message/version.py -> openstacksdk-0.100.1.dev19/openstack/message copying openstack/message/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/message/v2 copying openstack/message/v2/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/message/v2 copying openstack/message/v2/claim.py -> openstacksdk-0.100.1.dev19/openstack/message/v2 copying openstack/message/v2/message.py -> openstacksdk-0.100.1.dev19/openstack/message/v2 copying openstack/message/v2/queue.py -> openstacksdk-0.100.1.dev19/openstack/message/v2 copying openstack/message/v2/subscription.py -> openstacksdk-0.100.1.dev19/openstack/message/v2 copying openstack/network/__init__.py -> openstacksdk-0.100.1.dev19/openstack/network copying openstack/network/network_service.py -> openstacksdk-0.100.1.dev19/openstack/network copying openstack/network/version.py -> openstacksdk-0.100.1.dev19/openstack/network copying openstack/network/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/_base.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/address_group.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/address_scope.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/agent.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/auto_allocated_topology.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/availability_zone.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/extension.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/firewall_group.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/firewall_policy.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/firewall_rule.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/flavor.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/floating_ip.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/health_monitor.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/l3_conntrack_helper.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/listener.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/load_balancer.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/local_ip.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/local_ip_association.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/metering_label.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/metering_label_rule.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/ndp_proxy.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/network.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/network_ip_availability.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/network_segment_range.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/pool.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/pool_member.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/port.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/port_forwarding.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/qos_bandwidth_limit_rule.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/qos_dscp_marking_rule.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/qos_minimum_bandwidth_rule.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/qos_minimum_packet_rate_rule.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/qos_policy.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/qos_rule_type.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/quota.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/rbac_policy.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/router.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/security_group.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/security_group_rule.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/segment.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/service_profile.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/service_provider.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/subnet.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/subnet_pool.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/trunk.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/vpn_endpoint_group.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/vpn_ikepolicy.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/vpn_ipsec_policy.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/vpn_ipsec_site_connection.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/vpn_ipsecpolicy.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/network/v2/vpn_service.py -> openstacksdk-0.100.1.dev19/openstack/network/v2 copying openstack/object_store/__init__.py -> openstacksdk-0.100.1.dev19/openstack/object_store copying openstack/object_store/object_store_service.py -> openstacksdk-0.100.1.dev19/openstack/object_store copying openstack/object_store/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/object_store/v1 copying openstack/object_store/v1/_base.py -> openstacksdk-0.100.1.dev19/openstack/object_store/v1 copying openstack/object_store/v1/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/object_store/v1 copying openstack/object_store/v1/account.py -> openstacksdk-0.100.1.dev19/openstack/object_store/v1 copying openstack/object_store/v1/container.py -> openstacksdk-0.100.1.dev19/openstack/object_store/v1 copying openstack/object_store/v1/info.py -> openstacksdk-0.100.1.dev19/openstack/object_store/v1 copying openstack/object_store/v1/obj.py -> openstacksdk-0.100.1.dev19/openstack/object_store/v1 copying openstack/orchestration/__init__.py -> openstacksdk-0.100.1.dev19/openstack/orchestration copying openstack/orchestration/orchestration_service.py -> openstacksdk-0.100.1.dev19/openstack/orchestration copying openstack/orchestration/version.py -> openstacksdk-0.100.1.dev19/openstack/orchestration copying openstack/orchestration/util/__init__.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/util copying openstack/orchestration/util/environment_format.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/util copying openstack/orchestration/util/event_utils.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/util copying openstack/orchestration/util/template_format.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/util copying openstack/orchestration/util/template_utils.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/util copying openstack/orchestration/util/utils.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/util copying openstack/orchestration/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/v1 copying openstack/orchestration/v1/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/v1 copying openstack/orchestration/v1/resource.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/v1 copying openstack/orchestration/v1/software_config.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/v1 copying openstack/orchestration/v1/software_deployment.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/v1 copying openstack/orchestration/v1/stack.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/v1 copying openstack/orchestration/v1/stack_environment.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/v1 copying openstack/orchestration/v1/stack_files.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/v1 copying openstack/orchestration/v1/stack_template.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/v1 copying openstack/orchestration/v1/template.py -> openstacksdk-0.100.1.dev19/openstack/orchestration/v1 copying openstack/placement/__init__.py -> openstacksdk-0.100.1.dev19/openstack/placement copying openstack/placement/placement_service.py -> openstacksdk-0.100.1.dev19/openstack/placement copying openstack/placement/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/placement/v1 copying openstack/placement/v1/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/placement/v1 copying openstack/placement/v1/resource_class.py -> openstacksdk-0.100.1.dev19/openstack/placement/v1 copying openstack/placement/v1/resource_provider.py -> openstacksdk-0.100.1.dev19/openstack/placement/v1 copying openstack/shared_file_system/__init__.py -> openstacksdk-0.100.1.dev19/openstack/shared_file_system copying openstack/shared_file_system/shared_file_system_service.py -> openstacksdk-0.100.1.dev19/openstack/shared_file_system copying openstack/shared_file_system/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/availability_zone.py -> openstacksdk-0.100.1.dev19/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/limit.py -> openstacksdk-0.100.1.dev19/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/share.py -> openstacksdk-0.100.1.dev19/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/share_snapshot.py -> openstacksdk-0.100.1.dev19/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/storage_pool.py -> openstacksdk-0.100.1.dev19/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/user_message.py -> openstacksdk-0.100.1.dev19/openstack/shared_file_system/v2 copying openstack/tests/README.rst -> openstacksdk-0.100.1.dev19/openstack/tests copying openstack/tests/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests copying openstack/tests/base.py -> openstacksdk-0.100.1.dev19/openstack/tests copying openstack/tests/fakes.py -> openstacksdk-0.100.1.dev19/openstack/tests copying openstack/tests/ansible/README.txt -> openstacksdk-0.100.1.dev19/openstack/tests/ansible copying openstack/tests/ansible/run.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible copying openstack/tests/ansible/hooks/post_test_hook.sh -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/hooks copying openstack/tests/ansible/roles/auth/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/auth/tasks copying openstack/tests/ansible/roles/client_config/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/client_config/tasks copying openstack/tests/ansible/roles/group/defaults/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/group/defaults copying openstack/tests/ansible/roles/group/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/group/tasks copying openstack/tests/ansible/roles/image/defaults/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/image/defaults copying openstack/tests/ansible/roles/image/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/image/tasks copying openstack/tests/ansible/roles/keypair/defaults/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/keypair/defaults copying openstack/tests/ansible/roles/keypair/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/keypair/tasks copying openstack/tests/ansible/roles/keystone_domain/defaults/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/keystone_domain/defaults copying openstack/tests/ansible/roles/keystone_domain/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/keystone_domain/tasks copying openstack/tests/ansible/roles/keystone_role/defaults/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/keystone_role/defaults copying openstack/tests/ansible/roles/keystone_role/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/keystone_role/tasks copying openstack/tests/ansible/roles/network/defaults/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/network/defaults copying openstack/tests/ansible/roles/network/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/network/tasks copying openstack/tests/ansible/roles/nova_flavor/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/nova_flavor/tasks copying openstack/tests/ansible/roles/object/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/object/tasks copying openstack/tests/ansible/roles/port/defaults/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/port/defaults copying openstack/tests/ansible/roles/port/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/port/tasks copying openstack/tests/ansible/roles/router/defaults/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/router/defaults copying openstack/tests/ansible/roles/router/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/router/tasks copying openstack/tests/ansible/roles/security_group/defaults/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/security_group/defaults copying openstack/tests/ansible/roles/security_group/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/security_group/tasks copying openstack/tests/ansible/roles/server/defaults/main.yaml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/server/defaults copying openstack/tests/ansible/roles/server/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/server/tasks copying openstack/tests/ansible/roles/subnet/defaults/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/subnet/defaults copying openstack/tests/ansible/roles/subnet/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/subnet/tasks copying openstack/tests/ansible/roles/user/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/user/tasks copying openstack/tests/ansible/roles/user_group/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/user_group/tasks copying openstack/tests/ansible/roles/volume/tasks/main.yml -> openstacksdk-0.100.1.dev19/openstack/tests/ansible/roles/volume/tasks copying openstack/tests/functional/README.rst -> openstacksdk-0.100.1.dev19/openstack/tests/functional copying openstack/tests/functional/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional copying openstack/tests/functional/base.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional copying openstack/tests/functional/baremetal/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/base.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_allocation.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_chassis.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_conductor.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_deploy_templates.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_driver.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_node.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_port.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_port_group.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_volume_connector.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_volume_target.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/baremetal copying openstack/tests/functional/block_storage/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage copying openstack/tests/functional/block_storage/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/base.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_backup.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_snapshot.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_stats.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_type.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_volume.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v3/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/base.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_availability_zone.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_backup.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_capabilities.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_extension.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_group.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_limits.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_resource_filters.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_snapshot.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_type.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_volume.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/cloud/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_aggregate.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_cluster_templates.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_clustering.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_coe_clusters.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_compute.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_devstack.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_domain.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_endpoints.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_flavor.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_floating_ip.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_floating_ip_pool.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_groups.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_identity.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_image.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_inventory.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_keypairs.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_limits.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_magnum_services.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_network.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_object.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_port.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_project.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_project_cleanup.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_bandwidth_limit_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_dscp_marking_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_minimum_bandwidth_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_policy.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_quotas.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_range_search.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_recordset.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_router.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_security_groups.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_server_group.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_services.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_stack.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_users.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_volume.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_volume_backup.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_volume_type.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_zone.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/hooks/post_test_hook.sh -> openstacksdk-0.100.1.dev19/openstack/tests/functional/cloud/hooks copying openstack/tests/functional/clustering/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/clustering copying openstack/tests/functional/clustering/test_cluster.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/clustering copying openstack/tests/functional/compute/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/compute copying openstack/tests/functional/compute/base.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/compute copying openstack/tests/functional/compute/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_extension.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_flavor.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_hypervisor.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_image.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_keypair.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_limits.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_quota_set.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_server.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_service.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/compute/v2 copying openstack/tests/functional/dns/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/dns copying openstack/tests/functional/dns/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/dns/v2 copying openstack/tests/functional/dns/v2/test_zone.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/dns/v2 copying openstack/tests/functional/examples/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_compute.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_identity.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_image.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_network.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/examples copying openstack/tests/functional/identity/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/identity copying openstack/tests/functional/identity/v3/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/identity/v3 copying openstack/tests/functional/identity/v3/test_application_credential.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/identity/v3 copying openstack/tests/functional/image/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/image copying openstack/tests/functional/image/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/image/v2 copying openstack/tests/functional/image/v2/test_image.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/image/v2 copying openstack/tests/functional/instance_ha/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/instance_ha copying openstack/tests/functional/instance_ha/test_host.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/instance_ha copying openstack/tests/functional/instance_ha/test_segment.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/instance_ha copying openstack/tests/functional/load_balancer/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/load_balancer copying openstack/tests/functional/load_balancer/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/load_balancer/v2 copying openstack/tests/functional/load_balancer/v2/test_load_balancer.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/load_balancer/v2 copying openstack/tests/functional/network/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network copying openstack/tests/functional/network/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_address_group.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_address_scope.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_agent.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_agent_add_remove_network.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_agent_add_remove_router.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_auto_allocated_topology.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_availability_zone.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_dvr_router.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_extension.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_group.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_policy.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_rule_insert_remove_policy.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_flavor.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_floating_ip.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_l3_conntrack_helper.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_local_ip.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_local_ip_association.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_ndp_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_network.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_network_ip_availability.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_network_segment_range.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_port.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_port_forwarding.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_bandwidth_limit_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_dscp_marking_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_minimum_bandwidth_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_minimum_packet_rate_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_policy.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_rule_type.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_quota.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_rbac_policy.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_router.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_router_add_remove_interface.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_security_group.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_security_group_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_segment.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_service_profile.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_service_provider.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_subnet.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_subnet_from_subnet_pool.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_subnet_pool.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_trunk.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_vpnaas.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/network/v2 copying openstack/tests/functional/object_store/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/object_store copying openstack/tests/functional/object_store/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/object_store/v1/test_account.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/object_store/v1/test_container.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/object_store/v1/test_obj.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/orchestration/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/orchestration copying openstack/tests/functional/orchestration/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/orchestration/v1 copying openstack/tests/functional/orchestration/v1/hello_world.yaml -> openstacksdk-0.100.1.dev19/openstack/tests/functional/orchestration/v1 copying openstack/tests/functional/orchestration/v1/test_stack.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/orchestration/v1 copying openstack/tests/functional/placement/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/placement copying openstack/tests/functional/placement/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/placement/v1 copying openstack/tests/functional/placement/v1/test_resource_provider.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/placement/v1 copying openstack/tests/functional/shared_file_system/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/base.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_availability_zone.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_limit.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_share.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_share_snapshot.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_storage_pool.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_user_message.py -> openstacksdk-0.100.1.dev19/openstack/tests/functional/shared_file_system copying openstack/tests/unit/README.rst -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/base.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/fakes.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/test_connection.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/test_exceptions.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/test_format.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/test_hacking.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/test_microversions.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/test_missing_version.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/test_placement_rest.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/test_proxy_base.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/test_resource.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/test_stats.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/test_utils.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit copying openstack/tests/unit/accelerator/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/accelerator copying openstack/tests/unit/accelerator/test_version.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/accelerator copying openstack/tests/unit/accelerator/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/accelerator/v2 copying openstack/tests/unit/accelerator/v2/test_accelerator_request.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/accelerator/v2 copying openstack/tests/unit/accelerator/v2/test_deployable.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/accelerator/v2 copying openstack/tests/unit/accelerator/v2/test_device.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/accelerator/v2 copying openstack/tests/unit/accelerator/v2/test_device_profile.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/accelerator/v2 copying openstack/tests/unit/accelerator/v2/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/accelerator/v2 copying openstack/tests/unit/baremetal/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal copying openstack/tests/unit/baremetal/test_configdrive.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal copying openstack/tests/unit/baremetal/test_version.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal copying openstack/tests/unit/baremetal/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_allocation.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_chassis.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_conductor.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_deploy_templates.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_driver.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_node.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_port.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_port_group.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_volume_connector.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_volume_target.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal_introspection/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal_introspection copying openstack/tests/unit/baremetal_introspection/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal_introspection/v1 copying openstack/tests/unit/baremetal_introspection/v1/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/baremetal_introspection/v1 copying openstack/tests/unit/block_storage/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage copying openstack/tests/unit/block_storage/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_backup.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_snapshot.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_stats.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_type.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_volume.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v3/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_availability_zone.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_backup.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_capabilities.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_extension.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_group.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_group_type.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_limits.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_resource_filter.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_snapshot.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_type.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_type_encryption.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_volume.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/cloud/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test__utils.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_accelerator.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_aggregate.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_availability_zones.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_baremetal_node.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_baremetal_ports.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_caching.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_cluster_templates.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_clustering.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_coe_clusters.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_coe_clusters_certificate.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_create_server.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_create_volume_snapshot.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_delete_server.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_delete_volume_snapshot.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_domain_params.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_domains.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_endpoints.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_flavors.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_common.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_neutron.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_nova.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_pool.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_fwaas.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_groups.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_identity_roles.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_image.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_image_snapshot.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_inventory.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_keypair.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_limits.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_magnum_services.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_meta.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_network.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_normalize.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_object.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_operator.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_operator_noauth.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_port.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_project.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_bandwidth_limit_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_dscp_marking_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_minimum_bandwidth_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_policy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_rule_type.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_quotas.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_rebuild_server.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_recordset.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_role_assignment.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_router.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_security_groups.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_console.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_delete_metadata.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_group.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_set_metadata.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_services.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_shade.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_shade_operator.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_shared_file_system.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_stack.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_subnet.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_update_server.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_usage.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_users.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_volume.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_volume_access.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_volume_backups.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_zone.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/cloud copying openstack/tests/unit/clustering/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering copying openstack/tests/unit/clustering/test_version.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering copying openstack/tests/unit/clustering/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_action.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_build_info.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_cluster.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_cluster_attr.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_cluster_policy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_event.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_node.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_policy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_policy_type.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_profile.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_profile_type.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_receiver.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_service.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/common/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/common copying openstack/tests/unit/common/test_metadata.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/common copying openstack/tests/unit/common/test_quota_set.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/common copying openstack/tests/unit/common/test_tag.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/common copying openstack/tests/unit/compute/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute copying openstack/tests/unit/compute/test_version.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute copying openstack/tests/unit/compute/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_aggregate.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_availability_zone.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_extension.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_flavor.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_hypervisor.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_image.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_keypair.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_limits.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_migration.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_actions.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_diagnostics.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_group.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_interface.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_ip.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_migration.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_remote_console.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_service.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_volume_attachment.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/compute/v2 copying openstack/tests/unit/config/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/config copying openstack/tests/unit/config/base.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/config copying openstack/tests/unit/config/test_cloud_config.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/config copying openstack/tests/unit/config/test_config.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/config copying openstack/tests/unit/config/test_environ.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/config copying openstack/tests/unit/config/test_from_conf.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/config copying openstack/tests/unit/config/test_from_session.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/config copying openstack/tests/unit/config/test_init.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/config copying openstack/tests/unit/config/test_json.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/config copying openstack/tests/unit/config/test_loader.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/config copying openstack/tests/unit/database/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/database copying openstack/tests/unit/database/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_database.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_flavor.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_instance.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_user.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/database/v1 copying openstack/tests/unit/dns/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/dns copying openstack/tests/unit/dns/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_floating_ip.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_recordset.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_zone.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_zone_export.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_zone_import.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_zone_transfer.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/dns/v2 copying openstack/tests/unit/fake/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fake copying openstack/tests/unit/fake/fake_service.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fake copying openstack/tests/unit/fake/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fake/v1 copying openstack/tests/unit/fake/v1/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fake/v1 copying openstack/tests/unit/fake/v1/fake.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fake/v1 copying openstack/tests/unit/fake/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fake/v2 copying openstack/tests/unit/fake/v2/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fake/v2 copying openstack/tests/unit/fake/v2/fake.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fake/v2 copying openstack/tests/unit/fixtures/accelerator.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/bad-glance-version.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/bad-placement.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/baremetal.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/block-storage-version.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/clustering.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/compute-version.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/discovery.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/dns.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-broken.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-suburl.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-v1.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-v2.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/old-compute-version.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/placement.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/shared-file-system.json -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/clouds/clouds.yaml -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures/clouds copying openstack/tests/unit/fixtures/clouds/clouds_cache.yaml -> openstacksdk-0.100.1.dev19/openstack/tests/unit/fixtures/clouds copying openstack/tests/unit/identity/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity copying openstack/tests/unit/identity/test_version.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity copying openstack/tests/unit/identity/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_extension.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_role.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_tenant.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_user.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v3/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_application_credential.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_credential.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_domain.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_endpoint.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_federation_protocol.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_group.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_identity_provider.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_limit.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_mapping.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_policy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_project.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_region.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_registered_limit.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_assignment.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_domain_group_assignment.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_domain_user_assignment.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_project_group_assignment.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_project_user_assignment.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_system_group_assignment.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_system_user_assignment.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_service.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_trust.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_user.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/identity/v3 copying openstack/tests/unit/image/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/image copying openstack/tests/unit/image/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/image/v1 copying openstack/tests/unit/image/v1/test_image.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/image/v1 copying openstack/tests/unit/image/v1/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/image/v1 copying openstack/tests/unit/image/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_image.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_member.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_schema.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_service_info.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_task.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/image/v2 copying openstack/tests/unit/instance_ha/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/instance_ha copying openstack/tests/unit/instance_ha/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_host.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_notification.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_segment.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/key_manager/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/key_manager copying openstack/tests/unit/key_manager/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_container.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_order.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_secret.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/load_balancer/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_amphora.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_availability_zone.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_availability_zone_profile.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_flavor.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_flavor_profile.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_health_monitor.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_l7policy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_l7rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_listener.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_load_balancer.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_member.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_pool.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_provider.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_quota.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_version.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer/v2 copying openstack/tests/unit/load_balancer/v2/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/load_balancer/v2 copying openstack/tests/unit/message/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/message copying openstack/tests/unit/message/test_version.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/message copying openstack/tests/unit/message/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_claim.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_message.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_queue.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_subscription.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/message/v2 copying openstack/tests/unit/network/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network copying openstack/tests/unit/network/test_version.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network copying openstack/tests/unit/network/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_address_group.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_address_scope.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_agent.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_auto_allocated_topology.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_availability_zone.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_extension.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_firewall_group.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_firewall_policy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_firewall_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_flavor.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_floating_ip.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_health_monitor.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_l3_conntrack_helper.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_listener.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_load_balancer.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_local_ip.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_local_ip_association.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_metering_label.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_metering_label_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_ndp_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_network.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_network_ip_availability.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_network_segment_range.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_pool.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_pool_member.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_port.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_port_forwarding.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_bandwidth_limit_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_dscp_marking_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_minimum_bandwidth_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_minimum_packet_rate_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_policy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_rule_type.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_quota.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_rbac_policy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_router.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_security_group.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_security_group_rule.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_segment.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_service_profile.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_service_provider.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_subnet.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_subnet_pool.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_trunk.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_vpn_endpoint_group.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_vpn_ikepolicy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_vpn_ipsec_site_connection.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_vpn_ipsecpolicy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_vpn_service.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/network/v2 copying openstack/tests/unit/object_store/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/object_store copying openstack/tests/unit/object_store/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_account.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_container.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_obj.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/orchestration/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration copying openstack/tests/unit/orchestration/test_version.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration copying openstack/tests/unit/orchestration/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/hello_world.yaml -> openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/helloworld.txt -> openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_resource.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_software_config.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_software_deployment.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack_environment.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack_files.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack_template.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_template.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/placement/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/placement copying openstack/tests/unit/placement/v1/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/placement/v1 copying openstack/tests/unit/placement/v1/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/placement/v1 copying openstack/tests/unit/placement/v1/test_resource_class.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/placement/v1 copying openstack/tests/unit/placement/v1/test_resource_provider.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/placement/v1 copying openstack/tests/unit/shared_file_system/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/shared_file_system copying openstack/tests/unit/shared_file_system/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_availability_zone.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_limit.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_share.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_share_snapshot.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_storage_pool.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_user_message.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/workflow/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/test_execution.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/test_version.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/test_workflow.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/workflow/v2 copying openstack/tests/unit/workflow/v2/test_proxy.py -> openstacksdk-0.100.1.dev19/openstack/tests/unit/workflow/v2 copying openstack/workflow/__init__.py -> openstacksdk-0.100.1.dev19/openstack/workflow copying openstack/workflow/version.py -> openstacksdk-0.100.1.dev19/openstack/workflow copying openstack/workflow/workflow_service.py -> openstacksdk-0.100.1.dev19/openstack/workflow copying openstack/workflow/v2/__init__.py -> openstacksdk-0.100.1.dev19/openstack/workflow/v2 copying openstack/workflow/v2/_proxy.py -> openstacksdk-0.100.1.dev19/openstack/workflow/v2 copying openstack/workflow/v2/execution.py -> openstacksdk-0.100.1.dev19/openstack/workflow/v2 copying openstack/workflow/v2/workflow.py -> openstacksdk-0.100.1.dev19/openstack/workflow/v2 copying openstacksdk.egg-info/PKG-INFO -> openstacksdk-0.100.1.dev19/openstacksdk.egg-info copying openstacksdk.egg-info/SOURCES.txt -> openstacksdk-0.100.1.dev19/openstacksdk.egg-info copying openstacksdk.egg-info/dependency_links.txt -> openstacksdk-0.100.1.dev19/openstacksdk.egg-info copying openstacksdk.egg-info/entry_points.txt -> openstacksdk-0.100.1.dev19/openstacksdk.egg-info copying openstacksdk.egg-info/not-zip-safe -> openstacksdk-0.100.1.dev19/openstacksdk.egg-info copying openstacksdk.egg-info/pbr.json -> openstacksdk-0.100.1.dev19/openstacksdk.egg-info copying openstacksdk.egg-info/requires.txt -> openstacksdk-0.100.1.dev19/openstacksdk.egg-info copying openstacksdk.egg-info/top_level.txt -> openstacksdk-0.100.1.dev19/openstacksdk.egg-info copying playbooks/devstack/legacy-git.yaml -> openstacksdk-0.100.1.dev19/playbooks/devstack copying playbooks/devstack/post.yaml -> openstacksdk-0.100.1.dev19/playbooks/devstack copying releasenotes/notes/add-aggregates-fc563e237755112e.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-application-credentials-abab9106dea10c11.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-az-to-loadbalancer-da9bf1baaedc89a4.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-block-storage-group-type-group-specs-d07047167224ec83.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-block-storage-groups-bf5f1af714c9e505.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-bulk-create-resources-12192ec9d76c7716.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-cipher-list-support-to-octavia-b6b2b0053ca6b184.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-compute-flavor-ops-12149e58299c413e.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-current-user-id-49b6463e6bcc3b31.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-cyborg-support-b9afca69f709c048.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-dns-606cc018e01d40fa.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-dns-domain-support-for-port-3fa4568330dda07e.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-fip-portforwarding-methods-cffc14a6283cedfb.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-image-attributes-05b820a85cd09806.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-image-schema-9c07c2789490718a.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-image-service-info-90d6063b5ba0735d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-image-stage-1dbc3844a042fd26.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-jmespath-support-f47b7a503dbbfda1.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-limit-to-shared-file-2b443c2a00c75e6e.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-list_flavor_access-e038253e953e6586.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-load-balancer-flavor-api-d2598e30347a19fc.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-load-balancer-flavor-profile-api-e5a15157563eb75f.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-load-balancer-listener-alpn-protocols-ded816c78bf2080c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-load-balancer-pool-alpn-protocols-77f0c7015f176369.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-load-balancer-provider-api-08bcfb72ddf5b247.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-magnum-cluster-support-843fe2709b8f4789.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-masakara-support-3f7df4436ac869cf.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-masakari-enabled-to-segment-0e83da869d2ab03f.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-migrations-946adf16674d4b2a.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-new-field-progress-details-in-notification-resource-f7871acb6ffd46dc.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-node-boot-mode-5f49882fdd86f35b.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-node-boot-mode-set-5718a8d6511b4826.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-node-vendor_passthru-29b384cadf795b48.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-octavia-amphora-api-7f3586f6a4f31de4.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-octavia-lb-failover-9a34c9577d78ad34.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-octavia-lb-listener-stats-1538cc6e4f734353.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-octavia-tags-support-1c1cf94184e6ebb7.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-placement-resource-class-e1c644d978b886bc.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-placement-support-a2011eb1e900804d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-port-numa-affinity-policy-b42a85dbe26560d2.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-propagate_uplink_status-to-port-0152d476c65979e3.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-server-console-078ed2696e5b04d9.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-server-migrations-6e31183196f14deb.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-service-0bcc16eb026eade3.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-sg-rules-bulk-f36a3e2326d74867.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-share-snapshot-to-shared-file-82ecedbdbed2e3c5.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-shared-file-system-shares-2e1d44a1bb882d6d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-shared-file-system-shares-e9f356a318045607.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-shared-file-systems-83a3767429fd5e8c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-show-all-images-flag-352748b6c3d99f3f.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-storage-pool-to-shared-file-ad45da1b2510b412.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-support-allowed-cidrs-loadbalancer-listener-809e523a8bd6a7d5.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-support-availability_zone-loadbalancer-a18aa1708d7859e2.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-support-for-setting-static-routes-b3ce6cac2c5e9e51.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-system-role-assignment-693dd3e1da33a54d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-tls-version-support-for-octavia-7ecb372e6fb58101.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-tls_enabled-parameter-for-octavia-pools-f0a23436d826b313.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-unified-limit-5ac334a08e137a70.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-user-group-assignment-9c419b6c6bfe392c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-user-message-to-shared-file-85d7bbccf8347c4f.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-volume-extend-support-86e5c8cff5d6874e.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add-volume-type-update-b84f50b7fa3b061d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add_description_create_user-0ddc9a0ef4da840d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add_designate_recordsets_support-69af0a6b317073e7.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add_designate_zones_support-35fa9b8b09995b43.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add_heat_tag_support-135aa43ba1dce3bb.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add_host_aggregate_support-471623faf45ec3c3.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add_image_import_support-6cea2e7d7a781071.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add_influxdb_stats-665714d715302ad5.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add_magnum_baymodel_support-e35e5aab0b14ff75.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add_magnum_services_support-3d95f9dcc60b5573.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add_project_cleanup-39c3517b25a5372e.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add_server_group_support-dfa472e3dae7d34d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add_support_port_binding_attrs-c70966724eb970f3.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add_update_server-8761059d6de7e68b.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add_update_service-28e590a7a7524053.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/add_vendor_hook-e87b6afb7f215a30.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/added-federation-support-3b65e531e57211f5.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/added-senlin-support-1eb4e47c31258f66.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/allocation-api-04f6b3b7a0ccc850.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/allocation-update-910c36c1290e5121.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/alternate-auth-context-3939f1492a0e1355.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/always-detail-cluster-templates-3eb4b5744ba327ac.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/auth-url-vexxhost-8d63cd17bde21320.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/bail-on-failed-service-cf299c37d5647b08.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-configdrive-mkisofs-xorrisofs-075db4d7d80e5a13.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-details-09b27fba82111cfb.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-errors-5cc871e8df4c9d95.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-fields-1f6fbcd8bd1ea2aa.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-fields-624546fa533a8287.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-fields-convert-857b8804327f1e86.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-introspection-973351b3ee76309e.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-maintenance-5cb95c6d898d4d72.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-patch-feebd96b1b92f3b9.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-ports-cc0f56ae0d192aba.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-reservation-40327923092e9647.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-retired-fields-f56a4632ad4797d7.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-retries-804f553b4e22b3bf.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-retries-ff8aa8f73fb97415.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-traits-d1137318db33b8d1.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-update-80effb38aae8e02d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-validate-ccce2a37d2a20d96.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-vif-122457118c722a9b.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/baremetal-wait-e4571cdb150b188a.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/basic-api-cache-4ad8cf2754b004d1.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/block-storage-backup-5886e91fd6e423bf.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/block-storage-qs-0e3b69be2e709b65.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/block-storage-v3-9798d584d088c048.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/block_storage-type_encryption-121f8a222c822fb5.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/boot-on-server-group-a80e51850db24b3d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/bug-2001080-de52ead3c5466792.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/cache-auth-in-keyring-773dd5f682cd1610.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/cache-in-use-volumes-c7fa8bb378106fe3.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/catch-up-release-notes-e385fad34e9f3d6e.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/change-attach-vol-return-value-4834a1f78392abb1.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/cinder_volume_backups_support-6f7ceab440853833.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/cinderv2-norm-fix-037189c60b43089f.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/cleanup-objects-f99aeecf22ac13dd.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/cloud-profile-status-e0d29b5e2f10e95c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/clustering-resource-deletion-bed869ba47c2aac1.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/complete-aggregate-functions-45d5f2beeeac2b48.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/compute-microversion-2-73-abae1d0c3740f76e.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/compute-microversion-2-89-8c5187cc3bf6bd02.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/compute-quota-set-e664412d089945d2.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/compute-quotas-b07a0f24dfac8444.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/compute-service-zone-2b25ec705b0156c4.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/compute-usage-defaults-5f5b2936f17ff400.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/conf-object-ctr-c0e1da0a67dad841.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/config-aliases-0f6297eafd05c07c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/config-flavor-specs-ca712e17971482b6.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/configdrive-f8ca9f94b2981db7.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/container-search-b0f4253ce2deeda5.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/create-object-data-870cb543543aa983.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/create-object-directory-98e2cae175cc5082.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/create-stack-fix-12dbb59a48ac7442.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/create_server_network_fix-c4a56b31d2850a4b.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/create_service_norm-319a97433d68fa6a.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/data-model-cf50d86982646370.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/default-cloud-7ee0bcb9e5dd24b9.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/default-microversion-b2401727cb591002.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/delete-autocreated-1839187b0aa35022.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/delete-image-objects-9d4b4e0fff36a23f.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/delete-obj-return-a3ecf0415b7a2989.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/delete_project-399f9b3107014dde.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/deprecate-remote_ip_prefix-metering-label-rules-843d5a962e4e428c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/deprecated-profile-762afdef0e8fc9e8.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/disable-service-39df96ef8a817785.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/dns-domain-parameter-d3acfc3287a9d632.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/domain_operations_name_or_id-baba4cac5b67234d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/drop-Resource-allow_get-attribute-fec75b551fb79465.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/drop-python27-b824f9ce51cb1ab7.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/drop-senlin-cloud-layer-c06d496acc70b014.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/dropped-python-3.5-b154887cce87947c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/dual-stack-networks-8a81941c97d28deb.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/endpoint-from-catalog-bad36cb0409a4e6a.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/expose-client-side-rate-limit-ddb82df7cb92091c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/false-not-attribute-error-49484d0fdc61f75d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/feature-server-metadata-50caf18cec532160.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fip_timeout-035c4bb3ff92fa1f.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/firewall-resources-c7589d288dd57e35.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-compat-with-old-keystoneauth-66e11ee9d008b962.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-config-drive-a148b7589f7e1022.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-delete-ips-1d4eebf7bc4d4733.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-dns-return-c810d5e6736322f1.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-endpoint-override-ac41baeec9549ab3.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-floating-ip-private-matching-84e369eee380a185.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-for-microversion-70cd686b6d6e3fd0.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-image-hw_qemu_guest_agent-bf1147e52c84b5e8.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-image-task-ae79502dd5c7ecba.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-list-networks-a592725df64c306e.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-microversion-354dc70deb2b2f0b.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-missing-futures-a0617a1c1ce6e659.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-neutron-endpoint-mangling-a9dd89dd09bc71ec.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-properties-key-conflict-2161ca1faaad6731.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-supplemental-fips-c9cd58aac12eb30e.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-task-timing-048afea680adc62e.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-update-domain-af47b066ac52eb7f.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fix-yaml-load-3e6bd852afe549b4.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fixed-magnum-type-7406f0a60525f858.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/flavor-cloud-layer-0b4d130ac1c5e7c4.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/flavor_fix-a53c6b326dc34a2c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/fnmatch-name-or-id-f658fe26f84086c8.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/force_ipv4_no_ipv6_address-9842168b5d05d262.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/futurist-b54b0f449d410997.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/generate-form-signature-294ca46812f291d6.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/get-limits-c383c512f8e01873.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/get-object-raw-e58284e59c81c8ef.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/get-server-by-id-none-3e8538800fa09d82.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/get-usage-72d249ff790d1b8f.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/get_object_api-968483adb016bce1.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/glance-image-pagination-0b4dfef22b25852b.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/glance-image-stores-2baa66e6743a2f2d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/global-request-id-d7c0736f43929165.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/grant-revoke-assignments-231d3f9596a1ae75.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/identity-auth-url-f3ae8ef22d2bcab6.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/image-flavor-by-name-54865b00ebbf1004.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/image-from-volume-9acf7379f5995b5b.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/image-id-filter-key-b9b6b52139a27cbe.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/image-import-support-97052cdbc8ce449b.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/image-update-76bd3bf24c1c1380.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/improve-metrics-5d7ce70ce4021d72.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/infer-secgroup-source-58d840aaf1a1f485.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/introduce-source-and-destination-ip-prefixes-into-metering-label-rules-e04b797adac5d0d0.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/introspection-node-6a3b7d55839ef82c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/ironic-conductors-support-3bf27e8b2f0299ba.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/ironic-deploy-steps-2c0f39d7d2a13289.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/ironic-deploy-template-support-fa56005365ed6e4d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/ironic-microversion-ba5b0f36f11196a6.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/ironic-volume_target-support-8130361804366787.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/ksa-discovery-86a4ef00d85ea87f.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/less-file-hashing-d2497337da5acbef.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/list-az-names-a38c277d1192471b.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/list-network-resources-empty-list-6aa760c01e7d97d7.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/list-role-assignments-keystone-v2-b127b12b4860f50c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/list-servers-all-projects-349e6dc665ba2e8d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/load-yaml-3177efca78e5c67a.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/location-server-resource-af77fdab5d35d421.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/log-request-ids-37507cb6eed9a7da.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/machine-get-update-microversions-4b910e63cebd65e2.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/magic-fixes-dca4ae4dac2441a8.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/make-cloud-region-standalone-848a2c4b5f3ebc29.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/make-rest-client-dd3d365632a26fa0.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/make-rest-client-version-discovery-84125700f159491a.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/make_object_metadata_easier.yaml-e9751723e002e06f.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/merge-shade-os-client-config-29878734ad643e33.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/meta-passthrough-d695bff4f9366b65.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/metadata-key-name-bugfix-77612a825c5145d7.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/min-max-legacy-version-301242466ddefa93.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/mtu-settings-8ce8b54d096580a2.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/multiple-updates-b48cc2f6db2e526d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/munch-sub-dict-e1619c71c26879cb.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/nat-source-field-7c7db2a724616d59.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/nat-source-support-92aaf6b336d0b848.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/net_provider-dd64b697476b7094.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/network-data-bd94e4a499ba3e0d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/network-data-deb5772edc111428.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/network-list-e6e9dafdd8446263.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/network-qos-rule-filter-keys-324e3222510fd362.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/network-quotas-b98cce9ffeffdbf4.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/network-security-group-query-parameter-id-f6dda45b2c09dbaa.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/neutron-discovery-54399116d5f810ee.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/neutron_availability_zone_extension-675c2460ebb50a09.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/new-floating-attributes-213cdf5681d337e1.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/no-import-fallback-a09b5d5a11299933.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/no-inspect-associated-563e272785bb6016.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/no-more-troveclient-0a4739c21432ac63.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/no-start-task-manager-56773f3ea5eb3a59.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/node-owner-7f4b083ff9da8cce.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/node-set-provision-state-3472cbd81c47458f.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/norm_role_assignments-a13f41768e62d40c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/normalize-images-1331bea7bfffa36a.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/normalize-machine-290d9f2a3b3a7ef0.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/nova-flavor-to-rest-0a5757e35714a690.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/nova-old-microversion-5e4b8e239ba44096.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/object-checksum-generation-ea1c1e47d2290054.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/object-chunked-data-ee619b7d4759b8d2.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/object-search-a5f5ec4b2df3e045.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/old-placement-4b3c34abb8fe7b81.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/optimize-server-console-1d27c107b9a1cdc3.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/option-precedence-1fecab21fdfb2c33.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/port-device-profile-af91e25c45321691.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/power-wait-751083852f958cb4.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/provision-state-negotiation-0155b4d0e932054c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/python-3.5-629817cec092d528.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/qos-min-pps-rule-52df1b150b1d3f68.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/qos-port-network-policy-cab43faa0f8bc036.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/r1-cab94ae7d749a1ec.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/rackspace-block-storage-v2-fe0dd69b9e037599.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/remote-address-group-id-6291816888cb3de7.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/remote-profile-100218d08b25019d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/remove-auto-container-527f1807605b42c0.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/remove-block-store-details-classes-158ab1f46655320a.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/remove-magnumclient-875b3e513f98f57c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/remove-metric-fe5ddfd52b43c852.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/remove-novaclient-3f8d4db20d5f9582.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/remove-serverdetails-resource-f66cb278b224627d.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/removed-deprecated-things-8700fe3592c3bf18.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/removed-glanceclient-105c7fba9481b9be.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/removed-meter-6f6651b6e452e000.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/removed-profile-437f3038025b0fb3.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/removed-profile-b033d870937868a1.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/removed-swiftclient-aff22bfaeee5f59f.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/rename-base-proxy-b9fcb22d373864a2.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/rename-resource-methods-5f2a716b08156765.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/rename-service-force-down-6f462d62959a5315.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/renamed-bare-metal-b1cdbc52af14e042.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/renamed-block-store-bc5e0a7315bfeb67.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/renamed-cluster-743da6d321fffcba.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/renamed-telemetry-c08ae3e72afca24f.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/request-stats-9d70480bebbdb4d6.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/resource-find-filter-by-name-e647e5c507ff4b6c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/resource2-migration-835590b300bef621.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/revert-futurist-34acc42fd3f0e7f3.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/rework-compute-hypervisor-a62f275a0fd1f074.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/router-extraroute-atomic-1a0c84c3fd90ceb1.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/router_ext_gw-b86582317bca8b39.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/sdk-helper-41f8d815cfbcfb00.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/server-create-error-id-66c698c7e633fb8b.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/server-security-groups-840ab28c04f359de.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/service_enabled_flag-c917b305d3f2e8fd.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/session-client-b581a6e5d18c8f04.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/set-bootable-volume-454a7a41e7e77d08.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/shade-helper-568f8cb372eef6d9.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/shade-into-connection-81191fb3d0ddaf6e.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/shade-location-b0d2e5cae743b738.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/stack-update-5886e91fd6e423bf.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/started-using-reno-242e2b0cd27f9480.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/stateful-security-group-f32a78b9bbb49874.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/stop-using-tenant-id-42eb35139ba9eeff.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/stream-object-6ecd43511dca726b.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/stream-to-file-91f48d6dcea399c6.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/strict-mode-d493abc0c3e87945.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/strict-proxies-4a315f68f387ee89.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/support_stdin_image_upload-305c04fb2daeb32c.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/swift-set-metadata-c18c60e440f9e4a7.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/swift-upload-lock-d18f3d42b3a0719a.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/switch-nova-to-created_at-45b7b50af6a2d59e.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/task-manager-parameter-c6606653532248f2.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/toggle-port-security-f5bc606e82141feb.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/unprocessed-2d75133911945869.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/update-role-property-b16e902e913c7b25.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/update_endpoint-f87c1f42d0c0d1ef.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/use-interface-ip-c5cb3e7c91150096.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/use-proxy-layer-dfc3764d52bc1f2a.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/v4-fixed-ip-325740fdae85ffa9.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/validate-machine-dcf528b8f587e3f0.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/vendor-add-betacloud-03872c3485104853.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/vendor-add-limestonenetworks-99b2ffab9fc23b08.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/vendor-update-betacloud-37dac22d8d91a3c5.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/vendor-updates-f11184ba56bb27cf.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/version-command-70c37dd7f880e9ae.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/version-discovery-a501c4e9e9869f77.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/vol-updated_at-274c3a2bb94c8939.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/volume-quotas-5b674ee8c1f71eb6.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/volume-types-a07a14ae668e7dd2.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/volume_connector-api-f001e6f5fc4d1688.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/wait-on-image-snapshot-27cd2eacab2fabd8.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/wait-provision-state-no-fail-efa74dd39f687df8.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/wait_for_server-8dc8446b7c673d36.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/wire-in-retries-10898f7bc81e2269.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/workaround-transitive-deps-1e7a214f3256b77e.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/notes/xenapi-use-agent-ecc33e520da81ffa.yaml -> openstacksdk-0.100.1.dev19/releasenotes/notes copying releasenotes/source/conf.py -> openstacksdk-0.100.1.dev19/releasenotes/source copying releasenotes/source/index.rst -> openstacksdk-0.100.1.dev19/releasenotes/source copying releasenotes/source/ocata.rst -> openstacksdk-0.100.1.dev19/releasenotes/source copying releasenotes/source/pike.rst -> openstacksdk-0.100.1.dev19/releasenotes/source copying releasenotes/source/queens.rst -> openstacksdk-0.100.1.dev19/releasenotes/source copying releasenotes/source/rocky.rst -> openstacksdk-0.100.1.dev19/releasenotes/source copying releasenotes/source/stein.rst -> openstacksdk-0.100.1.dev19/releasenotes/source copying releasenotes/source/train.rst -> openstacksdk-0.100.1.dev19/releasenotes/source copying releasenotes/source/unreleased.rst -> openstacksdk-0.100.1.dev19/releasenotes/source copying releasenotes/source/ussuri.rst -> openstacksdk-0.100.1.dev19/releasenotes/source copying releasenotes/source/victoria.rst -> openstacksdk-0.100.1.dev19/releasenotes/source copying releasenotes/source/wallaby.rst -> openstacksdk-0.100.1.dev19/releasenotes/source copying releasenotes/source/xena.rst -> openstacksdk-0.100.1.dev19/releasenotes/source copying releasenotes/source/yoga.rst -> openstacksdk-0.100.1.dev19/releasenotes/source copying releasenotes/source/_static/.placeholder -> openstacksdk-0.100.1.dev19/releasenotes/source/_static copying releasenotes/source/_templates/.placeholder -> openstacksdk-0.100.1.dev19/releasenotes/source/_templates copying tools/keystone_version.py -> openstacksdk-0.100.1.dev19/tools copying tools/nova_version.py -> openstacksdk-0.100.1.dev19/tools copying tools/print-services.py -> openstacksdk-0.100.1.dev19/tools Writing openstacksdk-0.100.1.dev19/setup.cfg creating dist Creating tar archive removing 'openstacksdk-0.100.1.dev19' (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)'] DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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', '-l', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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', '-l', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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/centos9-master/data/dlrn-1.cfg --resultdir /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e --copyout /var/tmp/pkgsrc/dist /tmp/tmp.syvt28vfwx/dist INFO: mock.py version 2.10 starting (python version = 3.6.8, NVR = mock-2.10-1.el8)... DEBUG: search for 'dnf' package manager Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-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'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos9-master/data/dlrn-1.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e DEBUG: rootdir: /var/lib/mock/dlrn-centos9-master-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: chrootuid: 1032 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: False DEBUG: bootstrap_image: registry.centos.org/centos:8 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: 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: 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', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.6/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-1/ccache/u1032/', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-1/root_cache/', 'tar': 'gnutar', '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-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, '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-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}} 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', 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} DEBUG: useradd: /usr/sbin/useradd -o -m -u 1032 -g 135 -d /builddir -n mockbuild DEBUG: use_host_resolv: False DEBUG: chroot_setup_cmd: install basesystem rpm-build python3-devel gcc make python3-sqlalchemy python3-sphinx python3-eventlet python3-six python3-pbr openstack-macros git-core python3-setuptools_scm DEBUG: target_arch: x86_64 DEBUG: releasever: 9 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '9-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-centos8.rdoproject.org.novalocal'} 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: system_yum_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: dnf_command: /usr/bin/dnf DEBUG: system_dnf_command: /usr/bin/dnf DEBUG: dnf_install_command: install dnf dnf-plugins-core 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: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: dnf_disable_plugins: ['local', 'spacewalk'] DEBUG: user_agent: Mock (dlrn-centos9-master-x86_64-1; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/centos9-master/data/dlrn-1.cfg DEBUG: root: dlrn-centos9-master-x86_64-1 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el9 DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=1 protected_packages= module_platform_id=platform:el9 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-9-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-clients] name=delorean-python-stevedore-ccd17543a37143913e886f9306be10d40260fdf3 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/clients/cc/d1/ccd17543a37143913e886f9306be10d40260fdf3_d532cf27 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-python-hacking-2931131b69af7f1e76d8ab506c250a94b330ffb9 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/common/29/31/2931131b69af7f1e76d8ab506c250a94b330ffb9_887ad381 enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos9-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos9-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-rabbitmq] name=centos9-rabbitmq baseurl=http://mirror.stream.centos.org/SIGs/9-stream/messaging/$basearch/rabbitmq-38/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-storage] name=centos9-storage baseurl=http://mirror.stream.centos.org/SIGs/9-stream/storage/$basearch/ceph-pacific/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-opstools] name=centos9-opstools baseurl=http://mirror.stream.centos.org/SIGs/9-stream/opstools/$basearch/collectd-5/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=http://mirror.stream.centos.org/SIGs/9-stream/nfv/$basearch/openvswitch-2/ gpgcheck=0 enabled=1 module_hotfixes=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-centos9-master-x86_64-1/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): 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: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'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: 16212184 3915540 4450904 3052200 7845740 8903324 DEBUG: Swap: 16777212 5170256 11606956 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root'] with env {'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 Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 270M 4.1G 7% /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/results Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-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', '/proc', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-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', '/sys', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos9-master-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.85fobs2w', '/var/lib/mock/dlrn-centos9-master-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: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc DEBUG: method _fixup_build_user skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1/root. DEBUG: ensuring that dir exists: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-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: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'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: 16212184 3916276 4369500 3132664 7926408 8822124 DEBUG: Swap: 16777212 5170256 11606956 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-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: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 1.4G 3.0G 31% /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-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', '/proc', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-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', '/sys', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos9-master-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.nrx842su', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: resultdir = /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: child environment: None DEBUG: Executing command: ['/usr/sbin/usermod', '-u', '1032', 'mockbuild'] 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: usermod: no changes DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/.initialized Finish: chroot init INFO: copying /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/tmp/pkgsrc/dist to /tmp/tmp.syvt28vfwx/dist Finish: run DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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', '-l', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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', '-l', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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.syvt28vfwx/dist ++ grep .tar.gz + SOURCE=openstacksdk-0.100.1.dev19.tar.gz + SOURCEEXT=.tar.gz + SOURCEPATH=/tmp/tmp.syvt28vfwx/dist/openstacksdk-0.100.1.dev19.tar.gz ++ basename openstacksdk-0.100.1.dev19.tar.gz .tar.gz + SOURCEWITHREL=openstacksdk-0.100.1.dev19-0.20220810130909.0ded7ac.tar.gz + mv /tmp/tmp.syvt28vfwx/dist/openstacksdk-0.100.1.dev19.tar.gz /tmp/tmp.syvt28vfwx/SOURCES/openstacksdk-0.100.1.dev19-0.20220810130909.0ded7ac.tar.gz + cd /home/centos9-master/data/python-openstacksdk_distro + cp -a python-openstacksdk.spec sources /tmp/tmp.syvt28vfwx/SOURCES/ + cp python-openstacksdk.spec /tmp/tmp.syvt28vfwx/SPECS/ + cd /tmp/tmp.syvt28vfwx/SPECS/ + '[' -z '' ']' + grep -qc '^%define upstream_version.*' python-openstacksdk.spec + sed -i -e '1i%define upstream_version 0.100.1.dev19\' python-openstacksdk.spec + grep -qc '^%global dlrn .*' python-openstacksdk.spec + sed -i -e '1i%global dlrn 1\' python-openstacksdk.spec + grep -qc '^%global dlrn_nvr .*' python-openstacksdk.spec ++ basename openstacksdk-0.100.1.dev19-0.20220810130909.0ded7ac.tar.gz .tar.gz + sed -i -e '1i%global dlrn_nvr openstacksdk-0.100.1.dev19-0.20220810130909.0ded7ac\' python-openstacksdk.spec + sed -i -e s/UPSTREAMVERSION/0.100.1.dev19/g python-openstacksdk.spec + set_nvr_in_spec + VERSION=0.100.1 + sed -i -e 's/Version:.*/Version: 0.100.1/g' python-openstacksdk.spec + sed -i -e 's/Release:.*/Release: 0.20220810130909.0ded7ac%{?dist}/g' python-openstacksdk.spec + '[' '' '!=' 1 ']' + sed -i -e 's/^\(Source\|Source0\):.*/\1: openstacksdk-0.100.1.dev19-0.20220810130909.0ded7ac.tar.gz/' python-openstacksdk.spec + '[' '' '!=' 1 ']' + sed -i -e '/^%changelog.*/q' python-openstacksdk.spec + cat python-openstacksdk.spec %global dlrn_nvr openstacksdk-0.100.1.dev19-0.20220810130909.0ded7ac %global dlrn 1 %define upstream_version 0.100.1.dev19 %{!?upstream_version: %global upstream_version %{version}%{?milestone}} # Disable docs until bs4 package is available %global with_doc 0 %global pypi_name openstacksdk %global common_desc \ A collection of libraries for building applications to work with OpenStack \ clouds. %global common_desc_tests \ A collection of libraries for building applications to work with OpenStack \ clouds - test files Name: python-%{pypi_name} Version: 0.100.1 Release: 0.20220810130909.0ded7ac%{?dist} Summary: An SDK for building applications to work with OpenStack License: ASL 2.0 URL: http://www.openstack.org/ Source0: openstacksdk-0.100.1.dev19-0.20220810130909.0ded7ac.tar.gz BuildArch: noarch BuildRequires: git-core %description %{common_desc} %package -n python3-%{pypi_name} Summary: An SDK for building applications to work with OpenStack %{?python_provide:%python_provide python3-%{pypi_name}} BuildRequires: python3-devel BuildRequires: python3-pbr >= 2.0.0 BuildRequires: python3-keystoneauth1 BuildRequires: python3-appdirs BuildRequires: python3-requestsexceptions BuildRequires: python3-munch BuildRequires: python3-jmespath BuildRequires: python3-jsonschema BuildRequires: python3-os-service-types # Test requirements %if (0%{?fedora} && 0%{?fedora} < 32) || (0%{?rhel} && 0%{?rhel} < 9) BuildRequires: python3-importlib-metadata %endif BuildRequires: python3-iso8601 >= 0.1.11 BuildRequires: python3-jsonpatch >= 1.16 BuildRequires: python3-subunit BuildRequires: python3-oslotest BuildRequires: python3-oslo-config BuildRequires: python3-stestr BuildRequires: python3-mock BuildRequires: python3-testrepository BuildRequires: python3-testscenarios BuildRequires: python3-testtools BuildRequires: python3-requests-mock BuildRequires: python3-dogpile-cache BuildRequires: python3-ddt BuildRequires: python3-decorator BuildRequires: python3-netifaces Requires: python3-cryptography >= 2.7 %if (0%{?fedora} && 0%{?fedora} < 32) || (0%{?rhel} && 0%{?rhel} < 9) Requires: python3-importlib-metadata >= 1.7.0 %endif Requires: python3-jsonpatch >= 1.16 Requires: python3-keystoneauth1 >= 3.18.0 Requires: python3-pbr >= 2.0.0 Requires: python3-appdirs Requires: python3-requestsexceptions >= 1.2.0 Requires: python3-munch Requires: python3-jmespath Requires: python3-iso8601 Requires: python3-os-service-types >= 1.7.0 Requires: python3-dogpile-cache Requires: python3-decorator Requires: python3-netifaces Requires: python3-yaml >= 3.13 %description -n python3-%{pypi_name} %{common_desc} %package -n python3-%{pypi_name}-tests Summary: An SDK for building applications to work with OpenStack - test files Requires: python3-%{pypi_name} = %{version}-%{release} %description -n python3-%{pypi_name}-tests %{common_desc_tests} %if 0%{?with_doc} %package -n python-%{pypi_name}-doc Summary: An SDK for building applications to work with OpenStack - documentation BuildRequires: python3-openstackdocstheme BuildRequires: python3-sphinx %description -n python-%{pypi_name}-doc A collection of libraries for building applications to work with OpenStack clouds - documentation. %endif %prep %autosetup -n %{pypi_name}-%{upstream_version} -S git # Let RPM handle the requirements rm -rf {,test-}requirements.txt # This unit test requires python-prometheus, which is optional and not needed rm -f openstack/tests/unit/test_stats.py %build %{py3_build} %if 0%{?with_doc} # generate html docs sphinx-build-3 -b html doc/source html # remove the sphinx-build-3 leftovers rm -rf html/.{doctrees,buildinfo} %endif %install %{py3_install} %check rm -f ./openstack/tests/unit/test_hacking.py export OS_STDOUT_CAPTURE=true export OS_STDERR_CAPTURE=true export OS_TEST_TIMEOUT=20 # FIXME(jpena) we are skipping some unit tests due to # https://storyboard.openstack.org/#!/story/2005677 PYTHON=python3 stestr-3 --test-path ./openstack/tests/unit run --black-regex '(test_wait_for_task_.*|.*TestOsServiceTypesVersion.*|.*test_timeout_and_failures_not_fail.*)' %files -n python3-%{pypi_name} %doc README.rst %license LICENSE %{_bindir}/openstack-inventory %{python3_sitelib}/openstack %{python3_sitelib}/%{pypi_name}-*.egg-info %exclude %{python3_sitelib}/openstack/tests %files -n python3-%{pypi_name}-tests %{python3_sitelib}/openstack/tests %if 0%{?with_doc} %files -n python-%{pypi_name}-doc %doc html %license LICENSE %endif %changelog + spectool -g -C /tmp/tmp.syvt28vfwx/SOURCES python-openstacksdk.spec + /usr/bin/mock --buildsrpm -v -r /home/centos9-master/data/dlrn-1.cfg --resultdir /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e --spec python-openstacksdk.spec --sources=/tmp/tmp.syvt28vfwx/SOURCES INFO: mock.py version 2.10 starting (python version = 3.6.8, NVR = mock-2.10-1.el8)... DEBUG: search for 'dnf' package manager Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-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'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos9-master/data/dlrn-1.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e DEBUG: rootdir: /var/lib/mock/dlrn-centos9-master-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: chrootuid: 1032 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: False DEBUG: bootstrap_image: registry.centos.org/centos:8 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: 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: 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', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.6/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-1/ccache/u1032/', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-1/root_cache/', 'tar': 'gnutar', '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-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, '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-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}} 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', 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} DEBUG: useradd: /usr/sbin/useradd -o -m -u 1032 -g 135 -d /builddir -n mockbuild DEBUG: use_host_resolv: False DEBUG: chroot_setup_cmd: install basesystem rpm-build python3-devel gcc make python3-sqlalchemy python3-sphinx python3-eventlet python3-six python3-pbr openstack-macros git-core python3-setuptools_scm DEBUG: target_arch: x86_64 DEBUG: releasever: 9 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '9-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-centos8.rdoproject.org.novalocal'} 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: system_yum_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: dnf_command: /usr/bin/dnf DEBUG: system_dnf_command: /usr/bin/dnf DEBUG: dnf_install_command: install dnf dnf-plugins-core 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: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: dnf_disable_plugins: ['local', 'spacewalk'] DEBUG: user_agent: Mock (dlrn-centos9-master-x86_64-1; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/centos9-master/data/dlrn-1.cfg DEBUG: root: dlrn-centos9-master-x86_64-1 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el9 DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=1 protected_packages= module_platform_id=platform:el9 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-9-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-clients] name=delorean-python-stevedore-ccd17543a37143913e886f9306be10d40260fdf3 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/clients/cc/d1/ccd17543a37143913e886f9306be10d40260fdf3_d532cf27 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-python-hacking-2931131b69af7f1e76d8ab506c250a94b330ffb9 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/common/29/31/2931131b69af7f1e76d8ab506c250a94b330ffb9_887ad381 enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos9-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos9-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-rabbitmq] name=centos9-rabbitmq baseurl=http://mirror.stream.centos.org/SIGs/9-stream/messaging/$basearch/rabbitmq-38/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-storage] name=centos9-storage baseurl=http://mirror.stream.centos.org/SIGs/9-stream/storage/$basearch/ceph-pacific/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-opstools] name=centos9-opstools baseurl=http://mirror.stream.centos.org/SIGs/9-stream/opstools/$basearch/collectd-5/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=http://mirror.stream.centos.org/SIGs/9-stream/nfv/$basearch/openvswitch-2/ gpgcheck=0 enabled=1 module_hotfixes=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-openstacksdk.spec) Config(dlrn-centos9-master-x86_64-1) Start: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1 DEBUG: kill orphans INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos9-master-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: ['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-centos9-master-x86_64-1/root DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): 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: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'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: 16212184 3911564 5128944 2376580 7171676 9582724 DEBUG: Swap: 16777212 5170256 11606956 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root'] with env {'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 Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 270M 4.1G 7% /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/results Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-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', '/proc', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-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', '/sys', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos9-master-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.a32w13gr', '/var/lib/mock/dlrn-centos9-master-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: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc DEBUG: method _make_build_user skipped in bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos9-master-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: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['gtar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos9-master-x86_64-1/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/./proc DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./sys DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./dev DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./tmp/ccache DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/cache/yum DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/cache/dnf DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/log DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-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: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'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: 16212184 3961852 4376508 3078668 7873824 8830540 DEBUG: Swap: 16777212 5170256 11606956 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-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: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 1.3G 3.0G 31% /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/pts DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/shm DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-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', '/proc', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-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', '/sys', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos9-master-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.g7koegae', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: resultdir = /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: child environment: None DEBUG: Executing command: ['/usr/sbin/userdel', '-r', '-f', 'mockbuild'] 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: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/usr/sbin/groupdel', 'mock'] 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: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/usr/sbin/groupadd', '-g', '135', 'mock'] 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: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/usr/sbin/useradd', '-o', '-m', '-u', '1032', '-g', '135', '-d', '/builddir', '-n', 'mockbuild'] 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: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/RPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/SPECS DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/SRPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/SOURCES DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/BUILD DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/BUILDROOT DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/originals DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir Start: dnf update DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos9-master-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-11.3.1-2.1.el9.x86_64 DEBUG: crypto-policies-20220427-1.gitb2323a1.el9.noarch DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch DEBUG: tzdata-2022a-1.el9.noarch DEBUG: hwdata-0.348-9.4.el9.noarch DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch DEBUG: langpacks-core-font-en-3.0-16.el9.noarch DEBUG: osinfo-db-20220727-3.el9.noarch DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch DEBUG: xkeyboard-config-2.33-2.el9.noarch DEBUG: rust-srpm-macros-17-4.el9.noarch DEBUG: qt5-srpm-macros-5.15.3-1.el9.noarch DEBUG: poppler-data-0.4.9-9.el9.noarch DEBUG: perl-srpm-macros-1-41.el9.noarch DEBUG: openblas-srpm-macros-2-11.el9.noarch DEBUG: ocaml-srpm-macros-6-6.el9.noarch DEBUG: libX11-common-1.7.0-7.el9.noarch DEBUG: kernel-headers-5.14.0-142.el9.x86_64 DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64 DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch DEBUG: vim-filesystem-8.2.2637-16.el9.noarch DEBUG: python3-setuptools-wheel-53.0.0-10.el9.noarch DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch DEBUG: pkgconf-m4-1.7.3-9.el9.noarch DEBUG: pcre2-syntax-10.40-2.el9.noarch DEBUG: ncurses-base-6.2-8.20210508.el9.noarch DEBUG: libssh-config-0.9.6-3.el9.noarch DEBUG: kbd-misc-2.4.0-8.el9.noarch DEBUG: fuse-common-3.10.2-5.el9.x86_64 DEBUG: coreutils-common-8.32-32.el9.x86_64 DEBUG: centos-gpg-keys-9.0-12.el9.noarch DEBUG: centos-stream-release-9.0-12.el9.noarch DEBUG: centos-stream-repos-9.0-12.el9.noarch DEBUG: setup-2.13.7-7.el9.noarch DEBUG: filesystem-3.16-2.el9.x86_64 DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch DEBUG: basesystem-11-13.el9.noarch DEBUG: glibc-gconv-extra-2.34-40.el9.x86_64 DEBUG: glibc-minimal-langpack-2.34-40.el9.x86_64 DEBUG: glibc-common-2.34-40.el9.x86_64 DEBUG: glibc-2.34-40.el9.x86_64 DEBUG: ncurses-libs-6.2-8.20210508.el9.x86_64 DEBUG: bash-5.1.8-4.el9.x86_64 DEBUG: zlib-1.2.11-33.el9.x86_64 DEBUG: libstdc++-11.3.1-2.1.el9.x86_64 DEBUG: xz-libs-5.2.5-8.el9.x86_64 DEBUG: libxml2-2.9.13-2.el9.x86_64 DEBUG: bzip2-libs-1.0.8-8.el9.x86_64 DEBUG: libxcrypt-4.4.18-3.el9.x86_64 DEBUG: libpng-1.6.37-12.el9.x86_64 DEBUG: expat-2.4.7-1.el9.x86_64 DEBUG: libzstd-1.5.1-2.el9.x86_64 DEBUG: libjpeg-turbo-2.0.90-5.el9.x86_64 DEBUG: libcap-2.48-8.el9.x86_64 DEBUG: libuuid-2.37.4-3.el9.x86_64 DEBUG: sqlite-libs-3.34.1-5.el9.x86_64 DEBUG: gmp-6.2.0-10.el9.x86_64 DEBUG: libffi-3.4.2-7.el9.x86_64 DEBUG: p11-kit-0.24.1-2.el9.x86_64 DEBUG: elfutils-libelf-0.187-5.el9.x86_64 DEBUG: libgpg-error-1.42-5.el9.x86_64 DEBUG: lcms2-2.12-3.el9.x86_64 DEBUG: nspr-4.34.0-7.el9.x86_64 DEBUG: libwayland-client-1.19.0-4.el9.x86_64 DEBUG: mpfr-4.1.0-7.el9.x86_64 DEBUG: readline-8.1-4.el9.x86_64 DEBUG: alternatives-1.20-2.el9.x86_64 DEBUG: libgomp-11.3.1-2.1.el9.x86_64 DEBUG: libsepol-3.4-1.1.el9.x86_64 DEBUG: libogg-1.3.4-6.el9.x86_64 DEBUG: libvorbis-1.3.7-5.el9.x86_64 DEBUG: libtool-ltdl-2.4.6-45.el9.x86_64 DEBUG: nss-util-3.79.0-7.el9.x86_64 DEBUG: libgcrypt-1.10.0-4.el9.x86_64 DEBUG: libicu-67.1-9.el9.x86_64 DEBUG: gdbm-libs-1.19-4.el9.x86_64 DEBUG: libattr-2.5.1-3.el9.x86_64 DEBUG: libacl-2.3.1-3.el9.x86_64 DEBUG: libcap-ng-0.8.2-7.el9.x86_64 DEBUG: audit-libs-3.0.7-103.el9.x86_64 DEBUG: lz4-libs-1.9.3-5.el9.x86_64 DEBUG: pcre2-10.40-2.el9.x86_64 DEBUG: libselinux-3.4-3.el9.x86_64 DEBUG: sed-4.8-9.el9.x86_64 DEBUG: popt-1.18-8.el9.x86_64 DEBUG: alsa-lib-1.2.7.2-1.el9.x86_64 DEBUG: libX11-xcb-1.7.0-7.el9.x86_64 DEBUG: libwebp-1.2.0-3.el9.x86_64 DEBUG: libsemanage-3.4-2.el9.x86_64 DEBUG: shadow-utils-4.9-5.el9.x86_64 DEBUG: less-590-1.el9.x86_64 DEBUG: libbrotli-1.0.9-6.el9.x86_64 DEBUG: libcom_err-1.46.5-3.el9.x86_64 DEBUG: libseccomp-2.5.2-2.el9.x86_64 DEBUG: libtdb-1.4.6-1.el9.x86_64 DEBUG: libunistring-0.9.10-15.el9.x86_64 DEBUG: libidn2-2.3.0-7.el9.x86_64 DEBUG: lua-libs-5.4.2-4.el9.x86_64 DEBUG: fribidi-1.0.10-6.el9.2.x86_64 DEBUG: libICE-1.0.10-8.el9.x86_64 DEBUG: libstemmer-0-18.585svn.el9.x86_64 DEBUG: libxshmfence-1.3-10.el9.x86_64 DEBUG: openjpeg2-2.4.0-7.el9.x86_64 DEBUG: libSM-1.2.3-10.el9.x86_64 DEBUG: libpsl-0.21.1-5.el9.x86_64 DEBUG: findutils-4.8.0-5.el9.x86_64 DEBUG: mesa-libglapi-22.1.1-1.el9.x86_64 DEBUG: libmpc-1.2.1-4.el9.x86_64 DEBUG: libwayland-cursor-1.19.0-4.el9.x86_64 DEBUG: libassuan-2.5.5-3.el9.x86_64 DEBUG: libwayland-server-1.19.0-4.el9.x86_64 DEBUG: exiv2-0.27.5-2.el9.x86_64 DEBUG: exiv2-libs-0.27.5-2.el9.x86_64 DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64 DEBUG: unzip-6.0-56.el9.x86_64 DEBUG: xml-common-0.6.3-58.el9.noarch DEBUG: groff-base-1.22.4-10.el9.x86_64 DEBUG: libproxy-0.4.15-35.el9.x86_64 DEBUG: imath-3.1.2-1.el9.x86_64 DEBUG: file-libs-5.39-8.el9.x86_64 DEBUG: file-5.39-8.el9.x86_64 DEBUG: hicolor-icon-theme-0.17-13.el9.noarch DEBUG: libedit-3.1-37.20210216cvs.el9.x86_64 DEBUG: llvm-libs-14.0.5-1.el9.x86_64 DEBUG: diffutils-3.7-12.el9.x86_64 DEBUG: fuse-libs-2.9.9-15.el9.x86_64 DEBUG: json-c-0.14-11.el9.x86_64 DEBUG: libsigsegv-2.13-4.el9.x86_64 DEBUG: gawk-5.1.0-6.el9.x86_64 DEBUG: libsmartcols-2.37.4-3.el9.x86_64 DEBUG: libtasn1-4.16.0-7.el9.x86_64 DEBUG: p11-kit-trust-0.24.1-2.el9.x86_64 DEBUG: pcre-8.44-3.el9.3.x86_64 DEBUG: grep-3.6-5.el9.x86_64 DEBUG: openssl-pkcs11-0.4.11-7.el9.x86_64 DEBUG: openssl-libs-3.0.1-40.el9.x86_64 DEBUG: coreutils-8.32-32.el9.x86_64 DEBUG: ca-certificates-2022.2.54-90.0.el9.noarch DEBUG: systemd-libs-250-7.el9.x86_64 DEBUG: libblkid-2.37.4-3.el9.x86_64 DEBUG: libarchive-3.5.3-3.el9.x86_64 DEBUG: dbus-libs-1.12.20-5.el9.x86_64 DEBUG: libmount-2.37.4-3.el9.x86_64 DEBUG: gzip-1.12-1.el9.x86_64 DEBUG: cracklib-2.9.6-27.el9.x86_64 DEBUG: libfdisk-2.37.4-3.el9.x86_64 DEBUG: libusbx-1.0.26-1.el9.x86_64 DEBUG: kmod-libs-28-7.el9.x86_64 DEBUG: libevent-2.1.12-6.el9.x86_64 DEBUG: avahi-libs-0.8-12.el9.x86_64 DEBUG: jbigkit-libs-2.1-23.el9.x86_64 DEBUG: libtiff-4.4.0-2.el9.x86_64 DEBUG: libXau-1.0.9-8.el9.x86_64 DEBUG: libxcb-1.13.1-9.el9.x86_64 DEBUG: libX11-1.7.0-7.el9.x86_64 DEBUG: libXext-1.3.4-8.el9.x86_64 DEBUG: libXrender-0.9.10-16.el9.x86_64 DEBUG: libXfixes-5.0.3-16.el9.x86_64 DEBUG: libXi-1.7.10-8.el9.x86_64 DEBUG: libXt-1.2.0-6.el9.x86_64 DEBUG: libXmu-1.1.3-8.el9.x86_64 DEBUG: libXcursor-1.2.0-7.el9.x86_64 DEBUG: libXdamage-1.1.5-7.el9.x86_64 DEBUG: libXrandr-1.5.2-8.el9.x86_64 DEBUG: libXinerama-1.1.4-10.el9.x86_64 DEBUG: libXcomposite-0.4.5-7.el9.x86_64 DEBUG: libXpm-3.5.13-7.el9.x86_64 DEBUG: libglvnd-1.3.4-1.el9.x86_64 DEBUG: libwayland-egl-1.19.0-4.el9.x86_64 DEBUG: opus-1.3.1-10.el9.x86_64 DEBUG: pixman-0.40.0-5.el9.x86_64 DEBUG: libXaw-1.0.13-19.el9.x86_64 DEBUG: libXtst-1.2.3-16.el9.x86_64 DEBUG: libXv-1.0.11-16.el9.x86_64 DEBUG: libXxf86vm-1.1.4-18.el9.x86_64 DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64 DEBUG: util-linux-core-2.37.4-3.el9.x86_64 DEBUG: procps-ng-3.3.17-6.el9.x86_64 DEBUG: p11-kit-server-0.24.1-2.el9.x86_64 DEBUG: python3-pip-wheel-21.2.3-6.el9.noarch DEBUG: python-unversioned-command-3.9.13-3.el9.noarch DEBUG: python3-3.9.13-3.el9.x86_64 DEBUG: python3-libs-3.9.13-3.el9.x86_64 DEBUG: python3-setuptools-57.4.0-1.el9s.noarch DEBUG: python3-idna-2.10-7.el9.noarch DEBUG: python3-six-1.15.0-9.el9.noarch DEBUG: python3-greenlet-1.1.2-3.el9.x86_64 DEBUG: python3-libselinux-3.4-3.el9.x86_64 DEBUG: python3-libsemanage-3.4-2.el9.x86_64 DEBUG: python3-setools-4.4.0-5.el9.x86_64 DEBUG: python3-pip-21.2.3-6.el9.noarch DEBUG: crypto-policies-scripts-20220427-1.gitb2323a1.el9.noarch DEBUG: python3-chardet-4.0.0-5.el9.noarch DEBUG: python3-dns-2.1.0-6.el9.noarch DEBUG: python3-pyparsing-2.4.7-9.el9.noarch DEBUG: python3-packaging-20.9-5.el9.noarch DEBUG: python3-pysocks-1.7.1-12.el9.noarch DEBUG: python3-urllib3-1.26.5-3.el9.noarch DEBUG: python3-requests-2.25.1-6.el9.noarch DEBUG: python3-audit-3.0.7-103.el9.x86_64 DEBUG: python3-pytz-2021.1-4.el9.noarch DEBUG: python3-babel-2.9.1-2.el9.noarch DEBUG: python3-docutils-0.16-6.el9.noarch DEBUG: python3-imagesize-1.2.0-6.el9.noarch DEBUG: python3-pygments-2.7.4-4.el9.noarch DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch DEBUG: python3-markupsafe-2.0.0-2.el9s.x86_64 DEBUG: python3-jinja2-3.0.1-2.el9s.noarch DEBUG: python3-tomli-2.0.1-4.el9s.noarch DEBUG: openssl-3.0.1-40.el9.x86_64 DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch DEBUG: kmod-28-7.el9.x86_64 DEBUG: xz-5.2.5-8.el9.x86_64 DEBUG: openexr-libs-3.1.1-2.el9.x86_64 DEBUG: iso-codes-4.6.0-3.el9.noarch DEBUG: zip-3.0-33.el9.x86_64 DEBUG: cpp-11.3.1-2.1.el9.x86_64 DEBUG: libutempter-1.2.1-6.el9.x86_64 DEBUG: bubblewrap-0.4.1-6.el9.x86_64 DEBUG: libselinux-utils-3.4-3.el9.x86_64 DEBUG: tar-1.34-5.el9.x86_64 DEBUG: zstd-1.5.1-2.el9.x86_64 DEBUG: acl-2.3.1-3.el9.x86_64 DEBUG: nss-softokn-freebl-3.79.0-7.el9.x86_64 DEBUG: nss-softokn-3.79.0-7.el9.x86_64 DEBUG: nss-sysinit-3.79.0-7.el9.x86_64 DEBUG: nss-3.79.0-7.el9.x86_64 DEBUG: flac-libs-1.3.3-10.el9.x86_64 DEBUG: libtheora-1.1.1-31.el9.x86_64 DEBUG: fftw-libs-double-3.3.8-12.el9.x86_64 DEBUG: libksba-1.5.1-4.el9.x86_64 DEBUG: dwz-0.14-3.el9.x86_64 DEBUG: nettle-3.7.3-2.el9.x86_64 DEBUG: gnutls-3.7.6-4.el9.x86_64 DEBUG: glib2-2.68.4-5.el9.x86_64 DEBUG: json-glib-1.6.6-1.el9.x86_64 DEBUG: atk-2.36.0-5.el9.x86_64 DEBUG: polkit-libs-0.117-10.el9.x86_64 DEBUG: gstreamer1-1.18.4-4.el9.x86_64 DEBUG: gsettings-desktop-schemas-40.0-4.el9.x86_64 DEBUG: ModemManager-glib-1.18.2-3.el9.x86_64 DEBUG: NetworkManager-libnm-1.39.12-1.el9.x86_64 DEBUG: gobject-introspection-1.68.0-10.el9.x86_64 DEBUG: libgudev-237-1.el9.x86_64 DEBUG: libgusb-0.3.6-3.el9.x86_64 DEBUG: colord-libs-1.4.5-4.el9.x86_64 DEBUG: shared-mime-info-2.1-4.el9.x86_64 DEBUG: gdk-pixbuf2-2.42.6-2.el9.x86_64 DEBUG: gdk-pixbuf2-modules-2.42.6-2.el9.x86_64 DEBUG: gtk-update-icon-cache-3.24.31-2.el9.x86_64 DEBUG: libgsf-1.14.47-5.el9.x86_64 DEBUG: libnotify-0.7.9-8.el9.x86_64 DEBUG: avahi-glib-0.8-12.el9.x86_64 DEBUG: graphene-1.10.6-2.el9.x86_64 DEBUG: libgexiv2-0.12.3-1.el9.x86_64 DEBUG: low-memory-monitor-2.1-4.el9.x86_64 DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64 DEBUG: webkit2gtk3-jsc-2.36.5-2.el9.x86_64 DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64 DEBUG: glib-networking-2.68.3-3.el9.x86_64 DEBUG: liblqr-1-0.4.2-17.el9s.x86_64 DEBUG: jasper-libs-2.0.28-3.el9.x86_64 DEBUG: LibRaw-0.20.2-5.el9.x86_64 DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64 DEBUG: bzip2-1.0.8-8.el9.x86_64 DEBUG: libxkbcommon-1.0.3-4.el9.x86_64 DEBUG: libxslt-1.1.34-9.el9.x86_64 DEBUG: graphite2-1.3.14-9.el9.x86_64 DEBUG: freetype-2.10.4-9.el9.x86_64 DEBUG: harfbuzz-2.7.4-8.el9.x86_64 DEBUG: fontconfig-2.14.0-1.el9.x86_64 DEBUG: cairo-1.17.4-7.el9.x86_64 DEBUG: cairo-gobject-1.17.4-7.el9.x86_64 DEBUG: libgxps-0.3.2-3.el9.x86_64 DEBUG: gd-2.3.2-3.el9.x86_64 DEBUG: libXft-2.3.3-8.el9.x86_64 DEBUG: poppler-21.01.0-13.el9.x86_64 DEBUG: poppler-glib-21.01.0-13.el9.x86_64 DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch DEBUG: urw-base35-fonts-20200910-6.el9.noarch DEBUG: libraqm-0.7.0-7.el9s.x86_64 DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64 DEBUG: info-6.7-15.el9.x86_64 DEBUG: ed-1.14.2-12.el9.x86_64 DEBUG: patch-2.7.6-16.el9.x86_64 DEBUG: tcl-8.6.10-7.el9.x86_64 DEBUG: libfontenc-1.1.3-17.el9.x86_64 DEBUG: mkfontscale-1.2.1-3.el9.x86_64 DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch DEBUG: systemd-rpm-macros-250-7.el9.noarch DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch DEBUG: libpaper-1.1.28-4.el9.x86_64 DEBUG: ncurses-6.2-8.20210508.el9.x86_64 DEBUG: perl-Digest-1.19-4.el9.noarch DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64 DEBUG: perl-B-1.80-479.el9.x86_64 DEBUG: perl-FileHandle-2.03-479.el9.noarch DEBUG: perl-AutoLoader-5.74-479.el9.noarch DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64 DEBUG: perl-libnet-3.13-4.el9.noarch DEBUG: perl-base-2.27-479.el9.noarch DEBUG: perl-URI-5.09-3.el9.noarch DEBUG: perl-Net-SSLeay-1.92-2.el9.x86_64 DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch DEBUG: perl-if-0.60.800-479.el9.noarch DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch DEBUG: perl-Time-Local-1.300-7.el9.noarch DEBUG: perl-File-Path-2.18-4.el9.noarch DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch DEBUG: perl-IO-Socket-SSL-2.073-1.el9.noarch DEBUG: perl-Class-Struct-0.66-479.el9.noarch DEBUG: perl-POSIX-1.94-479.el9.x86_64 DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch DEBUG: perl-IPC-Open3-1.21-479.el9.noarch DEBUG: perl-subs-1.03-479.el9.noarch DEBUG: perl-File-Temp-0.231.100-4.el9.noarch DEBUG: perl-Term-Cap-1.17-460.el9.noarch DEBUG: perl-Pod-Simple-3.42-4.el9.noarch DEBUG: perl-HTTP-Tiny-0.076-460.el9.noarch DEBUG: perl-Socket-2.031-4.el9.x86_64 DEBUG: perl-SelectSaver-1.02-479.el9.noarch DEBUG: perl-Symbol-1.08-479.el9.noarch DEBUG: perl-File-stat-1.09-479.el9.noarch DEBUG: perl-podlators-4.14-460.el9.noarch DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch DEBUG: perl-Fcntl-1.13-479.el9.x86_64 DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch DEBUG: perl-mro-1.23-479.el9.x86_64 DEBUG: perl-IO-1.43-479.el9.x86_64 DEBUG: perl-overloading-0.02-479.el9.noarch DEBUG: perl-Pod-Usage-2.01-4.el9.noarch DEBUG: perl-Errno-1.30-479.el9.x86_64 DEBUG: perl-File-Basename-2.85-479.el9.noarch DEBUG: perl-Getopt-Std-1.12-479.el9.noarch DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64 DEBUG: perl-Scalar-List-Utils-1.56-461.el9.x86_64 DEBUG: perl-constant-1.33-461.el9.noarch DEBUG: perl-Storable-3.21-460.el9.x86_64 DEBUG: perl-overload-1.31-479.el9.noarch DEBUG: perl-parent-0.238-460.el9.noarch DEBUG: perl-vars-1.05-479.el9.noarch DEBUG: perl-Getopt-Long-2.52-4.el9.noarch DEBUG: perl-Carp-1.50-460.el9.noarch DEBUG: perl-Exporter-5.74-461.el9.noarch DEBUG: perl-NDBM_File-1.15-479.el9.x86_64 DEBUG: perl-PathTools-3.78-461.el9.x86_64 DEBUG: perl-Encode-3.08-462.el9.x86_64 DEBUG: perl-libs-5.32.1-479.el9.x86_64 DEBUG: perl-interpreter-5.32.1-479.el9.x86_64 DEBUG: kernel-srpm-macros-1.0-11.el9.noarch DEBUG: bluez-libs-5.56-6.el9.x86_64 DEBUG: cpio-2.13-16.el9.x86_64 DEBUG: keyutils-libs-1.6.1-4.el9.x86_64 DEBUG: libcbor-0.7.0-5.el9.x86_64 DEBUG: libdb-5.3.28-53.el9.x86_64 DEBUG: libeconf-0.4.1-2.el9.x86_64 DEBUG: libpwquality-1.4.4-8.el9.x86_64 DEBUG: pam-1.5.1-12.el9.x86_64 DEBUG: util-linux-2.37.4-3.el9.x86_64 DEBUG: device-mapper-1.02.185-3.el9.x86_64 DEBUG: device-mapper-libs-1.02.185-3.el9.x86_64 DEBUG: cryptsetup-libs-2.4.3-4.el9.x86_64 DEBUG: dbus-1.12.20-5.el9.x86_64 DEBUG: systemd-pam-250-7.el9.x86_64 DEBUG: systemd-250-7.el9.x86_64 DEBUG: dbus-common-1.12.20-5.el9.noarch DEBUG: dbus-broker-28-6.el9.x86_64 DEBUG: polkit-0.117-10.el9.x86_64 DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64 DEBUG: dconf-0.40.0-6.el9.x86_64 DEBUG: rtkit-0.11-28.el9.x86_64 DEBUG: elfutils-default-yama-scope-0.187-5.el9.noarch DEBUG: elfutils-libs-0.187-5.el9.x86_64 DEBUG: flatpak-session-helper-1.12.7-2.el9.x86_64 DEBUG: at-spi2-core-2.40.3-1.el9.x86_64 DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64 DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64 DEBUG: openssh-8.7p1-21.el9.x86_64 DEBUG: kbd-2.4.0-8.el9.x86_64 DEBUG: libnghttp2-1.43.0-5.el9.x86_64 DEBUG: libpciaccess-0.16-6.el9.x86_64 DEBUG: libdrm-2.4.111-1.el9.x86_64 DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64 DEBUG: mesa-libGL-22.1.1-1.el9.x86_64 DEBUG: mesa-libgbm-22.1.1-1.el9.x86_64 DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64 DEBUG: mesa-libEGL-22.1.1-1.el9.x86_64 DEBUG: mesa-vulkan-drivers-22.1.1-1.el9.x86_64 DEBUG: vulkan-loader-1.3.204.0-2.el9.x86_64 DEBUG: libpipeline-1.5.3-4.el9.x86_64 DEBUG: man-db-2.9.3-6.el9.x86_64 DEBUG: environment-modules-5.0.1-1.el9.x86_64 DEBUG: libpkgconf-1.7.3-9.el9.x86_64 DEBUG: pkgconf-1.7.3-9.el9.x86_64 DEBUG: pkgconf-pkg-config-1.7.3-9.el9.x86_64 DEBUG: libverto-0.3.2-3.el9.x86_64 DEBUG: krb5-libs-1.19.1-22.el9.x86_64 DEBUG: libsoup-2.72.0-8.el9.x86_64 DEBUG: cups-libs-2.3.3op2-16.el9.x86_64 DEBUG: geoclue2-2.5.7-5.el9.x86_64 DEBUG: osinfo-db-tools-1.9.0-3.el9.x86_64 DEBUG: libosinfo-1.9.0-5.el9.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-20.el9.x86_64 DEBUG: openldap-2.6.2-3.el9.x86_64 DEBUG: openldap-compat-2.6.2-3.el9.x86_64 DEBUG: libssh-0.9.6-3.el9.x86_64 DEBUG: libcurl-7.76.1-18.el9.x86_64 DEBUG: elfutils-debuginfod-client-0.187-5.el9.x86_64 DEBUG: elfutils-0.187-5.el9.x86_64 DEBUG: gdb-minimal-10.2-10.el9.x86_64 DEBUG: curl-7.76.1-18.el9.x86_64 DEBUG: rpm-4.16.1.3-17.el9.x86_64 DEBUG: rpm-libs-4.16.1.3-17.el9.x86_64 DEBUG: policycoreutils-3.4-2.el9.x86_64 DEBUG: rpm-build-libs-4.16.1.3-17.el9.x86_64 DEBUG: libappstream-glib-0.7.18-4.el9.x86_64 DEBUG: scl-utils-2.0.3-2.el9.x86_64 DEBUG: efi-srpm-macros-4-9.el9.noarch DEBUG: lua-srpm-macros-1-6.el9.noarch DEBUG: tpm2-tss-3.0.3-7.el9.x86_64 DEBUG: systemd-udev-250-7.el9.x86_64 DEBUG: libfido2-1.6.0-7.el9.x86_64 DEBUG: openssh-clients-8.7p1-21.el9.x86_64 DEBUG: git-core-2.31.1-2.el9.2.x86_64 DEBUG: upower-0.99.11-11.el9.x86_64 DEBUG: make-4.3-7.el9.x86_64 DEBUG: npth-1.6-8.el9.x86_64 DEBUG: gnupg2-2.3.3-1.el9.x86_64 DEBUG: gpgme-1.15.1-6.el9.x86_64 DEBUG: ostree-libs-2022.3-2.el9.x86_64 DEBUG: which-2.21-28.el9.x86_64 DEBUG: fuse-2.9.9-15.el9.x86_64 DEBUG: checkpolicy-3.4-1.el9.x86_64 DEBUG: python3-policycoreutils-3.4-2.el9.noarch DEBUG: policycoreutils-python-utils-3.4-2.el9.noarch DEBUG: gcc-toolset-12-runtime-12.0-5.el9.x86_64 DEBUG: gcc-toolset-12-binutils-2.38-16.el9.x86_64 DEBUG: binutils-2.35.2-24.el9.x86_64 DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64 DEBUG: giflib-5.2.1-9.el9.x86_64 DEBUG: glibc-headers-2.34-40.el9.x86_64 DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64 DEBUG: glibc-devel-2.34-40.el9.x86_64 DEBUG: gcc-11.3.1-2.1.el9.x86_64 DEBUG: annobin-10.73-3.el9.x86_64 DEBUG: gcc-plugin-annobin-11.3.1-2.1.el9.x86_64 DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch DEBUG: go-srpm-macros-3.0.9-9.el9.noarch DEBUG: python-srpm-macros-3.9-52.el9.noarch DEBUG: redhat-rpm-config-196-1.el9.noarch DEBUG: python-rpm-macros-3.9-52.el9.noarch DEBUG: python3-rpm-macros-3.9-52.el9.noarch DEBUG: python3-rpm-generators-12-8.el9.noarch DEBUG: gsm-1.0.19-6.el9.x86_64 DEBUG: libsndfile-1.0.31-7.el9.x86_64 DEBUG: jbig2dec-libs-0.19-6.el9.x86_64 DEBUG: libasyncns-0.8-22.el9.x86_64 DEBUG: pulseaudio-libs-15.0-2.el9.x86_64 DEBUG: libcanberra-0.30-26.el9.x86_64 DEBUG: pulseaudio-utils-15.0-2.el9.x86_64 DEBUG: libdatrie-0.2.13-4.el9.x86_64 DEBUG: libthai-0.1.28-8.el9.x86_64 DEBUG: pango-1.48.7-2.el9.x86_64 DEBUG: librsvg2-2.50.7-1.el9.x86_64 DEBUG: libepoxy-1.5.5-4.el9.x86_64 DEBUG: libexif-0.6.22-6.el9.x86_64 DEBUG: libijs-0.35-15.el9.x86_64 DEBUG: libgs-9.54.0-7.el9.x86_64 DEBUG: libiptcdata-1.0.5-9.el9.x86_64 DEBUG: libldac-2.0.2.3-10.el9.x86_64 DEBUG: libsbc-1.4-9.el9.x86_64 DEBUG: wireplumber-libs-0.4.8-1.el9.x86_64 DEBUG: pipewire-libs-0.3.47-2.el9.x86_64 DEBUG: wireplumber-0.4.8-1.el9.x86_64 DEBUG: pipewire-0.3.47-2.el9.x86_64 DEBUG: flatpak-1.12.7-2.el9.x86_64 DEBUG: xdg-desktop-portal-1.12.4-1.el9.x86_64 DEBUG: libvisual-0.4.0-34.el9.x86_64 DEBUG: libwmf-lite-0.2.12-9.el9.x86_64 DEBUG: orc-0.4.31-6.el9.x86_64 DEBUG: gstreamer1-plugins-base-1.18.4-5.el9.x86_64 DEBUG: libtracker-sparql-3.1.2-2.el9.x86_64 DEBUG: tracker-3.1.2-2.el9.x86_64 DEBUG: tracker-miners-3.1.2-1.el9.x86_64 DEBUG: libcanberra-gtk3-0.30-26.el9.x86_64 DEBUG: gtk3-3.24.31-2.el9.x86_64 DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64 DEBUG: gtk2-2.24.33-7.el9.x86_64 DEBUG: libcanberra-gtk2-0.30-26.el9.x86_64 DEBUG: graphviz-2.44.0-25.el9.x86_64 DEBUG: ImageMagick-libs-6.9.11.27-7.el9s.x86_64 DEBUG: ImageMagick-6.9.11.27-7.el9s.x86_64 DEBUG: python3-sphinx-3.4.3-7.el9.noarch DEBUG: pipewire-alsa-0.3.47-2.el9.x86_64 DEBUG: pipewire-jack-audio-connection-kit-0.3.47-2.el9.x86_64 DEBUG: pipewire-pulseaudio-0.3.47-2.el9.x86_64 DEBUG: python3-devel-3.9.13-3.el9.x86_64 DEBUG: rpm-build-4.16.1.3-17.el9.x86_64 DEBUG: python3-pbr-5.9.0-1.el9s.noarch DEBUG: python3-setuptools_scm-6.3.2-2.el9s.noarch DEBUG: python3-eventlet-0.33.1-4.el9s.noarch DEBUG: python3-sqlalchemy-1.4.39-2.el9s.x86_64 DEBUG: openstack-macros-2021.1.0-0.20220810115246.ce6a105.el9.noarch DEBUG: gcc-toolset-12-binutils-gold-2.38-16.el9.x86_64 DEBUG: binutils-gold-2.35.2-24.el9.x86_64 DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root/', '-y', '--releasever', '9', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', 'update'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root/', '-y', '--releasever', '9', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', 'update', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos9-master-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 DEBUG: delorean-python-stevedore-ccd17543a37143913e886 20 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-hacking-2931131b69af7f1e76d8ab5 18 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 9 - BaseOS 29 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 9 - AppStream 32 kB/s | 4.4 kB 00:00 DEBUG: CentOS Stream 9 - CRB 43 kB/s | 6.8 kB 00:00 DEBUG: CentOS Stream 9 - HighAvailability 35 kB/s | 7.3 kB 00:00 DEBUG: dlrn-master-testing 21 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 20 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 22 kB/s | 3.0 kB 00:00 DEBUG: centos9-storage 22 kB/s | 3.0 kB 00:00 DEBUG: centos9-opstools 22 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 22 kB/s | 3.0 kB 00:00 DEBUG: Dependencies resolved. DEBUG: Nothing to do. DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos9-master-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-11.3.1-2.1.el9.x86_64 DEBUG: crypto-policies-20220427-1.gitb2323a1.el9.noarch DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch DEBUG: tzdata-2022a-1.el9.noarch DEBUG: hwdata-0.348-9.4.el9.noarch DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch DEBUG: langpacks-core-font-en-3.0-16.el9.noarch DEBUG: osinfo-db-20220727-3.el9.noarch DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch DEBUG: xkeyboard-config-2.33-2.el9.noarch DEBUG: rust-srpm-macros-17-4.el9.noarch DEBUG: qt5-srpm-macros-5.15.3-1.el9.noarch DEBUG: poppler-data-0.4.9-9.el9.noarch DEBUG: perl-srpm-macros-1-41.el9.noarch DEBUG: openblas-srpm-macros-2-11.el9.noarch DEBUG: ocaml-srpm-macros-6-6.el9.noarch DEBUG: libX11-common-1.7.0-7.el9.noarch DEBUG: kernel-headers-5.14.0-142.el9.x86_64 DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64 DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch DEBUG: vim-filesystem-8.2.2637-16.el9.noarch DEBUG: python3-setuptools-wheel-53.0.0-10.el9.noarch DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch DEBUG: pkgconf-m4-1.7.3-9.el9.noarch DEBUG: pcre2-syntax-10.40-2.el9.noarch DEBUG: ncurses-base-6.2-8.20210508.el9.noarch DEBUG: libssh-config-0.9.6-3.el9.noarch DEBUG: kbd-misc-2.4.0-8.el9.noarch DEBUG: fuse-common-3.10.2-5.el9.x86_64 DEBUG: coreutils-common-8.32-32.el9.x86_64 DEBUG: centos-gpg-keys-9.0-12.el9.noarch DEBUG: centos-stream-release-9.0-12.el9.noarch DEBUG: centos-stream-repos-9.0-12.el9.noarch DEBUG: setup-2.13.7-7.el9.noarch DEBUG: filesystem-3.16-2.el9.x86_64 DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch DEBUG: basesystem-11-13.el9.noarch DEBUG: glibc-gconv-extra-2.34-40.el9.x86_64 DEBUG: glibc-minimal-langpack-2.34-40.el9.x86_64 DEBUG: glibc-common-2.34-40.el9.x86_64 DEBUG: glibc-2.34-40.el9.x86_64 DEBUG: ncurses-libs-6.2-8.20210508.el9.x86_64 DEBUG: bash-5.1.8-4.el9.x86_64 DEBUG: zlib-1.2.11-33.el9.x86_64 DEBUG: libstdc++-11.3.1-2.1.el9.x86_64 DEBUG: xz-libs-5.2.5-8.el9.x86_64 DEBUG: libxml2-2.9.13-2.el9.x86_64 DEBUG: bzip2-libs-1.0.8-8.el9.x86_64 DEBUG: libxcrypt-4.4.18-3.el9.x86_64 DEBUG: libpng-1.6.37-12.el9.x86_64 DEBUG: expat-2.4.7-1.el9.x86_64 DEBUG: libzstd-1.5.1-2.el9.x86_64 DEBUG: libjpeg-turbo-2.0.90-5.el9.x86_64 DEBUG: libcap-2.48-8.el9.x86_64 DEBUG: libuuid-2.37.4-3.el9.x86_64 DEBUG: sqlite-libs-3.34.1-5.el9.x86_64 DEBUG: gmp-6.2.0-10.el9.x86_64 DEBUG: libffi-3.4.2-7.el9.x86_64 DEBUG: p11-kit-0.24.1-2.el9.x86_64 DEBUG: elfutils-libelf-0.187-5.el9.x86_64 DEBUG: libgpg-error-1.42-5.el9.x86_64 DEBUG: lcms2-2.12-3.el9.x86_64 DEBUG: nspr-4.34.0-7.el9.x86_64 DEBUG: libwayland-client-1.19.0-4.el9.x86_64 DEBUG: mpfr-4.1.0-7.el9.x86_64 DEBUG: readline-8.1-4.el9.x86_64 DEBUG: alternatives-1.20-2.el9.x86_64 DEBUG: libgomp-11.3.1-2.1.el9.x86_64 DEBUG: libsepol-3.4-1.1.el9.x86_64 DEBUG: libogg-1.3.4-6.el9.x86_64 DEBUG: libvorbis-1.3.7-5.el9.x86_64 DEBUG: libtool-ltdl-2.4.6-45.el9.x86_64 DEBUG: nss-util-3.79.0-7.el9.x86_64 DEBUG: libgcrypt-1.10.0-4.el9.x86_64 DEBUG: libicu-67.1-9.el9.x86_64 DEBUG: gdbm-libs-1.19-4.el9.x86_64 DEBUG: libattr-2.5.1-3.el9.x86_64 DEBUG: libacl-2.3.1-3.el9.x86_64 DEBUG: libcap-ng-0.8.2-7.el9.x86_64 DEBUG: audit-libs-3.0.7-103.el9.x86_64 DEBUG: lz4-libs-1.9.3-5.el9.x86_64 DEBUG: pcre2-10.40-2.el9.x86_64 DEBUG: libselinux-3.4-3.el9.x86_64 DEBUG: sed-4.8-9.el9.x86_64 DEBUG: popt-1.18-8.el9.x86_64 DEBUG: alsa-lib-1.2.7.2-1.el9.x86_64 DEBUG: libX11-xcb-1.7.0-7.el9.x86_64 DEBUG: libwebp-1.2.0-3.el9.x86_64 DEBUG: libsemanage-3.4-2.el9.x86_64 DEBUG: shadow-utils-4.9-5.el9.x86_64 DEBUG: less-590-1.el9.x86_64 DEBUG: libbrotli-1.0.9-6.el9.x86_64 DEBUG: libcom_err-1.46.5-3.el9.x86_64 DEBUG: libseccomp-2.5.2-2.el9.x86_64 DEBUG: libtdb-1.4.6-1.el9.x86_64 DEBUG: libunistring-0.9.10-15.el9.x86_64 DEBUG: libidn2-2.3.0-7.el9.x86_64 DEBUG: lua-libs-5.4.2-4.el9.x86_64 DEBUG: fribidi-1.0.10-6.el9.2.x86_64 DEBUG: libICE-1.0.10-8.el9.x86_64 DEBUG: libstemmer-0-18.585svn.el9.x86_64 DEBUG: libxshmfence-1.3-10.el9.x86_64 DEBUG: openjpeg2-2.4.0-7.el9.x86_64 DEBUG: libSM-1.2.3-10.el9.x86_64 DEBUG: libpsl-0.21.1-5.el9.x86_64 DEBUG: findutils-4.8.0-5.el9.x86_64 DEBUG: mesa-libglapi-22.1.1-1.el9.x86_64 DEBUG: libmpc-1.2.1-4.el9.x86_64 DEBUG: libwayland-cursor-1.19.0-4.el9.x86_64 DEBUG: libassuan-2.5.5-3.el9.x86_64 DEBUG: libwayland-server-1.19.0-4.el9.x86_64 DEBUG: exiv2-0.27.5-2.el9.x86_64 DEBUG: exiv2-libs-0.27.5-2.el9.x86_64 DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64 DEBUG: unzip-6.0-56.el9.x86_64 DEBUG: xml-common-0.6.3-58.el9.noarch DEBUG: groff-base-1.22.4-10.el9.x86_64 DEBUG: libproxy-0.4.15-35.el9.x86_64 DEBUG: imath-3.1.2-1.el9.x86_64 DEBUG: file-libs-5.39-8.el9.x86_64 DEBUG: file-5.39-8.el9.x86_64 DEBUG: hicolor-icon-theme-0.17-13.el9.noarch DEBUG: libedit-3.1-37.20210216cvs.el9.x86_64 DEBUG: llvm-libs-14.0.5-1.el9.x86_64 DEBUG: diffutils-3.7-12.el9.x86_64 DEBUG: fuse-libs-2.9.9-15.el9.x86_64 DEBUG: json-c-0.14-11.el9.x86_64 DEBUG: libsigsegv-2.13-4.el9.x86_64 DEBUG: gawk-5.1.0-6.el9.x86_64 DEBUG: libsmartcols-2.37.4-3.el9.x86_64 DEBUG: libtasn1-4.16.0-7.el9.x86_64 DEBUG: p11-kit-trust-0.24.1-2.el9.x86_64 DEBUG: pcre-8.44-3.el9.3.x86_64 DEBUG: grep-3.6-5.el9.x86_64 DEBUG: openssl-pkcs11-0.4.11-7.el9.x86_64 DEBUG: openssl-libs-3.0.1-40.el9.x86_64 DEBUG: coreutils-8.32-32.el9.x86_64 DEBUG: ca-certificates-2022.2.54-90.0.el9.noarch DEBUG: systemd-libs-250-7.el9.x86_64 DEBUG: libblkid-2.37.4-3.el9.x86_64 DEBUG: libarchive-3.5.3-3.el9.x86_64 DEBUG: dbus-libs-1.12.20-5.el9.x86_64 DEBUG: libmount-2.37.4-3.el9.x86_64 DEBUG: gzip-1.12-1.el9.x86_64 DEBUG: cracklib-2.9.6-27.el9.x86_64 DEBUG: libfdisk-2.37.4-3.el9.x86_64 DEBUG: libusbx-1.0.26-1.el9.x86_64 DEBUG: kmod-libs-28-7.el9.x86_64 DEBUG: libevent-2.1.12-6.el9.x86_64 DEBUG: avahi-libs-0.8-12.el9.x86_64 DEBUG: jbigkit-libs-2.1-23.el9.x86_64 DEBUG: libtiff-4.4.0-2.el9.x86_64 DEBUG: libXau-1.0.9-8.el9.x86_64 DEBUG: libxcb-1.13.1-9.el9.x86_64 DEBUG: libX11-1.7.0-7.el9.x86_64 DEBUG: libXext-1.3.4-8.el9.x86_64 DEBUG: libXrender-0.9.10-16.el9.x86_64 DEBUG: libXfixes-5.0.3-16.el9.x86_64 DEBUG: libXi-1.7.10-8.el9.x86_64 DEBUG: libXt-1.2.0-6.el9.x86_64 DEBUG: libXmu-1.1.3-8.el9.x86_64 DEBUG: libXcursor-1.2.0-7.el9.x86_64 DEBUG: libXdamage-1.1.5-7.el9.x86_64 DEBUG: libXrandr-1.5.2-8.el9.x86_64 DEBUG: libXinerama-1.1.4-10.el9.x86_64 DEBUG: libXcomposite-0.4.5-7.el9.x86_64 DEBUG: libXpm-3.5.13-7.el9.x86_64 DEBUG: libglvnd-1.3.4-1.el9.x86_64 DEBUG: libwayland-egl-1.19.0-4.el9.x86_64 DEBUG: opus-1.3.1-10.el9.x86_64 DEBUG: pixman-0.40.0-5.el9.x86_64 DEBUG: libXaw-1.0.13-19.el9.x86_64 DEBUG: libXtst-1.2.3-16.el9.x86_64 DEBUG: libXv-1.0.11-16.el9.x86_64 DEBUG: libXxf86vm-1.1.4-18.el9.x86_64 DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64 DEBUG: util-linux-core-2.37.4-3.el9.x86_64 DEBUG: procps-ng-3.3.17-6.el9.x86_64 DEBUG: p11-kit-server-0.24.1-2.el9.x86_64 DEBUG: python3-pip-wheel-21.2.3-6.el9.noarch DEBUG: python-unversioned-command-3.9.13-3.el9.noarch DEBUG: python3-3.9.13-3.el9.x86_64 DEBUG: python3-libs-3.9.13-3.el9.x86_64 DEBUG: python3-setuptools-57.4.0-1.el9s.noarch DEBUG: python3-idna-2.10-7.el9.noarch DEBUG: python3-six-1.15.0-9.el9.noarch DEBUG: python3-greenlet-1.1.2-3.el9.x86_64 DEBUG: python3-libselinux-3.4-3.el9.x86_64 DEBUG: python3-libsemanage-3.4-2.el9.x86_64 DEBUG: python3-setools-4.4.0-5.el9.x86_64 DEBUG: python3-pip-21.2.3-6.el9.noarch DEBUG: crypto-policies-scripts-20220427-1.gitb2323a1.el9.noarch DEBUG: python3-chardet-4.0.0-5.el9.noarch DEBUG: python3-dns-2.1.0-6.el9.noarch DEBUG: python3-pyparsing-2.4.7-9.el9.noarch DEBUG: python3-packaging-20.9-5.el9.noarch DEBUG: python3-pysocks-1.7.1-12.el9.noarch DEBUG: python3-urllib3-1.26.5-3.el9.noarch DEBUG: python3-requests-2.25.1-6.el9.noarch DEBUG: python3-audit-3.0.7-103.el9.x86_64 DEBUG: python3-pytz-2021.1-4.el9.noarch DEBUG: python3-babel-2.9.1-2.el9.noarch DEBUG: python3-docutils-0.16-6.el9.noarch DEBUG: python3-imagesize-1.2.0-6.el9.noarch DEBUG: python3-pygments-2.7.4-4.el9.noarch DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch DEBUG: python3-markupsafe-2.0.0-2.el9s.x86_64 DEBUG: python3-jinja2-3.0.1-2.el9s.noarch DEBUG: python3-tomli-2.0.1-4.el9s.noarch DEBUG: openssl-3.0.1-40.el9.x86_64 DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch DEBUG: kmod-28-7.el9.x86_64 DEBUG: xz-5.2.5-8.el9.x86_64 DEBUG: openexr-libs-3.1.1-2.el9.x86_64 DEBUG: iso-codes-4.6.0-3.el9.noarch DEBUG: zip-3.0-33.el9.x86_64 DEBUG: cpp-11.3.1-2.1.el9.x86_64 DEBUG: libutempter-1.2.1-6.el9.x86_64 DEBUG: bubblewrap-0.4.1-6.el9.x86_64 DEBUG: libselinux-utils-3.4-3.el9.x86_64 DEBUG: tar-1.34-5.el9.x86_64 DEBUG: zstd-1.5.1-2.el9.x86_64 DEBUG: acl-2.3.1-3.el9.x86_64 DEBUG: nss-softokn-freebl-3.79.0-7.el9.x86_64 DEBUG: nss-softokn-3.79.0-7.el9.x86_64 DEBUG: nss-sysinit-3.79.0-7.el9.x86_64 DEBUG: nss-3.79.0-7.el9.x86_64 DEBUG: flac-libs-1.3.3-10.el9.x86_64 DEBUG: libtheora-1.1.1-31.el9.x86_64 DEBUG: fftw-libs-double-3.3.8-12.el9.x86_64 DEBUG: libksba-1.5.1-4.el9.x86_64 DEBUG: dwz-0.14-3.el9.x86_64 DEBUG: nettle-3.7.3-2.el9.x86_64 DEBUG: gnutls-3.7.6-4.el9.x86_64 DEBUG: glib2-2.68.4-5.el9.x86_64 DEBUG: json-glib-1.6.6-1.el9.x86_64 DEBUG: atk-2.36.0-5.el9.x86_64 DEBUG: polkit-libs-0.117-10.el9.x86_64 DEBUG: gstreamer1-1.18.4-4.el9.x86_64 DEBUG: gsettings-desktop-schemas-40.0-4.el9.x86_64 DEBUG: ModemManager-glib-1.18.2-3.el9.x86_64 DEBUG: NetworkManager-libnm-1.39.12-1.el9.x86_64 DEBUG: gobject-introspection-1.68.0-10.el9.x86_64 DEBUG: libgudev-237-1.el9.x86_64 DEBUG: libgusb-0.3.6-3.el9.x86_64 DEBUG: colord-libs-1.4.5-4.el9.x86_64 DEBUG: shared-mime-info-2.1-4.el9.x86_64 DEBUG: gdk-pixbuf2-2.42.6-2.el9.x86_64 DEBUG: gdk-pixbuf2-modules-2.42.6-2.el9.x86_64 DEBUG: gtk-update-icon-cache-3.24.31-2.el9.x86_64 DEBUG: libgsf-1.14.47-5.el9.x86_64 DEBUG: libnotify-0.7.9-8.el9.x86_64 DEBUG: avahi-glib-0.8-12.el9.x86_64 DEBUG: graphene-1.10.6-2.el9.x86_64 DEBUG: libgexiv2-0.12.3-1.el9.x86_64 DEBUG: low-memory-monitor-2.1-4.el9.x86_64 DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64 DEBUG: webkit2gtk3-jsc-2.36.5-2.el9.x86_64 DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64 DEBUG: glib-networking-2.68.3-3.el9.x86_64 DEBUG: liblqr-1-0.4.2-17.el9s.x86_64 DEBUG: jasper-libs-2.0.28-3.el9.x86_64 DEBUG: LibRaw-0.20.2-5.el9.x86_64 DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64 DEBUG: bzip2-1.0.8-8.el9.x86_64 DEBUG: libxkbcommon-1.0.3-4.el9.x86_64 DEBUG: libxslt-1.1.34-9.el9.x86_64 DEBUG: graphite2-1.3.14-9.el9.x86_64 DEBUG: freetype-2.10.4-9.el9.x86_64 DEBUG: harfbuzz-2.7.4-8.el9.x86_64 DEBUG: fontconfig-2.14.0-1.el9.x86_64 DEBUG: cairo-1.17.4-7.el9.x86_64 DEBUG: cairo-gobject-1.17.4-7.el9.x86_64 DEBUG: libgxps-0.3.2-3.el9.x86_64 DEBUG: gd-2.3.2-3.el9.x86_64 DEBUG: libXft-2.3.3-8.el9.x86_64 DEBUG: poppler-21.01.0-13.el9.x86_64 DEBUG: poppler-glib-21.01.0-13.el9.x86_64 DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch DEBUG: urw-base35-fonts-20200910-6.el9.noarch DEBUG: libraqm-0.7.0-7.el9s.x86_64 DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64 DEBUG: info-6.7-15.el9.x86_64 DEBUG: ed-1.14.2-12.el9.x86_64 DEBUG: patch-2.7.6-16.el9.x86_64 DEBUG: tcl-8.6.10-7.el9.x86_64 DEBUG: libfontenc-1.1.3-17.el9.x86_64 DEBUG: mkfontscale-1.2.1-3.el9.x86_64 DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch DEBUG: systemd-rpm-macros-250-7.el9.noarch DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch DEBUG: libpaper-1.1.28-4.el9.x86_64 DEBUG: ncurses-6.2-8.20210508.el9.x86_64 DEBUG: perl-Digest-1.19-4.el9.noarch DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64 DEBUG: perl-B-1.80-479.el9.x86_64 DEBUG: perl-FileHandle-2.03-479.el9.noarch DEBUG: perl-AutoLoader-5.74-479.el9.noarch DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64 DEBUG: perl-libnet-3.13-4.el9.noarch DEBUG: perl-base-2.27-479.el9.noarch DEBUG: perl-URI-5.09-3.el9.noarch DEBUG: perl-Net-SSLeay-1.92-2.el9.x86_64 DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch DEBUG: perl-if-0.60.800-479.el9.noarch DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch DEBUG: perl-Time-Local-1.300-7.el9.noarch DEBUG: perl-File-Path-2.18-4.el9.noarch DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch DEBUG: perl-IO-Socket-SSL-2.073-1.el9.noarch DEBUG: perl-Class-Struct-0.66-479.el9.noarch DEBUG: perl-POSIX-1.94-479.el9.x86_64 DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch DEBUG: perl-IPC-Open3-1.21-479.el9.noarch DEBUG: perl-subs-1.03-479.el9.noarch DEBUG: perl-File-Temp-0.231.100-4.el9.noarch DEBUG: perl-Term-Cap-1.17-460.el9.noarch DEBUG: perl-Pod-Simple-3.42-4.el9.noarch DEBUG: perl-HTTP-Tiny-0.076-460.el9.noarch DEBUG: perl-Socket-2.031-4.el9.x86_64 DEBUG: perl-SelectSaver-1.02-479.el9.noarch DEBUG: perl-Symbol-1.08-479.el9.noarch DEBUG: perl-File-stat-1.09-479.el9.noarch DEBUG: perl-podlators-4.14-460.el9.noarch DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch DEBUG: perl-Fcntl-1.13-479.el9.x86_64 DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch DEBUG: perl-mro-1.23-479.el9.x86_64 DEBUG: perl-IO-1.43-479.el9.x86_64 DEBUG: perl-overloading-0.02-479.el9.noarch DEBUG: perl-Pod-Usage-2.01-4.el9.noarch DEBUG: perl-Errno-1.30-479.el9.x86_64 DEBUG: perl-File-Basename-2.85-479.el9.noarch DEBUG: perl-Getopt-Std-1.12-479.el9.noarch DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64 DEBUG: perl-Scalar-List-Utils-1.56-461.el9.x86_64 DEBUG: perl-constant-1.33-461.el9.noarch DEBUG: perl-Storable-3.21-460.el9.x86_64 DEBUG: perl-overload-1.31-479.el9.noarch DEBUG: perl-parent-0.238-460.el9.noarch DEBUG: perl-vars-1.05-479.el9.noarch DEBUG: perl-Getopt-Long-2.52-4.el9.noarch DEBUG: perl-Carp-1.50-460.el9.noarch DEBUG: perl-Exporter-5.74-461.el9.noarch DEBUG: perl-NDBM_File-1.15-479.el9.x86_64 DEBUG: perl-PathTools-3.78-461.el9.x86_64 DEBUG: perl-Encode-3.08-462.el9.x86_64 DEBUG: perl-libs-5.32.1-479.el9.x86_64 DEBUG: perl-interpreter-5.32.1-479.el9.x86_64 DEBUG: kernel-srpm-macros-1.0-11.el9.noarch DEBUG: bluez-libs-5.56-6.el9.x86_64 DEBUG: cpio-2.13-16.el9.x86_64 DEBUG: keyutils-libs-1.6.1-4.el9.x86_64 DEBUG: libcbor-0.7.0-5.el9.x86_64 DEBUG: libdb-5.3.28-53.el9.x86_64 DEBUG: libeconf-0.4.1-2.el9.x86_64 DEBUG: libpwquality-1.4.4-8.el9.x86_64 DEBUG: pam-1.5.1-12.el9.x86_64 DEBUG: util-linux-2.37.4-3.el9.x86_64 DEBUG: device-mapper-1.02.185-3.el9.x86_64 DEBUG: device-mapper-libs-1.02.185-3.el9.x86_64 DEBUG: cryptsetup-libs-2.4.3-4.el9.x86_64 DEBUG: dbus-1.12.20-5.el9.x86_64 DEBUG: systemd-pam-250-7.el9.x86_64 DEBUG: systemd-250-7.el9.x86_64 DEBUG: dbus-common-1.12.20-5.el9.noarch DEBUG: dbus-broker-28-6.el9.x86_64 DEBUG: polkit-0.117-10.el9.x86_64 DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64 DEBUG: dconf-0.40.0-6.el9.x86_64 DEBUG: rtkit-0.11-28.el9.x86_64 DEBUG: elfutils-default-yama-scope-0.187-5.el9.noarch DEBUG: elfutils-libs-0.187-5.el9.x86_64 DEBUG: flatpak-session-helper-1.12.7-2.el9.x86_64 DEBUG: at-spi2-core-2.40.3-1.el9.x86_64 DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64 DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64 DEBUG: openssh-8.7p1-21.el9.x86_64 DEBUG: kbd-2.4.0-8.el9.x86_64 DEBUG: libnghttp2-1.43.0-5.el9.x86_64 DEBUG: libpciaccess-0.16-6.el9.x86_64 DEBUG: libdrm-2.4.111-1.el9.x86_64 DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64 DEBUG: mesa-libGL-22.1.1-1.el9.x86_64 DEBUG: mesa-libgbm-22.1.1-1.el9.x86_64 DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64 DEBUG: mesa-libEGL-22.1.1-1.el9.x86_64 DEBUG: mesa-vulkan-drivers-22.1.1-1.el9.x86_64 DEBUG: vulkan-loader-1.3.204.0-2.el9.x86_64 DEBUG: libpipeline-1.5.3-4.el9.x86_64 DEBUG: man-db-2.9.3-6.el9.x86_64 DEBUG: environment-modules-5.0.1-1.el9.x86_64 DEBUG: libpkgconf-1.7.3-9.el9.x86_64 DEBUG: pkgconf-1.7.3-9.el9.x86_64 DEBUG: pkgconf-pkg-config-1.7.3-9.el9.x86_64 DEBUG: libverto-0.3.2-3.el9.x86_64 DEBUG: krb5-libs-1.19.1-22.el9.x86_64 DEBUG: libsoup-2.72.0-8.el9.x86_64 DEBUG: cups-libs-2.3.3op2-16.el9.x86_64 DEBUG: geoclue2-2.5.7-5.el9.x86_64 DEBUG: osinfo-db-tools-1.9.0-3.el9.x86_64 DEBUG: libosinfo-1.9.0-5.el9.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-20.el9.x86_64 DEBUG: openldap-2.6.2-3.el9.x86_64 DEBUG: openldap-compat-2.6.2-3.el9.x86_64 DEBUG: libssh-0.9.6-3.el9.x86_64 DEBUG: libcurl-7.76.1-18.el9.x86_64 DEBUG: elfutils-debuginfod-client-0.187-5.el9.x86_64 DEBUG: elfutils-0.187-5.el9.x86_64 DEBUG: gdb-minimal-10.2-10.el9.x86_64 DEBUG: curl-7.76.1-18.el9.x86_64 DEBUG: rpm-4.16.1.3-17.el9.x86_64 DEBUG: rpm-libs-4.16.1.3-17.el9.x86_64 DEBUG: policycoreutils-3.4-2.el9.x86_64 DEBUG: rpm-build-libs-4.16.1.3-17.el9.x86_64 DEBUG: libappstream-glib-0.7.18-4.el9.x86_64 DEBUG: scl-utils-2.0.3-2.el9.x86_64 DEBUG: efi-srpm-macros-4-9.el9.noarch DEBUG: lua-srpm-macros-1-6.el9.noarch DEBUG: tpm2-tss-3.0.3-7.el9.x86_64 DEBUG: systemd-udev-250-7.el9.x86_64 DEBUG: libfido2-1.6.0-7.el9.x86_64 DEBUG: openssh-clients-8.7p1-21.el9.x86_64 DEBUG: git-core-2.31.1-2.el9.2.x86_64 DEBUG: upower-0.99.11-11.el9.x86_64 DEBUG: make-4.3-7.el9.x86_64 DEBUG: npth-1.6-8.el9.x86_64 DEBUG: gnupg2-2.3.3-1.el9.x86_64 DEBUG: gpgme-1.15.1-6.el9.x86_64 DEBUG: ostree-libs-2022.3-2.el9.x86_64 DEBUG: which-2.21-28.el9.x86_64 DEBUG: fuse-2.9.9-15.el9.x86_64 DEBUG: checkpolicy-3.4-1.el9.x86_64 DEBUG: python3-policycoreutils-3.4-2.el9.noarch DEBUG: policycoreutils-python-utils-3.4-2.el9.noarch DEBUG: gcc-toolset-12-runtime-12.0-5.el9.x86_64 DEBUG: gcc-toolset-12-binutils-2.38-16.el9.x86_64 DEBUG: binutils-2.35.2-24.el9.x86_64 DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64 DEBUG: giflib-5.2.1-9.el9.x86_64 DEBUG: glibc-headers-2.34-40.el9.x86_64 DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64 DEBUG: glibc-devel-2.34-40.el9.x86_64 DEBUG: gcc-11.3.1-2.1.el9.x86_64 DEBUG: annobin-10.73-3.el9.x86_64 DEBUG: gcc-plugin-annobin-11.3.1-2.1.el9.x86_64 DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch DEBUG: go-srpm-macros-3.0.9-9.el9.noarch DEBUG: python-srpm-macros-3.9-52.el9.noarch DEBUG: redhat-rpm-config-196-1.el9.noarch DEBUG: python-rpm-macros-3.9-52.el9.noarch DEBUG: python3-rpm-macros-3.9-52.el9.noarch DEBUG: python3-rpm-generators-12-8.el9.noarch DEBUG: gsm-1.0.19-6.el9.x86_64 DEBUG: libsndfile-1.0.31-7.el9.x86_64 DEBUG: jbig2dec-libs-0.19-6.el9.x86_64 DEBUG: libasyncns-0.8-22.el9.x86_64 DEBUG: pulseaudio-libs-15.0-2.el9.x86_64 DEBUG: libcanberra-0.30-26.el9.x86_64 DEBUG: pulseaudio-utils-15.0-2.el9.x86_64 DEBUG: libdatrie-0.2.13-4.el9.x86_64 DEBUG: libthai-0.1.28-8.el9.x86_64 DEBUG: pango-1.48.7-2.el9.x86_64 DEBUG: librsvg2-2.50.7-1.el9.x86_64 DEBUG: libepoxy-1.5.5-4.el9.x86_64 DEBUG: libexif-0.6.22-6.el9.x86_64 DEBUG: libijs-0.35-15.el9.x86_64 DEBUG: libgs-9.54.0-7.el9.x86_64 DEBUG: libiptcdata-1.0.5-9.el9.x86_64 DEBUG: libldac-2.0.2.3-10.el9.x86_64 DEBUG: libsbc-1.4-9.el9.x86_64 DEBUG: wireplumber-libs-0.4.8-1.el9.x86_64 DEBUG: pipewire-libs-0.3.47-2.el9.x86_64 DEBUG: wireplumber-0.4.8-1.el9.x86_64 DEBUG: pipewire-0.3.47-2.el9.x86_64 DEBUG: flatpak-1.12.7-2.el9.x86_64 DEBUG: xdg-desktop-portal-1.12.4-1.el9.x86_64 DEBUG: libvisual-0.4.0-34.el9.x86_64 DEBUG: libwmf-lite-0.2.12-9.el9.x86_64 DEBUG: orc-0.4.31-6.el9.x86_64 DEBUG: gstreamer1-plugins-base-1.18.4-5.el9.x86_64 DEBUG: libtracker-sparql-3.1.2-2.el9.x86_64 DEBUG: tracker-3.1.2-2.el9.x86_64 DEBUG: tracker-miners-3.1.2-1.el9.x86_64 DEBUG: libcanberra-gtk3-0.30-26.el9.x86_64 DEBUG: gtk3-3.24.31-2.el9.x86_64 DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64 DEBUG: gtk2-2.24.33-7.el9.x86_64 DEBUG: libcanberra-gtk2-0.30-26.el9.x86_64 DEBUG: graphviz-2.44.0-25.el9.x86_64 DEBUG: ImageMagick-libs-6.9.11.27-7.el9s.x86_64 DEBUG: ImageMagick-6.9.11.27-7.el9s.x86_64 DEBUG: python3-sphinx-3.4.3-7.el9.noarch DEBUG: pipewire-alsa-0.3.47-2.el9.x86_64 DEBUG: pipewire-jack-audio-connection-kit-0.3.47-2.el9.x86_64 DEBUG: pipewire-pulseaudio-0.3.47-2.el9.x86_64 DEBUG: python3-devel-3.9.13-3.el9.x86_64 DEBUG: rpm-build-4.16.1.3-17.el9.x86_64 DEBUG: python3-pbr-5.9.0-1.el9s.noarch DEBUG: python3-setuptools_scm-6.3.2-2.el9s.noarch DEBUG: python3-eventlet-0.33.1-4.el9s.noarch DEBUG: python3-sqlalchemy-1.4.39-2.el9s.x86_64 DEBUG: openstack-macros-2021.1.0-0.20220810115246.ce6a105.el9.noarch DEBUG: gcc-toolset-12-binutils-gold-2.38-16.el9.x86_64 DEBUG: binutils-gold-2.35.2-24.el9.x86_64 DEBUG: Child return code was: 0 Finish: dnf update DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-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-openstacksdk.spec'], chrootPath='/var/lib/mock/dlrn-centos9-master-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=1032gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-openstacksdk.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: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Wrote: /builddir/build/SRPMS/python-openstacksdk-0.100.1-0.20220810130909.0ded7ac.el9.src.rpm DEBUG: Child return code was: 0 Finish: rpmbuild -bs DEBUG: Copying package to result dir Finish: buildsrpm INFO: Done(python-openstacksdk.spec) Config(dlrn-1) 0 minutes 10 seconds INFO: Results and/or logs in: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e INFO: Cleaning up build root ('cleanup_on_success=True') Start: clean chroot DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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', '-l', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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 INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos9-master-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: ['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 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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', '-l', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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.syvt28vfwx INFO: mock.py version 2.10 starting (python version = 3.6.8, NVR = mock-2.10-1.el8)... DEBUG: search for 'dnf' package manager Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-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'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos9-master/data/dlrn-1.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e DEBUG: rootdir: /var/lib/mock/dlrn-centos9-master-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: chrootuid: 1032 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: False DEBUG: bootstrap_image: registry.centos.org/centos:8 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: 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: 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', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.6/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-1/ccache/u1032/', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-1/root_cache/', 'tar': 'gnutar', '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-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, '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-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-1', 'root': 'dlrn-centos9-master-x86_64-1', 'resultdir': '/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e'}} 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', 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} DEBUG: useradd: /usr/sbin/useradd -o -m -u 1032 -g 135 -d /builddir -n mockbuild DEBUG: use_host_resolv: False DEBUG: chroot_setup_cmd: install basesystem rpm-build python3-devel gcc make python3-sqlalchemy python3-sphinx python3-eventlet python3-six python3-pbr openstack-macros git-core python3-setuptools_scm DEBUG: target_arch: x86_64 DEBUG: releasever: 9 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '9-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-centos8.rdoproject.org.novalocal', '%repo_bootstrap': '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: system_yum_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: dnf_command: /usr/bin/dnf DEBUG: system_dnf_command: /usr/bin/dnf DEBUG: dnf_install_command: install dnf dnf-plugins-core 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: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: dnf_disable_plugins: ['local', 'spacewalk'] DEBUG: user_agent: Mock (dlrn-centos9-master-x86_64-1; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/centos9-master/data/dlrn-1.cfg DEBUG: root: dlrn-centos9-master-x86_64-1 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el9 DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=1 protected_packages= module_platform_id=platform:el9 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/9-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-9-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-9-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-clients] name=delorean-python-stevedore-ccd17543a37143913e886f9306be10d40260fdf3 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/clients/cc/d1/ccd17543a37143913e886f9306be10d40260fdf3_d532cf27 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-python-hacking-2931131b69af7f1e76d8ab506c250a94b330ffb9 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/common/29/31/2931131b69af7f1e76d8ab506c250a94b330ffb9_887ad381 enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos9-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos9-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-rabbitmq] name=centos9-rabbitmq baseurl=http://mirror.stream.centos.org/SIGs/9-stream/messaging/$basearch/rabbitmq-38/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-storage] name=centos9-storage baseurl=http://mirror.stream.centos.org/SIGs/9-stream/storage/$basearch/ceph-pacific/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-opstools] name=centos9-opstools baseurl=http://mirror.stream.centos.org/SIGs/9-stream/opstools/$basearch/collectd-5/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos9-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=http://mirror.stream.centos.org/SIGs/9-stream/nfv/$basearch/openvswitch-2/ gpgcheck=0 enabled=1 module_hotfixes=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/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e/python-openstacksdk-0.100.1-0.20220810130909.0ded7ac.el9.src.rpm INFO: Start(/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e/python-openstacksdk-0.100.1-0.20220810130909.0ded7ac.el9.src.rpm) Config(dlrn-centos9-master-x86_64-1) Start: clean chroot Finish: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): 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: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'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: 16212184 3992568 4867412 2546064 7352204 9332412 DEBUG: Swap: 16777212 5170256 11606956 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root'] with env {'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 Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 270M 4.1G 7% /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/results Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-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', '/proc', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-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', '/sys', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos9-master-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin._i2efwtz', '/var/lib/mock/dlrn-centos9-master-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: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/etc DEBUG: method _make_build_user skipped in bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/builddir DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-1/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos9-master-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: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['gtar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos9-master-x86_64-1/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/./proc DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./sys DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./dev DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./tmp/ccache DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/cache/yum DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/cache/dnf DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/log DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-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: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'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: 16212184 3905832 4068244 3385836 8238108 8579396 DEBUG: Swap: 16777212 5170256 11606956 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-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: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 1.3G 3.0G 31% /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/pts DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/shm DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-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', '/proc', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-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', '/sys', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos9-master-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.ywsqe_pn', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-1/root DEBUG: resultdir = /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: child environment: None DEBUG: Executing command: ['/usr/sbin/userdel', '-r', '-f', 'mockbuild'] 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: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/usr/sbin/groupdel', 'mock'] 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: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/usr/sbin/groupadd', '-g', '135', 'mock'] 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: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/usr/sbin/useradd', '-o', '-m', '-u', '1032', '-g', '135', '-d', '/builddir', '-n', 'mockbuild'] 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: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/RPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/SPECS DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/SRPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/SOURCES DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/BUILD DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/BUILDROOT DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/originals DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/builddir Start: dnf update DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos9-master-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-11.3.1-2.1.el9.x86_64 DEBUG: crypto-policies-20220427-1.gitb2323a1.el9.noarch DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch DEBUG: tzdata-2022a-1.el9.noarch DEBUG: hwdata-0.348-9.4.el9.noarch DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch DEBUG: langpacks-core-font-en-3.0-16.el9.noarch DEBUG: osinfo-db-20220727-3.el9.noarch DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch DEBUG: xkeyboard-config-2.33-2.el9.noarch DEBUG: rust-srpm-macros-17-4.el9.noarch DEBUG: qt5-srpm-macros-5.15.3-1.el9.noarch DEBUG: poppler-data-0.4.9-9.el9.noarch DEBUG: perl-srpm-macros-1-41.el9.noarch DEBUG: openblas-srpm-macros-2-11.el9.noarch DEBUG: ocaml-srpm-macros-6-6.el9.noarch DEBUG: libX11-common-1.7.0-7.el9.noarch DEBUG: kernel-headers-5.14.0-142.el9.x86_64 DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64 DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch DEBUG: vim-filesystem-8.2.2637-16.el9.noarch DEBUG: python3-setuptools-wheel-53.0.0-10.el9.noarch DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch DEBUG: pkgconf-m4-1.7.3-9.el9.noarch DEBUG: pcre2-syntax-10.40-2.el9.noarch DEBUG: ncurses-base-6.2-8.20210508.el9.noarch DEBUG: libssh-config-0.9.6-3.el9.noarch DEBUG: kbd-misc-2.4.0-8.el9.noarch DEBUG: fuse-common-3.10.2-5.el9.x86_64 DEBUG: coreutils-common-8.32-32.el9.x86_64 DEBUG: centos-gpg-keys-9.0-12.el9.noarch DEBUG: centos-stream-release-9.0-12.el9.noarch DEBUG: centos-stream-repos-9.0-12.el9.noarch DEBUG: setup-2.13.7-7.el9.noarch DEBUG: filesystem-3.16-2.el9.x86_64 DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch DEBUG: basesystem-11-13.el9.noarch DEBUG: glibc-gconv-extra-2.34-40.el9.x86_64 DEBUG: glibc-minimal-langpack-2.34-40.el9.x86_64 DEBUG: glibc-common-2.34-40.el9.x86_64 DEBUG: glibc-2.34-40.el9.x86_64 DEBUG: ncurses-libs-6.2-8.20210508.el9.x86_64 DEBUG: bash-5.1.8-4.el9.x86_64 DEBUG: zlib-1.2.11-33.el9.x86_64 DEBUG: libstdc++-11.3.1-2.1.el9.x86_64 DEBUG: xz-libs-5.2.5-8.el9.x86_64 DEBUG: libxml2-2.9.13-2.el9.x86_64 DEBUG: bzip2-libs-1.0.8-8.el9.x86_64 DEBUG: libxcrypt-4.4.18-3.el9.x86_64 DEBUG: libpng-1.6.37-12.el9.x86_64 DEBUG: expat-2.4.7-1.el9.x86_64 DEBUG: libzstd-1.5.1-2.el9.x86_64 DEBUG: libjpeg-turbo-2.0.90-5.el9.x86_64 DEBUG: libcap-2.48-8.el9.x86_64 DEBUG: libuuid-2.37.4-3.el9.x86_64 DEBUG: sqlite-libs-3.34.1-5.el9.x86_64 DEBUG: gmp-6.2.0-10.el9.x86_64 DEBUG: libffi-3.4.2-7.el9.x86_64 DEBUG: p11-kit-0.24.1-2.el9.x86_64 DEBUG: elfutils-libelf-0.187-5.el9.x86_64 DEBUG: libgpg-error-1.42-5.el9.x86_64 DEBUG: lcms2-2.12-3.el9.x86_64 DEBUG: nspr-4.34.0-7.el9.x86_64 DEBUG: libwayland-client-1.19.0-4.el9.x86_64 DEBUG: mpfr-4.1.0-7.el9.x86_64 DEBUG: readline-8.1-4.el9.x86_64 DEBUG: alternatives-1.20-2.el9.x86_64 DEBUG: libgomp-11.3.1-2.1.el9.x86_64 DEBUG: libsepol-3.4-1.1.el9.x86_64 DEBUG: libogg-1.3.4-6.el9.x86_64 DEBUG: libvorbis-1.3.7-5.el9.x86_64 DEBUG: libtool-ltdl-2.4.6-45.el9.x86_64 DEBUG: nss-util-3.79.0-7.el9.x86_64 DEBUG: libgcrypt-1.10.0-4.el9.x86_64 DEBUG: libicu-67.1-9.el9.x86_64 DEBUG: gdbm-libs-1.19-4.el9.x86_64 DEBUG: libattr-2.5.1-3.el9.x86_64 DEBUG: libacl-2.3.1-3.el9.x86_64 DEBUG: libcap-ng-0.8.2-7.el9.x86_64 DEBUG: audit-libs-3.0.7-103.el9.x86_64 DEBUG: lz4-libs-1.9.3-5.el9.x86_64 DEBUG: pcre2-10.40-2.el9.x86_64 DEBUG: libselinux-3.4-3.el9.x86_64 DEBUG: sed-4.8-9.el9.x86_64 DEBUG: popt-1.18-8.el9.x86_64 DEBUG: alsa-lib-1.2.7.2-1.el9.x86_64 DEBUG: libX11-xcb-1.7.0-7.el9.x86_64 DEBUG: libwebp-1.2.0-3.el9.x86_64 DEBUG: libsemanage-3.4-2.el9.x86_64 DEBUG: shadow-utils-4.9-5.el9.x86_64 DEBUG: less-590-1.el9.x86_64 DEBUG: libbrotli-1.0.9-6.el9.x86_64 DEBUG: libcom_err-1.46.5-3.el9.x86_64 DEBUG: libseccomp-2.5.2-2.el9.x86_64 DEBUG: libtdb-1.4.6-1.el9.x86_64 DEBUG: libunistring-0.9.10-15.el9.x86_64 DEBUG: libidn2-2.3.0-7.el9.x86_64 DEBUG: lua-libs-5.4.2-4.el9.x86_64 DEBUG: fribidi-1.0.10-6.el9.2.x86_64 DEBUG: libICE-1.0.10-8.el9.x86_64 DEBUG: libstemmer-0-18.585svn.el9.x86_64 DEBUG: libxshmfence-1.3-10.el9.x86_64 DEBUG: openjpeg2-2.4.0-7.el9.x86_64 DEBUG: libSM-1.2.3-10.el9.x86_64 DEBUG: libpsl-0.21.1-5.el9.x86_64 DEBUG: findutils-4.8.0-5.el9.x86_64 DEBUG: mesa-libglapi-22.1.1-1.el9.x86_64 DEBUG: libmpc-1.2.1-4.el9.x86_64 DEBUG: libwayland-cursor-1.19.0-4.el9.x86_64 DEBUG: libassuan-2.5.5-3.el9.x86_64 DEBUG: libwayland-server-1.19.0-4.el9.x86_64 DEBUG: exiv2-0.27.5-2.el9.x86_64 DEBUG: exiv2-libs-0.27.5-2.el9.x86_64 DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64 DEBUG: unzip-6.0-56.el9.x86_64 DEBUG: xml-common-0.6.3-58.el9.noarch DEBUG: groff-base-1.22.4-10.el9.x86_64 DEBUG: libproxy-0.4.15-35.el9.x86_64 DEBUG: imath-3.1.2-1.el9.x86_64 DEBUG: file-libs-5.39-8.el9.x86_64 DEBUG: file-5.39-8.el9.x86_64 DEBUG: hicolor-icon-theme-0.17-13.el9.noarch DEBUG: libedit-3.1-37.20210216cvs.el9.x86_64 DEBUG: llvm-libs-14.0.5-1.el9.x86_64 DEBUG: diffutils-3.7-12.el9.x86_64 DEBUG: fuse-libs-2.9.9-15.el9.x86_64 DEBUG: json-c-0.14-11.el9.x86_64 DEBUG: libsigsegv-2.13-4.el9.x86_64 DEBUG: gawk-5.1.0-6.el9.x86_64 DEBUG: libsmartcols-2.37.4-3.el9.x86_64 DEBUG: libtasn1-4.16.0-7.el9.x86_64 DEBUG: p11-kit-trust-0.24.1-2.el9.x86_64 DEBUG: pcre-8.44-3.el9.3.x86_64 DEBUG: grep-3.6-5.el9.x86_64 DEBUG: openssl-pkcs11-0.4.11-7.el9.x86_64 DEBUG: openssl-libs-3.0.1-40.el9.x86_64 DEBUG: coreutils-8.32-32.el9.x86_64 DEBUG: ca-certificates-2022.2.54-90.0.el9.noarch DEBUG: systemd-libs-250-7.el9.x86_64 DEBUG: libblkid-2.37.4-3.el9.x86_64 DEBUG: libarchive-3.5.3-3.el9.x86_64 DEBUG: dbus-libs-1.12.20-5.el9.x86_64 DEBUG: libmount-2.37.4-3.el9.x86_64 DEBUG: gzip-1.12-1.el9.x86_64 DEBUG: cracklib-2.9.6-27.el9.x86_64 DEBUG: libfdisk-2.37.4-3.el9.x86_64 DEBUG: libusbx-1.0.26-1.el9.x86_64 DEBUG: kmod-libs-28-7.el9.x86_64 DEBUG: libevent-2.1.12-6.el9.x86_64 DEBUG: avahi-libs-0.8-12.el9.x86_64 DEBUG: jbigkit-libs-2.1-23.el9.x86_64 DEBUG: libtiff-4.4.0-2.el9.x86_64 DEBUG: libXau-1.0.9-8.el9.x86_64 DEBUG: libxcb-1.13.1-9.el9.x86_64 DEBUG: libX11-1.7.0-7.el9.x86_64 DEBUG: libXext-1.3.4-8.el9.x86_64 DEBUG: libXrender-0.9.10-16.el9.x86_64 DEBUG: libXfixes-5.0.3-16.el9.x86_64 DEBUG: libXi-1.7.10-8.el9.x86_64 DEBUG: libXt-1.2.0-6.el9.x86_64 DEBUG: libXmu-1.1.3-8.el9.x86_64 DEBUG: libXcursor-1.2.0-7.el9.x86_64 DEBUG: libXdamage-1.1.5-7.el9.x86_64 DEBUG: libXrandr-1.5.2-8.el9.x86_64 DEBUG: libXinerama-1.1.4-10.el9.x86_64 DEBUG: libXcomposite-0.4.5-7.el9.x86_64 DEBUG: libXpm-3.5.13-7.el9.x86_64 DEBUG: libglvnd-1.3.4-1.el9.x86_64 DEBUG: libwayland-egl-1.19.0-4.el9.x86_64 DEBUG: opus-1.3.1-10.el9.x86_64 DEBUG: pixman-0.40.0-5.el9.x86_64 DEBUG: libXaw-1.0.13-19.el9.x86_64 DEBUG: libXtst-1.2.3-16.el9.x86_64 DEBUG: libXv-1.0.11-16.el9.x86_64 DEBUG: libXxf86vm-1.1.4-18.el9.x86_64 DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64 DEBUG: util-linux-core-2.37.4-3.el9.x86_64 DEBUG: procps-ng-3.3.17-6.el9.x86_64 DEBUG: p11-kit-server-0.24.1-2.el9.x86_64 DEBUG: python3-pip-wheel-21.2.3-6.el9.noarch DEBUG: python-unversioned-command-3.9.13-3.el9.noarch DEBUG: python3-3.9.13-3.el9.x86_64 DEBUG: python3-libs-3.9.13-3.el9.x86_64 DEBUG: python3-setuptools-57.4.0-1.el9s.noarch DEBUG: python3-idna-2.10-7.el9.noarch DEBUG: python3-six-1.15.0-9.el9.noarch DEBUG: python3-greenlet-1.1.2-3.el9.x86_64 DEBUG: python3-libselinux-3.4-3.el9.x86_64 DEBUG: python3-libsemanage-3.4-2.el9.x86_64 DEBUG: python3-setools-4.4.0-5.el9.x86_64 DEBUG: python3-pip-21.2.3-6.el9.noarch DEBUG: crypto-policies-scripts-20220427-1.gitb2323a1.el9.noarch DEBUG: python3-chardet-4.0.0-5.el9.noarch DEBUG: python3-dns-2.1.0-6.el9.noarch DEBUG: python3-pyparsing-2.4.7-9.el9.noarch DEBUG: python3-packaging-20.9-5.el9.noarch DEBUG: python3-pysocks-1.7.1-12.el9.noarch DEBUG: python3-urllib3-1.26.5-3.el9.noarch DEBUG: python3-requests-2.25.1-6.el9.noarch DEBUG: python3-audit-3.0.7-103.el9.x86_64 DEBUG: python3-pytz-2021.1-4.el9.noarch DEBUG: python3-babel-2.9.1-2.el9.noarch DEBUG: python3-docutils-0.16-6.el9.noarch DEBUG: python3-imagesize-1.2.0-6.el9.noarch DEBUG: python3-pygments-2.7.4-4.el9.noarch DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch DEBUG: python3-markupsafe-2.0.0-2.el9s.x86_64 DEBUG: python3-jinja2-3.0.1-2.el9s.noarch DEBUG: python3-tomli-2.0.1-4.el9s.noarch DEBUG: openssl-3.0.1-40.el9.x86_64 DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch DEBUG: kmod-28-7.el9.x86_64 DEBUG: xz-5.2.5-8.el9.x86_64 DEBUG: openexr-libs-3.1.1-2.el9.x86_64 DEBUG: iso-codes-4.6.0-3.el9.noarch DEBUG: zip-3.0-33.el9.x86_64 DEBUG: cpp-11.3.1-2.1.el9.x86_64 DEBUG: libutempter-1.2.1-6.el9.x86_64 DEBUG: bubblewrap-0.4.1-6.el9.x86_64 DEBUG: libselinux-utils-3.4-3.el9.x86_64 DEBUG: tar-1.34-5.el9.x86_64 DEBUG: zstd-1.5.1-2.el9.x86_64 DEBUG: acl-2.3.1-3.el9.x86_64 DEBUG: nss-softokn-freebl-3.79.0-7.el9.x86_64 DEBUG: nss-softokn-3.79.0-7.el9.x86_64 DEBUG: nss-sysinit-3.79.0-7.el9.x86_64 DEBUG: nss-3.79.0-7.el9.x86_64 DEBUG: flac-libs-1.3.3-10.el9.x86_64 DEBUG: libtheora-1.1.1-31.el9.x86_64 DEBUG: fftw-libs-double-3.3.8-12.el9.x86_64 DEBUG: libksba-1.5.1-4.el9.x86_64 DEBUG: dwz-0.14-3.el9.x86_64 DEBUG: nettle-3.7.3-2.el9.x86_64 DEBUG: gnutls-3.7.6-4.el9.x86_64 DEBUG: glib2-2.68.4-5.el9.x86_64 DEBUG: json-glib-1.6.6-1.el9.x86_64 DEBUG: atk-2.36.0-5.el9.x86_64 DEBUG: polkit-libs-0.117-10.el9.x86_64 DEBUG: gstreamer1-1.18.4-4.el9.x86_64 DEBUG: gsettings-desktop-schemas-40.0-4.el9.x86_64 DEBUG: ModemManager-glib-1.18.2-3.el9.x86_64 DEBUG: NetworkManager-libnm-1.39.12-1.el9.x86_64 DEBUG: gobject-introspection-1.68.0-10.el9.x86_64 DEBUG: libgudev-237-1.el9.x86_64 DEBUG: libgusb-0.3.6-3.el9.x86_64 DEBUG: colord-libs-1.4.5-4.el9.x86_64 DEBUG: shared-mime-info-2.1-4.el9.x86_64 DEBUG: gdk-pixbuf2-2.42.6-2.el9.x86_64 DEBUG: gdk-pixbuf2-modules-2.42.6-2.el9.x86_64 DEBUG: gtk-update-icon-cache-3.24.31-2.el9.x86_64 DEBUG: libgsf-1.14.47-5.el9.x86_64 DEBUG: libnotify-0.7.9-8.el9.x86_64 DEBUG: avahi-glib-0.8-12.el9.x86_64 DEBUG: graphene-1.10.6-2.el9.x86_64 DEBUG: libgexiv2-0.12.3-1.el9.x86_64 DEBUG: low-memory-monitor-2.1-4.el9.x86_64 DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64 DEBUG: webkit2gtk3-jsc-2.36.5-2.el9.x86_64 DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64 DEBUG: glib-networking-2.68.3-3.el9.x86_64 DEBUG: liblqr-1-0.4.2-17.el9s.x86_64 DEBUG: jasper-libs-2.0.28-3.el9.x86_64 DEBUG: LibRaw-0.20.2-5.el9.x86_64 DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64 DEBUG: bzip2-1.0.8-8.el9.x86_64 DEBUG: libxkbcommon-1.0.3-4.el9.x86_64 DEBUG: libxslt-1.1.34-9.el9.x86_64 DEBUG: graphite2-1.3.14-9.el9.x86_64 DEBUG: freetype-2.10.4-9.el9.x86_64 DEBUG: harfbuzz-2.7.4-8.el9.x86_64 DEBUG: fontconfig-2.14.0-1.el9.x86_64 DEBUG: cairo-1.17.4-7.el9.x86_64 DEBUG: cairo-gobject-1.17.4-7.el9.x86_64 DEBUG: libgxps-0.3.2-3.el9.x86_64 DEBUG: gd-2.3.2-3.el9.x86_64 DEBUG: libXft-2.3.3-8.el9.x86_64 DEBUG: poppler-21.01.0-13.el9.x86_64 DEBUG: poppler-glib-21.01.0-13.el9.x86_64 DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch DEBUG: urw-base35-fonts-20200910-6.el9.noarch DEBUG: libraqm-0.7.0-7.el9s.x86_64 DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64 DEBUG: info-6.7-15.el9.x86_64 DEBUG: ed-1.14.2-12.el9.x86_64 DEBUG: patch-2.7.6-16.el9.x86_64 DEBUG: tcl-8.6.10-7.el9.x86_64 DEBUG: libfontenc-1.1.3-17.el9.x86_64 DEBUG: mkfontscale-1.2.1-3.el9.x86_64 DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch DEBUG: systemd-rpm-macros-250-7.el9.noarch DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch DEBUG: libpaper-1.1.28-4.el9.x86_64 DEBUG: ncurses-6.2-8.20210508.el9.x86_64 DEBUG: perl-Digest-1.19-4.el9.noarch DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64 DEBUG: perl-B-1.80-479.el9.x86_64 DEBUG: perl-FileHandle-2.03-479.el9.noarch DEBUG: perl-AutoLoader-5.74-479.el9.noarch DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64 DEBUG: perl-libnet-3.13-4.el9.noarch DEBUG: perl-base-2.27-479.el9.noarch DEBUG: perl-URI-5.09-3.el9.noarch DEBUG: perl-Net-SSLeay-1.92-2.el9.x86_64 DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch DEBUG: perl-if-0.60.800-479.el9.noarch DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch DEBUG: perl-Time-Local-1.300-7.el9.noarch DEBUG: perl-File-Path-2.18-4.el9.noarch DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch DEBUG: perl-IO-Socket-SSL-2.073-1.el9.noarch DEBUG: perl-Class-Struct-0.66-479.el9.noarch DEBUG: perl-POSIX-1.94-479.el9.x86_64 DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch DEBUG: perl-IPC-Open3-1.21-479.el9.noarch DEBUG: perl-subs-1.03-479.el9.noarch DEBUG: perl-File-Temp-0.231.100-4.el9.noarch DEBUG: perl-Term-Cap-1.17-460.el9.noarch DEBUG: perl-Pod-Simple-3.42-4.el9.noarch DEBUG: perl-HTTP-Tiny-0.076-460.el9.noarch DEBUG: perl-Socket-2.031-4.el9.x86_64 DEBUG: perl-SelectSaver-1.02-479.el9.noarch DEBUG: perl-Symbol-1.08-479.el9.noarch DEBUG: perl-File-stat-1.09-479.el9.noarch DEBUG: perl-podlators-4.14-460.el9.noarch DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch DEBUG: perl-Fcntl-1.13-479.el9.x86_64 DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch DEBUG: perl-mro-1.23-479.el9.x86_64 DEBUG: perl-IO-1.43-479.el9.x86_64 DEBUG: perl-overloading-0.02-479.el9.noarch DEBUG: perl-Pod-Usage-2.01-4.el9.noarch DEBUG: perl-Errno-1.30-479.el9.x86_64 DEBUG: perl-File-Basename-2.85-479.el9.noarch DEBUG: perl-Getopt-Std-1.12-479.el9.noarch DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64 DEBUG: perl-Scalar-List-Utils-1.56-461.el9.x86_64 DEBUG: perl-constant-1.33-461.el9.noarch DEBUG: perl-Storable-3.21-460.el9.x86_64 DEBUG: perl-overload-1.31-479.el9.noarch DEBUG: perl-parent-0.238-460.el9.noarch DEBUG: perl-vars-1.05-479.el9.noarch DEBUG: perl-Getopt-Long-2.52-4.el9.noarch DEBUG: perl-Carp-1.50-460.el9.noarch DEBUG: perl-Exporter-5.74-461.el9.noarch DEBUG: perl-NDBM_File-1.15-479.el9.x86_64 DEBUG: perl-PathTools-3.78-461.el9.x86_64 DEBUG: perl-Encode-3.08-462.el9.x86_64 DEBUG: perl-libs-5.32.1-479.el9.x86_64 DEBUG: perl-interpreter-5.32.1-479.el9.x86_64 DEBUG: kernel-srpm-macros-1.0-11.el9.noarch DEBUG: bluez-libs-5.56-6.el9.x86_64 DEBUG: cpio-2.13-16.el9.x86_64 DEBUG: keyutils-libs-1.6.1-4.el9.x86_64 DEBUG: libcbor-0.7.0-5.el9.x86_64 DEBUG: libdb-5.3.28-53.el9.x86_64 DEBUG: libeconf-0.4.1-2.el9.x86_64 DEBUG: libpwquality-1.4.4-8.el9.x86_64 DEBUG: pam-1.5.1-12.el9.x86_64 DEBUG: util-linux-2.37.4-3.el9.x86_64 DEBUG: device-mapper-1.02.185-3.el9.x86_64 DEBUG: device-mapper-libs-1.02.185-3.el9.x86_64 DEBUG: cryptsetup-libs-2.4.3-4.el9.x86_64 DEBUG: dbus-1.12.20-5.el9.x86_64 DEBUG: systemd-pam-250-7.el9.x86_64 DEBUG: systemd-250-7.el9.x86_64 DEBUG: dbus-common-1.12.20-5.el9.noarch DEBUG: dbus-broker-28-6.el9.x86_64 DEBUG: polkit-0.117-10.el9.x86_64 DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64 DEBUG: dconf-0.40.0-6.el9.x86_64 DEBUG: rtkit-0.11-28.el9.x86_64 DEBUG: elfutils-default-yama-scope-0.187-5.el9.noarch DEBUG: elfutils-libs-0.187-5.el9.x86_64 DEBUG: flatpak-session-helper-1.12.7-2.el9.x86_64 DEBUG: at-spi2-core-2.40.3-1.el9.x86_64 DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64 DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64 DEBUG: openssh-8.7p1-21.el9.x86_64 DEBUG: kbd-2.4.0-8.el9.x86_64 DEBUG: libnghttp2-1.43.0-5.el9.x86_64 DEBUG: libpciaccess-0.16-6.el9.x86_64 DEBUG: libdrm-2.4.111-1.el9.x86_64 DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64 DEBUG: mesa-libGL-22.1.1-1.el9.x86_64 DEBUG: mesa-libgbm-22.1.1-1.el9.x86_64 DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64 DEBUG: mesa-libEGL-22.1.1-1.el9.x86_64 DEBUG: mesa-vulkan-drivers-22.1.1-1.el9.x86_64 DEBUG: vulkan-loader-1.3.204.0-2.el9.x86_64 DEBUG: libpipeline-1.5.3-4.el9.x86_64 DEBUG: man-db-2.9.3-6.el9.x86_64 DEBUG: environment-modules-5.0.1-1.el9.x86_64 DEBUG: libpkgconf-1.7.3-9.el9.x86_64 DEBUG: pkgconf-1.7.3-9.el9.x86_64 DEBUG: pkgconf-pkg-config-1.7.3-9.el9.x86_64 DEBUG: libverto-0.3.2-3.el9.x86_64 DEBUG: krb5-libs-1.19.1-22.el9.x86_64 DEBUG: libsoup-2.72.0-8.el9.x86_64 DEBUG: cups-libs-2.3.3op2-16.el9.x86_64 DEBUG: geoclue2-2.5.7-5.el9.x86_64 DEBUG: osinfo-db-tools-1.9.0-3.el9.x86_64 DEBUG: libosinfo-1.9.0-5.el9.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-20.el9.x86_64 DEBUG: openldap-2.6.2-3.el9.x86_64 DEBUG: openldap-compat-2.6.2-3.el9.x86_64 DEBUG: libssh-0.9.6-3.el9.x86_64 DEBUG: libcurl-7.76.1-18.el9.x86_64 DEBUG: elfutils-debuginfod-client-0.187-5.el9.x86_64 DEBUG: elfutils-0.187-5.el9.x86_64 DEBUG: gdb-minimal-10.2-10.el9.x86_64 DEBUG: curl-7.76.1-18.el9.x86_64 DEBUG: rpm-4.16.1.3-17.el9.x86_64 DEBUG: rpm-libs-4.16.1.3-17.el9.x86_64 DEBUG: policycoreutils-3.4-2.el9.x86_64 DEBUG: rpm-build-libs-4.16.1.3-17.el9.x86_64 DEBUG: libappstream-glib-0.7.18-4.el9.x86_64 DEBUG: scl-utils-2.0.3-2.el9.x86_64 DEBUG: efi-srpm-macros-4-9.el9.noarch DEBUG: lua-srpm-macros-1-6.el9.noarch DEBUG: tpm2-tss-3.0.3-7.el9.x86_64 DEBUG: systemd-udev-250-7.el9.x86_64 DEBUG: libfido2-1.6.0-7.el9.x86_64 DEBUG: openssh-clients-8.7p1-21.el9.x86_64 DEBUG: git-core-2.31.1-2.el9.2.x86_64 DEBUG: upower-0.99.11-11.el9.x86_64 DEBUG: make-4.3-7.el9.x86_64 DEBUG: npth-1.6-8.el9.x86_64 DEBUG: gnupg2-2.3.3-1.el9.x86_64 DEBUG: gpgme-1.15.1-6.el9.x86_64 DEBUG: ostree-libs-2022.3-2.el9.x86_64 DEBUG: which-2.21-28.el9.x86_64 DEBUG: fuse-2.9.9-15.el9.x86_64 DEBUG: checkpolicy-3.4-1.el9.x86_64 DEBUG: python3-policycoreutils-3.4-2.el9.noarch DEBUG: policycoreutils-python-utils-3.4-2.el9.noarch DEBUG: gcc-toolset-12-runtime-12.0-5.el9.x86_64 DEBUG: gcc-toolset-12-binutils-2.38-16.el9.x86_64 DEBUG: binutils-2.35.2-24.el9.x86_64 DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64 DEBUG: giflib-5.2.1-9.el9.x86_64 DEBUG: glibc-headers-2.34-40.el9.x86_64 DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64 DEBUG: glibc-devel-2.34-40.el9.x86_64 DEBUG: gcc-11.3.1-2.1.el9.x86_64 DEBUG: annobin-10.73-3.el9.x86_64 DEBUG: gcc-plugin-annobin-11.3.1-2.1.el9.x86_64 DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch DEBUG: go-srpm-macros-3.0.9-9.el9.noarch DEBUG: python-srpm-macros-3.9-52.el9.noarch DEBUG: redhat-rpm-config-196-1.el9.noarch DEBUG: python-rpm-macros-3.9-52.el9.noarch DEBUG: python3-rpm-macros-3.9-52.el9.noarch DEBUG: python3-rpm-generators-12-8.el9.noarch DEBUG: gsm-1.0.19-6.el9.x86_64 DEBUG: libsndfile-1.0.31-7.el9.x86_64 DEBUG: jbig2dec-libs-0.19-6.el9.x86_64 DEBUG: libasyncns-0.8-22.el9.x86_64 DEBUG: pulseaudio-libs-15.0-2.el9.x86_64 DEBUG: libcanberra-0.30-26.el9.x86_64 DEBUG: pulseaudio-utils-15.0-2.el9.x86_64 DEBUG: libdatrie-0.2.13-4.el9.x86_64 DEBUG: libthai-0.1.28-8.el9.x86_64 DEBUG: pango-1.48.7-2.el9.x86_64 DEBUG: librsvg2-2.50.7-1.el9.x86_64 DEBUG: libepoxy-1.5.5-4.el9.x86_64 DEBUG: libexif-0.6.22-6.el9.x86_64 DEBUG: libijs-0.35-15.el9.x86_64 DEBUG: libgs-9.54.0-7.el9.x86_64 DEBUG: libiptcdata-1.0.5-9.el9.x86_64 DEBUG: libldac-2.0.2.3-10.el9.x86_64 DEBUG: libsbc-1.4-9.el9.x86_64 DEBUG: wireplumber-libs-0.4.8-1.el9.x86_64 DEBUG: pipewire-libs-0.3.47-2.el9.x86_64 DEBUG: wireplumber-0.4.8-1.el9.x86_64 DEBUG: pipewire-0.3.47-2.el9.x86_64 DEBUG: flatpak-1.12.7-2.el9.x86_64 DEBUG: xdg-desktop-portal-1.12.4-1.el9.x86_64 DEBUG: libvisual-0.4.0-34.el9.x86_64 DEBUG: libwmf-lite-0.2.12-9.el9.x86_64 DEBUG: orc-0.4.31-6.el9.x86_64 DEBUG: gstreamer1-plugins-base-1.18.4-5.el9.x86_64 DEBUG: libtracker-sparql-3.1.2-2.el9.x86_64 DEBUG: tracker-3.1.2-2.el9.x86_64 DEBUG: tracker-miners-3.1.2-1.el9.x86_64 DEBUG: libcanberra-gtk3-0.30-26.el9.x86_64 DEBUG: gtk3-3.24.31-2.el9.x86_64 DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64 DEBUG: gtk2-2.24.33-7.el9.x86_64 DEBUG: libcanberra-gtk2-0.30-26.el9.x86_64 DEBUG: graphviz-2.44.0-25.el9.x86_64 DEBUG: ImageMagick-libs-6.9.11.27-7.el9s.x86_64 DEBUG: ImageMagick-6.9.11.27-7.el9s.x86_64 DEBUG: python3-sphinx-3.4.3-7.el9.noarch DEBUG: pipewire-alsa-0.3.47-2.el9.x86_64 DEBUG: pipewire-jack-audio-connection-kit-0.3.47-2.el9.x86_64 DEBUG: pipewire-pulseaudio-0.3.47-2.el9.x86_64 DEBUG: python3-devel-3.9.13-3.el9.x86_64 DEBUG: rpm-build-4.16.1.3-17.el9.x86_64 DEBUG: python3-pbr-5.9.0-1.el9s.noarch DEBUG: python3-setuptools_scm-6.3.2-2.el9s.noarch DEBUG: python3-eventlet-0.33.1-4.el9s.noarch DEBUG: python3-sqlalchemy-1.4.39-2.el9s.x86_64 DEBUG: openstack-macros-2021.1.0-0.20220810115246.ce6a105.el9.noarch DEBUG: gcc-toolset-12-binutils-gold-2.38-16.el9.x86_64 DEBUG: binutils-gold-2.35.2-24.el9.x86_64 DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root/', '-y', '--releasever', '9', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', 'update'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root/', '-y', '--releasever', '9', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', 'update', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos9-master-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 DEBUG: delorean-python-stevedore-ccd17543a37143913e886 20 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-hacking-2931131b69af7f1e76d8ab5 20 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 9 - BaseOS 6.4 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 9 - AppStream 32 kB/s | 4.4 kB 00:00 DEBUG: CentOS Stream 9 - CRB 50 kB/s | 6.8 kB 00:00 DEBUG: CentOS Stream 9 - HighAvailability 55 kB/s | 7.3 kB 00:00 DEBUG: dlrn-master-testing 20 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 19 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 21 kB/s | 3.0 kB 00:00 DEBUG: centos9-storage 22 kB/s | 3.0 kB 00:00 DEBUG: centos9-opstools 21 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 22 kB/s | 3.0 kB 00:00 DEBUG: Dependencies resolved. DEBUG: Nothing to do. DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos9-master-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-11.3.1-2.1.el9.x86_64 DEBUG: crypto-policies-20220427-1.gitb2323a1.el9.noarch DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch DEBUG: tzdata-2022a-1.el9.noarch DEBUG: hwdata-0.348-9.4.el9.noarch DEBUG: dejavu-sans-fonts-2.37-18.el9.noarch DEBUG: adobe-mappings-cmap-20171205-12.el9.noarch DEBUG: adobe-mappings-cmap-deprecated-20171205-12.el9.noarch DEBUG: langpacks-core-font-en-3.0-16.el9.noarch DEBUG: osinfo-db-20220727-3.el9.noarch DEBUG: abattis-cantarell-fonts-0.301-4.el9.noarch DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch DEBUG: google-droid-sans-fonts-20200215-11.el9.2.noarch DEBUG: xkeyboard-config-2.33-2.el9.noarch DEBUG: rust-srpm-macros-17-4.el9.noarch DEBUG: qt5-srpm-macros-5.15.3-1.el9.noarch DEBUG: poppler-data-0.4.9-9.el9.noarch DEBUG: perl-srpm-macros-1-41.el9.noarch DEBUG: openblas-srpm-macros-2-11.el9.noarch DEBUG: ocaml-srpm-macros-6-6.el9.noarch DEBUG: libX11-common-1.7.0-7.el9.noarch DEBUG: kernel-headers-5.14.0-142.el9.x86_64 DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch DEBUG: gawk-all-langpacks-5.1.0-6.el9.x86_64 DEBUG: adwaita-cursor-theme-40.1.1-3.el9.noarch DEBUG: adobe-mappings-pdf-20180407-10.el9.noarch DEBUG: vim-filesystem-8.2.2637-16.el9.noarch DEBUG: python3-setuptools-wheel-53.0.0-10.el9.noarch DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch DEBUG: pkgconf-m4-1.7.3-9.el9.noarch DEBUG: pcre2-syntax-10.40-2.el9.noarch DEBUG: ncurses-base-6.2-8.20210508.el9.noarch DEBUG: libssh-config-0.9.6-3.el9.noarch DEBUG: kbd-misc-2.4.0-8.el9.noarch DEBUG: fuse-common-3.10.2-5.el9.x86_64 DEBUG: coreutils-common-8.32-32.el9.x86_64 DEBUG: centos-gpg-keys-9.0-12.el9.noarch DEBUG: centos-stream-release-9.0-12.el9.noarch DEBUG: centos-stream-repos-9.0-12.el9.noarch DEBUG: setup-2.13.7-7.el9.noarch DEBUG: filesystem-3.16-2.el9.x86_64 DEBUG: urw-base35-fonts-common-20200910-6.el9.noarch DEBUG: basesystem-11-13.el9.noarch DEBUG: glibc-gconv-extra-2.34-40.el9.x86_64 DEBUG: glibc-minimal-langpack-2.34-40.el9.x86_64 DEBUG: glibc-common-2.34-40.el9.x86_64 DEBUG: glibc-2.34-40.el9.x86_64 DEBUG: ncurses-libs-6.2-8.20210508.el9.x86_64 DEBUG: bash-5.1.8-4.el9.x86_64 DEBUG: zlib-1.2.11-33.el9.x86_64 DEBUG: libstdc++-11.3.1-2.1.el9.x86_64 DEBUG: xz-libs-5.2.5-8.el9.x86_64 DEBUG: libxml2-2.9.13-2.el9.x86_64 DEBUG: bzip2-libs-1.0.8-8.el9.x86_64 DEBUG: libxcrypt-4.4.18-3.el9.x86_64 DEBUG: libpng-1.6.37-12.el9.x86_64 DEBUG: expat-2.4.7-1.el9.x86_64 DEBUG: libzstd-1.5.1-2.el9.x86_64 DEBUG: libjpeg-turbo-2.0.90-5.el9.x86_64 DEBUG: libcap-2.48-8.el9.x86_64 DEBUG: libuuid-2.37.4-3.el9.x86_64 DEBUG: sqlite-libs-3.34.1-5.el9.x86_64 DEBUG: gmp-6.2.0-10.el9.x86_64 DEBUG: libffi-3.4.2-7.el9.x86_64 DEBUG: p11-kit-0.24.1-2.el9.x86_64 DEBUG: elfutils-libelf-0.187-5.el9.x86_64 DEBUG: libgpg-error-1.42-5.el9.x86_64 DEBUG: lcms2-2.12-3.el9.x86_64 DEBUG: nspr-4.34.0-7.el9.x86_64 DEBUG: libwayland-client-1.19.0-4.el9.x86_64 DEBUG: mpfr-4.1.0-7.el9.x86_64 DEBUG: readline-8.1-4.el9.x86_64 DEBUG: alternatives-1.20-2.el9.x86_64 DEBUG: libgomp-11.3.1-2.1.el9.x86_64 DEBUG: libsepol-3.4-1.1.el9.x86_64 DEBUG: libogg-1.3.4-6.el9.x86_64 DEBUG: libvorbis-1.3.7-5.el9.x86_64 DEBUG: libtool-ltdl-2.4.6-45.el9.x86_64 DEBUG: nss-util-3.79.0-7.el9.x86_64 DEBUG: libgcrypt-1.10.0-4.el9.x86_64 DEBUG: libicu-67.1-9.el9.x86_64 DEBUG: gdbm-libs-1.19-4.el9.x86_64 DEBUG: libattr-2.5.1-3.el9.x86_64 DEBUG: libacl-2.3.1-3.el9.x86_64 DEBUG: libcap-ng-0.8.2-7.el9.x86_64 DEBUG: audit-libs-3.0.7-103.el9.x86_64 DEBUG: lz4-libs-1.9.3-5.el9.x86_64 DEBUG: pcre2-10.40-2.el9.x86_64 DEBUG: libselinux-3.4-3.el9.x86_64 DEBUG: sed-4.8-9.el9.x86_64 DEBUG: popt-1.18-8.el9.x86_64 DEBUG: alsa-lib-1.2.7.2-1.el9.x86_64 DEBUG: libX11-xcb-1.7.0-7.el9.x86_64 DEBUG: libwebp-1.2.0-3.el9.x86_64 DEBUG: libsemanage-3.4-2.el9.x86_64 DEBUG: shadow-utils-4.9-5.el9.x86_64 DEBUG: less-590-1.el9.x86_64 DEBUG: libbrotli-1.0.9-6.el9.x86_64 DEBUG: libcom_err-1.46.5-3.el9.x86_64 DEBUG: libseccomp-2.5.2-2.el9.x86_64 DEBUG: libtdb-1.4.6-1.el9.x86_64 DEBUG: libunistring-0.9.10-15.el9.x86_64 DEBUG: libidn2-2.3.0-7.el9.x86_64 DEBUG: lua-libs-5.4.2-4.el9.x86_64 DEBUG: fribidi-1.0.10-6.el9.2.x86_64 DEBUG: libICE-1.0.10-8.el9.x86_64 DEBUG: libstemmer-0-18.585svn.el9.x86_64 DEBUG: libxshmfence-1.3-10.el9.x86_64 DEBUG: openjpeg2-2.4.0-7.el9.x86_64 DEBUG: libSM-1.2.3-10.el9.x86_64 DEBUG: libpsl-0.21.1-5.el9.x86_64 DEBUG: findutils-4.8.0-5.el9.x86_64 DEBUG: mesa-libglapi-22.1.1-1.el9.x86_64 DEBUG: libmpc-1.2.1-4.el9.x86_64 DEBUG: libwayland-cursor-1.19.0-4.el9.x86_64 DEBUG: libassuan-2.5.5-3.el9.x86_64 DEBUG: libwayland-server-1.19.0-4.el9.x86_64 DEBUG: exiv2-0.27.5-2.el9.x86_64 DEBUG: exiv2-libs-0.27.5-2.el9.x86_64 DEBUG: libxcrypt-compat-4.4.18-3.el9.x86_64 DEBUG: unzip-6.0-56.el9.x86_64 DEBUG: xml-common-0.6.3-58.el9.noarch DEBUG: groff-base-1.22.4-10.el9.x86_64 DEBUG: libproxy-0.4.15-35.el9.x86_64 DEBUG: imath-3.1.2-1.el9.x86_64 DEBUG: file-libs-5.39-8.el9.x86_64 DEBUG: file-5.39-8.el9.x86_64 DEBUG: hicolor-icon-theme-0.17-13.el9.noarch DEBUG: libedit-3.1-37.20210216cvs.el9.x86_64 DEBUG: llvm-libs-14.0.5-1.el9.x86_64 DEBUG: diffutils-3.7-12.el9.x86_64 DEBUG: fuse-libs-2.9.9-15.el9.x86_64 DEBUG: json-c-0.14-11.el9.x86_64 DEBUG: libsigsegv-2.13-4.el9.x86_64 DEBUG: gawk-5.1.0-6.el9.x86_64 DEBUG: libsmartcols-2.37.4-3.el9.x86_64 DEBUG: libtasn1-4.16.0-7.el9.x86_64 DEBUG: p11-kit-trust-0.24.1-2.el9.x86_64 DEBUG: pcre-8.44-3.el9.3.x86_64 DEBUG: grep-3.6-5.el9.x86_64 DEBUG: openssl-pkcs11-0.4.11-7.el9.x86_64 DEBUG: openssl-libs-3.0.1-40.el9.x86_64 DEBUG: coreutils-8.32-32.el9.x86_64 DEBUG: ca-certificates-2022.2.54-90.0.el9.noarch DEBUG: systemd-libs-250-7.el9.x86_64 DEBUG: libblkid-2.37.4-3.el9.x86_64 DEBUG: libarchive-3.5.3-3.el9.x86_64 DEBUG: dbus-libs-1.12.20-5.el9.x86_64 DEBUG: libmount-2.37.4-3.el9.x86_64 DEBUG: gzip-1.12-1.el9.x86_64 DEBUG: cracklib-2.9.6-27.el9.x86_64 DEBUG: libfdisk-2.37.4-3.el9.x86_64 DEBUG: libusbx-1.0.26-1.el9.x86_64 DEBUG: kmod-libs-28-7.el9.x86_64 DEBUG: libevent-2.1.12-6.el9.x86_64 DEBUG: avahi-libs-0.8-12.el9.x86_64 DEBUG: jbigkit-libs-2.1-23.el9.x86_64 DEBUG: libtiff-4.4.0-2.el9.x86_64 DEBUG: libXau-1.0.9-8.el9.x86_64 DEBUG: libxcb-1.13.1-9.el9.x86_64 DEBUG: libX11-1.7.0-7.el9.x86_64 DEBUG: libXext-1.3.4-8.el9.x86_64 DEBUG: libXrender-0.9.10-16.el9.x86_64 DEBUG: libXfixes-5.0.3-16.el9.x86_64 DEBUG: libXi-1.7.10-8.el9.x86_64 DEBUG: libXt-1.2.0-6.el9.x86_64 DEBUG: libXmu-1.1.3-8.el9.x86_64 DEBUG: libXcursor-1.2.0-7.el9.x86_64 DEBUG: libXdamage-1.1.5-7.el9.x86_64 DEBUG: libXrandr-1.5.2-8.el9.x86_64 DEBUG: libXinerama-1.1.4-10.el9.x86_64 DEBUG: libXcomposite-0.4.5-7.el9.x86_64 DEBUG: libXpm-3.5.13-7.el9.x86_64 DEBUG: libglvnd-1.3.4-1.el9.x86_64 DEBUG: libwayland-egl-1.19.0-4.el9.x86_64 DEBUG: opus-1.3.1-10.el9.x86_64 DEBUG: pixman-0.40.0-5.el9.x86_64 DEBUG: libXaw-1.0.13-19.el9.x86_64 DEBUG: libXtst-1.2.3-16.el9.x86_64 DEBUG: libXv-1.0.11-16.el9.x86_64 DEBUG: libXxf86vm-1.1.4-18.el9.x86_64 DEBUG: cracklib-dicts-2.9.6-27.el9.x86_64 DEBUG: util-linux-core-2.37.4-3.el9.x86_64 DEBUG: procps-ng-3.3.17-6.el9.x86_64 DEBUG: p11-kit-server-0.24.1-2.el9.x86_64 DEBUG: python3-pip-wheel-21.2.3-6.el9.noarch DEBUG: python-unversioned-command-3.9.13-3.el9.noarch DEBUG: python3-3.9.13-3.el9.x86_64 DEBUG: python3-libs-3.9.13-3.el9.x86_64 DEBUG: python3-setuptools-57.4.0-1.el9s.noarch DEBUG: python3-idna-2.10-7.el9.noarch DEBUG: python3-six-1.15.0-9.el9.noarch DEBUG: python3-greenlet-1.1.2-3.el9.x86_64 DEBUG: python3-libselinux-3.4-3.el9.x86_64 DEBUG: python3-libsemanage-3.4-2.el9.x86_64 DEBUG: python3-setools-4.4.0-5.el9.x86_64 DEBUG: python3-pip-21.2.3-6.el9.noarch DEBUG: crypto-policies-scripts-20220427-1.gitb2323a1.el9.noarch DEBUG: python3-chardet-4.0.0-5.el9.noarch DEBUG: python3-dns-2.1.0-6.el9.noarch DEBUG: python3-pyparsing-2.4.7-9.el9.noarch DEBUG: python3-packaging-20.9-5.el9.noarch DEBUG: python3-pysocks-1.7.1-12.el9.noarch DEBUG: python3-urllib3-1.26.5-3.el9.noarch DEBUG: python3-requests-2.25.1-6.el9.noarch DEBUG: python3-audit-3.0.7-103.el9.x86_64 DEBUG: python3-pytz-2021.1-4.el9.noarch DEBUG: python3-babel-2.9.1-2.el9.noarch DEBUG: python3-docutils-0.16-6.el9.noarch DEBUG: python3-imagesize-1.2.0-6.el9.noarch DEBUG: python3-pygments-2.7.4-4.el9.noarch DEBUG: python3-snowballstemmer-1.9.0-10.el9.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.12-13.el9.noarch DEBUG: python3-sphinxcontrib-applehelp-1.0.2-5.el9.noarch DEBUG: python3-sphinxcontrib-devhelp-1.0.2-5.el9.noarch DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-6.el9.noarch DEBUG: python3-sphinxcontrib-jsmath-1.0.1-12.el9.noarch DEBUG: python3-sphinxcontrib-qthelp-1.0.3-5.el9.noarch DEBUG: python3-sphinxcontrib-serializinghtml-1.1.4-5.el9.noarch DEBUG: python3-markupsafe-2.0.0-2.el9s.x86_64 DEBUG: python3-jinja2-3.0.1-2.el9s.noarch DEBUG: python3-tomli-2.0.1-4.el9s.noarch DEBUG: openssl-3.0.1-40.el9.x86_64 DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch DEBUG: kmod-28-7.el9.x86_64 DEBUG: xz-5.2.5-8.el9.x86_64 DEBUG: openexr-libs-3.1.1-2.el9.x86_64 DEBUG: iso-codes-4.6.0-3.el9.noarch DEBUG: zip-3.0-33.el9.x86_64 DEBUG: cpp-11.3.1-2.1.el9.x86_64 DEBUG: libutempter-1.2.1-6.el9.x86_64 DEBUG: bubblewrap-0.4.1-6.el9.x86_64 DEBUG: libselinux-utils-3.4-3.el9.x86_64 DEBUG: tar-1.34-5.el9.x86_64 DEBUG: zstd-1.5.1-2.el9.x86_64 DEBUG: acl-2.3.1-3.el9.x86_64 DEBUG: nss-softokn-freebl-3.79.0-7.el9.x86_64 DEBUG: nss-softokn-3.79.0-7.el9.x86_64 DEBUG: nss-sysinit-3.79.0-7.el9.x86_64 DEBUG: nss-3.79.0-7.el9.x86_64 DEBUG: flac-libs-1.3.3-10.el9.x86_64 DEBUG: libtheora-1.1.1-31.el9.x86_64 DEBUG: fftw-libs-double-3.3.8-12.el9.x86_64 DEBUG: libksba-1.5.1-4.el9.x86_64 DEBUG: dwz-0.14-3.el9.x86_64 DEBUG: nettle-3.7.3-2.el9.x86_64 DEBUG: gnutls-3.7.6-4.el9.x86_64 DEBUG: glib2-2.68.4-5.el9.x86_64 DEBUG: json-glib-1.6.6-1.el9.x86_64 DEBUG: atk-2.36.0-5.el9.x86_64 DEBUG: polkit-libs-0.117-10.el9.x86_64 DEBUG: gstreamer1-1.18.4-4.el9.x86_64 DEBUG: gsettings-desktop-schemas-40.0-4.el9.x86_64 DEBUG: ModemManager-glib-1.18.2-3.el9.x86_64 DEBUG: NetworkManager-libnm-1.39.12-1.el9.x86_64 DEBUG: gobject-introspection-1.68.0-10.el9.x86_64 DEBUG: libgudev-237-1.el9.x86_64 DEBUG: libgusb-0.3.6-3.el9.x86_64 DEBUG: colord-libs-1.4.5-4.el9.x86_64 DEBUG: shared-mime-info-2.1-4.el9.x86_64 DEBUG: gdk-pixbuf2-2.42.6-2.el9.x86_64 DEBUG: gdk-pixbuf2-modules-2.42.6-2.el9.x86_64 DEBUG: gtk-update-icon-cache-3.24.31-2.el9.x86_64 DEBUG: libgsf-1.14.47-5.el9.x86_64 DEBUG: libnotify-0.7.9-8.el9.x86_64 DEBUG: avahi-glib-0.8-12.el9.x86_64 DEBUG: graphene-1.10.6-2.el9.x86_64 DEBUG: libgexiv2-0.12.3-1.el9.x86_64 DEBUG: low-memory-monitor-2.1-4.el9.x86_64 DEBUG: totem-pl-parser-3.26.6-2.el9.x86_64 DEBUG: webkit2gtk3-jsc-2.36.5-2.el9.x86_64 DEBUG: libproxy-webkitgtk4-0.4.15-35.el9.x86_64 DEBUG: glib-networking-2.68.3-3.el9.x86_64 DEBUG: liblqr-1-0.4.2-17.el9s.x86_64 DEBUG: jasper-libs-2.0.28-3.el9.x86_64 DEBUG: LibRaw-0.20.2-5.el9.x86_64 DEBUG: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64 DEBUG: bzip2-1.0.8-8.el9.x86_64 DEBUG: libxkbcommon-1.0.3-4.el9.x86_64 DEBUG: libxslt-1.1.34-9.el9.x86_64 DEBUG: graphite2-1.3.14-9.el9.x86_64 DEBUG: freetype-2.10.4-9.el9.x86_64 DEBUG: harfbuzz-2.7.4-8.el9.x86_64 DEBUG: fontconfig-2.14.0-1.el9.x86_64 DEBUG: cairo-1.17.4-7.el9.x86_64 DEBUG: cairo-gobject-1.17.4-7.el9.x86_64 DEBUG: libgxps-0.3.2-3.el9.x86_64 DEBUG: gd-2.3.2-3.el9.x86_64 DEBUG: libXft-2.3.3-8.el9.x86_64 DEBUG: poppler-21.01.0-13.el9.x86_64 DEBUG: poppler-glib-21.01.0-13.el9.x86_64 DEBUG: urw-base35-bookman-fonts-20200910-6.el9.noarch DEBUG: urw-base35-c059-fonts-20200910-6.el9.noarch DEBUG: urw-base35-d050000l-fonts-20200910-6.el9.noarch DEBUG: urw-base35-gothic-fonts-20200910-6.el9.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-6.el9.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-6.el9.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-6.el9.noarch DEBUG: urw-base35-p052-fonts-20200910-6.el9.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-6.el9.noarch DEBUG: urw-base35-z003-fonts-20200910-6.el9.noarch DEBUG: urw-base35-fonts-20200910-6.el9.noarch DEBUG: libraqm-0.7.0-7.el9s.x86_64 DEBUG: webrtc-audio-processing-0.3.1-8.el9.x86_64 DEBUG: info-6.7-15.el9.x86_64 DEBUG: ed-1.14.2-12.el9.x86_64 DEBUG: patch-2.7.6-16.el9.x86_64 DEBUG: tcl-8.6.10-7.el9.x86_64 DEBUG: libfontenc-1.1.3-17.el9.x86_64 DEBUG: mkfontscale-1.2.1-3.el9.x86_64 DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch DEBUG: systemd-rpm-macros-250-7.el9.noarch DEBUG: adwaita-icon-theme-40.1.1-3.el9.noarch DEBUG: libpaper-1.1.28-4.el9.x86_64 DEBUG: ncurses-6.2-8.20210508.el9.x86_64 DEBUG: perl-Digest-1.19-4.el9.noarch DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64 DEBUG: perl-B-1.80-479.el9.x86_64 DEBUG: perl-FileHandle-2.03-479.el9.noarch DEBUG: perl-AutoLoader-5.74-479.el9.noarch DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64 DEBUG: perl-libnet-3.13-4.el9.noarch DEBUG: perl-base-2.27-479.el9.noarch DEBUG: perl-URI-5.09-3.el9.noarch DEBUG: perl-Net-SSLeay-1.92-2.el9.x86_64 DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch DEBUG: perl-if-0.60.800-479.el9.noarch DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch DEBUG: perl-Time-Local-1.300-7.el9.noarch DEBUG: perl-File-Path-2.18-4.el9.noarch DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch DEBUG: perl-IO-Socket-SSL-2.073-1.el9.noarch DEBUG: perl-Class-Struct-0.66-479.el9.noarch DEBUG: perl-POSIX-1.94-479.el9.x86_64 DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch DEBUG: perl-IPC-Open3-1.21-479.el9.noarch DEBUG: perl-subs-1.03-479.el9.noarch DEBUG: perl-File-Temp-0.231.100-4.el9.noarch DEBUG: perl-Term-Cap-1.17-460.el9.noarch DEBUG: perl-Pod-Simple-3.42-4.el9.noarch DEBUG: perl-HTTP-Tiny-0.076-460.el9.noarch DEBUG: perl-Socket-2.031-4.el9.x86_64 DEBUG: perl-SelectSaver-1.02-479.el9.noarch DEBUG: perl-Symbol-1.08-479.el9.noarch DEBUG: perl-File-stat-1.09-479.el9.noarch DEBUG: perl-podlators-4.14-460.el9.noarch DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch DEBUG: perl-Fcntl-1.13-479.el9.x86_64 DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch DEBUG: perl-mro-1.23-479.el9.x86_64 DEBUG: perl-IO-1.43-479.el9.x86_64 DEBUG: perl-overloading-0.02-479.el9.noarch DEBUG: perl-Pod-Usage-2.01-4.el9.noarch DEBUG: perl-Errno-1.30-479.el9.x86_64 DEBUG: perl-File-Basename-2.85-479.el9.noarch DEBUG: perl-Getopt-Std-1.12-479.el9.noarch DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64 DEBUG: perl-Scalar-List-Utils-1.56-461.el9.x86_64 DEBUG: perl-constant-1.33-461.el9.noarch DEBUG: perl-Storable-3.21-460.el9.x86_64 DEBUG: perl-overload-1.31-479.el9.noarch DEBUG: perl-parent-0.238-460.el9.noarch DEBUG: perl-vars-1.05-479.el9.noarch DEBUG: perl-Getopt-Long-2.52-4.el9.noarch DEBUG: perl-Carp-1.50-460.el9.noarch DEBUG: perl-Exporter-5.74-461.el9.noarch DEBUG: perl-NDBM_File-1.15-479.el9.x86_64 DEBUG: perl-PathTools-3.78-461.el9.x86_64 DEBUG: perl-Encode-3.08-462.el9.x86_64 DEBUG: perl-libs-5.32.1-479.el9.x86_64 DEBUG: perl-interpreter-5.32.1-479.el9.x86_64 DEBUG: kernel-srpm-macros-1.0-11.el9.noarch DEBUG: bluez-libs-5.56-6.el9.x86_64 DEBUG: cpio-2.13-16.el9.x86_64 DEBUG: keyutils-libs-1.6.1-4.el9.x86_64 DEBUG: libcbor-0.7.0-5.el9.x86_64 DEBUG: libdb-5.3.28-53.el9.x86_64 DEBUG: libeconf-0.4.1-2.el9.x86_64 DEBUG: libpwquality-1.4.4-8.el9.x86_64 DEBUG: pam-1.5.1-12.el9.x86_64 DEBUG: util-linux-2.37.4-3.el9.x86_64 DEBUG: device-mapper-1.02.185-3.el9.x86_64 DEBUG: device-mapper-libs-1.02.185-3.el9.x86_64 DEBUG: cryptsetup-libs-2.4.3-4.el9.x86_64 DEBUG: dbus-1.12.20-5.el9.x86_64 DEBUG: systemd-pam-250-7.el9.x86_64 DEBUG: systemd-250-7.el9.x86_64 DEBUG: dbus-common-1.12.20-5.el9.noarch DEBUG: dbus-broker-28-6.el9.x86_64 DEBUG: polkit-0.117-10.el9.x86_64 DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64 DEBUG: dconf-0.40.0-6.el9.x86_64 DEBUG: rtkit-0.11-28.el9.x86_64 DEBUG: elfutils-default-yama-scope-0.187-5.el9.noarch DEBUG: elfutils-libs-0.187-5.el9.x86_64 DEBUG: flatpak-session-helper-1.12.7-2.el9.x86_64 DEBUG: at-spi2-core-2.40.3-1.el9.x86_64 DEBUG: at-spi2-atk-2.38.0-4.el9.x86_64 DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64 DEBUG: openssh-8.7p1-21.el9.x86_64 DEBUG: kbd-2.4.0-8.el9.x86_64 DEBUG: libnghttp2-1.43.0-5.el9.x86_64 DEBUG: libpciaccess-0.16-6.el9.x86_64 DEBUG: libdrm-2.4.111-1.el9.x86_64 DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64 DEBUG: mesa-libGL-22.1.1-1.el9.x86_64 DEBUG: mesa-libgbm-22.1.1-1.el9.x86_64 DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64 DEBUG: mesa-libEGL-22.1.1-1.el9.x86_64 DEBUG: mesa-vulkan-drivers-22.1.1-1.el9.x86_64 DEBUG: vulkan-loader-1.3.204.0-2.el9.x86_64 DEBUG: libpipeline-1.5.3-4.el9.x86_64 DEBUG: man-db-2.9.3-6.el9.x86_64 DEBUG: environment-modules-5.0.1-1.el9.x86_64 DEBUG: libpkgconf-1.7.3-9.el9.x86_64 DEBUG: pkgconf-1.7.3-9.el9.x86_64 DEBUG: pkgconf-pkg-config-1.7.3-9.el9.x86_64 DEBUG: libverto-0.3.2-3.el9.x86_64 DEBUG: krb5-libs-1.19.1-22.el9.x86_64 DEBUG: libsoup-2.72.0-8.el9.x86_64 DEBUG: cups-libs-2.3.3op2-16.el9.x86_64 DEBUG: geoclue2-2.5.7-5.el9.x86_64 DEBUG: osinfo-db-tools-1.9.0-3.el9.x86_64 DEBUG: libosinfo-1.9.0-5.el9.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-20.el9.x86_64 DEBUG: openldap-2.6.2-3.el9.x86_64 DEBUG: openldap-compat-2.6.2-3.el9.x86_64 DEBUG: libssh-0.9.6-3.el9.x86_64 DEBUG: libcurl-7.76.1-18.el9.x86_64 DEBUG: elfutils-debuginfod-client-0.187-5.el9.x86_64 DEBUG: elfutils-0.187-5.el9.x86_64 DEBUG: gdb-minimal-10.2-10.el9.x86_64 DEBUG: curl-7.76.1-18.el9.x86_64 DEBUG: rpm-4.16.1.3-17.el9.x86_64 DEBUG: rpm-libs-4.16.1.3-17.el9.x86_64 DEBUG: policycoreutils-3.4-2.el9.x86_64 DEBUG: rpm-build-libs-4.16.1.3-17.el9.x86_64 DEBUG: libappstream-glib-0.7.18-4.el9.x86_64 DEBUG: scl-utils-2.0.3-2.el9.x86_64 DEBUG: efi-srpm-macros-4-9.el9.noarch DEBUG: lua-srpm-macros-1-6.el9.noarch DEBUG: tpm2-tss-3.0.3-7.el9.x86_64 DEBUG: systemd-udev-250-7.el9.x86_64 DEBUG: libfido2-1.6.0-7.el9.x86_64 DEBUG: openssh-clients-8.7p1-21.el9.x86_64 DEBUG: git-core-2.31.1-2.el9.2.x86_64 DEBUG: upower-0.99.11-11.el9.x86_64 DEBUG: make-4.3-7.el9.x86_64 DEBUG: npth-1.6-8.el9.x86_64 DEBUG: gnupg2-2.3.3-1.el9.x86_64 DEBUG: gpgme-1.15.1-6.el9.x86_64 DEBUG: ostree-libs-2022.3-2.el9.x86_64 DEBUG: which-2.21-28.el9.x86_64 DEBUG: fuse-2.9.9-15.el9.x86_64 DEBUG: checkpolicy-3.4-1.el9.x86_64 DEBUG: python3-policycoreutils-3.4-2.el9.noarch DEBUG: policycoreutils-python-utils-3.4-2.el9.noarch DEBUG: gcc-toolset-12-runtime-12.0-5.el9.x86_64 DEBUG: gcc-toolset-12-binutils-2.38-16.el9.x86_64 DEBUG: binutils-2.35.2-24.el9.x86_64 DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64 DEBUG: giflib-5.2.1-9.el9.x86_64 DEBUG: glibc-headers-2.34-40.el9.x86_64 DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64 DEBUG: glibc-devel-2.34-40.el9.x86_64 DEBUG: gcc-11.3.1-2.1.el9.x86_64 DEBUG: annobin-10.73-3.el9.x86_64 DEBUG: gcc-plugin-annobin-11.3.1-2.1.el9.x86_64 DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch DEBUG: go-srpm-macros-3.0.9-9.el9.noarch DEBUG: python-srpm-macros-3.9-52.el9.noarch DEBUG: redhat-rpm-config-196-1.el9.noarch DEBUG: python-rpm-macros-3.9-52.el9.noarch DEBUG: python3-rpm-macros-3.9-52.el9.noarch DEBUG: python3-rpm-generators-12-8.el9.noarch DEBUG: gsm-1.0.19-6.el9.x86_64 DEBUG: libsndfile-1.0.31-7.el9.x86_64 DEBUG: jbig2dec-libs-0.19-6.el9.x86_64 DEBUG: libasyncns-0.8-22.el9.x86_64 DEBUG: pulseaudio-libs-15.0-2.el9.x86_64 DEBUG: libcanberra-0.30-26.el9.x86_64 DEBUG: pulseaudio-utils-15.0-2.el9.x86_64 DEBUG: libdatrie-0.2.13-4.el9.x86_64 DEBUG: libthai-0.1.28-8.el9.x86_64 DEBUG: pango-1.48.7-2.el9.x86_64 DEBUG: librsvg2-2.50.7-1.el9.x86_64 DEBUG: libepoxy-1.5.5-4.el9.x86_64 DEBUG: libexif-0.6.22-6.el9.x86_64 DEBUG: libijs-0.35-15.el9.x86_64 DEBUG: libgs-9.54.0-7.el9.x86_64 DEBUG: libiptcdata-1.0.5-9.el9.x86_64 DEBUG: libldac-2.0.2.3-10.el9.x86_64 DEBUG: libsbc-1.4-9.el9.x86_64 DEBUG: wireplumber-libs-0.4.8-1.el9.x86_64 DEBUG: pipewire-libs-0.3.47-2.el9.x86_64 DEBUG: wireplumber-0.4.8-1.el9.x86_64 DEBUG: pipewire-0.3.47-2.el9.x86_64 DEBUG: flatpak-1.12.7-2.el9.x86_64 DEBUG: xdg-desktop-portal-1.12.4-1.el9.x86_64 DEBUG: libvisual-0.4.0-34.el9.x86_64 DEBUG: libwmf-lite-0.2.12-9.el9.x86_64 DEBUG: orc-0.4.31-6.el9.x86_64 DEBUG: gstreamer1-plugins-base-1.18.4-5.el9.x86_64 DEBUG: libtracker-sparql-3.1.2-2.el9.x86_64 DEBUG: tracker-3.1.2-2.el9.x86_64 DEBUG: tracker-miners-3.1.2-1.el9.x86_64 DEBUG: libcanberra-gtk3-0.30-26.el9.x86_64 DEBUG: gtk3-3.24.31-2.el9.x86_64 DEBUG: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64 DEBUG: gtk2-2.24.33-7.el9.x86_64 DEBUG: libcanberra-gtk2-0.30-26.el9.x86_64 DEBUG: graphviz-2.44.0-25.el9.x86_64 DEBUG: ImageMagick-libs-6.9.11.27-7.el9s.x86_64 DEBUG: ImageMagick-6.9.11.27-7.el9s.x86_64 DEBUG: python3-sphinx-3.4.3-7.el9.noarch DEBUG: pipewire-alsa-0.3.47-2.el9.x86_64 DEBUG: pipewire-jack-audio-connection-kit-0.3.47-2.el9.x86_64 DEBUG: pipewire-pulseaudio-0.3.47-2.el9.x86_64 DEBUG: python3-devel-3.9.13-3.el9.x86_64 DEBUG: rpm-build-4.16.1.3-17.el9.x86_64 DEBUG: python3-pbr-5.9.0-1.el9s.noarch DEBUG: python3-setuptools_scm-6.3.2-2.el9s.noarch DEBUG: python3-eventlet-0.33.1-4.el9s.noarch DEBUG: python3-sqlalchemy-1.4.39-2.el9s.x86_64 DEBUG: openstack-macros-2021.1.0-0.20220810115246.ce6a105.el9.noarch DEBUG: gcc-toolset-12-binutils-gold-2.38-16.el9.x86_64 DEBUG: binutils-gold-2.35.2-24.el9.x86_64 DEBUG: Child return code was: 0 Finish: dnf update DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/.initialized Finish: chroot init Start: build phase for python-openstacksdk-0.100.1-0.20220810130909.0ded7ac.el9.src.rpm Start: build setup for python-openstacksdk-0.100.1-0.20220810130909.0ded7ac.el9.src.rpm DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-Uvh', '--nodeps', '/builddir/build/originals/python-openstacksdk-0.100.1-0.20220810130909.0ded7ac.el9.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-openstacksdk-0.100.1-0.20220810######################################## DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qpl', '/builddir/build/originals/python-openstacksdk-0.100.1-0.20220810130909.0ded7ac.el9.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: openstacksdk-0.100.1.dev19-0.20220810130909.0ded7ac.tar.gz DEBUG: python-openstacksdk.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-openstacksdk.spec'], chrootPath='/var/lib/mock/dlrn-centos9-master-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=1032gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-openstacksdk.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: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Wrote: /builddir/build/SRPMS/python-openstacksdk-0.100.1-0.20220810130909.0ded7ac.el9.src.rpm DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root/', '--releasever', '9', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=local', '--disableplugin=spacewalk', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root//builddir/build/SRPMS/python-openstacksdk-0.100.1-0.20220810130909.0ded7ac.el9.src.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root/', '--releasever', '9', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=local', '--disableplugin=spacewalk', '/var/lib/mock/dlrn-centos9-master-x86_64-1/root//builddir/build/SRPMS/python-openstacksdk-0.100.1-0.20220810130909.0ded7ac.el9.src.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos9-master-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 DEBUG: Last metadata expiration check: 0:00:02 ago on Wed Aug 10 13:10:00 2022. DEBUG: Package git-core-2.31.1-2.el9.2.x86_64 is already installed. DEBUG: Package python3-devel-3.9.13-3.el9.x86_64 is already installed. DEBUG: No matching package to install: 'python3-keystoneauth1' DEBUG: Package python3-pbr-5.9.0-1.el9s.noarch is already installed. DEBUG: No matching package to install: 'python3-oslo-config' DEBUG: No matching package to install: 'python3-oslotest' DEBUG: Not all dependencies satisfied DEBUG: Error: Some packages could not be found. DEBUG: Child return code was: 1 Finish: build setup for python-openstacksdk-0.100.1-0.20220810130909.0ded7ac.el9.src.rpm Finish: build phase for python-openstacksdk-0.100.1-0.20220810130909.0ded7ac.el9.src.rpm ERROR: Exception(/home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e/python-openstacksdk-0.100.1-0.20220810130909.0ded7ac.el9.src.rpm) Config(dlrn-centos9-master-x86_64-1) 0 minutes 12 seconds INFO: Results and/or logs in: /home/centos9-master/data/repos/component/clients/0d/ed/0ded7ac398843b6b1ce46668eb3b45ce02628428_20e5601e INFO: Cleaning up build root ('cleanup_on_failure=True') Start: clean chroot DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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-centos9-master-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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', '-l', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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 INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos9-master-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: ['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 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-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', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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', '-l', '/var/lib/mock/dlrn-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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-centos9-master-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 builddep --installroot /var/lib/mock/dlrn-centos9-master-x86_64-1/root/ --releasever 9 --setopt=deltarpm=False --allowerasing --disableplugin=local --disableplugin=spacewalk --disableplugin=local --disableplugin=spacewalk /var/lib/mock/dlrn-centos9-master-x86_64-1/root//builddir/build/SRPMS/python-openstacksdk-0.100.1-0.20220810130909.0ded7ac.el9.src.rpm --setopt=tsflags=nocontexts No matches found for the following disable plugin patterns: local, spacewalk Last metadata expiration check: 0:00:02 ago on Wed Aug 10 13:10:00 2022. Package git-core-2.31.1-2.el9.2.x86_64 is already installed. Package python3-devel-3.9.13-3.el9.x86_64 is already installed. No matching package to install: 'python3-keystoneauth1' Package python3-pbr-5.9.0-1.el9s.noarch is already installed. No matching package to install: 'python3-oslo-config' No matching package to install: 'python3-oslotest' Not all dependencies satisfied Error: Some packages could not be found.