+ 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-5.cfg --resultdir /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697' + /usr/bin/mock -v -r /home/centos9-master/data/dlrn-5.cfg --resultdir /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 --clean INFO: mock.py version 3.5 starting (python version = 3.6.8, NVR = mock-3.5-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-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: [] DEBUG: version: 3.5 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 DEBUG: rootdir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: 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: quay.io/centos/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_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', '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-5/ccache/u1032/', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, '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-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, '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-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, '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-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}} 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', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: 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', 'versionlock'] DEBUG: user_agent: Mock (dlrn-centos9-master-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos9-master/data/dlrn-5.cfg DEBUG: root: dlrn-centos9-master-x86_64-5 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-baremetal] name=delorean-openstack-ironic-6261b7348350d5af1e671cc164d880779ca01f0c baseurl=https://trunk.rdoproject.org/centos9-master-head/component/baremetal/62/61/6261b7348350d5af1e671cc164d880779ca01f0c_e7b7a0df enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-95630360b2091409dc35eebd86d51d9aad2ab0fc baseurl=https://trunk.rdoproject.org/centos9-master-head/component/cinder/95/63/95630360b2091409dc35eebd86d51d9aad2ab0fc_d4265d24 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-manilaclient-64f58141bb6f460485bd8d70885384f0b25fba3d baseurl=https://trunk.rdoproject.org/centos9-master-head/component/clients/64/f5/64f58141bb6f460485bd8d70885384f0b25fba3d_9f3cd96a enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-ccf41cefef641281c35842099839d6dfa4db5832 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/cloudops/cc/f4/ccf41cefef641281c35842099839d6dfa4db5832_1304edce enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-heat-7709388059dd8950185245319542535e326aa9a0 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/common/77/09/7709388059dd8950185245319542535e326aa9a0_c0cf423b enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-b419f1dc56e3b6e2295f8340d21703855bceb2cb baseurl=https://trunk.rdoproject.org/centos9-master-head/component/compute/b4/19/b419f1dc56e3b6e2295f8340d21703855bceb2cb_3592932c enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-03a14a9b9c3fbbe106d1f2cc1e33fb594a5be963 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/glance/03/a1/03a14a9b9c3fbbe106d1f2cc1e33fb594a5be963_f30f0626 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-dae4d135da2c7c9cd223db5379e04ccce61f8037 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/manila/da/e4/dae4d135da2c7c9cd223db5379e04ccce61f8037_7bfc8b69 enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-7eacabc0c54510998a2f7a415002038c560ad759 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/network/7e/ac/7eacabc0c54510998a2f7a415002038c560ad759_4b5911e8 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-d7ddf4d78515b576e88f635ff7c361f5b291f54b baseurl=https://trunk.rdoproject.org/centos9-master-head/component/octavia/d7/dd/d7ddf4d78515b576e88f635ff7c361f5b291f54b_bef18b2a enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-61f89d7768a9422f5613bb95131388605b4c2aa6 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/podified/61/f8/61f89d7768a9422f5613bb95131388605b4c2aa6_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-systemd-006bdf0493d83a5365ae4ef7eccef90bec115d1e baseurl=https://trunk.rdoproject.org/centos9-master-head/component/puppet/00/6b/006bdf0493d83a5365ae4ef7eccef90bec115d1e_1d88243a enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-ansible-role-thales-hsm-ed676be778f5ad8b9c2ef28ce69e3d9123cb9a70 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/security/ed/67/ed676be778f5ad8b9c2ef28ce69e3d9123cb9a70_e5d758c4 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-d31a54a65c186550a99bb985f056c071690a3939 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/swift/d3/1a/d31a54a65c186550a99bb985f056c071690a3939_1fe0d6bf enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-479a48659d6c9d26611e8fbd1d539f0447b10e11 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/tempest/47/9a/479a48659d6c9d26611e8fbd1d539f0447b10e11_9e1a90c1 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-12dbdf93ac8b53b4c8f08228d218c3946b113683 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/ui/12/db/12dbdf93ac8b53b4c8f08228d218c3946b113683_e0ab12ca 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-reef/ 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 # epel is required for Ceph Reef [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=libarrow*,parquet*,python3-asyncssh,re2,python3-grpcio,grpc*,abseil* 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-5-bootstrap DEBUG: kill orphans + /usr/bin/mock -v -r /home/centos9-master/data/dlrn-5.cfg --resultdir /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 --init INFO: mock.py version 3.5 starting (python version = 3.6.8, NVR = mock-3.5-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-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: [] DEBUG: version: 3.5 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 DEBUG: rootdir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: 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: quay.io/centos/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_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', '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-5/ccache/u1032/', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, '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-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, '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-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, '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-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}} 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', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: 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', 'versionlock'] DEBUG: user_agent: Mock (dlrn-centos9-master-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos9-master/data/dlrn-5.cfg DEBUG: root: dlrn-centos9-master-x86_64-5 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-baremetal] name=delorean-openstack-ironic-6261b7348350d5af1e671cc164d880779ca01f0c baseurl=https://trunk.rdoproject.org/centos9-master-head/component/baremetal/62/61/6261b7348350d5af1e671cc164d880779ca01f0c_e7b7a0df enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-95630360b2091409dc35eebd86d51d9aad2ab0fc baseurl=https://trunk.rdoproject.org/centos9-master-head/component/cinder/95/63/95630360b2091409dc35eebd86d51d9aad2ab0fc_d4265d24 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-manilaclient-64f58141bb6f460485bd8d70885384f0b25fba3d baseurl=https://trunk.rdoproject.org/centos9-master-head/component/clients/64/f5/64f58141bb6f460485bd8d70885384f0b25fba3d_9f3cd96a enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-ccf41cefef641281c35842099839d6dfa4db5832 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/cloudops/cc/f4/ccf41cefef641281c35842099839d6dfa4db5832_1304edce enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-heat-7709388059dd8950185245319542535e326aa9a0 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/common/77/09/7709388059dd8950185245319542535e326aa9a0_c0cf423b enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-b419f1dc56e3b6e2295f8340d21703855bceb2cb baseurl=https://trunk.rdoproject.org/centos9-master-head/component/compute/b4/19/b419f1dc56e3b6e2295f8340d21703855bceb2cb_3592932c enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-03a14a9b9c3fbbe106d1f2cc1e33fb594a5be963 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/glance/03/a1/03a14a9b9c3fbbe106d1f2cc1e33fb594a5be963_f30f0626 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-dae4d135da2c7c9cd223db5379e04ccce61f8037 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/manila/da/e4/dae4d135da2c7c9cd223db5379e04ccce61f8037_7bfc8b69 enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-7eacabc0c54510998a2f7a415002038c560ad759 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/network/7e/ac/7eacabc0c54510998a2f7a415002038c560ad759_4b5911e8 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-d7ddf4d78515b576e88f635ff7c361f5b291f54b baseurl=https://trunk.rdoproject.org/centos9-master-head/component/octavia/d7/dd/d7ddf4d78515b576e88f635ff7c361f5b291f54b_bef18b2a enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-61f89d7768a9422f5613bb95131388605b4c2aa6 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/podified/61/f8/61f89d7768a9422f5613bb95131388605b4c2aa6_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-systemd-006bdf0493d83a5365ae4ef7eccef90bec115d1e baseurl=https://trunk.rdoproject.org/centos9-master-head/component/puppet/00/6b/006bdf0493d83a5365ae4ef7eccef90bec115d1e_1d88243a enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-ansible-role-thales-hsm-ed676be778f5ad8b9c2ef28ce69e3d9123cb9a70 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/security/ed/67/ed676be778f5ad8b9c2ef28ce69e3d9123cb9a70_e5d758c4 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-d31a54a65c186550a99bb985f056c071690a3939 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/swift/d3/1a/d31a54a65c186550a99bb985f056c071690a3939_1fe0d6bf enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-479a48659d6c9d26611e8fbd1d539f0447b10e11 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/tempest/47/9a/479a48659d6c9d26611e8fbd1d539f0447b10e11_9e1a90c1 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-12dbdf93ac8b53b4c8f08228d218c3946b113683 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/ui/12/db/12dbdf93ac8b53b4c8f08228d218c3946b113683_e0ab12ca 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-reef/ 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 # epel is required for Ceph Reef [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=libarrow*,parquet*,python3-asyncssh,re2,python3-grpcio,grpc*,abseil* 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-5/root DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-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: 16139340 5142440 2208240 1111728 8788660 9545176 DEBUG: Swap: 16777212 3557400 13219812 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 266M 4.1G 7% /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root DEBUG: /dev/vda1 550G 542G 8.1G 99% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/results Mock Version: 3.5 INFO: Mock Version: 3.5 INFO: Mock Version: 3.5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/mapper DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 4.18.0-485.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.73djrgba', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc DEBUG: method _fixup_build_user skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-5/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos9-master-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./proc DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./sys DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./dev DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./tmp/ccache DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./var/cache/yum DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./var/cache/dnf DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./var/log DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: 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: 16139340 5144432 804168 2435976 10190740 8218952 DEBUG: Swap: 16777212 3557400 13219812 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 1.4G 3.0G 32% /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: /dev/vda1 550G 542G 8.1G 99% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 Mock Version: 3.5 INFO: Mock Version: 3.5 INFO: Mock Version: 3.5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/mapper DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/mapper DEBUG: kernel version == 4.18.0-485.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.ns3k9ucl', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: resultdir = /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/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-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + /usr/bin/mock -q -r /home/centos9-master/data/dlrn-5.cfg --chroot 'git config --global --add safe.directory /var/tmp/pkgsrc' ++ /usr/bin/mock -r /home/centos9-master/data/dlrn-5.cfg -p + MOCKDIR=/var/lib/mock/dlrn-centos9-master-x86_64-5/root/ + '[' -z '' ']' + detect_version_and_release + '[' -r setup.py -a '!' -r metadata.json ']' + copy_src_to_mock_buildroot + git checkout -f 42dbb4e503039d21e21bcc35b342e17edfbedc5b Note: switching to '42dbb4e503039d21e21bcc35b342e17edfbedc5b'. 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 42dbb4e5 Merge "[baremetal] Ensure baremetal shard parameter gets passed" + '[' -d /var/lib/mock/dlrn-centos9-master-x86_64-5/root//var/tmp/pkgsrc ']' + mkdir /var/lib/mock/dlrn-centos9-master-x86_64-5/root//var/tmp/pkgsrc + cp -pr . /var/lib/mock/dlrn-centos9-master-x86_64-5/root//var/tmp/pkgsrc + pushd /var/lib/mock/dlrn-centos9-master-x86_64-5/root//var/tmp/pkgsrc /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5.cfg --chroot 'cd /var/tmp/pkgsrc && rm -rf *.egg-info && (([ -x /usr/bin/python3 ] && python3 setup.py --version 2> /dev/null) || python setup.py --version 2> /dev/null)' ++ tail -n 1 ++ /usr/bin/mock -q -r /home/centos9-master/data/dlrn-5.cfg --chroot 'cd /var/tmp/pkgsrc && git log --abbrev=7 -n1 --format=format:%h' + setversionandrelease 1.6.0.dev45 42dbb4e + UPSTREAMVERSION=1.6.0.dev45 + [[ 1.6.0.dev45 =~ ([^-]*)-(.+) ]] + [[ 1.6.0.dev45 =~ (.*?)\.(0rc.+) ]] + [[ 1.6.0.dev45 =~ (.*?)\.(0b.+) ]] + [[ 1.6.0.dev45 =~ (.*?)\.(0a.+) ]] + [[ 1.6.0.dev45 =~ (.*?)\.(dev.+) ]] + VERSION=1.6.0 + '[' 0.date.hash = 0.1.date.hash ']' + '[' 0.date.hash = minor.date.hash ']' + RELEASE=0.20231009123112.42dbb4e + '[' -r setup.py -a '!' -r metadata.json ']' + SOURCETYPE=tarball + /usr/bin/mock -v -r /home/centos9-master/data/dlrn-5.cfg --resultdir /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 --chroot 'cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)' INFO: mock.py version 3.5 starting (python version = 3.6.8, NVR = mock-3.5-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-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: [] DEBUG: version: 3.5 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 DEBUG: rootdir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: 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: quay.io/centos/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_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', '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-5/ccache/u1032/', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, '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-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, '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-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, '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-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}} 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', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: 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', 'versionlock'] DEBUG: user_agent: Mock (dlrn-centos9-master-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos9-master/data/dlrn-5.cfg DEBUG: root: dlrn-centos9-master-x86_64-5 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-baremetal] name=delorean-openstack-ironic-6261b7348350d5af1e671cc164d880779ca01f0c baseurl=https://trunk.rdoproject.org/centos9-master-head/component/baremetal/62/61/6261b7348350d5af1e671cc164d880779ca01f0c_e7b7a0df enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-95630360b2091409dc35eebd86d51d9aad2ab0fc baseurl=https://trunk.rdoproject.org/centos9-master-head/component/cinder/95/63/95630360b2091409dc35eebd86d51d9aad2ab0fc_d4265d24 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-manilaclient-64f58141bb6f460485bd8d70885384f0b25fba3d baseurl=https://trunk.rdoproject.org/centos9-master-head/component/clients/64/f5/64f58141bb6f460485bd8d70885384f0b25fba3d_9f3cd96a enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-ccf41cefef641281c35842099839d6dfa4db5832 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/cloudops/cc/f4/ccf41cefef641281c35842099839d6dfa4db5832_1304edce enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-heat-7709388059dd8950185245319542535e326aa9a0 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/common/77/09/7709388059dd8950185245319542535e326aa9a0_c0cf423b enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-b419f1dc56e3b6e2295f8340d21703855bceb2cb baseurl=https://trunk.rdoproject.org/centos9-master-head/component/compute/b4/19/b419f1dc56e3b6e2295f8340d21703855bceb2cb_3592932c enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-03a14a9b9c3fbbe106d1f2cc1e33fb594a5be963 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/glance/03/a1/03a14a9b9c3fbbe106d1f2cc1e33fb594a5be963_f30f0626 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-dae4d135da2c7c9cd223db5379e04ccce61f8037 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/manila/da/e4/dae4d135da2c7c9cd223db5379e04ccce61f8037_7bfc8b69 enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-7eacabc0c54510998a2f7a415002038c560ad759 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/network/7e/ac/7eacabc0c54510998a2f7a415002038c560ad759_4b5911e8 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-d7ddf4d78515b576e88f635ff7c361f5b291f54b baseurl=https://trunk.rdoproject.org/centos9-master-head/component/octavia/d7/dd/d7ddf4d78515b576e88f635ff7c361f5b291f54b_bef18b2a enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-61f89d7768a9422f5613bb95131388605b4c2aa6 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/podified/61/f8/61f89d7768a9422f5613bb95131388605b4c2aa6_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-systemd-006bdf0493d83a5365ae4ef7eccef90bec115d1e baseurl=https://trunk.rdoproject.org/centos9-master-head/component/puppet/00/6b/006bdf0493d83a5365ae4ef7eccef90bec115d1e_1d88243a enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-ansible-role-thales-hsm-ed676be778f5ad8b9c2ef28ce69e3d9123cb9a70 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/security/ed/67/ed676be778f5ad8b9c2ef28ce69e3d9123cb9a70_e5d758c4 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-d31a54a65c186550a99bb985f056c071690a3939 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/swift/d3/1a/d31a54a65c186550a99bb985f056c071690a3939_1fe0d6bf enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-479a48659d6c9d26611e8fbd1d539f0447b10e11 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/tempest/47/9a/479a48659d6c9d26611e8fbd1d539f0447b10e11_9e1a90c1 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-12dbdf93ac8b53b4c8f08228d218c3946b113683 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/ui/12/db/12dbdf93ac8b53b4c8f08228d218c3946b113683_e0ab12ca 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-reef/ 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 # epel is required for Ceph Reef [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=libarrow*,parquet*,python3-asyncssh,re2,python3-grpcio,grpc*,abseil* 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-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-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: 16139340 5141880 783644 2484096 10213816 8173384 DEBUG: Swap: 16777212 3557400 13219812 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 266M 4.1G 7% /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root DEBUG: /dev/vda1 550G 542G 8.1G 99% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/results Mock Version: 3.5 INFO: Mock Version: 3.5 INFO: Mock Version: 3.5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/mapper DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 4.18.0-485.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.014la0az', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc DEBUG: method _fixup_build_user skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-5/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-5/root. DEBUG: ensuring that dir exists: /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: 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: 16139340 5146040 876388 2484096 10116912 8169224 DEBUG: Swap: 16777212 3557400 13219812 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 1.5G 2.9G 33% /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: /dev/vda1 550G 542G 8.1G 99% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 Mock Version: 3.5 INFO: Mock Version: 3.5 INFO: Mock Version: 3.5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/mapper DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/mapper DEBUG: kernel version == 4.18.0-485.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.tad_l139', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: resultdir = /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/root/.initialized Finish: chroot init INFO: Running in chroot: ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] Start: chroot ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] DEBUG: child environment: None DEBUG: Executing command: ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell True running sdist [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.1s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.3s) 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-1.6.0.dev45 creating openstacksdk-1.6.0.dev45/devstack creating openstacksdk-1.6.0.dev45/doc creating openstacksdk-1.6.0.dev45/doc/source creating openstacksdk-1.6.0.dev45/doc/source/contributor creating openstacksdk-1.6.0.dev45/doc/source/contributor/create creating openstacksdk-1.6.0.dev45/doc/source/contributor/create/examples creating openstacksdk-1.6.0.dev45/doc/source/contributor/create/examples/resource creating openstacksdk-1.6.0.dev45/doc/source/install creating openstacksdk-1.6.0.dev45/doc/source/user creating openstacksdk-1.6.0.dev45/doc/source/user/config creating openstacksdk-1.6.0.dev45/doc/source/user/guides creating openstacksdk-1.6.0.dev45/doc/source/user/guides/clustering creating openstacksdk-1.6.0.dev45/doc/source/user/proxies creating openstacksdk-1.6.0.dev45/doc/source/user/resources creating openstacksdk-1.6.0.dev45/doc/source/user/resources/accelerator creating openstacksdk-1.6.0.dev45/doc/source/user/resources/accelerator/v2 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal creating openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal/v1 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal_introspection creating openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal_introspection/v1 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage creating openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v2 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/clustering creating openstacksdk-1.6.0.dev45/doc/source/user/resources/clustering/v1 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/compute creating openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/container_infrastructure_management creating openstacksdk-1.6.0.dev45/doc/source/user/resources/database creating openstacksdk-1.6.0.dev45/doc/source/user/resources/database/v1 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/dns creating openstacksdk-1.6.0.dev45/doc/source/user/resources/dns/v2 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/identity creating openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v2 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/image creating openstacksdk-1.6.0.dev45/doc/source/user/resources/image/v1 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/image/v2 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/key_manager creating openstacksdk-1.6.0.dev45/doc/source/user/resources/key_manager/v1 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer creating openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer/v2 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/network creating openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2/vpn creating openstacksdk-1.6.0.dev45/doc/source/user/resources/object_store creating openstacksdk-1.6.0.dev45/doc/source/user/resources/object_store/v1 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/orchestration creating openstacksdk-1.6.0.dev45/doc/source/user/resources/orchestration/v1 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/placement creating openstacksdk-1.6.0.dev45/doc/source/user/resources/placement/v1 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system creating openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system/v2 creating openstacksdk-1.6.0.dev45/doc/source/user/resources/workflow creating openstacksdk-1.6.0.dev45/doc/source/user/resources/workflow/v2 creating openstacksdk-1.6.0.dev45/doc/source/user/testing creating openstacksdk-1.6.0.dev45/examples creating openstacksdk-1.6.0.dev45/examples/baremetal creating openstacksdk-1.6.0.dev45/examples/cloud creating openstacksdk-1.6.0.dev45/examples/clustering creating openstacksdk-1.6.0.dev45/examples/compute creating openstacksdk-1.6.0.dev45/examples/dns creating openstacksdk-1.6.0.dev45/examples/identity creating openstacksdk-1.6.0.dev45/examples/image creating openstacksdk-1.6.0.dev45/examples/key_manager creating openstacksdk-1.6.0.dev45/examples/network creating openstacksdk-1.6.0.dev45/examples/shared_file_system creating openstacksdk-1.6.0.dev45/extras creating openstacksdk-1.6.0.dev45/openstack creating openstacksdk-1.6.0.dev45/openstack/accelerator creating openstacksdk-1.6.0.dev45/openstack/accelerator/v2 creating openstacksdk-1.6.0.dev45/openstack/baremetal creating openstacksdk-1.6.0.dev45/openstack/baremetal/v1 creating openstacksdk-1.6.0.dev45/openstack/baremetal_introspection creating openstacksdk-1.6.0.dev45/openstack/baremetal_introspection/v1 creating openstacksdk-1.6.0.dev45/openstack/block_storage creating openstacksdk-1.6.0.dev45/openstack/block_storage/v2 creating openstacksdk-1.6.0.dev45/openstack/block_storage/v3 creating openstacksdk-1.6.0.dev45/openstack/cloud creating openstacksdk-1.6.0.dev45/openstack/cloud/cmd creating openstacksdk-1.6.0.dev45/openstack/cloud/tests creating openstacksdk-1.6.0.dev45/openstack/clustering creating openstacksdk-1.6.0.dev45/openstack/clustering/v1 creating openstacksdk-1.6.0.dev45/openstack/common creating openstacksdk-1.6.0.dev45/openstack/compute creating openstacksdk-1.6.0.dev45/openstack/compute/v2 creating openstacksdk-1.6.0.dev45/openstack/config creating openstacksdk-1.6.0.dev45/openstack/config/vendors creating openstacksdk-1.6.0.dev45/openstack/container_infrastructure_management creating openstacksdk-1.6.0.dev45/openstack/container_infrastructure_management/v1 creating openstacksdk-1.6.0.dev45/openstack/database creating openstacksdk-1.6.0.dev45/openstack/database/v1 creating openstacksdk-1.6.0.dev45/openstack/dns creating openstacksdk-1.6.0.dev45/openstack/dns/v2 creating openstacksdk-1.6.0.dev45/openstack/fixture creating openstacksdk-1.6.0.dev45/openstack/identity creating openstacksdk-1.6.0.dev45/openstack/identity/v2 creating openstacksdk-1.6.0.dev45/openstack/identity/v3 creating openstacksdk-1.6.0.dev45/openstack/image creating openstacksdk-1.6.0.dev45/openstack/image/v1 creating openstacksdk-1.6.0.dev45/openstack/image/v2 creating openstacksdk-1.6.0.dev45/openstack/instance_ha creating openstacksdk-1.6.0.dev45/openstack/instance_ha/v1 creating openstacksdk-1.6.0.dev45/openstack/key_manager creating openstacksdk-1.6.0.dev45/openstack/key_manager/v1 creating openstacksdk-1.6.0.dev45/openstack/load_balancer creating openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 creating openstacksdk-1.6.0.dev45/openstack/message creating openstacksdk-1.6.0.dev45/openstack/message/v2 creating openstacksdk-1.6.0.dev45/openstack/network creating openstacksdk-1.6.0.dev45/openstack/network/v2 creating openstacksdk-1.6.0.dev45/openstack/object_store creating openstacksdk-1.6.0.dev45/openstack/object_store/v1 creating openstacksdk-1.6.0.dev45/openstack/orchestration creating openstacksdk-1.6.0.dev45/openstack/orchestration/util creating openstacksdk-1.6.0.dev45/openstack/orchestration/v1 creating openstacksdk-1.6.0.dev45/openstack/placement creating openstacksdk-1.6.0.dev45/openstack/placement/v1 creating openstacksdk-1.6.0.dev45/openstack/shared_file_system creating openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 creating openstacksdk-1.6.0.dev45/openstack/test creating openstacksdk-1.6.0.dev45/openstack/tests creating openstacksdk-1.6.0.dev45/openstack/tests/ansible creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/hooks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/auth creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/auth/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/client_config creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/client_config/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/group creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/group/defaults creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/group/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/image creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/image/defaults creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/image/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/keypair creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/keypair/defaults creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/keypair/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/keystone_domain creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/keystone_domain/defaults creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/keystone_domain/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/keystone_role creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/keystone_role/defaults creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/keystone_role/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/network creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/network/defaults creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/network/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/nova_flavor creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/nova_flavor/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/object creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/object/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/port creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/port/defaults creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/port/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/router creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/router/defaults creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/router/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/security_group creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/security_group/defaults creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/security_group/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/server creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/server/defaults creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/server/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/subnet creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/subnet/defaults creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/subnet/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/user creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/user/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/user_group creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/user_group/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/volume creating openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/volume/tasks creating openstacksdk-1.6.0.dev45/openstack/tests/functional creating openstacksdk-1.6.0.dev45/openstack/tests/functional/baremetal creating openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage creating openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 creating openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud creating openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud/hooks creating openstacksdk-1.6.0.dev45/openstack/tests/functional/clustering creating openstacksdk-1.6.0.dev45/openstack/tests/functional/compute creating openstacksdk-1.6.0.dev45/openstack/tests/functional/compute/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/functional/dns creating openstacksdk-1.6.0.dev45/openstack/tests/functional/dns/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/functional/examples creating openstacksdk-1.6.0.dev45/openstack/tests/functional/identity creating openstacksdk-1.6.0.dev45/openstack/tests/functional/identity/v3 creating openstacksdk-1.6.0.dev45/openstack/tests/functional/image creating openstacksdk-1.6.0.dev45/openstack/tests/functional/image/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/functional/instance_ha creating openstacksdk-1.6.0.dev45/openstack/tests/functional/load_balancer creating openstacksdk-1.6.0.dev45/openstack/tests/functional/load_balancer/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/functional/network creating openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/functional/object_store creating openstacksdk-1.6.0.dev45/openstack/tests/functional/object_store/v1 creating openstacksdk-1.6.0.dev45/openstack/tests/functional/orchestration creating openstacksdk-1.6.0.dev45/openstack/tests/functional/orchestration/v1 creating openstacksdk-1.6.0.dev45/openstack/tests/functional/placement creating openstacksdk-1.6.0.dev45/openstack/tests/functional/placement/v1 creating openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system creating openstacksdk-1.6.0.dev45/openstack/tests/unit creating openstacksdk-1.6.0.dev45/openstack/tests/unit/accelerator creating openstacksdk-1.6.0.dev45/openstack/tests/unit/accelerator/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal creating openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal/v1 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal_introspection creating openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal_introspection/v1 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage creating openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud creating openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering creating openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/common creating openstacksdk-1.6.0.dev45/openstack/tests/unit/compute creating openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/config creating openstacksdk-1.6.0.dev45/openstack/tests/unit/container_infrastructure_management creating openstacksdk-1.6.0.dev45/openstack/tests/unit/container_infrastructure_management/v1 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/database creating openstacksdk-1.6.0.dev45/openstack/tests/unit/database/v1 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/dns creating openstacksdk-1.6.0.dev45/openstack/tests/unit/dns/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/fake creating openstacksdk-1.6.0.dev45/openstack/tests/unit/fake/v1 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/fake/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures creating openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures/clouds creating openstacksdk-1.6.0.dev45/openstack/tests/unit/identity creating openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/image creating openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v1 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/instance_ha creating openstacksdk-1.6.0.dev45/openstack/tests/unit/instance_ha/v1 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/key_manager creating openstacksdk-1.6.0.dev45/openstack/tests/unit/key_manager/v1 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer creating openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/message creating openstacksdk-1.6.0.dev45/openstack/tests/unit/message/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/network creating openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/object_store creating openstacksdk-1.6.0.dev45/openstack/tests/unit/object_store/v1 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration creating openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration/v1 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/placement creating openstacksdk-1.6.0.dev45/openstack/tests/unit/placement/v1 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system creating openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 creating openstacksdk-1.6.0.dev45/openstack/tests/unit/workflow creating openstacksdk-1.6.0.dev45/openstack/tests/unit/workflow/v2 creating openstacksdk-1.6.0.dev45/openstack/workflow creating openstacksdk-1.6.0.dev45/openstack/workflow/v2 creating openstacksdk-1.6.0.dev45/openstacksdk.egg-info creating openstacksdk-1.6.0.dev45/playbooks creating openstacksdk-1.6.0.dev45/playbooks/acceptance creating openstacksdk-1.6.0.dev45/playbooks/devstack creating openstacksdk-1.6.0.dev45/releasenotes creating openstacksdk-1.6.0.dev45/releasenotes/notes creating openstacksdk-1.6.0.dev45/releasenotes/source creating openstacksdk-1.6.0.dev45/releasenotes/source/_static creating openstacksdk-1.6.0.dev45/releasenotes/source/_templates creating openstacksdk-1.6.0.dev45/roles creating openstacksdk-1.6.0.dev45/roles/deploy-clouds-config creating openstacksdk-1.6.0.dev45/roles/deploy-clouds-config/defaults creating openstacksdk-1.6.0.dev45/roles/deploy-clouds-config/tasks creating openstacksdk-1.6.0.dev45/roles/deploy-clouds-config/templates creating openstacksdk-1.6.0.dev45/tools creating openstacksdk-1.6.0.dev45/zuul.d copying files to openstacksdk-1.6.0.dev45... copying .coveragerc -> openstacksdk-1.6.0.dev45 copying .git-blame-ignore-revs -> openstacksdk-1.6.0.dev45 copying .mailmap -> openstacksdk-1.6.0.dev45 copying .pre-commit-config.yaml -> openstacksdk-1.6.0.dev45 copying .stestr.conf -> openstacksdk-1.6.0.dev45 copying AUTHORS -> openstacksdk-1.6.0.dev45 copying CONTRIBUTING.rst -> openstacksdk-1.6.0.dev45 copying ChangeLog -> openstacksdk-1.6.0.dev45 copying HACKING.rst -> openstacksdk-1.6.0.dev45 copying LICENSE -> openstacksdk-1.6.0.dev45 copying MANIFEST.in -> openstacksdk-1.6.0.dev45 copying README.rst -> openstacksdk-1.6.0.dev45 copying SHADE-MERGE-TODO.rst -> openstacksdk-1.6.0.dev45 copying babel.cfg -> openstacksdk-1.6.0.dev45 copying bindep.txt -> openstacksdk-1.6.0.dev45 copying docs-requirements.txt -> openstacksdk-1.6.0.dev45 copying include-acceptance-regular-user.txt -> openstacksdk-1.6.0.dev45 copying post_test_hook.sh -> openstacksdk-1.6.0.dev45 copying requirements.txt -> openstacksdk-1.6.0.dev45 copying setup.cfg -> openstacksdk-1.6.0.dev45 copying setup.py -> openstacksdk-1.6.0.dev45 copying test-requirements.txt -> openstacksdk-1.6.0.dev45 copying tox.ini -> openstacksdk-1.6.0.dev45 copying devstack/plugin.sh -> openstacksdk-1.6.0.dev45/devstack copying doc/requirements.txt -> openstacksdk-1.6.0.dev45/doc copying doc/source/conf.py -> openstacksdk-1.6.0.dev45/doc/source copying doc/source/glossary.rst -> openstacksdk-1.6.0.dev45/doc/source copying doc/source/index.rst -> openstacksdk-1.6.0.dev45/doc/source copying doc/source/releasenotes.rst -> openstacksdk-1.6.0.dev45/doc/source copying doc/source/contributor/clouds.yaml -> openstacksdk-1.6.0.dev45/doc/source/contributor copying doc/source/contributor/coding.rst -> openstacksdk-1.6.0.dev45/doc/source/contributor copying doc/source/contributor/contributing.rst -> openstacksdk-1.6.0.dev45/doc/source/contributor copying doc/source/contributor/history.rst -> openstacksdk-1.6.0.dev45/doc/source/contributor copying doc/source/contributor/index.rst -> openstacksdk-1.6.0.dev45/doc/source/contributor copying doc/source/contributor/layout.rst -> openstacksdk-1.6.0.dev45/doc/source/contributor copying doc/source/contributor/layout.txt -> openstacksdk-1.6.0.dev45/doc/source/contributor copying doc/source/contributor/setup.rst -> openstacksdk-1.6.0.dev45/doc/source/contributor copying doc/source/contributor/testing.rst -> openstacksdk-1.6.0.dev45/doc/source/contributor copying doc/source/contributor/create/resource.rst -> openstacksdk-1.6.0.dev45/doc/source/contributor/create copying doc/source/contributor/create/examples/resource/fake.py -> openstacksdk-1.6.0.dev45/doc/source/contributor/create/examples/resource copying doc/source/contributor/create/examples/resource/fake_service.py -> openstacksdk-1.6.0.dev45/doc/source/contributor/create/examples/resource copying doc/source/install/index.rst -> openstacksdk-1.6.0.dev45/doc/source/install copying doc/source/user/connection.rst -> openstacksdk-1.6.0.dev45/doc/source/user copying doc/source/user/exceptions.rst -> openstacksdk-1.6.0.dev45/doc/source/user copying doc/source/user/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user copying doc/source/user/microversions.rst -> openstacksdk-1.6.0.dev45/doc/source/user copying doc/source/user/model.rst -> openstacksdk-1.6.0.dev45/doc/source/user copying doc/source/user/multi-cloud-demo.rst -> openstacksdk-1.6.0.dev45/doc/source/user copying doc/source/user/resource.rst -> openstacksdk-1.6.0.dev45/doc/source/user copying doc/source/user/service_description.rst -> openstacksdk-1.6.0.dev45/doc/source/user copying doc/source/user/transition_from_profile.rst -> openstacksdk-1.6.0.dev45/doc/source/user copying doc/source/user/utils.rst -> openstacksdk-1.6.0.dev45/doc/source/user copying doc/source/user/warnings.rst -> openstacksdk-1.6.0.dev45/doc/source/user copying doc/source/user/config/configuration.rst -> openstacksdk-1.6.0.dev45/doc/source/user/config copying doc/source/user/config/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/config copying doc/source/user/config/network-config.rst -> openstacksdk-1.6.0.dev45/doc/source/user/config copying doc/source/user/config/reference.rst -> openstacksdk-1.6.0.dev45/doc/source/user/config copying doc/source/user/config/using.rst -> openstacksdk-1.6.0.dev45/doc/source/user/config copying doc/source/user/config/vendor-support.rst -> openstacksdk-1.6.0.dev45/doc/source/user/config copying doc/source/user/guides/baremetal.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/block_storage.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/clustering.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/compute.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/connect.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/connect_from_config.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/database.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/dns.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides 'doc/source/user/examples' not a regular file -- skipping copying doc/source/user/guides/identity.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/image.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/intro.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/key_manager.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/logging.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/message.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/network.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/object_store.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/orchestration.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/shared_file_system.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/stats.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides copying doc/source/user/guides/clustering/action.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/cluster.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/event.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/node.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/policy.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/policy_type.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/profile.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/profile_type.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides/clustering copying doc/source/user/guides/clustering/receiver.rst -> openstacksdk-1.6.0.dev45/doc/source/user/guides/clustering copying doc/source/user/proxies/accelerator.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/baremetal.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/baremetal_introspection.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/block_storage_v2.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/block_storage_v3.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/clustering.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/compute.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/container_infrastructure_management.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/database.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/dns.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/identity_v2.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/identity_v3.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/image_v1.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/image_v2.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/key_manager.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/load_balancer_v2.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/message_v2.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/network.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/object_store.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/orchestration.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/placement.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/shared_file_system.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/proxies/workflow.rst -> openstacksdk-1.6.0.dev45/doc/source/user/proxies copying doc/source/user/resources/accelerator/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/accelerator copying doc/source/user/resources/accelerator/v2/accelerator_request.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/accelerator/v2 copying doc/source/user/resources/accelerator/v2/deployable.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/accelerator/v2 copying doc/source/user/resources/accelerator/v2/device.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/accelerator/v2 copying doc/source/user/resources/accelerator/v2/device_profile.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/accelerator/v2 copying doc/source/user/resources/baremetal/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal copying doc/source/user/resources/baremetal/v1/allocation.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/chassis.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/conductor.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/deploy_templates.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/driver.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/node.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/port.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/port_group.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/volume_connector.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal/v1/volume_target.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal/v1 copying doc/source/user/resources/baremetal_introspection/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal_introspection copying doc/source/user/resources/baremetal_introspection/v1/introspection.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal_introspection/v1 copying doc/source/user/resources/baremetal_introspection/v1/introspection_rule.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/baremetal_introspection/v1 copying doc/source/user/resources/block_storage/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage copying doc/source/user/resources/block_storage/v2/backup.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v2 copying doc/source/user/resources/block_storage/v2/quota_set.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v2 copying doc/source/user/resources/block_storage/v2/snapshot.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v2 copying doc/source/user/resources/block_storage/v2/stats.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v2 copying doc/source/user/resources/block_storage/v2/type.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v2 copying doc/source/user/resources/block_storage/v2/volume.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v2 copying doc/source/user/resources/block_storage/v3/attachment.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/availability_zone.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/backup.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/block_storage_summary.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/capabilities.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/extension.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/group.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/group_snapshot.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/group_type.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/limits.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/quota_set.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/resource_filter.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/service.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/snapshot.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/stats.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/type.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/block_storage/v3/volume.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/block_storage/v3 copying doc/source/user/resources/clustering/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/clustering copying doc/source/user/resources/clustering/v1/action.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/build_info.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/cluster.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/cluster_policy.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/event.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/node.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/policy.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/policy_type.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/profile.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/profile_type.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/clustering/v1/receiver.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/clustering/v1 copying doc/source/user/resources/compute/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute copying doc/source/user/resources/compute/version.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute copying doc/source/user/resources/compute/v2/aggregate.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/availability_zone.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/extension.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/flavor.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/hypervisor.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/image.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/keypair.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/limits.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/migration.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/quota_set.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/server.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/server_action.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/server_diagnostics.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/server_group.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/server_interface.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/server_ip.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/server_migration.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/server_remote_console.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/service.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/usage.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/compute/v2/volume_attachment.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/compute/v2 copying doc/source/user/resources/container_infrastructure_management/cluster.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/container_infrastructure_management copying doc/source/user/resources/container_infrastructure_management/cluster_certificate.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/container_infrastructure_management copying doc/source/user/resources/container_infrastructure_management/cluster_template.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/container_infrastructure_management copying doc/source/user/resources/container_infrastructure_management/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/container_infrastructure_management copying doc/source/user/resources/container_infrastructure_management/service.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/container_infrastructure_management copying doc/source/user/resources/database/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/database copying doc/source/user/resources/database/v1/database.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/database/v1 copying doc/source/user/resources/database/v1/flavor.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/database/v1 copying doc/source/user/resources/database/v1/instance.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/database/v1 copying doc/source/user/resources/database/v1/user.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/database/v1 copying doc/source/user/resources/dns/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/dns copying doc/source/user/resources/dns/v2/floating_ip.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/dns/v2 copying doc/source/user/resources/dns/v2/recordset.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/dns/v2 copying doc/source/user/resources/dns/v2/zone.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/dns/v2 copying doc/source/user/resources/dns/v2/zone_export.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/dns/v2 copying doc/source/user/resources/dns/v2/zone_import.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/dns/v2 copying doc/source/user/resources/dns/v2/zone_share.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/dns/v2 copying doc/source/user/resources/dns/v2/zone_transfer.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/dns/v2 copying doc/source/user/resources/identity/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity copying doc/source/user/resources/identity/version.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity copying doc/source/user/resources/identity/v2/extension.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v2 copying doc/source/user/resources/identity/v2/role.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v2 copying doc/source/user/resources/identity/v2/tenant.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v2 copying doc/source/user/resources/identity/v2/user.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v2 copying doc/source/user/resources/identity/v3/application_credential.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/credential.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/domain.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/domain_config.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/endpoint.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/federation_protocol.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/group.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/identity_provider.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/limit.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/mapping.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/policy.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/project.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/region.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/registered_limit.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/role.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/role_assignment.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/role_domain_group_assignment.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/role_domain_user_assignment.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/role_project_group_assignment.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/role_project_user_assignment.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/role_system_group_assignment.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/role_system_user_assignment.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/service.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/system.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/trust.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/identity/v3/user.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/identity/v3 copying doc/source/user/resources/image/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/image copying doc/source/user/resources/image/v1/image.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/image/v1 copying doc/source/user/resources/image/v2/image.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/image/v2 copying doc/source/user/resources/image/v2/member.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/image/v2 copying doc/source/user/resources/image/v2/metadef_namespace.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/image/v2 copying doc/source/user/resources/image/v2/metadef_object.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/image/v2 copying doc/source/user/resources/image/v2/metadef_property.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/image/v2 copying doc/source/user/resources/image/v2/metadef_resource_type.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/image/v2 copying doc/source/user/resources/image/v2/metadef_schema.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/image/v2 copying doc/source/user/resources/image/v2/service_info.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/image/v2 copying doc/source/user/resources/image/v2/task.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/image/v2 copying doc/source/user/resources/key_manager/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/key_manager copying doc/source/user/resources/key_manager/v1/container.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/key_manager/v1 copying doc/source/user/resources/key_manager/v1/order.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/key_manager/v1 copying doc/source/user/resources/key_manager/v1/secret.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/key_manager/v1 copying doc/source/user/resources/load_balancer/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer copying doc/source/user/resources/load_balancer/v2/amphora.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/availability_zone.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/availability_zone_profile.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/flavor.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/flavor_profile.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/health_monitor.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/l7_policy.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/l7_rule.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/listener.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/load_balancer.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/member.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/pool.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/provider.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/load_balancer/v2/quota.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/load_balancer/v2 copying doc/source/user/resources/network/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network copying doc/source/user/resources/network/v2/address_group.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/address_scope.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/agent.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/auto_allocated_topology.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/availability_zone.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/bgp_peer.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/bgp_speaker.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/bgpvpn.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/bgpvpn_network_association.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/bgpvpn_port_association.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/bgpvpn_router_association.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/extension.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/flavor.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/floating_ip.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/health_monitor.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/listener.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/load_balancer.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/local_ip.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/local_ip_association.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/metering_label.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/metering_label_rule.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/ndp_proxy.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/network.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/network_ip_availability.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/network_segment_range.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/pool.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/pool_member.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/port.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/qos_bandwidth_limit_rule.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/qos_dscp_marking_rule.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/qos_minimum_bandwidth_rule.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/qos_minimum_packet_rate_rule.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/qos_policy.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/qos_rule_type.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/quota.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/rbac_policy.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/router.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/security_group.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/security_group_rule.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/segment.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/service_profile.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/service_provider.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/sfc_flow_classifier.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/sfc_port_chain.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/sfc_port_pair.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/sfc_port_pair_group.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/sfc_service_graph.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/subnet.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/subnet_pool.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/tap_flow.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/tap_service.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2 copying doc/source/user/resources/network/v2/vpn/endpoint_group.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2/vpn copying doc/source/user/resources/network/v2/vpn/ike_policy.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2/vpn copying doc/source/user/resources/network/v2/vpn/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2/vpn copying doc/source/user/resources/network/v2/vpn/ipsec_policy.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2/vpn copying doc/source/user/resources/network/v2/vpn/ipsec_site_connection.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2/vpn copying doc/source/user/resources/network/v2/vpn/service.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/network/v2/vpn copying doc/source/user/resources/object_store/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/object_store copying doc/source/user/resources/object_store/v1/account.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/object_store/v1 copying doc/source/user/resources/object_store/v1/container.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/object_store/v1 copying doc/source/user/resources/object_store/v1/obj.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/object_store/v1 copying doc/source/user/resources/orchestration/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/orchestration copying doc/source/user/resources/orchestration/v1/resource.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/orchestration/v1 copying doc/source/user/resources/orchestration/v1/stack.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/orchestration/v1 copying doc/source/user/resources/placement/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/placement copying doc/source/user/resources/placement/v1/resource_class.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/placement/v1 copying doc/source/user/resources/placement/v1/resource_provider.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/placement/v1 copying doc/source/user/resources/placement/v1/resource_provider_inventory.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/placement/v1 copying doc/source/user/resources/placement/v1/trait.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/placement/v1 copying doc/source/user/resources/shared_file_system/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system copying doc/source/user/resources/shared_file_system/v2/availability_zone.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/limit.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/share.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/share_access_rule.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/share_group.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/share_group_snapshot.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/share_instance.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/share_network.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/share_network_subnet.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/share_snapshot.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/share_snapshot_instance.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/storage_pool.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/shared_file_system/v2/user_message.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/shared_file_system/v2 copying doc/source/user/resources/workflow/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/workflow copying doc/source/user/resources/workflow/v2/crontrigger.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/workflow/v2 copying doc/source/user/resources/workflow/v2/execution.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/workflow/v2 copying doc/source/user/resources/workflow/v2/workflow.rst -> openstacksdk-1.6.0.dev45/doc/source/user/resources/workflow/v2 copying doc/source/user/testing/fakes.rst -> openstacksdk-1.6.0.dev45/doc/source/user/testing copying doc/source/user/testing/index.rst -> openstacksdk-1.6.0.dev45/doc/source/user/testing copying examples/__init__.py -> openstacksdk-1.6.0.dev45/examples copying examples/connect.py -> openstacksdk-1.6.0.dev45/examples copying examples/baremetal/list.py -> openstacksdk-1.6.0.dev45/examples/baremetal copying examples/baremetal/provisioning.py -> openstacksdk-1.6.0.dev45/examples/baremetal copying examples/cloud/cleanup-servers.py -> openstacksdk-1.6.0.dev45/examples/cloud copying examples/cloud/create-server-dict.py -> openstacksdk-1.6.0.dev45/examples/cloud copying examples/cloud/create-server-name-or-id.py -> openstacksdk-1.6.0.dev45/examples/cloud copying examples/cloud/debug-logging.py -> openstacksdk-1.6.0.dev45/examples/cloud copying examples/cloud/find-an-image.py -> openstacksdk-1.6.0.dev45/examples/cloud copying examples/cloud/http-debug-logging.py -> openstacksdk-1.6.0.dev45/examples/cloud copying examples/cloud/munch-dict-object.py -> openstacksdk-1.6.0.dev45/examples/cloud copying examples/cloud/normalization.py -> openstacksdk-1.6.0.dev45/examples/cloud copying examples/cloud/server-information.py -> openstacksdk-1.6.0.dev45/examples/cloud copying examples/cloud/service-conditional-overrides.py -> openstacksdk-1.6.0.dev45/examples/cloud copying examples/cloud/service-conditionals.py -> openstacksdk-1.6.0.dev45/examples/cloud copying examples/cloud/strict-mode.py -> openstacksdk-1.6.0.dev45/examples/cloud copying examples/cloud/upload-large-object.py -> openstacksdk-1.6.0.dev45/examples/cloud copying examples/cloud/upload-object.py -> openstacksdk-1.6.0.dev45/examples/cloud copying examples/cloud/user-agent.py -> openstacksdk-1.6.0.dev45/examples/cloud copying examples/clustering/__init__.py -> openstacksdk-1.6.0.dev45/examples/clustering copying examples/clustering/action.py -> openstacksdk-1.6.0.dev45/examples/clustering copying examples/clustering/cluster.py -> openstacksdk-1.6.0.dev45/examples/clustering copying examples/clustering/event.py -> openstacksdk-1.6.0.dev45/examples/clustering copying examples/clustering/node.py -> openstacksdk-1.6.0.dev45/examples/clustering copying examples/clustering/policy.py -> openstacksdk-1.6.0.dev45/examples/clustering copying examples/clustering/policy_type.py -> openstacksdk-1.6.0.dev45/examples/clustering copying examples/clustering/profile.py -> openstacksdk-1.6.0.dev45/examples/clustering copying examples/clustering/profile_type.py -> openstacksdk-1.6.0.dev45/examples/clustering copying examples/clustering/receiver.py -> openstacksdk-1.6.0.dev45/examples/clustering copying examples/compute/__init__.py -> openstacksdk-1.6.0.dev45/examples/compute copying examples/compute/create.py -> openstacksdk-1.6.0.dev45/examples/compute copying examples/compute/delete.py -> openstacksdk-1.6.0.dev45/examples/compute copying examples/compute/find.py -> openstacksdk-1.6.0.dev45/examples/compute copying examples/compute/list.py -> openstacksdk-1.6.0.dev45/examples/compute copying examples/dns/__init__.py -> openstacksdk-1.6.0.dev45/examples/dns copying examples/dns/list.py -> openstacksdk-1.6.0.dev45/examples/dns copying examples/identity/__init__.py -> openstacksdk-1.6.0.dev45/examples/identity copying examples/identity/list.py -> openstacksdk-1.6.0.dev45/examples/identity copying examples/image/__init__.py -> openstacksdk-1.6.0.dev45/examples/image copying examples/image/create.py -> openstacksdk-1.6.0.dev45/examples/image copying examples/image/delete.py -> openstacksdk-1.6.0.dev45/examples/image copying examples/image/download.py -> openstacksdk-1.6.0.dev45/examples/image copying examples/image/import.py -> openstacksdk-1.6.0.dev45/examples/image copying examples/image/list.py -> openstacksdk-1.6.0.dev45/examples/image copying examples/key_manager/__init__.py -> openstacksdk-1.6.0.dev45/examples/key_manager copying examples/key_manager/create.py -> openstacksdk-1.6.0.dev45/examples/key_manager copying examples/key_manager/get.py -> openstacksdk-1.6.0.dev45/examples/key_manager copying examples/key_manager/list.py -> openstacksdk-1.6.0.dev45/examples/key_manager copying examples/network/__init__.py -> openstacksdk-1.6.0.dev45/examples/network copying examples/network/create.py -> openstacksdk-1.6.0.dev45/examples/network copying examples/network/delete.py -> openstacksdk-1.6.0.dev45/examples/network copying examples/network/find.py -> openstacksdk-1.6.0.dev45/examples/network copying examples/network/list.py -> openstacksdk-1.6.0.dev45/examples/network copying examples/network/security_group_rules.py -> openstacksdk-1.6.0.dev45/examples/network copying examples/shared_file_system/__init__.py -> openstacksdk-1.6.0.dev45/examples/shared_file_system copying examples/shared_file_system/availability_zones.py -> openstacksdk-1.6.0.dev45/examples/shared_file_system copying examples/shared_file_system/share_group_snapshots.py -> openstacksdk-1.6.0.dev45/examples/shared_file_system copying examples/shared_file_system/share_instances.py -> openstacksdk-1.6.0.dev45/examples/shared_file_system copying examples/shared_file_system/share_metadata.py -> openstacksdk-1.6.0.dev45/examples/shared_file_system copying examples/shared_file_system/shares.py -> openstacksdk-1.6.0.dev45/examples/shared_file_system copying extras/delete-network.sh -> openstacksdk-1.6.0.dev45/extras copying extras/run-ansible-tests.sh -> openstacksdk-1.6.0.dev45/extras copying openstack/__init__.py -> openstacksdk-1.6.0.dev45/openstack copying openstack/__main__.py -> openstacksdk-1.6.0.dev45/openstack copying openstack/_hacking.py -> openstacksdk-1.6.0.dev45/openstack copying openstack/_log.py -> openstacksdk-1.6.0.dev45/openstack copying openstack/_services_mixin.py -> openstacksdk-1.6.0.dev45/openstack copying openstack/connection.py -> openstacksdk-1.6.0.dev45/openstack copying openstack/exceptions.py -> openstacksdk-1.6.0.dev45/openstack copying openstack/format.py -> openstacksdk-1.6.0.dev45/openstack copying openstack/proxy.py -> openstacksdk-1.6.0.dev45/openstack copying openstack/py.typed -> openstacksdk-1.6.0.dev45/openstack copying openstack/resource.py -> openstacksdk-1.6.0.dev45/openstack copying openstack/service_description.py -> openstacksdk-1.6.0.dev45/openstack copying openstack/utils.py -> openstacksdk-1.6.0.dev45/openstack copying openstack/version.py -> openstacksdk-1.6.0.dev45/openstack copying openstack/warnings.py -> openstacksdk-1.6.0.dev45/openstack copying openstack/accelerator/__init__.py -> openstacksdk-1.6.0.dev45/openstack/accelerator copying openstack/accelerator/accelerator_service.py -> openstacksdk-1.6.0.dev45/openstack/accelerator copying openstack/accelerator/version.py -> openstacksdk-1.6.0.dev45/openstack/accelerator copying openstack/accelerator/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/accelerator/v2 copying openstack/accelerator/v2/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/accelerator/v2 copying openstack/accelerator/v2/accelerator_request.py -> openstacksdk-1.6.0.dev45/openstack/accelerator/v2 copying openstack/accelerator/v2/deployable.py -> openstacksdk-1.6.0.dev45/openstack/accelerator/v2 copying openstack/accelerator/v2/device.py -> openstacksdk-1.6.0.dev45/openstack/accelerator/v2 copying openstack/accelerator/v2/device_profile.py -> openstacksdk-1.6.0.dev45/openstack/accelerator/v2 copying openstack/baremetal/__init__.py -> openstacksdk-1.6.0.dev45/openstack/baremetal copying openstack/baremetal/baremetal_service.py -> openstacksdk-1.6.0.dev45/openstack/baremetal copying openstack/baremetal/configdrive.py -> openstacksdk-1.6.0.dev45/openstack/baremetal copying openstack/baremetal/version.py -> openstacksdk-1.6.0.dev45/openstack/baremetal copying openstack/baremetal/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/baremetal/v1 copying openstack/baremetal/v1/_common.py -> openstacksdk-1.6.0.dev45/openstack/baremetal/v1 copying openstack/baremetal/v1/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/baremetal/v1 copying openstack/baremetal/v1/allocation.py -> openstacksdk-1.6.0.dev45/openstack/baremetal/v1 copying openstack/baremetal/v1/chassis.py -> openstacksdk-1.6.0.dev45/openstack/baremetal/v1 copying openstack/baremetal/v1/conductor.py -> openstacksdk-1.6.0.dev45/openstack/baremetal/v1 copying openstack/baremetal/v1/deploy_templates.py -> openstacksdk-1.6.0.dev45/openstack/baremetal/v1 copying openstack/baremetal/v1/driver.py -> openstacksdk-1.6.0.dev45/openstack/baremetal/v1 copying openstack/baremetal/v1/node.py -> openstacksdk-1.6.0.dev45/openstack/baremetal/v1 copying openstack/baremetal/v1/port.py -> openstacksdk-1.6.0.dev45/openstack/baremetal/v1 copying openstack/baremetal/v1/port_group.py -> openstacksdk-1.6.0.dev45/openstack/baremetal/v1 copying openstack/baremetal/v1/volume_connector.py -> openstacksdk-1.6.0.dev45/openstack/baremetal/v1 copying openstack/baremetal/v1/volume_target.py -> openstacksdk-1.6.0.dev45/openstack/baremetal/v1 copying openstack/baremetal_introspection/__init__.py -> openstacksdk-1.6.0.dev45/openstack/baremetal_introspection copying openstack/baremetal_introspection/baremetal_introspection_service.py -> openstacksdk-1.6.0.dev45/openstack/baremetal_introspection copying openstack/baremetal_introspection/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/baremetal_introspection/v1 copying openstack/baremetal_introspection/v1/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/baremetal_introspection/v1 copying openstack/baremetal_introspection/v1/introspection.py -> openstacksdk-1.6.0.dev45/openstack/baremetal_introspection/v1 copying openstack/baremetal_introspection/v1/introspection_rule.py -> openstacksdk-1.6.0.dev45/openstack/baremetal_introspection/v1 copying openstack/block_storage/__init__.py -> openstacksdk-1.6.0.dev45/openstack/block_storage copying openstack/block_storage/_base_proxy.py -> openstacksdk-1.6.0.dev45/openstack/block_storage copying openstack/block_storage/block_storage_service.py -> openstacksdk-1.6.0.dev45/openstack/block_storage copying openstack/block_storage/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v2 copying openstack/block_storage/v2/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v2 copying openstack/block_storage/v2/backup.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v2 copying openstack/block_storage/v2/extension.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v2 copying openstack/block_storage/v2/quota_set.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v2 copying openstack/block_storage/v2/snapshot.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v2 copying openstack/block_storage/v2/stats.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v2 copying openstack/block_storage/v2/type.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v2 copying openstack/block_storage/v2/volume.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v2 copying openstack/block_storage/v3/__init__.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/attachment.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/availability_zone.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/backup.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/block_storage_summary.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/capabilities.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/extension.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/group.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/group_snapshot.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/group_type.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/limits.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/quota_set.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/resource_filter.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/service.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/snapshot.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/stats.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/type.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/block_storage/v3/volume.py -> openstacksdk-1.6.0.dev45/openstack/block_storage/v3 copying openstack/cloud/__init__.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_accelerator.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_baremetal.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_block_storage.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_coe.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_compute.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_dns.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_floating_ip.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_identity.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_image.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_network.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_network_common.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_object_store.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_orchestration.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_security_group.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_shared_file_system.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/_utils.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/exc.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/inventory.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/meta.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/openstackcloud.py -> openstacksdk-1.6.0.dev45/openstack/cloud copying openstack/cloud/cmd/__init__.py -> openstacksdk-1.6.0.dev45/openstack/cloud/cmd copying openstack/cloud/cmd/inventory.py -> openstacksdk-1.6.0.dev45/openstack/cloud/cmd copying openstack/cloud/tests/__init__.py -> openstacksdk-1.6.0.dev45/openstack/cloud/tests copying openstack/clustering/__init__.py -> openstacksdk-1.6.0.dev45/openstack/clustering copying openstack/clustering/clustering_service.py -> openstacksdk-1.6.0.dev45/openstack/clustering copying openstack/clustering/version.py -> openstacksdk-1.6.0.dev45/openstack/clustering copying openstack/clustering/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/clustering/v1/_async_resource.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/clustering/v1/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/clustering/v1/action.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/clustering/v1/build_info.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/clustering/v1/cluster.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/clustering/v1/cluster_attr.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/clustering/v1/cluster_policy.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/clustering/v1/event.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/clustering/v1/node.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/clustering/v1/policy.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/clustering/v1/policy_type.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/clustering/v1/profile.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/clustering/v1/profile_type.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/clustering/v1/receiver.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/clustering/v1/service.py -> openstacksdk-1.6.0.dev45/openstack/clustering/v1 copying openstack/common/__init__.py -> openstacksdk-1.6.0.dev45/openstack/common copying openstack/common/metadata.py -> openstacksdk-1.6.0.dev45/openstack/common copying openstack/common/quota_set.py -> openstacksdk-1.6.0.dev45/openstack/common copying openstack/common/tag.py -> openstacksdk-1.6.0.dev45/openstack/common copying openstack/compute/__init__.py -> openstacksdk-1.6.0.dev45/openstack/compute copying openstack/compute/compute_service.py -> openstacksdk-1.6.0.dev45/openstack/compute copying openstack/compute/version.py -> openstacksdk-1.6.0.dev45/openstack/compute copying openstack/compute/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/aggregate.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/availability_zone.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/extension.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/flavor.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/hypervisor.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/image.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/keypair.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/limits.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/migration.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/quota_set.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/server.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/server_action.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/server_diagnostics.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/server_group.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/server_interface.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/server_ip.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/server_migration.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/server_remote_console.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/service.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/usage.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/compute/v2/volume_attachment.py -> openstacksdk-1.6.0.dev45/openstack/compute/v2 copying openstack/config/__init__.py -> openstacksdk-1.6.0.dev45/openstack/config copying openstack/config/_util.py -> openstacksdk-1.6.0.dev45/openstack/config copying openstack/config/cloud_config.py -> openstacksdk-1.6.0.dev45/openstack/config copying openstack/config/cloud_region.py -> openstacksdk-1.6.0.dev45/openstack/config copying openstack/config/defaults.json -> openstacksdk-1.6.0.dev45/openstack/config copying openstack/config/defaults.py -> openstacksdk-1.6.0.dev45/openstack/config copying openstack/config/exceptions.py -> openstacksdk-1.6.0.dev45/openstack/config copying openstack/config/loader.py -> openstacksdk-1.6.0.dev45/openstack/config copying openstack/config/schema.json -> openstacksdk-1.6.0.dev45/openstack/config copying openstack/config/vendor-schema.json -> openstacksdk-1.6.0.dev45/openstack/config copying openstack/config/vendors/__init__.py -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/auro.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/betacloud.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/bluebox.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/catalyst.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/citycloud.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/conoha.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/dreamcompute.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/elastx.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/entercloudsuite.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/fuga.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/ibmcloud.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/internap.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/limestonenetworks.yaml -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/otc-swiss.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/otc.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/ovh-us.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/ovh.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/rackspace.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/switchengines.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/ultimum.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/unitedstack.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/vexxhost.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/config/vendors/zetta.json -> openstacksdk-1.6.0.dev45/openstack/config/vendors copying openstack/container_infrastructure_management/__init__.py -> openstacksdk-1.6.0.dev45/openstack/container_infrastructure_management copying openstack/container_infrastructure_management/container_infrastructure_management_service.py -> openstacksdk-1.6.0.dev45/openstack/container_infrastructure_management copying openstack/container_infrastructure_management/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/container_infrastructure_management/v1 copying openstack/container_infrastructure_management/v1/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/container_infrastructure_management/v1 copying openstack/container_infrastructure_management/v1/cluster.py -> openstacksdk-1.6.0.dev45/openstack/container_infrastructure_management/v1 copying openstack/container_infrastructure_management/v1/cluster_certificate.py -> openstacksdk-1.6.0.dev45/openstack/container_infrastructure_management/v1 copying openstack/container_infrastructure_management/v1/cluster_template.py -> openstacksdk-1.6.0.dev45/openstack/container_infrastructure_management/v1 copying openstack/container_infrastructure_management/v1/service.py -> openstacksdk-1.6.0.dev45/openstack/container_infrastructure_management/v1 copying openstack/database/__init__.py -> openstacksdk-1.6.0.dev45/openstack/database copying openstack/database/database_service.py -> openstacksdk-1.6.0.dev45/openstack/database copying openstack/database/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/database/v1 copying openstack/database/v1/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/database/v1 copying openstack/database/v1/database.py -> openstacksdk-1.6.0.dev45/openstack/database/v1 copying openstack/database/v1/flavor.py -> openstacksdk-1.6.0.dev45/openstack/database/v1 copying openstack/database/v1/instance.py -> openstacksdk-1.6.0.dev45/openstack/database/v1 copying openstack/database/v1/user.py -> openstacksdk-1.6.0.dev45/openstack/database/v1 copying openstack/dns/__init__.py -> openstacksdk-1.6.0.dev45/openstack/dns copying openstack/dns/dns_service.py -> openstacksdk-1.6.0.dev45/openstack/dns copying openstack/dns/version.py -> openstacksdk-1.6.0.dev45/openstack/dns copying openstack/dns/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/dns/v2 copying openstack/dns/v2/_base.py -> openstacksdk-1.6.0.dev45/openstack/dns/v2 copying openstack/dns/v2/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/dns/v2 copying openstack/dns/v2/floating_ip.py -> openstacksdk-1.6.0.dev45/openstack/dns/v2 copying openstack/dns/v2/recordset.py -> openstacksdk-1.6.0.dev45/openstack/dns/v2 copying openstack/dns/v2/zone.py -> openstacksdk-1.6.0.dev45/openstack/dns/v2 copying openstack/dns/v2/zone_export.py -> openstacksdk-1.6.0.dev45/openstack/dns/v2 copying openstack/dns/v2/zone_import.py -> openstacksdk-1.6.0.dev45/openstack/dns/v2 copying openstack/dns/v2/zone_share.py -> openstacksdk-1.6.0.dev45/openstack/dns/v2 copying openstack/dns/v2/zone_transfer.py -> openstacksdk-1.6.0.dev45/openstack/dns/v2 copying openstack/fixture/__init__.py -> openstacksdk-1.6.0.dev45/openstack/fixture copying openstack/fixture/connection.py -> openstacksdk-1.6.0.dev45/openstack/fixture copying openstack/identity/__init__.py -> openstacksdk-1.6.0.dev45/openstack/identity copying openstack/identity/identity_service.py -> openstacksdk-1.6.0.dev45/openstack/identity copying openstack/identity/version.py -> openstacksdk-1.6.0.dev45/openstack/identity copying openstack/identity/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/identity/v2 copying openstack/identity/v2/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/identity/v2 copying openstack/identity/v2/extension.py -> openstacksdk-1.6.0.dev45/openstack/identity/v2 copying openstack/identity/v2/role.py -> openstacksdk-1.6.0.dev45/openstack/identity/v2 copying openstack/identity/v2/tenant.py -> openstacksdk-1.6.0.dev45/openstack/identity/v2 copying openstack/identity/v2/user.py -> openstacksdk-1.6.0.dev45/openstack/identity/v2 copying openstack/identity/v3/__init__.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/application_credential.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/credential.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/domain.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/domain_config.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/endpoint.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/federation_protocol.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/group.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/identity_provider.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/limit.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/mapping.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/policy.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/project.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/region.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/registered_limit.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/role.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/role_assignment.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/role_domain_group_assignment.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/role_domain_user_assignment.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/role_project_group_assignment.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/role_project_user_assignment.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/role_system_group_assignment.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/role_system_user_assignment.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/service.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/system.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/trust.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/identity/v3/user.py -> openstacksdk-1.6.0.dev45/openstack/identity/v3 copying openstack/image/__init__.py -> openstacksdk-1.6.0.dev45/openstack/image copying openstack/image/_download.py -> openstacksdk-1.6.0.dev45/openstack/image copying openstack/image/image_service.py -> openstacksdk-1.6.0.dev45/openstack/image copying openstack/image/image_signer.py -> openstacksdk-1.6.0.dev45/openstack/image copying openstack/image/iterable_chunked_file.py -> openstacksdk-1.6.0.dev45/openstack/image copying openstack/image/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/image/v1 copying openstack/image/v1/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/image/v1 copying openstack/image/v1/image.py -> openstacksdk-1.6.0.dev45/openstack/image/v1 copying openstack/image/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/image/v2 copying openstack/image/v2/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/image/v2 copying openstack/image/v2/cache.py -> openstacksdk-1.6.0.dev45/openstack/image/v2 copying openstack/image/v2/image.py -> openstacksdk-1.6.0.dev45/openstack/image/v2 copying openstack/image/v2/member.py -> openstacksdk-1.6.0.dev45/openstack/image/v2 copying openstack/image/v2/metadef_namespace.py -> openstacksdk-1.6.0.dev45/openstack/image/v2 copying openstack/image/v2/metadef_object.py -> openstacksdk-1.6.0.dev45/openstack/image/v2 copying openstack/image/v2/metadef_property.py -> openstacksdk-1.6.0.dev45/openstack/image/v2 copying openstack/image/v2/metadef_resource_type.py -> openstacksdk-1.6.0.dev45/openstack/image/v2 copying openstack/image/v2/metadef_schema.py -> openstacksdk-1.6.0.dev45/openstack/image/v2 copying openstack/image/v2/schema.py -> openstacksdk-1.6.0.dev45/openstack/image/v2 copying openstack/image/v2/service_info.py -> openstacksdk-1.6.0.dev45/openstack/image/v2 copying openstack/image/v2/task.py -> openstacksdk-1.6.0.dev45/openstack/image/v2 copying openstack/instance_ha/__init__.py -> openstacksdk-1.6.0.dev45/openstack/instance_ha copying openstack/instance_ha/instance_ha_service.py -> openstacksdk-1.6.0.dev45/openstack/instance_ha copying openstack/instance_ha/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/instance_ha/v1 copying openstack/instance_ha/v1/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/instance_ha/v1 copying openstack/instance_ha/v1/host.py -> openstacksdk-1.6.0.dev45/openstack/instance_ha/v1 copying openstack/instance_ha/v1/notification.py -> openstacksdk-1.6.0.dev45/openstack/instance_ha/v1 copying openstack/instance_ha/v1/segment.py -> openstacksdk-1.6.0.dev45/openstack/instance_ha/v1 copying openstack/instance_ha/v1/vmove.py -> openstacksdk-1.6.0.dev45/openstack/instance_ha/v1 copying openstack/key_manager/__init__.py -> openstacksdk-1.6.0.dev45/openstack/key_manager copying openstack/key_manager/key_manager_service.py -> openstacksdk-1.6.0.dev45/openstack/key_manager copying openstack/key_manager/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/key_manager/v1 copying openstack/key_manager/v1/_format.py -> openstacksdk-1.6.0.dev45/openstack/key_manager/v1 copying openstack/key_manager/v1/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/key_manager/v1 copying openstack/key_manager/v1/container.py -> openstacksdk-1.6.0.dev45/openstack/key_manager/v1 copying openstack/key_manager/v1/order.py -> openstacksdk-1.6.0.dev45/openstack/key_manager/v1 copying openstack/key_manager/v1/secret.py -> openstacksdk-1.6.0.dev45/openstack/key_manager/v1 copying openstack/load_balancer/__init__.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer copying openstack/load_balancer/load_balancer_service.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer copying openstack/load_balancer/version.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer copying openstack/load_balancer/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/load_balancer/v2/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/load_balancer/v2/amphora.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/load_balancer/v2/availability_zone.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/load_balancer/v2/availability_zone_profile.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/load_balancer/v2/flavor.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/load_balancer/v2/flavor_profile.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/load_balancer/v2/health_monitor.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/load_balancer/v2/l7_policy.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/load_balancer/v2/l7_rule.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/load_balancer/v2/listener.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/load_balancer/v2/load_balancer.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/load_balancer/v2/member.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/load_balancer/v2/pool.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/load_balancer/v2/provider.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/load_balancer/v2/quota.py -> openstacksdk-1.6.0.dev45/openstack/load_balancer/v2 copying openstack/message/__init__.py -> openstacksdk-1.6.0.dev45/openstack/message copying openstack/message/message_service.py -> openstacksdk-1.6.0.dev45/openstack/message copying openstack/message/version.py -> openstacksdk-1.6.0.dev45/openstack/message copying openstack/message/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/message/v2 copying openstack/message/v2/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/message/v2 copying openstack/message/v2/claim.py -> openstacksdk-1.6.0.dev45/openstack/message/v2 copying openstack/message/v2/message.py -> openstacksdk-1.6.0.dev45/openstack/message/v2 copying openstack/message/v2/queue.py -> openstacksdk-1.6.0.dev45/openstack/message/v2 copying openstack/message/v2/subscription.py -> openstacksdk-1.6.0.dev45/openstack/message/v2 copying openstack/network/__init__.py -> openstacksdk-1.6.0.dev45/openstack/network copying openstack/network/network_service.py -> openstacksdk-1.6.0.dev45/openstack/network copying openstack/network/version.py -> openstacksdk-1.6.0.dev45/openstack/network copying openstack/network/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/_base.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/address_group.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/address_scope.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/agent.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/auto_allocated_topology.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/availability_zone.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/bgp_peer.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/bgp_speaker.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/bgpvpn.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/bgpvpn_network_association.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/bgpvpn_port_association.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/bgpvpn_router_association.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/default_security_group_rule.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/extension.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/firewall_group.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/firewall_policy.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/firewall_rule.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/flavor.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/floating_ip.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/health_monitor.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/l3_conntrack_helper.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/listener.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/load_balancer.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/local_ip.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/local_ip_association.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/metering_label.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/metering_label_rule.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/ndp_proxy.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/network.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/network_ip_availability.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/network_segment_range.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/pool.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/pool_member.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/port.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/port_forwarding.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/qos_bandwidth_limit_rule.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/qos_dscp_marking_rule.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/qos_minimum_bandwidth_rule.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/qos_minimum_packet_rate_rule.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/qos_policy.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/qos_rule_type.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/quota.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/rbac_policy.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/router.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/security_group.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/security_group_rule.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/segment.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/service_profile.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/service_provider.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/sfc_flow_classifier.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/sfc_port_chain.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/sfc_port_pair.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/sfc_port_pair_group.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/sfc_service_graph.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/subnet.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/subnet_pool.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/tap_flow.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/tap_service.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/trunk.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/vpn_endpoint_group.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/vpn_ike_policy.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/vpn_ipsec_policy.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/vpn_ipsec_site_connection.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/network/v2/vpn_service.py -> openstacksdk-1.6.0.dev45/openstack/network/v2 copying openstack/object_store/__init__.py -> openstacksdk-1.6.0.dev45/openstack/object_store copying openstack/object_store/object_store_service.py -> openstacksdk-1.6.0.dev45/openstack/object_store copying openstack/object_store/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/object_store/v1 copying openstack/object_store/v1/_base.py -> openstacksdk-1.6.0.dev45/openstack/object_store/v1 copying openstack/object_store/v1/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/object_store/v1 copying openstack/object_store/v1/account.py -> openstacksdk-1.6.0.dev45/openstack/object_store/v1 copying openstack/object_store/v1/container.py -> openstacksdk-1.6.0.dev45/openstack/object_store/v1 copying openstack/object_store/v1/info.py -> openstacksdk-1.6.0.dev45/openstack/object_store/v1 copying openstack/object_store/v1/obj.py -> openstacksdk-1.6.0.dev45/openstack/object_store/v1 copying openstack/orchestration/__init__.py -> openstacksdk-1.6.0.dev45/openstack/orchestration copying openstack/orchestration/orchestration_service.py -> openstacksdk-1.6.0.dev45/openstack/orchestration copying openstack/orchestration/version.py -> openstacksdk-1.6.0.dev45/openstack/orchestration copying openstack/orchestration/util/__init__.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/util copying openstack/orchestration/util/environment_format.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/util copying openstack/orchestration/util/event_utils.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/util copying openstack/orchestration/util/template_format.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/util copying openstack/orchestration/util/template_utils.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/util copying openstack/orchestration/util/utils.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/util copying openstack/orchestration/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/v1 copying openstack/orchestration/v1/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/v1 copying openstack/orchestration/v1/resource.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/v1 copying openstack/orchestration/v1/software_config.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/v1 copying openstack/orchestration/v1/software_deployment.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/v1 copying openstack/orchestration/v1/stack.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/v1 copying openstack/orchestration/v1/stack_environment.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/v1 copying openstack/orchestration/v1/stack_files.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/v1 copying openstack/orchestration/v1/stack_template.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/v1 copying openstack/orchestration/v1/template.py -> openstacksdk-1.6.0.dev45/openstack/orchestration/v1 copying openstack/placement/__init__.py -> openstacksdk-1.6.0.dev45/openstack/placement copying openstack/placement/placement_service.py -> openstacksdk-1.6.0.dev45/openstack/placement copying openstack/placement/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/placement/v1 copying openstack/placement/v1/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/placement/v1 copying openstack/placement/v1/resource_class.py -> openstacksdk-1.6.0.dev45/openstack/placement/v1 copying openstack/placement/v1/resource_provider.py -> openstacksdk-1.6.0.dev45/openstack/placement/v1 copying openstack/placement/v1/resource_provider_inventory.py -> openstacksdk-1.6.0.dev45/openstack/placement/v1 copying openstack/placement/v1/trait.py -> openstacksdk-1.6.0.dev45/openstack/placement/v1 copying openstack/shared_file_system/__init__.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system copying openstack/shared_file_system/shared_file_system_service.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system copying openstack/shared_file_system/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/availability_zone.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/limit.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/share.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/share_access_rule.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/share_export_locations.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/share_group.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/share_group_snapshot.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/share_instance.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/share_network.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/share_network_subnet.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/share_snapshot.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/share_snapshot_instance.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/storage_pool.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/shared_file_system/v2/user_message.py -> openstacksdk-1.6.0.dev45/openstack/shared_file_system/v2 copying openstack/test/__init__.py -> openstacksdk-1.6.0.dev45/openstack/test copying openstack/test/fakes.py -> openstacksdk-1.6.0.dev45/openstack/test copying openstack/tests/README.rst -> openstacksdk-1.6.0.dev45/openstack/tests copying openstack/tests/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests copying openstack/tests/base.py -> openstacksdk-1.6.0.dev45/openstack/tests copying openstack/tests/fakes.py -> openstacksdk-1.6.0.dev45/openstack/tests copying openstack/tests/fixtures.py -> openstacksdk-1.6.0.dev45/openstack/tests copying openstack/tests/ansible/README.txt -> openstacksdk-1.6.0.dev45/openstack/tests/ansible copying openstack/tests/ansible/run.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible copying openstack/tests/ansible/hooks/post_test_hook.sh -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/hooks copying openstack/tests/ansible/roles/auth/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/auth/tasks copying openstack/tests/ansible/roles/client_config/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/client_config/tasks copying openstack/tests/ansible/roles/group/defaults/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/group/defaults copying openstack/tests/ansible/roles/group/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/group/tasks copying openstack/tests/ansible/roles/image/defaults/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/image/defaults copying openstack/tests/ansible/roles/image/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/image/tasks copying openstack/tests/ansible/roles/keypair/defaults/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/keypair/defaults copying openstack/tests/ansible/roles/keypair/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/keypair/tasks copying openstack/tests/ansible/roles/keystone_domain/defaults/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/keystone_domain/defaults copying openstack/tests/ansible/roles/keystone_domain/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/keystone_domain/tasks copying openstack/tests/ansible/roles/keystone_role/defaults/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/keystone_role/defaults copying openstack/tests/ansible/roles/keystone_role/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/keystone_role/tasks copying openstack/tests/ansible/roles/network/defaults/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/network/defaults copying openstack/tests/ansible/roles/network/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/network/tasks copying openstack/tests/ansible/roles/nova_flavor/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/nova_flavor/tasks copying openstack/tests/ansible/roles/object/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/object/tasks copying openstack/tests/ansible/roles/port/defaults/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/port/defaults copying openstack/tests/ansible/roles/port/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/port/tasks copying openstack/tests/ansible/roles/router/defaults/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/router/defaults copying openstack/tests/ansible/roles/router/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/router/tasks copying openstack/tests/ansible/roles/security_group/defaults/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/security_group/defaults copying openstack/tests/ansible/roles/security_group/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/security_group/tasks copying openstack/tests/ansible/roles/server/defaults/main.yaml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/server/defaults copying openstack/tests/ansible/roles/server/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/server/tasks copying openstack/tests/ansible/roles/subnet/defaults/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/subnet/defaults copying openstack/tests/ansible/roles/subnet/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/subnet/tasks copying openstack/tests/ansible/roles/user/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/user/tasks copying openstack/tests/ansible/roles/user_group/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/user_group/tasks copying openstack/tests/ansible/roles/volume/tasks/main.yml -> openstacksdk-1.6.0.dev45/openstack/tests/ansible/roles/volume/tasks copying openstack/tests/functional/README.rst -> openstacksdk-1.6.0.dev45/openstack/tests/functional copying openstack/tests/functional/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional copying openstack/tests/functional/base.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional copying openstack/tests/functional/baremetal/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/base.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_allocation.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_chassis.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_conductor.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_deploy_templates.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_driver.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_node.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_port.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_port_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_volume_connector.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_volume_target.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/baremetal copying openstack/tests/functional/block_storage/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage copying openstack/tests/functional/block_storage/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/base.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_backup.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_snapshot.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_stats.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_type.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_volume.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v3/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/base.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_attachment.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_availability_zone.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_backup.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_block_storage_summary.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_capabilities.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_extension.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_limits.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_resource_filters.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_service.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_snapshot.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_type.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_volume.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/cloud/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_aggregate.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_cluster_templates.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_clustering.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_coe_clusters.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_compute.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_devstack.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_domain.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_endpoints.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_flavor.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_floating_ip.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_floating_ip_pool.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_groups.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_identity.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_image.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_inventory.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_keypairs.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_limits.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_magnum_services.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_network.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_object.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_port.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_project.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_project_cleanup.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_bandwidth_limit_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_dscp_marking_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_minimum_bandwidth_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_policy.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_quotas.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_range_search.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_recordset.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_router.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_security_groups.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_server_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_services.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_stack.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_users.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_volume.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_volume_backup.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_volume_type.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_zone.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/hooks/post_test_hook.sh -> openstacksdk-1.6.0.dev45/openstack/tests/functional/cloud/hooks copying openstack/tests/functional/clustering/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/clustering copying openstack/tests/functional/clustering/test_cluster.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/clustering copying openstack/tests/functional/compute/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/compute copying openstack/tests/functional/compute/base.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/compute copying openstack/tests/functional/compute/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_extension.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_flavor.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_hypervisor.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_image.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_keypair.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_limits.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_quota_set.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_server.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_service.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_volume_attachment.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/compute/v2 copying openstack/tests/functional/dns/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/dns copying openstack/tests/functional/dns/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/dns/v2 copying openstack/tests/functional/dns/v2/test_zone.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/dns/v2 copying openstack/tests/functional/dns/v2/test_zone_share.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/dns/v2 copying openstack/tests/functional/examples/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_compute.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_identity.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_image.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_network.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/examples copying openstack/tests/functional/identity/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/identity copying openstack/tests/functional/identity/v3/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/identity/v3 copying openstack/tests/functional/identity/v3/test_application_credential.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/identity/v3 copying openstack/tests/functional/identity/v3/test_domain_config.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/identity/v3 copying openstack/tests/functional/image/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/image copying openstack/tests/functional/image/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/image/v2 copying openstack/tests/functional/image/v2/base.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/image/v2 copying openstack/tests/functional/image/v2/test_image.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/image/v2 copying openstack/tests/functional/image/v2/test_metadef_namespace.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/image/v2 copying openstack/tests/functional/image/v2/test_metadef_object.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/image/v2 copying openstack/tests/functional/image/v2/test_metadef_property.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/image/v2 copying openstack/tests/functional/image/v2/test_metadef_resource_type.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/image/v2 copying openstack/tests/functional/image/v2/test_metadef_schema.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/image/v2 copying openstack/tests/functional/image/v2/test_schema.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/image/v2 copying openstack/tests/functional/image/v2/test_task.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/image/v2 copying openstack/tests/functional/instance_ha/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/instance_ha copying openstack/tests/functional/instance_ha/test_host.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/instance_ha copying openstack/tests/functional/instance_ha/test_segment.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/instance_ha copying openstack/tests/functional/load_balancer/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/load_balancer copying openstack/tests/functional/load_balancer/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/load_balancer/v2 copying openstack/tests/functional/load_balancer/v2/test_load_balancer.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/load_balancer/v2 copying openstack/tests/functional/network/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network copying openstack/tests/functional/network/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_address_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_address_scope.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_agent.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_agent_add_remove_network.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_agent_add_remove_router.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_auto_allocated_topology.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_availability_zone.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_bgp.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_bgpvpn.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_default_security_group_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_dvr_router.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_extension.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_policy.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_rule_insert_remove_policy.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_flavor.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_floating_ip.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_l3_conntrack_helper.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_local_ip.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_local_ip_association.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_ndp_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_network.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_network_ip_availability.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_network_segment_range.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_port.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_port_forwarding.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_bandwidth_limit_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_dscp_marking_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_minimum_bandwidth_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_minimum_packet_rate_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_policy.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_rule_type.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_quota.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_rbac_policy.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_router.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_router_add_remove_interface.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_security_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_security_group_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_segment.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_service_profile.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_service_provider.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_sfc.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_subnet.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_subnet_from_subnet_pool.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_subnet_pool.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_taas.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_trunk.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_vpnaas.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/network/v2 copying openstack/tests/functional/object_store/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/object_store copying openstack/tests/functional/object_store/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/object_store/v1/test_account.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/object_store/v1/test_container.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/object_store/v1/test_obj.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/orchestration/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/orchestration copying openstack/tests/functional/orchestration/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/orchestration/v1 copying openstack/tests/functional/orchestration/v1/hello_world.yaml -> openstacksdk-1.6.0.dev45/openstack/tests/functional/orchestration/v1 copying openstack/tests/functional/orchestration/v1/test_stack.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/orchestration/v1 copying openstack/tests/functional/placement/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/placement copying openstack/tests/functional/placement/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/placement/v1 copying openstack/tests/functional/placement/v1/test_resource_provider.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/placement/v1 copying openstack/tests/functional/placement/v1/test_resource_provider_inventory.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/placement/v1 copying openstack/tests/functional/placement/v1/test_trait.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/placement/v1 copying openstack/tests/functional/shared_file_system/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/base.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_availability_zone.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_export_locations.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_limit.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_share.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_share_access_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_share_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_share_group_snapshot.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_share_instance.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_share_metadata.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_share_network.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_share_network_subnet.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_share_snapshot.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_share_snapshot_instance.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_storage_pool.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/functional/shared_file_system/test_user_message.py -> openstacksdk-1.6.0.dev45/openstack/tests/functional/shared_file_system copying openstack/tests/unit/README.rst -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/base.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/fakes.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/test_connection.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/test_exceptions.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/test_fakes.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/test_format.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/test_hacking.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/test_microversions.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/test_missing_version.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/test_placement_rest.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/test_proxy_base.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/test_resource.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/test_stats.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/test_utils.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit copying openstack/tests/unit/accelerator/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/accelerator copying openstack/tests/unit/accelerator/test_version.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/accelerator copying openstack/tests/unit/accelerator/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/accelerator/v2 copying openstack/tests/unit/accelerator/v2/test_accelerator_request.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/accelerator/v2 copying openstack/tests/unit/accelerator/v2/test_deployable.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/accelerator/v2 copying openstack/tests/unit/accelerator/v2/test_device.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/accelerator/v2 copying openstack/tests/unit/accelerator/v2/test_device_profile.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/accelerator/v2 copying openstack/tests/unit/accelerator/v2/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/accelerator/v2 copying openstack/tests/unit/baremetal/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal copying openstack/tests/unit/baremetal/test_configdrive.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal copying openstack/tests/unit/baremetal/test_version.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal copying openstack/tests/unit/baremetal/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_allocation.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_chassis.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_conductor.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_deploy_templates.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_driver.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_node.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_port.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_port_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_volume_connector.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_volume_target.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal_introspection/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal_introspection copying openstack/tests/unit/baremetal_introspection/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal_introspection/v1 copying openstack/tests/unit/baremetal_introspection/v1/test_introspection_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal_introspection/v1 copying openstack/tests/unit/baremetal_introspection/v1/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/baremetal_introspection/v1 copying openstack/tests/unit/block_storage/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage copying openstack/tests/unit/block_storage/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_backup.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_extension.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_snapshot.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_stats.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_type.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_volume.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v3/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_attachment.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_availability_zone.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_backup.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_block_storage_summary.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_capabilities.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_extension.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_group_snapshot.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_group_type.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_limits.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_resource_filter.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_service.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_snapshot.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_type.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_type_encryption.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_volume.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/cloud/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test__utils.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_accelerator.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_aggregate.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_availability_zones.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_baremetal_node.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_baremetal_ports.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_cloud.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_cluster_templates.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_clustering.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_coe_clusters.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_coe_clusters_certificate.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_compute.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_create_server.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_create_volume_snapshot.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_delete_server.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_delete_volume_snapshot.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_domain_params.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_domains.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_endpoints.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_flavors.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_common.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_neutron.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_nova.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_pool.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_fwaas.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_groups.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_identity_roles.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_identity_users.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_image.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_image_snapshot.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_inventory.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_keypair.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_limits.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_magnum_services.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_meta.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_network.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_object.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_openstackcloud.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_operator.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_operator_noauth.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_port.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_project.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_bandwidth_limit_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_dscp_marking_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_minimum_bandwidth_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_policy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_rule_type.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_quotas.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_rebuild_server.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_recordset.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_role_assignment.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_router.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_security_groups.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_console.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_delete_metadata.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_set_metadata.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_services.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_shared_file_system.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_stack.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_subnet.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_update_server.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_usage.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_users.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_volume.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_volume_access.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_volume_backups.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_zone.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/cloud copying openstack/tests/unit/clustering/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering copying openstack/tests/unit/clustering/test_version.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering copying openstack/tests/unit/clustering/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_action.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_build_info.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_cluster.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_cluster_attr.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_cluster_policy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_event.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_node.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_policy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_policy_type.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_profile.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_profile_type.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_receiver.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_service.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/common/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/common copying openstack/tests/unit/common/test_metadata.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/common copying openstack/tests/unit/common/test_quota_set.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/common copying openstack/tests/unit/common/test_tag.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/common copying openstack/tests/unit/compute/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute copying openstack/tests/unit/compute/test_version.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute copying openstack/tests/unit/compute/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_aggregate.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_availability_zone.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_extension.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_flavor.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_hypervisor.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_image.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_keypair.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_limits.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_migration.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_actions.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_diagnostics.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_interface.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_ip.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_migration.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_remote_console.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_service.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_usage.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_volume_attachment.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/compute/v2 copying openstack/tests/unit/config/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/config copying openstack/tests/unit/config/base.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/config copying openstack/tests/unit/config/test_cloud_config.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/config copying openstack/tests/unit/config/test_config.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/config copying openstack/tests/unit/config/test_environ.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/config copying openstack/tests/unit/config/test_from_conf.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/config copying openstack/tests/unit/config/test_from_session.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/config copying openstack/tests/unit/config/test_init.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/config copying openstack/tests/unit/config/test_json.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/config copying openstack/tests/unit/config/test_loader.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/config copying openstack/tests/unit/container_infrastructure_management/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/container_infrastructure_management copying openstack/tests/unit/container_infrastructure_management/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/container_infrastructure_management/v1 copying openstack/tests/unit/container_infrastructure_management/v1/test_cluster.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/container_infrastructure_management/v1 copying openstack/tests/unit/container_infrastructure_management/v1/test_cluster_certificate.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/container_infrastructure_management/v1 copying openstack/tests/unit/container_infrastructure_management/v1/test_cluster_template.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/container_infrastructure_management/v1 copying openstack/tests/unit/container_infrastructure_management/v1/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/container_infrastructure_management/v1 copying openstack/tests/unit/container_infrastructure_management/v1/test_service.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/container_infrastructure_management/v1 copying openstack/tests/unit/database/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/database copying openstack/tests/unit/database/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_database.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_flavor.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_instance.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_user.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/database/v1 copying openstack/tests/unit/dns/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/dns copying openstack/tests/unit/dns/test_version.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/dns copying openstack/tests/unit/dns/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_floating_ip.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_recordset.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_zone.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_zone_export.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_zone_import.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_zone_share.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_zone_transfer.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/dns/v2 copying openstack/tests/unit/fake/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fake copying openstack/tests/unit/fake/fake_service.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fake copying openstack/tests/unit/fake/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fake/v1 copying openstack/tests/unit/fake/v1/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fake/v1 copying openstack/tests/unit/fake/v1/fake.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fake/v1 copying openstack/tests/unit/fake/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fake/v2 copying openstack/tests/unit/fake/v2/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fake/v2 copying openstack/tests/unit/fake/v2/fake.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fake/v2 copying openstack/tests/unit/fixtures/accelerator.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/bad-glance-version.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/bad-placement.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/baremetal.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/block-storage-version.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/clustering.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/compute-version.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/discovery.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/dns.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-broken.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-suburl.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-v1.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-v2.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/old-compute-version.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/placement.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/shared-file-system.json -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/clouds/clouds.yaml -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures/clouds copying openstack/tests/unit/fixtures/clouds/clouds_cache.yaml -> openstacksdk-1.6.0.dev45/openstack/tests/unit/fixtures/clouds copying openstack/tests/unit/identity/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity copying openstack/tests/unit/identity/test_version.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity copying openstack/tests/unit/identity/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_extension.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_role.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_tenant.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_user.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v3/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_application_credential.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_credential.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_domain.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_domain_config.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_endpoint.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_federation_protocol.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_identity_provider.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_limit.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_mapping.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_policy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_project.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_region.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_registered_limit.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_assignment.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_domain_group_assignment.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_domain_user_assignment.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_project_group_assignment.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_project_user_assignment.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_system_group_assignment.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_system_user_assignment.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_service.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_trust.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_user.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/identity/v3 copying openstack/tests/unit/image/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image copying openstack/tests/unit/image/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v1 copying openstack/tests/unit/image/v1/test_image.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v1 copying openstack/tests/unit/image/v1/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v1 copying openstack/tests/unit/image/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_cache.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_image.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_member.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_metadef_namespace.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_metadef_object.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_metadef_property.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_metadef_resource_type.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_metadef_resource_type_association.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_metadef_schema.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_schema.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_service_info.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_task.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/image/v2 copying openstack/tests/unit/instance_ha/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/instance_ha copying openstack/tests/unit/instance_ha/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_host.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_notification.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_segment.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_vmove.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/key_manager/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/key_manager copying openstack/tests/unit/key_manager/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_container.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_order.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_secret.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/load_balancer/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_amphora.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_availability_zone.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_availability_zone_profile.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_flavor.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_flavor_profile.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_health_monitor.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_l7policy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_l7rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_listener.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_load_balancer.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_member.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_pool.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_provider.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_quota.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_version.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer/v2 copying openstack/tests/unit/load_balancer/v2/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/load_balancer/v2 copying openstack/tests/unit/message/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/message copying openstack/tests/unit/message/test_version.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/message copying openstack/tests/unit/message/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_claim.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_message.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_queue.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_subscription.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/message/v2 copying openstack/tests/unit/network/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network copying openstack/tests/unit/network/test_version.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network copying openstack/tests/unit/network/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_address_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_address_scope.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_agent.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_auto_allocated_topology.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_availability_zone.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_bgp_peer.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_bgp_speaker.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_bgpvpn.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_default_security_group_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_extension.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_firewall_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_firewall_policy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_firewall_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_flavor.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_floating_ip.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_health_monitor.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_l3_conntrack_helper.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_listener.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_load_balancer.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_local_ip.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_local_ip_association.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_metering_label.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_metering_label_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_ndp_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_network.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_network_ip_availability.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_network_segment_range.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_pool.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_pool_member.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_port.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_port_forwarding.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_bandwidth_limit_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_dscp_marking_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_minimum_bandwidth_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_minimum_packet_rate_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_policy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_rule_type.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_quota.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_rbac_policy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_router.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_security_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_security_group_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_segment.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_service_profile.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_service_provider.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_sfc_flow_classifier.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_sfc_port_chain.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_sfc_port_pair.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_sfc_port_pair_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_sfc_service_graph.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_subnet.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_subnet_pool.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_tap_flow.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_tap_service.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_trunk.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_vpn_endpoint_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_vpn_ikepolicy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_vpn_ipsec_site_connection.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_vpn_ipsecpolicy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_vpn_service.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/network/v2 copying openstack/tests/unit/object_store/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/object_store copying openstack/tests/unit/object_store/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_account.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_container.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_info.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_obj.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/orchestration/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration copying openstack/tests/unit/orchestration/test_version.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration copying openstack/tests/unit/orchestration/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/hello_world.yaml -> openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/helloworld.txt -> openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_resource.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_software_config.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_software_deployment.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack_environment.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack_files.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack_template.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_template.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/placement/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/placement copying openstack/tests/unit/placement/v1/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/placement/v1 copying openstack/tests/unit/placement/v1/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/placement/v1 copying openstack/tests/unit/placement/v1/test_resource_class.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/placement/v1 copying openstack/tests/unit/placement/v1/test_resource_provider.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/placement/v1 copying openstack/tests/unit/placement/v1/test_resource_provider_inventory.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/placement/v1 copying openstack/tests/unit/placement/v1/test_trait.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/placement/v1 copying openstack/tests/unit/shared_file_system/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system copying openstack/tests/unit/shared_file_system/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_availability_zone.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_limit.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_share.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_share_access_rule.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_share_export_locations.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_share_group.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_share_group_snapshot.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_share_instance.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_share_network.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_share_network_subnet.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_share_snapshot.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_share_snapshot_instance.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_storage_pool.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/shared_file_system/v2/test_user_message.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/shared_file_system/v2 copying openstack/tests/unit/workflow/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/test_cron_trigger.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/test_execution.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/test_version.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/test_workflow.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/workflow/v2 copying openstack/tests/unit/workflow/v2/test_proxy.py -> openstacksdk-1.6.0.dev45/openstack/tests/unit/workflow/v2 copying openstack/workflow/__init__.py -> openstacksdk-1.6.0.dev45/openstack/workflow copying openstack/workflow/version.py -> openstacksdk-1.6.0.dev45/openstack/workflow copying openstack/workflow/workflow_service.py -> openstacksdk-1.6.0.dev45/openstack/workflow copying openstack/workflow/v2/__init__.py -> openstacksdk-1.6.0.dev45/openstack/workflow/v2 copying openstack/workflow/v2/_proxy.py -> openstacksdk-1.6.0.dev45/openstack/workflow/v2 copying openstack/workflow/v2/cron_trigger.py -> openstacksdk-1.6.0.dev45/openstack/workflow/v2 copying openstack/workflow/v2/execution.py -> openstacksdk-1.6.0.dev45/openstack/workflow/v2 copying openstack/workflow/v2/workflow.py -> openstacksdk-1.6.0.dev45/openstack/workflow/v2 copying openstacksdk.egg-info/PKG-INFO -> openstacksdk-1.6.0.dev45/openstacksdk.egg-info copying openstacksdk.egg-info/SOURCES.txt -> openstacksdk-1.6.0.dev45/openstacksdk.egg-info copying openstacksdk.egg-info/dependency_links.txt -> openstacksdk-1.6.0.dev45/openstacksdk.egg-info copying openstacksdk.egg-info/entry_points.txt -> openstacksdk-1.6.0.dev45/openstacksdk.egg-info copying openstacksdk.egg-info/not-zip-safe -> openstacksdk-1.6.0.dev45/openstacksdk.egg-info copying openstacksdk.egg-info/pbr.json -> openstacksdk-1.6.0.dev45/openstacksdk.egg-info copying openstacksdk.egg-info/requires.txt -> openstacksdk-1.6.0.dev45/openstacksdk.egg-info copying openstacksdk.egg-info/top_level.txt -> openstacksdk-1.6.0.dev45/openstacksdk.egg-info copying playbooks/acceptance/post.yaml -> openstacksdk-1.6.0.dev45/playbooks/acceptance copying playbooks/acceptance/pre.yaml -> openstacksdk-1.6.0.dev45/playbooks/acceptance copying playbooks/acceptance/run-with-devstack.yaml -> openstacksdk-1.6.0.dev45/playbooks/acceptance copying playbooks/devstack/legacy-git.yaml -> openstacksdk-1.6.0.dev45/playbooks/devstack copying playbooks/devstack/post.yaml -> openstacksdk-1.6.0.dev45/playbooks/devstack copying releasenotes/notes/add-aggregates-fc563e237755112e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-application-credentials-abab9106dea10c11.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-az-to-loadbalancer-da9bf1baaedc89a4.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-block-storage-group-snapshots-954cc869227317c3.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-block-storage-group-type-group-specs-d07047167224ec83.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-block-storage-groups-bf5f1af714c9e505.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-block-storage-service-support-ce03092ce2d7e7b9.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-block-storage-summary-support-dd00d424c4e6a3b1.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-bulk-create-resources-12192ec9d76c7716.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-cipher-list-support-to-octavia-b6b2b0053ca6b184.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-compute-flavor-ops-12149e58299c413e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-current-user-id-49b6463e6bcc3b31.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-cyborg-support-b9afca69f709c048.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-dns-606cc018e01d40fa.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-dns-domain-support-for-port-3fa4568330dda07e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-dns-zone-share-api-374e71cac504917f.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-fakes-generator-72c53d34c995fcb2.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-find-backup-find-snapshot-v2-756a05ccd150db82.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-fip-portforwarding-methods-cffc14a6283cedfb.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-identity-domain-configuration-2e8bcaa20736b379.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-identity-group-users-proxy-method-e37f8983b2406819.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-image-attributes-05b820a85cd09806.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-image-cache-support-3f8c13550a84d749.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-image-cache-support-78477e1686c52e56.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-image-metadef-namespace-support-b93557afdcf4272c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-image-metadef-property-fb87e5a7090e73ac.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-image-metadef-schema-b463825481bdf954.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-image-schema-9c07c2789490718a.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-image-service-info-90d6063b5ba0735d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-image-stage-1dbc3844a042fd26.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-jmespath-support-f47b7a503dbbfda1.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-limit-to-shared-file-2b443c2a00c75e6e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-list_flavor_access-e038253e953e6586.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-load-balancer-flavor-api-d2598e30347a19fc.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-load-balancer-flavor-profile-api-e5a15157563eb75f.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-load-balancer-listener-alpn-protocols-ded816c78bf2080c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-load-balancer-pool-alpn-protocols-77f0c7015f176369.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-load-balancer-provider-api-08bcfb72ddf5b247.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-magnum-cluster-support-843fe2709b8f4789.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-masakara-support-3f7df4436ac869cf.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-masakari-enabled-to-segment-0e83da869d2ab03f.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-masakari-vmoves-873ad67830c92254.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-metadef-object-5eec168baf039e80.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-migrations-946adf16674d4b2a.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-new-field-progress-details-in-notification-resource-f7871acb6ffd46dc.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-node-boot-mode-5f49882fdd86f35b.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-node-boot-mode-set-5718a8d6511b4826.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-node-inventory-52f54e16777814e7.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-node-vendor_passthru-29b384cadf795b48.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-octavia-amphora-api-7f3586f6a4f31de4.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-octavia-lb-failover-9a34c9577d78ad34.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-octavia-lb-listener-stats-1538cc6e4f734353.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-octavia-listener-hsts-fields-50c621b71e56dc13.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-octavia-tags-support-1c1cf94184e6ebb7.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-placement-resource-class-e1c644d978b886bc.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-placement-resource-provider-aggregates-1310c0be6a4097d3.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-placement-resource-provider-inventory-8714cafefae74810.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-placement-support-a2011eb1e900804d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-placement-trait-29957d2c03edbfb9.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-port-hardware-offload-type-1232c5ae3f62d7df.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-port-numa-affinity-policy-b42a85dbe26560d2.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-propagate_uplink_status-to-port-0152d476c65979e3.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-server-console-078ed2696e5b04d9.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-server-migrations-6e31183196f14deb.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-service-0bcc16eb026eade3.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-sg-rules-bulk-f36a3e2326d74867.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-share-access-rules-to-shared-file-362bee34f7331186.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-share-network-subnet-to-shared-file-b5de3ce6ca723209.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-share-network-to-shared-file-c5c9a6b8ccf1d958.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-share-snapshot-instance-to-shared-file-4d935f12d67bf59d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-share-snapshot-to-shared-file-82ecedbdbed2e3c5.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-share_group-to-shared-file-8cee20d8aa2afbb7.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-shared-file-syste-share_instance-fffaea2d3a77ba24.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-shared-file-system-manage-unmanage-share-830e313f96e5fd2b.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-shared-file-system-share-group-snapshot-c5099e6c8accf077.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-shared-file-system-share-metadata-e0415bb71d8a0a48.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-shared-file-system-share-resize-ddd650c2e32fed34.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-shared-file-system-shares-2e1d44a1bb882d6d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-shared-file-system-shares-e9f356a318045607.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-shared-file-systems-83a3767429fd5e8c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-shared-file-systems-export-location-a27c1741880c384b.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-shelve_offload-427f6550fc55e622.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-show-all-images-flag-352748b6c3d99f3f.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-stack-export-3ace746a8c80d766.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-storage-pool-to-shared-file-ad45da1b2510b412.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-support-allowed-cidrs-loadbalancer-listener-809e523a8bd6a7d5.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-support-availability_zone-loadbalancer-a18aa1708d7859e2.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-support-for-setting-static-routes-b3ce6cac2c5e9e51.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-system-role-assignment-693dd3e1da33a54d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-tls-container-refs-params-for-octavia-pools-76f295cd2daa7f53.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-tls-version-support-for-octavia-7ecb372e6fb58101.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-tls_enabled-parameter-for-octavia-pools-f0a23436d826b313.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-unified-limit-5ac334a08e137a70.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-user-group-assignment-9c419b6c6bfe392c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-user-message-to-shared-file-85d7bbccf8347c4f.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-volume-attachment-support-b5f9a9e78ba88355.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-volume-extend-support-86e5c8cff5d6874e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add-volume-type-update-b84f50b7fa3b061d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add_description_create_user-0ddc9a0ef4da840d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add_designate_recordsets_support-69af0a6b317073e7.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add_designate_zones_support-35fa9b8b09995b43.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add_heat_tag_support-135aa43ba1dce3bb.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add_host_aggregate_support-471623faf45ec3c3.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add_image_import_support-6cea2e7d7a781071.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add_influxdb_stats-665714d715302ad5.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add_magnum_baymodel_support-e35e5aab0b14ff75.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add_magnum_services_support-3d95f9dcc60b5573.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add_project_cleanup-39c3517b25a5372e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add_server_group_support-dfa472e3dae7d34d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add_support_port_binding_attrs-c70966724eb970f3.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add_update_server-8761059d6de7e68b.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add_update_service-28e590a7a7524053.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/add_vendor_hook-e87b6afb7f215a30.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/added-federation-support-3b65e531e57211f5.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/added-senlin-support-1eb4e47c31258f66.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/allocation-api-04f6b3b7a0ccc850.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/allocation-update-910c36c1290e5121.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/alternate-auth-context-3939f1492a0e1355.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/always-detail-cluster-templates-3eb4b5744ba327ac.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/auth-url-vexxhost-8d63cd17bde21320.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/bail-on-failed-service-cf299c37d5647b08.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-configdrive-mkisofs-xorrisofs-075db4d7d80e5a13.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-details-09b27fba82111cfb.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-errors-5cc871e8df4c9d95.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-fields-1f6fbcd8bd1ea2aa.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-fields-624546fa533a8287.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-fields-convert-857b8804327f1e86.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-introspection-973351b3ee76309e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-maintenance-5cb95c6d898d4d72.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-patch-feebd96b1b92f3b9.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-ports-cc0f56ae0d192aba.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-reservation-40327923092e9647.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-retired-fields-f56a4632ad4797d7.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-retries-804f553b4e22b3bf.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-retries-ff8aa8f73fb97415.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-traits-d1137318db33b8d1.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-update-80effb38aae8e02d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-validate-ccce2a37d2a20d96.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-vif-122457118c722a9b.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/baremetal-wait-e4571cdb150b188a.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/basic-api-cache-4ad8cf2754b004d1.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/block-storage-backup-5886e91fd6e423bf.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/block-storage-qs-0e3b69be2e709b65.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/block-storage-v3-9798d584d088c048.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/block_storage-type_encryption-121f8a222c822fb5.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/boot-on-server-group-a80e51850db24b3d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/bug-2001080-de52ead3c5466792.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/bug-2010898-430da335e4df0efe.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/cache-auth-in-keyring-773dd5f682cd1610.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/cache-in-use-volumes-c7fa8bb378106fe3.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/catch-up-release-notes-e385fad34e9f3d6e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/change-attach-vol-return-value-4834a1f78392abb1.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/cinder_volume_backups_support-6f7ceab440853833.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/cinderv2-norm-fix-037189c60b43089f.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/cleanup-objects-f99aeecf22ac13dd.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/cloud-profile-status-e0d29b5e2f10e95c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/clustering-resource-deletion-bed869ba47c2aac1.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/complete-aggregate-functions-45d5f2beeeac2b48.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/compute-microversion-2-17-b05cb87580b8d56a.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/compute-microversion-2-73-abae1d0c3740f76e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/compute-microversion-2-89-8c5187cc3bf6bd02.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/compute-quota-set-e664412d089945d2.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/compute-quotas-b07a0f24dfac8444.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/compute-restore-server-020bf091acc9f8df.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/compute-service-zone-2b25ec705b0156c4.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/compute-usage-defaults-5f5b2936f17ff400.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/compute-volume-attachment-proxy-method-rework-dc35fe9ca3af1c16.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/conf-object-ctr-c0e1da0a67dad841.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/config-aliases-0f6297eafd05c07c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/config-flavor-specs-ca712e17971482b6.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/configdrive-f8ca9f94b2981db7.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/container-search-b0f4253ce2deeda5.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/create-object-data-870cb543543aa983.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/create-object-directory-98e2cae175cc5082.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/create-stack-fix-12dbb59a48ac7442.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/create-subnet-by-subnetpool-eba1129c67ed4d96.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/create_server_network_fix-c4a56b31d2850a4b.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/create_service_norm-319a97433d68fa6a.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/cron_triggers_proxy-51aa89e91bbb9798.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/data-model-cf50d86982646370.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/default-cloud-7ee0bcb9e5dd24b9.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/default-microversion-b2401727cb591002.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/delete-autocreated-1839187b0aa35022.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/delete-image-objects-9d4b4e0fff36a23f.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/delete-obj-return-a3ecf0415b7a2989.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/delete_project-399f9b3107014dde.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/deprecate-remote_ip_prefix-metering-label-rules-843d5a962e4e428c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/deprecated-compute-image-proxy-apis-986263f6aa1b1b25.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/deprecated-profile-762afdef0e8fc9e8.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/disable-service-39df96ef8a817785.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/dns-domain-parameter-d3acfc3287a9d632.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/domain_operations_name_or_id-baba4cac5b67234d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/drop-Resource-allow_get-attribute-fec75b551fb79465.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/drop-formatter-deserialize-30b19956fb79bb8d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/drop-python27-b824f9ce51cb1ab7.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/drop-senlin-cloud-layer-c06d496acc70b014.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/dropped-python-3.5-b154887cce87947c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/dual-stack-networks-8a81941c97d28deb.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/endpoint-from-catalog-bad36cb0409a4e6a.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/expose-client-side-rate-limit-ddb82df7cb92091c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/false-not-attribute-error-49484d0fdc61f75d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/feature-server-metadata-50caf18cec532160.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/find_server-use-details-9a22e83ec6540c98.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fip_timeout-035c4bb3ff92fa1f.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/firewall-resources-c7589d288dd57e35.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-compat-with-old-keystoneauth-66e11ee9d008b962.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-config-drive-a148b7589f7e1022.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-delete-ips-1d4eebf7bc4d4733.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-dns-return-c810d5e6736322f1.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-endpoint-override-ac41baeec9549ab3.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-floating-ip-private-matching-84e369eee380a185.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-for-microversion-70cd686b6d6e3fd0.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-image-hw_qemu_guest_agent-bf1147e52c84b5e8.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-image-task-ae79502dd5c7ecba.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-list-networks-a592725df64c306e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-microversion-354dc70deb2b2f0b.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-missing-futures-a0617a1c1ce6e659.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-neutron-endpoint-mangling-a9dd89dd09bc71ec.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-os_auth_type-v3multifactor-049cf52573d9e00e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-properties-key-conflict-2161ca1faaad6731.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-supplemental-fips-c9cd58aac12eb30e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-task-timing-048afea680adc62e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-update-domain-af47b066ac52eb7f.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fix-yaml-load-3e6bd852afe549b4.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fixed-magnum-type-7406f0a60525f858.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/flavor-cloud-layer-0b4d130ac1c5e7c4.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/flavor_fix-a53c6b326dc34a2c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/floating_ip_normalization-41e0edcdb0c98aee.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/fnmatch-name-or-id-f658fe26f84086c8.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/force_ipv4_no_ipv6_address-9842168b5d05d262.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/futurist-b54b0f449d410997.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/generate-form-signature-294ca46812f291d6.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/get-limits-c383c512f8e01873.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/get-object-raw-e58284e59c81c8ef.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/get-server-by-id-none-3e8538800fa09d82.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/get-usage-72d249ff790d1b8f.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/get_compute_usage-01811dccd60dc92a.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/get_object_api-968483adb016bce1.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/glance-image-pagination-0b4dfef22b25852b.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/glance-image-stores-2baa66e6743a2f2d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/global-request-id-d7c0736f43929165.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/grant-revoke-assignments-231d3f9596a1ae75.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/identity-auth-url-f3ae8ef22d2bcab6.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/image-flavor-by-name-54865b00ebbf1004.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/image-from-volume-9acf7379f5995b5b.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/image-id-filter-key-b9b6b52139a27cbe.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/image-import-proxy-params-f19d8b6166104ebe.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/image-import-support-97052cdbc8ce449b.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/image-proxy-layer-kwarg-only-arguments-94c9b2033d386160.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/image-update-76bd3bf24c1c1380.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/improve-metrics-5d7ce70ce4021d72.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/infer-secgroup-source-58d840aaf1a1f485.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/introduce-source-and-destination-ip-prefixes-into-metering-label-rules-e04b797adac5d0d0.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/introspection-node-6a3b7d55839ef82c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/ironic-conductors-support-3bf27e8b2f0299ba.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/ironic-deploy-steps-2c0f39d7d2a13289.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/ironic-deploy-template-support-fa56005365ed6e4d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/ironic-introspection_rules_support-18b0488a76800122.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/ironic-microversion-ba5b0f36f11196a6.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/ironic-node-shard-35f2557c3dbfff1d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/ironic-volume_target-support-8130361804366787.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/ksa-discovery-86a4ef00d85ea87f.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/less-file-hashing-d2497337da5acbef.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/list-all_projects-filter-27f1d471a7848507.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/list-az-names-a38c277d1192471b.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/list-network-resources-empty-list-6aa760c01e7d97d7.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/list-role-assignments-keystone-v2-b127b12b4860f50c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/list-servers-all-projects-349e6dc665ba2e8d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/load-yaml-3177efca78e5c67a.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/location-server-resource-af77fdab5d35d421.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/log-request-ids-37507cb6eed9a7da.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/machine-get-update-microversions-4b910e63cebd65e2.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/magic-fixes-dca4ae4dac2441a8.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/make-cloud-region-standalone-848a2c4b5f3ebc29.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/make-rest-client-dd3d365632a26fa0.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/make-rest-client-version-discovery-84125700f159491a.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/make_object_metadata_easier.yaml-e9751723e002e06f.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/merge-shade-os-client-config-29878734ad643e33.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/meta-passthrough-d695bff4f9366b65.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/metadata-key-name-bugfix-77612a825c5145d7.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/min-max-legacy-version-301242466ddefa93.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/mtu-settings-8ce8b54d096580a2.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/multiple-updates-b48cc2f6db2e526d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/munch-sub-dict-e1619c71c26879cb.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/nat-source-field-7c7db2a724616d59.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/nat-source-support-92aaf6b336d0b848.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/net_provider-dd64b697476b7094.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/network-data-bd94e4a499ba3e0d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/network-data-deb5772edc111428.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/network-list-e6e9dafdd8446263.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/network-qos-rule-filter-keys-324e3222510fd362.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/network-quotas-b98cce9ffeffdbf4.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/network-security-group-query-parameter-id-f6dda45b2c09dbaa.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/network_add_bgp_resources-c182dc2873d6db18.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/network_add_bgpvpn_resources-b3bd0b568c3c99db.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/network_add_sfc_resources-8a52c0c8c1f8e932.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/network_add_taas_resources-86a947265e11ce84.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/neutron-discovery-54399116d5f810ee.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/neutron_availability_zone_extension-675c2460ebb50a09.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/new-floating-attributes-213cdf5681d337e1.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/no-import-fallback-a09b5d5a11299933.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/no-inspect-associated-563e272785bb6016.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/no-more-troveclient-0a4739c21432ac63.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/no-start-task-manager-56773f3ea5eb3a59.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/node-boot-devices-2ab4991d75a2ab52.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/node-consoles-63589f22da98a689.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/node-create-027ea99193f344ef.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/node-inject-nmi-53d12681026e0b6c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/node-owner-7f4b083ff9da8cce.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/node-set-provision-state-3472cbd81c47458f.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/norm_role_assignments-a13f41768e62d40c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/normalize-images-1331bea7bfffa36a.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/normalize-machine-290d9f2a3b3a7ef0.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/nova-flavor-to-rest-0a5757e35714a690.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/nova-old-microversion-5e4b8e239ba44096.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/object-checksum-generation-ea1c1e47d2290054.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/object-chunked-data-ee619b7d4759b8d2.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/object-search-a5f5ec4b2df3e045.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/old-placement-4b3c34abb8fe7b81.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/optimize-server-console-1d27c107b9a1cdc3.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/option-precedence-1fecab21fdfb2c33.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/port-device-profile-af91e25c45321691.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/power-wait-751083852f958cb4.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/project-cleanup-exclude-option-65cba962eaa5b61a.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/project-cleanup-swift-f67615e5c3ab8fd8.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/provision-state-negotiation-0155b4d0e932054c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/python-3.5-629817cec092d528.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/qos-min-pps-rule-52df1b150b1d3f68.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/qos-port-network-policy-cab43faa0f8bc036.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/r1-cab94ae7d749a1ec.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/r1-d4efe289ebf0cbcd.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/rackspace-block-storage-v2-fe0dd69b9e037599.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/register-machine-72ac3e65a1ed55b1.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/remote-address-group-id-6291816888cb3de7.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/remote-profile-100218d08b25019d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/remove-auto-container-527f1807605b42c0.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/remove-block-store-details-classes-158ab1f46655320a.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/remove-cloud-caching-layer-2b0384870a45e8a3.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/remove-magnumclient-875b3e513f98f57c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/remove-metric-fe5ddfd52b43c852.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/remove-novaclient-3f8d4db20d5f9582.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/remove-serverdetails-resource-f66cb278b224627d.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/removed-deprecated-things-8700fe3592c3bf18.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/removed-glanceclient-105c7fba9481b9be.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/removed-meter-6f6651b6e452e000.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/removed-profile-437f3038025b0fb3.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/removed-profile-b033d870937868a1.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/removed-swiftclient-aff22bfaeee5f59f.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/rename-base-proxy-b9fcb22d373864a2.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/rename-resource-methods-5f2a716b08156765.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/rename-service-force-down-6f462d62959a5315.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/renamed-bare-metal-b1cdbc52af14e042.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/renamed-block-store-bc5e0a7315bfeb67.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/renamed-cluster-743da6d321fffcba.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/renamed-telemetry-c08ae3e72afca24f.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/request-stats-9d70480bebbdb4d6.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/resource-find-filter-by-name-e647e5c507ff4b6c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/resource2-migration-835590b300bef621.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/retrieve-detailed-view-for-find-proxy-methods-947a3280732c448a.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/revert-futurist-34acc42fd3f0e7f3.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/rework-compute-hypervisor-a62f275a0fd1f074.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/router-extraroute-atomic-1a0c84c3fd90ceb1.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/router_ext_gw-b86582317bca8b39.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/sdk-helper-41f8d815cfbcfb00.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/search_resource-b9c2f772e01d3b2c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/server-actions-microversion-support-f14b293d9c3d3d5e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/server-create-error-id-66c698c7e633fb8b.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/server-security-groups-840ab28c04f359de.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/service_enabled_flag-c917b305d3f2e8fd.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/session-client-b581a6e5d18c8f04.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/set-bootable-volume-454a7a41e7e77d08.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/shade-helper-568f8cb372eef6d9.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/shade-into-connection-81191fb3d0ddaf6e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/shade-location-b0d2e5cae743b738.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/snap-updated_at-a46711b6160e3a26.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/stack-update-5886e91fd6e423bf.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/started-using-reno-242e2b0cd27f9480.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/stateful-security-group-f32a78b9bbb49874.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/stop-using-tenant-id-42eb35139ba9eeff.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/stream-object-6ecd43511dca726b.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/stream-to-file-91f48d6dcea399c6.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/strict-mode-d493abc0c3e87945.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/strict-proxies-4a315f68f387ee89.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/support_stdin_image_upload-305c04fb2daeb32c.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/swift-set-metadata-c18c60e440f9e4a7.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/swift-upload-lock-d18f3d42b3a0719a.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/switch-coe-to-proxy-c18789ed27cc1d95.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/switch-nova-to-created_at-45b7b50af6a2d59e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/switch-to-warnings-333955d19afc99ca.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/task-manager-parameter-c6606653532248f2.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/toggle-port-security-f5bc606e82141feb.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/unprocessed-2d75133911945869.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/unshelve-to-specific-host-84666d440dce4a73.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/update-role-property-b16e902e913c7b25.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/update_endpoint-f87c1f42d0c0d1ef.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/update_workflow-ecdef6056ef2687b.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/use-interface-ip-c5cb3e7c91150096.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/use-proxy-layer-dfc3764d52bc1f2a.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/v4-fixed-ip-325740fdae85ffa9.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/validate-machine-dcf528b8f587e3f0.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/vendor-add-betacloud-03872c3485104853.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/vendor-add-limestonenetworks-99b2ffab9fc23b08.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/vendor-update-betacloud-37dac22d8d91a3c5.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/vendor-updates-f11184ba56bb27cf.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/version-command-70c37dd7f880e9ae.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/version-discovery-a501c4e9e9869f77.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/vol-updated_at-274c3a2bb94c8939.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/volume-quotas-5b674ee8c1f71eb6.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/volume-types-a07a14ae668e7dd2.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/volume-update-876e6540c8471440.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/volume_connector-api-f001e6f5fc4d1688.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/wait-on-image-snapshot-27cd2eacab2fabd8.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/wait-provision-state-no-fail-efa74dd39f687df8.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/wait_for_server-8dc8446b7c673d36.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/wait_for_status_delete_callback_param-68d30161e23340bb.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/wire-in-retries-10898f7bc81e2269.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/workaround-transitive-deps-1e7a214f3256b77e.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/notes/xenapi-use-agent-ecc33e520da81ffa.yaml -> openstacksdk-1.6.0.dev45/releasenotes/notes copying releasenotes/source/2023.1.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/2023.2.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/conf.py -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/index.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/ocata.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/pike.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/queens.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/rocky.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/stein.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/train.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/unreleased.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/ussuri.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/victoria.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/wallaby.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/xena.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/yoga.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/zed.rst -> openstacksdk-1.6.0.dev45/releasenotes/source copying releasenotes/source/_static/.placeholder -> openstacksdk-1.6.0.dev45/releasenotes/source/_static copying releasenotes/source/_templates/.placeholder -> openstacksdk-1.6.0.dev45/releasenotes/source/_templates copying roles/deploy-clouds-config/README.rst -> openstacksdk-1.6.0.dev45/roles/deploy-clouds-config copying roles/deploy-clouds-config/defaults/main.yaml -> openstacksdk-1.6.0.dev45/roles/deploy-clouds-config/defaults copying roles/deploy-clouds-config/tasks/main.yaml -> openstacksdk-1.6.0.dev45/roles/deploy-clouds-config/tasks copying roles/deploy-clouds-config/templates/clouds.yaml.j2 -> openstacksdk-1.6.0.dev45/roles/deploy-clouds-config/templates copying tools/keystone_version.py -> openstacksdk-1.6.0.dev45/tools copying tools/nova_version.py -> openstacksdk-1.6.0.dev45/tools copying tools/print-services.py -> openstacksdk-1.6.0.dev45/tools copying zuul.d/acceptance-jobs.yaml -> openstacksdk-1.6.0.dev45/zuul.d copying zuul.d/functional-jobs.yaml -> openstacksdk-1.6.0.dev45/zuul.d copying zuul.d/metal-jobs.yaml -> openstacksdk-1.6.0.dev45/zuul.d copying zuul.d/project.yaml -> openstacksdk-1.6.0.dev45/zuul.d Writing openstacksdk-1.6.0.dev45/setup.cfg creating dist Creating tar archive removing 'openstacksdk-1.6.0.dev45' (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-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + /usr/bin/mock -v -r /home/centos9-master/data/dlrn-5.cfg --resultdir /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 --copyout /var/tmp/pkgsrc/dist /tmp/tmp.xB5cySeA4O/dist INFO: mock.py version 3.5 starting (python version = 3.6.8, NVR = mock-3.5-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-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: [] DEBUG: version: 3.5 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 DEBUG: rootdir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: 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: quay.io/centos/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_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', '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-5/ccache/u1032/', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, '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-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, '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-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, '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-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}} 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', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: 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', 'versionlock'] DEBUG: user_agent: Mock (dlrn-centos9-master-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos9-master/data/dlrn-5.cfg DEBUG: root: dlrn-centos9-master-x86_64-5 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-baremetal] name=delorean-openstack-ironic-6261b7348350d5af1e671cc164d880779ca01f0c baseurl=https://trunk.rdoproject.org/centos9-master-head/component/baremetal/62/61/6261b7348350d5af1e671cc164d880779ca01f0c_e7b7a0df enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-95630360b2091409dc35eebd86d51d9aad2ab0fc baseurl=https://trunk.rdoproject.org/centos9-master-head/component/cinder/95/63/95630360b2091409dc35eebd86d51d9aad2ab0fc_d4265d24 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-manilaclient-64f58141bb6f460485bd8d70885384f0b25fba3d baseurl=https://trunk.rdoproject.org/centos9-master-head/component/clients/64/f5/64f58141bb6f460485bd8d70885384f0b25fba3d_9f3cd96a enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-ccf41cefef641281c35842099839d6dfa4db5832 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/cloudops/cc/f4/ccf41cefef641281c35842099839d6dfa4db5832_1304edce enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-heat-7709388059dd8950185245319542535e326aa9a0 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/common/77/09/7709388059dd8950185245319542535e326aa9a0_c0cf423b enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-b419f1dc56e3b6e2295f8340d21703855bceb2cb baseurl=https://trunk.rdoproject.org/centos9-master-head/component/compute/b4/19/b419f1dc56e3b6e2295f8340d21703855bceb2cb_3592932c enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-03a14a9b9c3fbbe106d1f2cc1e33fb594a5be963 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/glance/03/a1/03a14a9b9c3fbbe106d1f2cc1e33fb594a5be963_f30f0626 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-dae4d135da2c7c9cd223db5379e04ccce61f8037 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/manila/da/e4/dae4d135da2c7c9cd223db5379e04ccce61f8037_7bfc8b69 enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-7eacabc0c54510998a2f7a415002038c560ad759 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/network/7e/ac/7eacabc0c54510998a2f7a415002038c560ad759_4b5911e8 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-d7ddf4d78515b576e88f635ff7c361f5b291f54b baseurl=https://trunk.rdoproject.org/centos9-master-head/component/octavia/d7/dd/d7ddf4d78515b576e88f635ff7c361f5b291f54b_bef18b2a enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-61f89d7768a9422f5613bb95131388605b4c2aa6 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/podified/61/f8/61f89d7768a9422f5613bb95131388605b4c2aa6_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-systemd-006bdf0493d83a5365ae4ef7eccef90bec115d1e baseurl=https://trunk.rdoproject.org/centos9-master-head/component/puppet/00/6b/006bdf0493d83a5365ae4ef7eccef90bec115d1e_1d88243a enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-ansible-role-thales-hsm-ed676be778f5ad8b9c2ef28ce69e3d9123cb9a70 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/security/ed/67/ed676be778f5ad8b9c2ef28ce69e3d9123cb9a70_e5d758c4 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-d31a54a65c186550a99bb985f056c071690a3939 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/swift/d3/1a/d31a54a65c186550a99bb985f056c071690a3939_1fe0d6bf enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-479a48659d6c9d26611e8fbd1d539f0447b10e11 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/tempest/47/9a/479a48659d6c9d26611e8fbd1d539f0447b10e11_9e1a90c1 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-12dbdf93ac8b53b4c8f08228d218c3946b113683 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/ui/12/db/12dbdf93ac8b53b4c8f08228d218c3946b113683_e0ab12ca 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-reef/ 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 # epel is required for Ceph Reef [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=libarrow*,parquet*,python3-asyncssh,re2,python3-grpcio,grpc*,abseil* 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-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-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: 16139340 5134652 828212 2485624 10176476 8178888 DEBUG: Swap: 16777212 3557400 13219812 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 266M 4.1G 7% /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root DEBUG: /dev/vda1 550G 542G 8.1G 99% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/results Mock Version: 3.5 INFO: Mock Version: 3.5 INFO: Mock Version: 3.5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/mapper DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 4.18.0-485.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.nzbkzid7', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc DEBUG: method _fixup_build_user skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-5/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-5/root. DEBUG: ensuring that dir exists: /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: 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: 16139340 5145688 807980 2485624 10185672 8168048 DEBUG: Swap: 16777212 3557400 13219812 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 1.5G 2.9G 33% /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: /dev/vda1 550G 542G 8.1G 99% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 Mock Version: 3.5 INFO: Mock Version: 3.5 INFO: Mock Version: 3.5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/mapper DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/mapper DEBUG: kernel version == 4.18.0-485.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.mvlr35dt', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: resultdir = /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/root/.initialized Finish: chroot init INFO: copying /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/tmp/pkgsrc/dist to /tmp/tmp.xB5cySeA4O/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-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + '[' tarball == gem ']' ++ ls /tmp/tmp.xB5cySeA4O/dist ++ grep .tar.gz + SOURCE=openstacksdk-1.6.0.dev45.tar.gz + SOURCEEXT=.tar.gz + SOURCEPATH=/tmp/tmp.xB5cySeA4O/dist/openstacksdk-1.6.0.dev45.tar.gz ++ basename openstacksdk-1.6.0.dev45.tar.gz .tar.gz + SOURCEWITHREL=openstacksdk-1.6.0.dev45-0.20231009123112.42dbb4e.tar.gz + mv /tmp/tmp.xB5cySeA4O/dist/openstacksdk-1.6.0.dev45.tar.gz /tmp/tmp.xB5cySeA4O/SOURCES/openstacksdk-1.6.0.dev45-0.20231009123112.42dbb4e.tar.gz + cd /home/centos9-master/data/python-openstacksdk_distro + cp -a python-openstacksdk.spec sources /tmp/tmp.xB5cySeA4O/SOURCES/ + cp python-openstacksdk.spec /tmp/tmp.xB5cySeA4O/SPECS/ + cd /tmp/tmp.xB5cySeA4O/SPECS/ + '[' -z '' ']' + grep -qc '^%define upstream_version.*' python-openstacksdk.spec + sed -i -e '1i%define upstream_version 1.6.0.dev45\' 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-1.6.0.dev45-0.20231009123112.42dbb4e.tar.gz .tar.gz + sed -i -e '1i%global dlrn_nvr openstacksdk-1.6.0.dev45-0.20231009123112.42dbb4e\' python-openstacksdk.spec + sed -i -e s/UPSTREAMVERSION/1.6.0.dev45/g python-openstacksdk.spec + set_nvr_in_spec + VERSION=1.6.0 + sed -i -e 's/Version:.*/Version: 1.6.0/g' python-openstacksdk.spec + sed -i -e 's/Release:.*/Release: 0.20231009123112.42dbb4e%{?dist}/g' python-openstacksdk.spec + '[' '' '!=' 1 ']' + sed -i -e 's/^\(Source\|Source0\):.*/\1: openstacksdk-1.6.0.dev45-0.20231009123112.42dbb4e.tar.gz/' python-openstacksdk.spec + '[' '' '!=' 1 ']' + sed -i -e '/^%changelog.*/q' python-openstacksdk.spec + cat python-openstacksdk.spec %global dlrn_nvr openstacksdk-1.6.0.dev45-0.20231009123112.42dbb4e %global dlrn 1 %define upstream_version 1.6.0.dev45 %{!?upstream_version: %global upstream_version %{version}%{?milestone}} # we are excluding some BRs from automatic generator %global excluded_brs doc8 bandit pre-commit hacking flake8-import-order statsd # Exclude sphinx from BRs if docs are disabled %if ! 0%{?with_doc} %global excluded_brs %{excluded_brs} sphinx openstackdocstheme %endif # 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: 1.6.0 Release: 0.20231009123112.42dbb4e%{?dist} Summary: An SDK for building applications to work with OpenStack License: Apache-2.0 URL: http://www.openstack.org/ Source0: openstacksdk-1.6.0.dev45-0.20231009123112.42dbb4e.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 BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros %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 %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 # This unit test requires python-prometheus, which is optional and not needed rm -f openstack/tests/unit/test_stats.py sed -i /^[[:space:]]*-c{env:.*_CONSTRAINTS_FILE.*/d tox.ini sed -i "s/^deps = -c{env:.*_CONSTRAINTS_FILE.*/deps =/" tox.ini sed -i /^minversion.*/d tox.ini sed -i /^requires.*virtualenv.*/d tox.ini # Exclude some bad-known BRs for pkg in %{excluded_brs}; do for reqfile in doc/requirements.txt test-requirements.txt; do if [ -f $reqfile ]; then sed -i /^${pkg}.*/d $reqfile fi done done # Automatic BR generation %generate_buildrequires %if 0%{?with_doc} %pyproject_buildrequires -t -e %{default_toxenv},docs %else %pyproject_buildrequires -t -e %{default_toxenv} %endif %build %pyproject_wheel %if 0%{?with_doc} # generate html docs %tox -e docs # remove the sphinx-build-3 leftovers rm -rf doc/build/html/.{doctrees,buildinfo} %endif %install %pyproject_install %check rm -f ./openstack/tests/unit/test_hacking.py %tox -e %{default_toxenv} %files -n python3-%{pypi_name} %doc README.rst %license LICENSE %{_bindir}/openstack-inventory %{python3_sitelib}/openstack %{python3_sitelib}/%{pypi_name}-*.dist-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 doc/build/html %license LICENSE %endif %changelog + spectool -g -C /tmp/tmp.xB5cySeA4O/SOURCES python-openstacksdk.spec + /usr/bin/mock --buildsrpm -v -r /home/centos9-master/data/dlrn-5.cfg --resultdir /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 --spec python-openstacksdk.spec --sources=/tmp/tmp.xB5cySeA4O/SOURCES INFO: mock.py version 3.5 starting (python version = 3.6.8, NVR = mock-3.5-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-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: [] DEBUG: version: 3.5 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 DEBUG: rootdir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: 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: quay.io/centos/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_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', '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-5/ccache/u1032/', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, '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-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos9-master-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, '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-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, '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-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos9-master-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos9-master-x86_64-5', 'root': 'dlrn-centos9-master-x86_64-5', 'resultdir': '/home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697'}} 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', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: 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', 'versionlock'] DEBUG: user_agent: Mock (dlrn-centos9-master-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos9-master/data/dlrn-5.cfg DEBUG: root: dlrn-centos9-master-x86_64-5 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-baremetal] name=delorean-openstack-ironic-6261b7348350d5af1e671cc164d880779ca01f0c baseurl=https://trunk.rdoproject.org/centos9-master-head/component/baremetal/62/61/6261b7348350d5af1e671cc164d880779ca01f0c_e7b7a0df enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-95630360b2091409dc35eebd86d51d9aad2ab0fc baseurl=https://trunk.rdoproject.org/centos9-master-head/component/cinder/95/63/95630360b2091409dc35eebd86d51d9aad2ab0fc_d4265d24 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-manilaclient-64f58141bb6f460485bd8d70885384f0b25fba3d baseurl=https://trunk.rdoproject.org/centos9-master-head/component/clients/64/f5/64f58141bb6f460485bd8d70885384f0b25fba3d_9f3cd96a enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-ccf41cefef641281c35842099839d6dfa4db5832 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/cloudops/cc/f4/ccf41cefef641281c35842099839d6dfa4db5832_1304edce enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-heat-7709388059dd8950185245319542535e326aa9a0 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/common/77/09/7709388059dd8950185245319542535e326aa9a0_c0cf423b enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-b419f1dc56e3b6e2295f8340d21703855bceb2cb baseurl=https://trunk.rdoproject.org/centos9-master-head/component/compute/b4/19/b419f1dc56e3b6e2295f8340d21703855bceb2cb_3592932c enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-03a14a9b9c3fbbe106d1f2cc1e33fb594a5be963 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/glance/03/a1/03a14a9b9c3fbbe106d1f2cc1e33fb594a5be963_f30f0626 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-dae4d135da2c7c9cd223db5379e04ccce61f8037 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/manila/da/e4/dae4d135da2c7c9cd223db5379e04ccce61f8037_7bfc8b69 enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-7eacabc0c54510998a2f7a415002038c560ad759 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/network/7e/ac/7eacabc0c54510998a2f7a415002038c560ad759_4b5911e8 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-d7ddf4d78515b576e88f635ff7c361f5b291f54b baseurl=https://trunk.rdoproject.org/centos9-master-head/component/octavia/d7/dd/d7ddf4d78515b576e88f635ff7c361f5b291f54b_bef18b2a enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-61f89d7768a9422f5613bb95131388605b4c2aa6 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/podified/61/f8/61f89d7768a9422f5613bb95131388605b4c2aa6_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-systemd-006bdf0493d83a5365ae4ef7eccef90bec115d1e baseurl=https://trunk.rdoproject.org/centos9-master-head/component/puppet/00/6b/006bdf0493d83a5365ae4ef7eccef90bec115d1e_1d88243a enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-ansible-role-thales-hsm-ed676be778f5ad8b9c2ef28ce69e3d9123cb9a70 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/security/ed/67/ed676be778f5ad8b9c2ef28ce69e3d9123cb9a70_e5d758c4 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-d31a54a65c186550a99bb985f056c071690a3939 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/swift/d3/1a/d31a54a65c186550a99bb985f056c071690a3939_1fe0d6bf enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-479a48659d6c9d26611e8fbd1d539f0447b10e11 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/tempest/47/9a/479a48659d6c9d26611e8fbd1d539f0447b10e11_9e1a90c1 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-12dbdf93ac8b53b4c8f08228d218c3946b113683 baseurl=https://trunk.rdoproject.org/centos9-master-head/component/ui/12/db/12dbdf93ac8b53b4c8f08228d218c3946b113683_e0ab12ca 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-reef/ 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 # epel is required for Ceph Reef [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=libarrow*,parquet*,python3-asyncssh,re2,python3-grpcio,grpc*,abseil* 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-5) Start: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5 DEBUG: kill orphans INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['btrfs', 'subv', 'list', '/var/lib/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False Finish: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5-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: 16139340 5146036 2158260 1111888 8835044 9541436 DEBUG: Swap: 16777212 3557400 13219812 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 266M 4.1G 7% /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root DEBUG: /dev/vda1 550G 542G 8.1G 99% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/results Mock Version: 3.5 INFO: Mock Version: 3.5 INFO: Mock Version: 3.5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/mapper DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 4.18.0-485.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-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-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.9srse3k0', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/etc DEBUG: method _make_build_user skipped in bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/builddir DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos9-master-x86_64-5/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos9-master-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./proc DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./sys DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./dev DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./tmp/ccache DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./var/cache/yum DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./var/cache/dnf DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/./var/log DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos9-master-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: 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: 16139340 5110624 881732 2435612 10146984 8252928 DEBUG: Swap: 16777212 3557656 13219556 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 1.4G 3.0G 32% /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: /dev/vda1 550G 542G 8.1G 99% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 Mock Version: 3.5 INFO: Mock Version: 3.5 INFO: Mock Version: 3.5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/mapper DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/mapper DEBUG: kernel version == 4.18.0-485.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos9-master-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.irh1_jno', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos9-master-x86_64-5/root DEBUG: resultdir = /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/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-5/root/builddir/build DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir/build/RPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir/build/SPECS DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir/build/SRPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir/build/SOURCES DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir/build/BUILD DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir/build/BUILDROOT DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir/build/originals DEBUG: creating dir: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/builddir Start: dnf update DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: fonts-filesystem-2.0.5-7.el9.1.noarch DEBUG: tzdata-2023c-1.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: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch DEBUG: abattis-cantarell-fonts-0.301-4.el9.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: 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: 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-20.el9.noarch DEBUG: python3-setuptools-wheel-53.0.0-12.el9.noarch DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch DEBUG: pkgconf-m4-1.7.3-10.el9.noarch DEBUG: pcre2-syntax-10.40-2.el9.noarch DEBUG: coreutils-common-8.32-34.el9.x86_64 DEBUG: setup-2.13.7-9.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: bash-5.1.8-6.el9.x86_64 DEBUG: xz-libs-5.2.5-8.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.5.0-1.el9.x86_64 DEBUG: libzstd-1.5.1-2.el9.x86_64 DEBUG: libjpeg-turbo-2.0.90-6.el9.x86_64 DEBUG: sqlite-libs-3.34.1-6.el9.x86_64 DEBUG: p11-kit-0.24.1-2.el9.x86_64 DEBUG: libgpg-error-1.42-5.el9.x86_64 DEBUG: lcms2-2.12-3.el9.x86_64 DEBUG: mpfr-4.1.0-7.el9.x86_64 DEBUG: libwayland-client-1.21.0-1.el9.x86_64 DEBUG: readline-8.1-4.el9.x86_64 DEBUG: libsepol-3.5-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: libgcrypt-1.10.0-10.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: lz4-libs-1.9.3-5.el9.x86_64 DEBUG: pcre2-10.40-2.el9.x86_64 DEBUG: libselinux-3.5-1.el9.x86_64 DEBUG: sed-4.8-9.el9.x86_64 DEBUG: popt-1.18-8.el9.x86_64 DEBUG: libsemanage-3.5-2.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: libunistring-0.9.10-15.el9.x86_64 DEBUG: libidn2-2.3.0-7.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: libwayland-cursor-1.21.0-1.el9.x86_64 DEBUG: libmpc-1.2.1-4.el9.x86_64 DEBUG: libassuan-2.5.5-3.el9.x86_64 DEBUG: libwayland-server-1.21.0-1.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: hicolor-icon-theme-0.17-13.el9.noarch 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: libtasn1-4.16.0-8.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: coreutils-8.32-34.el9.x86_64 DEBUG: libarchive-3.5.3-4.el9.x86_64 DEBUG: gzip-1.12-1.el9.x86_64 DEBUG: cracklib-2.9.6-27.el9.x86_64 DEBUG: libusbx-1.0.26-1.el9.x86_64 DEBUG: libevent-2.1.12-6.el9.x86_64 DEBUG: jbigkit-libs-2.1-23.el9.x86_64 DEBUG: libXau-1.0.9-8.el9.x86_64 DEBUG: libxcb-1.13.1-9.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-8.el9.x86_64 DEBUG: libglvnd-1.3.4-1.el9.x86_64 DEBUG: libwayland-egl-1.21.0-1.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: p11-kit-server-0.24.1-2.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-libselinux-3.5-1.el9.x86_64 DEBUG: python3-libsemanage-3.5-2.el9.x86_64 DEBUG: python3-chardet-4.0.0-5.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-babel-2.9.1-2.el9.noarch DEBUG: python3-tomli-2.0.1-5.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.1.1-4.el9s.x86_64 DEBUG: python3-jinja2-3.0.1-2.el9s.noarch DEBUG: python3-typing-extensions-3.7.4.3-2.el9s.noarch DEBUG: sound-theme-freedesktop-0.8-17.el9.noarch 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-35.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.5-1.el9.x86_64 DEBUG: tar-1.34-6.el9.x86_64 DEBUG: zstd-1.5.1-2.el9.x86_64 DEBUG: acl-2.3.1-3.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-6.el9.x86_64 DEBUG: dwz-0.14-3.el9.x86_64 DEBUG: jasper-libs-2.0.28-3.el9.x86_64 DEBUG: LibRaw-0.20.2-6.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: 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: adwaita-icon-theme-40.1.1-3.el9.noarch DEBUG: libpaper-1.1.28-4.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-480.el9.x86_64 DEBUG: perl-FileHandle-2.03-480.el9.noarch DEBUG: perl-AutoLoader-5.74-480.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-480.el9.noarch DEBUG: perl-URI-5.09-3.el9.noarch DEBUG: perl-Net-SSLeay-1.92-2.el9.x86_64 DEBUG: perl-if-0.60.800-480.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-IO-Socket-SSL-2.073-1.el9.noarch DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch DEBUG: perl-Class-Struct-0.66-480.el9.noarch DEBUG: perl-POSIX-1.94-480.el9.x86_64 DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch DEBUG: perl-IPC-Open3-1.21-480.el9.noarch DEBUG: perl-subs-1.03-480.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-Socket-2.031-4.el9.x86_64 DEBUG: perl-SelectSaver-1.02-480.el9.noarch DEBUG: perl-Symbol-1.08-480.el9.noarch DEBUG: perl-File-stat-1.09-480.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-480.el9.x86_64 DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch DEBUG: perl-mro-1.23-480.el9.x86_64 DEBUG: perl-IO-1.43-480.el9.x86_64 DEBUG: perl-overloading-0.02-480.el9.noarch DEBUG: perl-Pod-Usage-2.01-4.el9.noarch DEBUG: perl-Errno-1.30-480.el9.x86_64 DEBUG: perl-File-Basename-2.85-480.el9.noarch DEBUG: perl-Getopt-Std-1.12-480.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-480.el9.noarch DEBUG: perl-parent-0.238-460.el9.noarch DEBUG: perl-vars-1.05-480.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-480.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-480.el9.x86_64 DEBUG: perl-interpreter-5.32.1-480.el9.x86_64 DEBUG: bluez-libs-5.56-6.el9.x86_64 DEBUG: cpio-2.13-16.el9.x86_64 DEBUG: keyutils-libs-1.6.3-1.el9.x86_64 DEBUG: libcbor-0.7.0-5.el9.x86_64 DEBUG: libdb-5.3.28-53.el9.x86_64 DEBUG: libpwquality-1.4.4-8.el9.x86_64 DEBUG: dbus-broker-28-7.el9.x86_64 DEBUG: libnghttp2-1.43.0-5.el9.x86_64 DEBUG: libpciaccess-0.16-6.el9.x86_64 DEBUG: libglvnd-glx-1.3.4-1.el9.x86_64 DEBUG: libglvnd-egl-1.3.4-1.el9.x86_64 DEBUG: libpipeline-1.5.3-4.el9.x86_64 DEBUG: man-db-2.9.3-7.el9.x86_64 DEBUG: libpkgconf-1.7.3-10.el9.x86_64 DEBUG: pkgconf-1.7.3-10.el9.x86_64 DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64 DEBUG: libverto-0.3.2-3.el9.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64 DEBUG: scl-utils-2.0.3-4.el9.x86_64 DEBUG: efi-srpm-macros-4-9.el9.noarch DEBUG: lua-srpm-macros-1-6.el9.noarch DEBUG: make-4.3-7.el9.x86_64 DEBUG: nettle-3.8-3.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-2.el9.x86_64 DEBUG: cairo-1.17.4-7.el9.x86_64 DEBUG: json-glib-1.6.6-1.el9.x86_64 DEBUG: atk-2.36.0-5.el9.x86_64 DEBUG: cairo-gobject-1.17.4-7.el9.x86_64 DEBUG: polkit-libs-0.117-11.el9.x86_64 DEBUG: polkit-0.117-11.el9.x86_64 DEBUG: polkit-pkla-compat-0.1-21.el9.x86_64 DEBUG: gsettings-desktop-schemas-40.0-6.el9.x86_64 DEBUG: dconf-0.40.0-6.el9.x86_64 DEBUG: rtkit-0.11-28.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: 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: mkfontscale-1.2.1-3.el9.x86_64 DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch DEBUG: ModemManager-glib-1.20.2-1.el9.x86_64 DEBUG: gobject-introspection-1.68.0-11.el9.x86_64 DEBUG: libgudev-237-1.el9.x86_64 DEBUG: upower-0.99.11-11.el9.x86_64 DEBUG: colord-libs-1.4.5-4.el9.x86_64 DEBUG: shared-mime-info-2.1-5.el9.x86_64 DEBUG: gdk-pixbuf2-2.42.6-3.el9.x86_64 DEBUG: gdk-pixbuf2-modules-2.42.6-3.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: at-spi2-core-2.40.3-1.el9.x86_64 DEBUG: at-spi2-atk-2.38.0-4.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: libproxy-webkitgtk4-0.4.15-35.el9.x86_64 DEBUG: glib-networking-2.68.3-3.el9.x86_64 DEBUG: libsoup-2.72.0-8.el9.x86_64 DEBUG: geoclue2-2.6.0-7.el9.x86_64 DEBUG: libappstream-glib-0.7.18-4.el9.x86_64 DEBUG: osinfo-db-tools-1.10.0-1.el9.x86_64 DEBUG: libosinfo-1.10.0-1.el9.x86_64 DEBUG: xdg-dbus-proxy-0.1.3-1.el9.x86_64 DEBUG: liblqr-1-0.4.2-17.el9s.x86_64 DEBUG: npth-1.6-8.el9.x86_64 DEBUG: gpgme-1.15.1-6.el9.x86_64 DEBUG: which-2.21-29.el9.x86_64 DEBUG: fuse-2.9.9-15.el9.x86_64 DEBUG: checkpolicy-3.5-1.el9.x86_64 DEBUG: gcc-toolset-12-runtime-12.0-5.el9.x86_64 DEBUG: fdk-aac-free-2.0.0-8.el9.x86_64 DEBUG: giflib-5.2.1-9.el9.x86_64 DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64 DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch DEBUG: python-srpm-macros-3.9-52.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-7.el9.x86_64 DEBUG: libasyncns-0.8-22.el9.x86_64 DEBUG: pulseaudio-libs-15.0-2.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-3.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: 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: 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-10.el9.x86_64 DEBUG: orc-0.4.31-6.el9.x86_64 DEBUG: libtracker-sparql-3.1.2-3.el9.x86_64 DEBUG: tracker-3.1.2-3.el9.x86_64 DEBUG: tracker-miners-3.1.2-3.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-8.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: python3-pbr-5.11.1-1.el9s.noarch DEBUG: python3-setuptools_scm-7.1.0-2.el9s.noarch DEBUG: python3-sqlalchemy-1.4.45-3.el9.x86_64 DEBUG: openstack-macros-2023.1.0-0.20230217000916.ce6a105.el9.noarch DEBUG: python3-eventlet-0.33.3-1.el9s.noarch DEBUG: python3-distro-1.8.0-3.el9s.noarch DEBUG: lua-libs-5.4.4-4.el9.x86_64 DEBUG: libfido2-1.13.0-1.el9.x86_64 DEBUG: libffi-3.4.2-8.el9.x86_64 DEBUG: wireplumber-0.4.14-1.el9.x86_64 DEBUG: wireplumber-libs-0.4.14-1.el9.x86_64 DEBUG: gdb-minimal-10.2-11.el9.x86_64 DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch DEBUG: zlib-1.2.11-40.el9.x86_64 DEBUG: less-590-2.el9.x86_64 DEBUG: environment-modules-5.3.0-1.el9.x86_64 DEBUG: kmod-28-9.el9.x86_64 DEBUG: kmod-libs-28-9.el9.x86_64 DEBUG: alsa-lib-1.2.9-1.el9.x86_64 DEBUG: debugedit-5.0-4.el9.x86_64 DEBUG: alternatives-1.24-1.el9.x86_64 DEBUG: binutils-gold-2.35.2-42.el9.x86_64 DEBUG: binutils-2.35.2-42.el9.x86_64 DEBUG: git-core-2.39.3-1.el9.x86_64 DEBUG: osinfo-db-20230518-1.el9.noarch DEBUG: libxml2-2.9.13-4.el9.x86_64 DEBUG: libdrm-2.4.115-1.el9.x86_64 DEBUG: gstreamer1-1.22.1-2.el9.x86_64 DEBUG: gstreamer1-plugins-base-1.22.1-1.el9.x86_64 DEBUG: poppler-21.01.0-18.el9.x86_64 DEBUG: libssh-config-0.10.4-11.el9.noarch DEBUG: libssh-0.10.4-11.el9.x86_64 DEBUG: poppler-glib-21.01.0-18.el9.x86_64 DEBUG: pyproject-srpm-macros-1.9.0-1.el9.noarch DEBUG: annobin-12.12-1.el9.x86_64 DEBUG: python3-requests-2.25.1-7.el9.noarch DEBUG: openldap-2.6.3-1.el9.x86_64 DEBUG: libtdb-1.4.8-2.el9.x86_64 DEBUG: libeconf-0.4.1-3.el9.x86_64 DEBUG: libgcc-11.4.1-2.1.el9.x86_64 DEBUG: audit-libs-3.0.7-104.el9.x86_64 DEBUG: python3-audit-3.0.7-104.el9.x86_64 DEBUG: policycoreutils-3.5-2.el9.x86_64 DEBUG: python3-policycoreutils-3.5-2.el9.noarch DEBUG: libstdc++-11.4.1-2.1.el9.x86_64 DEBUG: pam-1.5.1-15.el9.x86_64 DEBUG: cpp-11.4.1-2.1.el9.x86_64 DEBUG: libgomp-11.4.1-2.1.el9.x86_64 DEBUG: gcc-11.4.1-2.1.el9.x86_64 DEBUG: kbd-misc-2.4.0-9.el9.noarch DEBUG: kbd-legacy-2.4.0-9.el9.noarch DEBUG: kbd-2.4.0-9.el9.x86_64 DEBUG: gcc-plugin-annobin-11.4.1-2.1.el9.x86_64 DEBUG: policycoreutils-python-utils-3.5-2.el9.noarch DEBUG: python3-dns-2.3.0-2.el9.noarch DEBUG: kernel-srpm-macros-1.0-13.el9.noarch DEBUG: libatomic-11.4.1-2.1.el9.x86_64 DEBUG: python3-greenlet-2.0.2-1.el9s.x86_64 DEBUG: elfutils-libelf-0.189-3.el9.x86_64 DEBUG: openssl-libs-3.0.7-24.el9.x86_64 DEBUG: libcurl-7.76.1-26.el9.x86_64 DEBUG: libcap-2.48-9.el9.x86_64 DEBUG: libcanberra-0.30-27.el9.x86_64 DEBUG: curl-7.76.1-26.el9.x86_64 DEBUG: rpm-libs-4.16.1.3-25.el9.x86_64 DEBUG: rpm-4.16.1.3-25.el9.x86_64 DEBUG: libX11-common-1.7.0-8.el9.noarch DEBUG: libX11-1.7.0-8.el9.x86_64 DEBUG: libcanberra-gtk3-0.30-27.el9.x86_64 DEBUG: elfutils-default-yama-scope-0.189-3.el9.noarch DEBUG: elfutils-libs-0.189-3.el9.x86_64 DEBUG: elfutils-debuginfod-client-0.189-3.el9.x86_64 DEBUG: elfutils-0.189-3.el9.x86_64 DEBUG: rpm-build-libs-4.16.1.3-25.el9.x86_64 DEBUG: rpm-build-4.16.1.3-25.el9.x86_64 DEBUG: libcanberra-gtk2-0.30-27.el9.x86_64 DEBUG: cryptsetup-libs-2.6.0-3.el9.x86_64 DEBUG: openssl-3.0.7-24.el9.x86_64 DEBUG: shadow-utils-4.9-8.el9.x86_64 DEBUG: libX11-xcb-1.7.0-8.el9.x86_64 DEBUG: vulkan-loader-1.3.250.1-1.el9.x86_64 DEBUG: python3-pytz-2021.1-5.el9.noarch DEBUG: libedit-3.1-38.20210216cvs.el9.x86_64 DEBUG: tpm2-tss-3.2.2-2.el9.x86_64 DEBUG: openssh-8.7p1-34.el9.x86_64 DEBUG: dbus-1.12.20-8.el9.x86_64 DEBUG: device-mapper-libs-1.02.195-3.el9.x86_64 DEBUG: device-mapper-1.02.195-3.el9.x86_64 DEBUG: flatpak-session-helper-1.12.8-1.el9.x86_64 DEBUG: flatpak-1.12.8-1.el9.x86_64 DEBUG: dbus-common-1.12.20-8.el9.noarch DEBUG: openssh-clients-8.7p1-34.el9.x86_64 DEBUG: dbus-libs-1.12.20-8.el9.x86_64 DEBUG: gnutls-3.7.6-23.el9.x86_64 DEBUG: glib2-2.68.4-11.el9.x86_64 DEBUG: gnupg2-2.3.3-4.el9.x86_64 DEBUG: pipewire-libs-0.3.67-2.el9.x86_64 DEBUG: pipewire-0.3.67-2.el9.x86_64 DEBUG: mesa-libglapi-23.1.4-1.el9.x86_64 DEBUG: mesa-libgbm-23.1.4-1.el9.x86_64 DEBUG: mesa-libEGL-23.1.4-1.el9.x86_64 DEBUG: mesa-libGL-23.1.4-1.el9.x86_64 DEBUG: pipewire-alsa-0.3.67-2.el9.x86_64 DEBUG: pipewire-jack-audio-connection-kit-0.3.67-2.el9.x86_64 DEBUG: pipewire-pulseaudio-0.3.67-2.el9.x86_64 DEBUG: perl-HTTP-Tiny-0.076-461.el9.noarch DEBUG: mesa-vulkan-drivers-23.1.4-1.el9.x86_64 DEBUG: libgs-9.54.0-13.el9.x86_64 DEBUG: llvm-libs-16.0.6-4.el9.x86_64 DEBUG: nspr-4.35.0-3.el9.x86_64 DEBUG: nss-util-3.90.0-3.el9.x86_64 DEBUG: nss-softokn-freebl-3.90.0-3.el9.x86_64 DEBUG: nss-softokn-3.90.0-3.el9.x86_64 DEBUG: nss-3.90.0-3.el9.x86_64 DEBUG: nss-sysinit-3.90.0-3.el9.x86_64 DEBUG: python3-pip-wheel-21.2.3-7.el9.noarch DEBUG: python-unversioned-command-3.9.17-2.el9.noarch DEBUG: python3-3.9.17-2.el9.x86_64 DEBUG: python3-libs-3.9.17-2.el9.x86_64 DEBUG: python3-pip-21.2.3-7.el9.noarch DEBUG: file-libs-5.39-14.el9.x86_64 DEBUG: file-5.39-14.el9.x86_64 DEBUG: python3-devel-3.9.17-2.el9.x86_64 DEBUG: python3-setools-4.4.3-1.el9.x86_64 DEBUG: librsvg2-2.50.7-2.el9.x86_64 DEBUG: libgusb-0.3.8-2.el9.x86_64 DEBUG: fuse-common-3.10.2-6.el9.x86_64 DEBUG: glibc-common-2.34-82.el9.x86_64 DEBUG: glibc-gconv-extra-2.34-82.el9.x86_64 DEBUG: glibc-minimal-langpack-2.34-82.el9.x86_64 DEBUG: glibc-2.34-82.el9.x86_64 DEBUG: systemd-libs-252-18.el9.x86_64 DEBUG: libuuid-2.37.4-15.el9.x86_64 DEBUG: libblkid-2.37.4-15.el9.x86_64 DEBUG: libmount-2.37.4-15.el9.x86_64 DEBUG: libfdisk-2.37.4-15.el9.x86_64 DEBUG: libsmartcols-2.37.4-15.el9.x86_64 DEBUG: gcc-toolset-12-binutils-2.38-19.el9.x86_64 DEBUG: gcc-toolset-12-binutils-gold-2.38-19.el9.x86_64 DEBUG: glibc-headers-2.34-82.el9.x86_64 DEBUG: systemd-rpm-macros-252-18.el9.noarch DEBUG: ncurses-base-6.2-10.20210508.el9.noarch DEBUG: ncurses-libs-6.2-10.20210508.el9.x86_64 DEBUG: util-linux-core-2.37.4-15.el9.x86_64 DEBUG: util-linux-2.37.4-15.el9.x86_64 DEBUG: systemd-pam-252-18.el9.x86_64 DEBUG: systemd-252-18.el9.x86_64 DEBUG: systemd-udev-252-18.el9.x86_64 DEBUG: ncurses-6.2-10.20210508.el9.x86_64 DEBUG: procps-ng-3.3.17-13.el9.x86_64 DEBUG: glibc-devel-2.34-82.el9.x86_64 DEBUG: ostree-libs-2023.6-1.el9.x86_64 DEBUG: findutils-4.8.0-6.el9.x86_64 DEBUG: gmp-6.2.0-13.el9.x86_64 DEBUG: krb5-libs-1.21.1-1.el9.x86_64 DEBUG: hwdata-0.348-9.11.el9.noarch DEBUG: libtiff-4.4.0-10.el9.x86_64 DEBUG: cups-libs-2.3.3op2-21.el9.x86_64 DEBUG: ca-certificates-2023.2.60_v7.0.306-90.1.el9.noarch DEBUG: centos-gpg-keys-9.0-23.el9.noarch DEBUG: centos-stream-repos-9.0-23.el9.noarch DEBUG: centos-stream-release-9.0-23.el9.noarch DEBUG: avahi-libs-0.8-15.el9.x86_64 DEBUG: avahi-glib-0.8-15.el9.x86_64 DEBUG: libwebp-1.2.0-8.el9.x86_64 DEBUG: go-srpm-macros-3.2.0-3.el9.noarch DEBUG: crypto-policies-20230920-1.git8dcf74d.el9.noarch DEBUG: crypto-policies-scripts-20230920-1.git8dcf74d.el9.noarch DEBUG: webkit2gtk3-jsc-2.42.1-1.el9.x86_64 DEBUG: redhat-rpm-config-205-1.el9.noarch DEBUG: kernel-headers-5.14.0-370.el9.x86_64 DEBUG: flac-libs-1.3.3-12.el9.x86_64 DEBUG: NetworkManager-libnm-1.45.3-1.el9.x86_64 DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos9-master-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/', '-y', '--releasever', '9', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'update'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/', '-y', '--releasever', '9', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'update', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: delorean-openstack-ironic-6261b7348350d5af1e671 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-95630360b2091409dc35e 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-manilaclient-64f58141bb6f460485 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-aodh-ccf41cefef641281c358420 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-heat-7709388059dd89501852453 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-b419f1dc56e3b6e2295f834 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-03a14a9b9c3fbbe106d1f 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-manila-tests-tempest-dae4d135da 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-neutron-tests-tempest-7eacabc0c 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-octavia-tests-tempest-d7ddf4d78 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-61f89d7768a9422f5613bb9513 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-systemd-006bdf0493d83a5365ae4ef 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-ansible-role-thales-hsm-ed676be778f5ad 23 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-d31a54a65c186550a99bb9 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tempest-479a48659d6c9d26611e 21 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-django-horizon-12dbdf93ac8b53b4 25 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 9 - BaseOS 46 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 9 - AppStream 60 kB/s | 4.4 kB 00:00 DEBUG: CentOS Stream 9 - CRB 14 kB/s | 2.7 kB 00:00 DEBUG: CentOS Stream 9 - HighAvailability 34 kB/s | 5.0 kB 00:00 DEBUG: dlrn-master-testing 24 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 25 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 26 kB/s | 3.0 kB 00:00 DEBUG: centos9-storage 46 kB/s | 3.0 kB 00:00 DEBUG: centos9-opstools 50 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 49 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 9 - x86_64 51 kB/s | 21 kB 00:00 DEBUG: (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) DEBUG: Error: DEBUG: Problem: cannot install the best update candidate for package ImageMagick-libs-6.9.11.27-7.el9s.x86_64 DEBUG: - problem with installed package ImageMagick-libs-6.9.11.27-7.el9s.x86_64 DEBUG: - package ImageMagick-libs-6.9.11.27-7.el9s.x86_64 from @System requires libraw_r.so.20()(64bit), but none of the providers can be installed DEBUG: - cannot install the best update candidate for package LibRaw-0.20.2-6.el9.x86_64 DEBUG: - cannot install both LibRaw-0.21.1-1.el9.x86_64 from appstream and LibRaw-0.20.2-6.el9.x86_64 from @System DEBUG: - cannot install both LibRaw-0.21.1-1.el9.x86_64 from appstream and LibRaw-0.20.2-4.el9.x86_64 from appstream DEBUG: - cannot install both LibRaw-0.21.1-1.el9.x86_64 from appstream and LibRaw-0.20.2-5.el9.x86_64 from appstream DEBUG: - cannot install both LibRaw-0.21.1-1.el9.x86_64 from appstream and LibRaw-0.20.2-6.el9.x86_64 from appstream DEBUG: Child return code was: 1 ERROR: Exception(python-openstacksdk.spec) Config(dlrn-centos9-master-x86_64-5) 0 minutes 21 seconds INFO: Results and/or logs in: /home/centos9-master/data/repos/component/clients/42/db/42dbb4e503039d21e21bcc35b342e17edfbedc5b_03d8e697 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-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['btrfs', 'subv', 'list', '/var/lib/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False Finish: clean chroot DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos9-master-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 ERROR: Command failed: # /usr/bin/dnf --installroot /var/lib/mock/dlrn-centos9-master-x86_64-5/root/ -y --releasever 9 --setopt=deltarpm=False --allowerasing --disableplugin=local --disableplugin=spacewalk --disableplugin=versionlock update --setopt=tsflags=nocontexts + finalize + rm -rf /tmp/tmp.xB5cySeA4O