+ 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/centos8-xena/data/dlrn-1.cfg --resultdir /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94' + /usr/bin/mock -v -r /home/centos8-xena/data/dlrn-1.cfg --resultdir /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 --clean INFO: mock.py version 2.10 starting (python version = 3.6.8, NVR = mock-2.10-1.el8)... DEBUG: search for 'dnf' package manager Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos8-xena/data/dlrn-1.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 DEBUG: rootdir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: chrootuid: 1024 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: None DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.5cvtsy3a:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: False DEBUG: bootstrap_image: centos:8 DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.6/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1/ccache/u1024/', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/', 'tar': 'gnutar', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, '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-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}} 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 1024 -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: 8 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '8-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled = 1 check_obsoletes = 1 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-centos8.rdoproject.org.novalocal'} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: system_yum_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: dnf_command: /usr/bin/dnf DEBUG: system_dnf_command: /usr/bin/dnf DEBUG: dnf_install_command: install dnf dnf-plugins-core centos-gpg-keys DEBUG: microdnf_command: /usr/bin/microdnf DEBUG: microdnf_install_command: dnf-install microdnf dnf dnf-plugins-core DEBUG: microdnf_builddep_command: /usr/bin/dnf DEBUG: microdnf_builddep_opts: [] DEBUG: microdnf_common_opts: [] DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: dnf_disable_plugins: ['local', 'spacewalk'] DEBUG: user_agent: Mock (dlrn-centos8-xena-x86_64-1; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/centos8-xena/data/dlrn-1.cfg DEBUG: root: dlrn-centos8-xena-x86_64-1 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el8 DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 plugins=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=1 protected_packages= module_platform_id=platform:el8 user_agent=DLRN # repos [Stream-BaseOS] name=CentOS-Stream - Base #baseurl=http://mirror.centos.org/centos/8-stream/BaseOS/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=BaseOS&infra=$infra failovermethod=priority gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=1 skip_if_unavailable=False [Stream-AppStream] name=CentOS-Stream - AppStream #baseurl=http://mirror.centos.org/centos/8-stream/AppStream/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=AppStream&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [Stream-extras] name=CentOS-Stream - Extras #baseurl=http://mirror.centos.org/centos/8-stream/extras/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=extras&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [Stream-PowerTools] name=CentOS-Stream - PowerTools #baseurl=http://mirror.centos.org/centos/8-stream/PowerTools/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=PowerTools&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [delorean-component-baremetal] name=delorean-openstack-ironic-staging-drivers-c17279ef35ab59805ef344763f0f61bd4209ba76 baseurl=https://trunk.rdoproject.org/centos8-xena/component/baremetal/c1/72/c17279ef35ab59805ef344763f0f61bd4209ba76_c3461d18 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-python-cinderlib-aacb772f2ee0a8c4026eb17115a398ff98965f60 baseurl=https://trunk.rdoproject.org/centos8-xena/component/cinder/aa/cb/aacb772f2ee0a8c4026eb17115a398ff98965f60_6e3fa3e3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-os-service-types-0b2f4733eb1bbbd8880e7fa15a769a9bbf7338b4 baseurl=https://trunk.rdoproject.org/centos8-xena/component/clients/0b/2f/0b2f4733eb1bbbd8880e7fa15a769a9bbf7338b4_9ab49c5e enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-e61fba4a0bce1305366071addfba0b4cb290ad8f baseurl=https://trunk.rdoproject.org/centos8-xena/component/cloudops/e6/1f/e61fba4a0bce1305366071addfba0b4cb290ad8f_af05f3e9 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-python-sahara-plugin-spark-53aee26e0498854923a585df521c5043e621f5b8 baseurl=https://trunk.rdoproject.org/centos8-xena/component/common/53/ae/53aee26e0498854923a585df521c5043e621f5b8_73aa40d6 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-402fe188b4e7ff76109e8a5ea1f24a5e915eaa09 baseurl=https://trunk.rdoproject.org/centos8-xena/component/compute/40/2f/402fe188b4e7ff76109e8a5ea1f24a5e915eaa09_03cf95c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-ba9a2f14a081e13e432256c2342dbe7a2b87c459 baseurl=https://trunk.rdoproject.org/centos8-xena/component/glance/ba/9a/ba9a2f14a081e13e432256c2342dbe7a2b87c459_b9bdc57a enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-c419a7bad00c1f087cc09bd7bc5816cc83231faa baseurl=https://trunk.rdoproject.org/centos8-xena/component/manila/c4/19/c419a7bad00c1f087cc09bd7bc5816cc83231faa_eba747b6 enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-openstack-neutron-vpnaas-8de26cbfcd9563c5ff0637ac9cfd7d98f7a37e00 baseurl=https://trunk.rdoproject.org/centos8-xena/component/network/8d/e2/8de26cbfcd9563c5ff0637ac9cfd7d98f7a37e00_a631076d enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-5dd7ad9ad8998c5285fe60d9ee4210f87ed45ccd baseurl=https://trunk.rdoproject.org/centos8-xena/component/octavia/5d/d7/5dd7ad9ad8998c5285fe60d9ee4210f87ed45ccd_6c462720 enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-keystone-cf5f1e5651052be52f17beeb400ac433303a9602 baseurl=https://trunk.rdoproject.org/centos8-xena/component/security/cf/5f/cf5f1e5651052be52f17beeb400ac433303a9602_641e26f1 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-fb0293538020e2611048ffc00fd1e7f67eb42c73 baseurl=https://trunk.rdoproject.org/centos8-xena/component/swift/fb/02/fb0293538020e2611048ffc00fd1e7f67eb42c73_39a3c6ac enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-vitrage-tests-tempest-a99b1497f59fbf1d239d08eea68ffaca342d2fb1 baseurl=https://trunk.rdoproject.org/centos8-xena/component/tempest/a9/9b/a99b1497f59fbf1d239d08eea68ffaca342d2fb1_b3dd4e5b enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-openstack-zaqar-82e67146274b525c6bb94e0a57c4601907e11e08 baseurl=https://trunk.rdoproject.org/centos8-xena/component/tripleo/82/e6/82e67146274b525c6bb94e0a57c4601907e11e08_6721a820 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-vitrage-ui-c829088a91eaa6734eed3eb2a12817e615d1ee46 baseurl=https://trunk.rdoproject.org/centos8-xena/component/ui/c8/29/c829088a91eaa6734eed3eb2a12817e615d1ee46_8b6bff8c enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-openstack-tripleo-validations-0c6a43a14bef6542ece67db6905fba8cfa8adbaf baseurl=https://trunk.rdoproject.org/centos8-xena/component/validation/0c/6a/0c6a43a14bef6542ece67db6905fba8cfa8adbaf_205df9b2 enabled=1 gpgcheck=0 priority=1 [delorean-xena-testing] name=dlrn-xena-testing baseurl=https://trunk.rdoproject.org/centos8-xena/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-xena-build-deps] name=dlrn-xena-build-deps baseurl=https://trunk.rdoproject.org/centos8-xena/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [advanced-virtualization] name=Advanced Virtualization mirror baseurl=http://mirror.centos.org/centos/8-stream/virt/$basearch/advancedvirt-common/ gpgcheck=0 enabled=1 module_hotfixes=1 [centos-rabbitmq-38] name=Messaging RabbitMQ baseurl=http://mirror.centos.org/centos/8-stream/messaging/$basearch/rabbitmq-38 gpgcheck=0 enabled=1 module_hotfixes=1 skip_if_unavailable=1 [centos-opstools] name=opstools baseurl=http://mirror.centos.org/centos/8/opstools/$basearch/collectd-5/ gpgcheck=0 enabled=1 module_hotfixes=1 [centos-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=http://mirror.centos.org/centos/8-stream/nfv/$basearch/openvswitch-2/ gpgcheck=0 enabled=1 module_hotfixes=1 DEBUG: __jinja_expand: True DEBUG: verbose: 2 DEBUG: print_main_output: False DEBUG: cache_alterations: False DEBUG: enable_disable_repos: [] DEBUG: build_log_fmt_str: %(message)s DEBUG: root_log_fmt_str: %(levelname)s %(filename)s:%(lineno)d: %(message)s DEBUG: state_log_fmt_str: %(asctime)s - %(message)s Start: clean chroot Finish: clean chroot Finish: run DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap DEBUG: kill orphans + /usr/bin/mock -v -r /home/centos8-xena/data/dlrn-1.cfg --resultdir /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 --init INFO: mock.py version 2.10 starting (python version = 3.6.8, NVR = mock-2.10-1.el8)... DEBUG: search for 'dnf' package manager Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos8-xena/data/dlrn-1.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 DEBUG: rootdir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: chrootuid: 1024 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: None DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.8fdbwtip:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: False DEBUG: bootstrap_image: centos:8 DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.6/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1/ccache/u1024/', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/', 'tar': 'gnutar', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, '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-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}} 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 1024 -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: 8 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '8-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled = 1 check_obsoletes = 1 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-centos8.rdoproject.org.novalocal'} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: system_yum_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: dnf_command: /usr/bin/dnf DEBUG: system_dnf_command: /usr/bin/dnf DEBUG: dnf_install_command: install dnf dnf-plugins-core centos-gpg-keys DEBUG: microdnf_command: /usr/bin/microdnf DEBUG: microdnf_install_command: dnf-install microdnf dnf dnf-plugins-core DEBUG: microdnf_builddep_command: /usr/bin/dnf DEBUG: microdnf_builddep_opts: [] DEBUG: microdnf_common_opts: [] DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: dnf_disable_plugins: ['local', 'spacewalk'] DEBUG: user_agent: Mock (dlrn-centos8-xena-x86_64-1; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/centos8-xena/data/dlrn-1.cfg DEBUG: root: dlrn-centos8-xena-x86_64-1 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el8 DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 plugins=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=1 protected_packages= module_platform_id=platform:el8 user_agent=DLRN # repos [Stream-BaseOS] name=CentOS-Stream - Base #baseurl=http://mirror.centos.org/centos/8-stream/BaseOS/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=BaseOS&infra=$infra failovermethod=priority gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=1 skip_if_unavailable=False [Stream-AppStream] name=CentOS-Stream - AppStream #baseurl=http://mirror.centos.org/centos/8-stream/AppStream/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=AppStream&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [Stream-extras] name=CentOS-Stream - Extras #baseurl=http://mirror.centos.org/centos/8-stream/extras/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=extras&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [Stream-PowerTools] name=CentOS-Stream - PowerTools #baseurl=http://mirror.centos.org/centos/8-stream/PowerTools/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=PowerTools&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [delorean-component-baremetal] name=delorean-openstack-ironic-staging-drivers-c17279ef35ab59805ef344763f0f61bd4209ba76 baseurl=https://trunk.rdoproject.org/centos8-xena/component/baremetal/c1/72/c17279ef35ab59805ef344763f0f61bd4209ba76_c3461d18 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-python-cinderlib-aacb772f2ee0a8c4026eb17115a398ff98965f60 baseurl=https://trunk.rdoproject.org/centos8-xena/component/cinder/aa/cb/aacb772f2ee0a8c4026eb17115a398ff98965f60_6e3fa3e3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-os-service-types-0b2f4733eb1bbbd8880e7fa15a769a9bbf7338b4 baseurl=https://trunk.rdoproject.org/centos8-xena/component/clients/0b/2f/0b2f4733eb1bbbd8880e7fa15a769a9bbf7338b4_9ab49c5e enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-e61fba4a0bce1305366071addfba0b4cb290ad8f baseurl=https://trunk.rdoproject.org/centos8-xena/component/cloudops/e6/1f/e61fba4a0bce1305366071addfba0b4cb290ad8f_af05f3e9 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-python-sahara-plugin-spark-53aee26e0498854923a585df521c5043e621f5b8 baseurl=https://trunk.rdoproject.org/centos8-xena/component/common/53/ae/53aee26e0498854923a585df521c5043e621f5b8_73aa40d6 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-402fe188b4e7ff76109e8a5ea1f24a5e915eaa09 baseurl=https://trunk.rdoproject.org/centos8-xena/component/compute/40/2f/402fe188b4e7ff76109e8a5ea1f24a5e915eaa09_03cf95c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-ba9a2f14a081e13e432256c2342dbe7a2b87c459 baseurl=https://trunk.rdoproject.org/centos8-xena/component/glance/ba/9a/ba9a2f14a081e13e432256c2342dbe7a2b87c459_b9bdc57a enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-c419a7bad00c1f087cc09bd7bc5816cc83231faa baseurl=https://trunk.rdoproject.org/centos8-xena/component/manila/c4/19/c419a7bad00c1f087cc09bd7bc5816cc83231faa_eba747b6 enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-openstack-neutron-vpnaas-8de26cbfcd9563c5ff0637ac9cfd7d98f7a37e00 baseurl=https://trunk.rdoproject.org/centos8-xena/component/network/8d/e2/8de26cbfcd9563c5ff0637ac9cfd7d98f7a37e00_a631076d enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-5dd7ad9ad8998c5285fe60d9ee4210f87ed45ccd baseurl=https://trunk.rdoproject.org/centos8-xena/component/octavia/5d/d7/5dd7ad9ad8998c5285fe60d9ee4210f87ed45ccd_6c462720 enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-keystone-cf5f1e5651052be52f17beeb400ac433303a9602 baseurl=https://trunk.rdoproject.org/centos8-xena/component/security/cf/5f/cf5f1e5651052be52f17beeb400ac433303a9602_641e26f1 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-fb0293538020e2611048ffc00fd1e7f67eb42c73 baseurl=https://trunk.rdoproject.org/centos8-xena/component/swift/fb/02/fb0293538020e2611048ffc00fd1e7f67eb42c73_39a3c6ac enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-vitrage-tests-tempest-a99b1497f59fbf1d239d08eea68ffaca342d2fb1 baseurl=https://trunk.rdoproject.org/centos8-xena/component/tempest/a9/9b/a99b1497f59fbf1d239d08eea68ffaca342d2fb1_b3dd4e5b enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-openstack-zaqar-82e67146274b525c6bb94e0a57c4601907e11e08 baseurl=https://trunk.rdoproject.org/centos8-xena/component/tripleo/82/e6/82e67146274b525c6bb94e0a57c4601907e11e08_6721a820 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-vitrage-ui-c829088a91eaa6734eed3eb2a12817e615d1ee46 baseurl=https://trunk.rdoproject.org/centos8-xena/component/ui/c8/29/c829088a91eaa6734eed3eb2a12817e615d1ee46_8b6bff8c enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-openstack-tripleo-validations-0c6a43a14bef6542ece67db6905fba8cfa8adbaf baseurl=https://trunk.rdoproject.org/centos8-xena/component/validation/0c/6a/0c6a43a14bef6542ece67db6905fba8cfa8adbaf_205df9b2 enabled=1 gpgcheck=0 priority=1 [delorean-xena-testing] name=dlrn-xena-testing baseurl=https://trunk.rdoproject.org/centos8-xena/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-xena-build-deps] name=dlrn-xena-build-deps baseurl=https://trunk.rdoproject.org/centos8-xena/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [advanced-virtualization] name=Advanced Virtualization mirror baseurl=http://mirror.centos.org/centos/8-stream/virt/$basearch/advancedvirt-common/ gpgcheck=0 enabled=1 module_hotfixes=1 [centos-rabbitmq-38] name=Messaging RabbitMQ baseurl=http://mirror.centos.org/centos/8-stream/messaging/$basearch/rabbitmq-38 gpgcheck=0 enabled=1 module_hotfixes=1 skip_if_unavailable=1 [centos-opstools] name=opstools baseurl=http://mirror.centos.org/centos/8/opstools/$basearch/collectd-5/ gpgcheck=0 enabled=1 module_hotfixes=1 [centos-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=http://mirror.centos.org/centos/8-stream/nfv/$basearch/openvswitch-2/ gpgcheck=0 enabled=1 module_hotfixes=1 DEBUG: __jinja_expand: True DEBUG: verbose: 2 DEBUG: print_main_output: False DEBUG: cache_alterations: False DEBUG: enable_disable_repos: [] DEBUG: build_log_fmt_str: %(message)s DEBUG: root_log_fmt_str: %(levelname)s %(filename)s:%(lineno)d: %(message)s DEBUG: state_log_fmt_str: %(asctime)s - %(message)s Start: clean chroot Finish: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC 7402 24-Core 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: 64K DEBUG: L1i cache: 64K 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 ibpb vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip 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: 16212188 4344936 2000432 4238784 9866820 7292876 DEBUG: Swap: 16777212 3485468 13291744 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 582M 3.8G 14% /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.64w92wpd', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc DEBUG: method _fixup_build_user skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/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/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['gtar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./proc DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./sys DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./dev DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./tmp/ccache DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/yum DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/dnf DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/log DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC 7402 24-Core 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: 64K DEBUG: L1i cache: 64K 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 ibpb vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip 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: 16212188 4164524 1366456 4937528 10681208 6774392 DEBUG: Swap: 16777212 3485468 13291744 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'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 995M 3.4G 24% /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc/filesystems DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.3t_q_2vf', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/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-centos8-xena-x86_64-1/root DEBUG: resultdir = /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'c3061bf90d6c4abc8430128f022e445f', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/usr/sbin/usermod', '-u', '1024', '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', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: usermod: no changes DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/.initialized Finish: chroot init Finish: run DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/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-centos8-xena-x86_64-1/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 ++ /usr/bin/mock -r /home/centos8-xena/data/dlrn-1.cfg -p + MOCKDIR=/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/ + '[' -z '' ']' + detect_version_and_release + '[' -r setup.py -a '!' -r metadata.json ']' + copy_src_to_mock_buildroot + git checkout -f ad2c3009aed4334a0752679bf984f6c9cea49171 Note: switching to 'ad2c3009aed4334a0752679bf984f6c9cea49171'. 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 ad2c3009a Expected success status for "QoS rule update APIs" is "200 OK" + '[' -d /var/lib/mock/dlrn-centos8-xena-x86_64-1/root//var/tmp/pkgsrc ']' + mkdir /var/lib/mock/dlrn-centos8-xena-x86_64-1/root//var/tmp/pkgsrc + cp -pr . /var/lib/mock/dlrn-centos8-xena-x86_64-1/root//var/tmp/pkgsrc + pushd /var/lib/mock/dlrn-centos8-xena-x86_64-1/root//var/tmp/pkgsrc /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/tmp/pkgsrc ~/data/openstack-tempest + set +o pipefail + git tag -l 'private-*' + xargs -n 1 git tag -d + set -o pipefail + popd ~/data/openstack-tempest ++ /usr/bin/mock -q -r /home/centos8-xena/data/dlrn-1.cfg --chroot 'cd /var/tmp/pkgsrc && rm -rf *.egg-info && (([ -x /usr/bin/python3 ] && python3 setup.py --version 2> /dev/null) || python setup.py --version 2> /dev/null)' ++ tail -n 1 ++ /usr/bin/mock -q -r /home/centos8-xena/data/dlrn-1.cfg --chroot 'cd /var/tmp/pkgsrc && git log --abbrev=7 -n1 --format=format:%h' + setversionandrelease 28.1.0 ad2c300 + UPSTREAMVERSION=28.1.0 + [[ 28.1.0 =~ ([^-]*)-(.+) ]] + [[ 28.1.0 =~ (.*?)\.(0rc.+) ]] + [[ 28.1.0 =~ (.*?)\.(0b.+) ]] + [[ 28.1.0 =~ (.*?)\.(0a.+) ]] + [[ 28.1.0 =~ (.*?)\.(dev.+) ]] + [[ 28.1.0 =~ (.*?)\.(g.+) ]] + [[ 28.1.0 =~ (.*?)\.pre.* ]] + [[ 28.1.0 =~ ^([.0-9]*)$ ]] + VERSION=28.1.0 + [[ '' =~ \.dev[0-9]+\. ]] + '[' 0.date.hash = 0.1.date.hash ']' + '[' 0.date.hash = minor.date.hash ']' + RELEASE=0.20210907163724.ad2c300 + '[' -r setup.py -a '!' -r metadata.json ']' + SOURCETYPE=tarball + /usr/bin/mock -v -r /home/centos8-xena/data/dlrn-1.cfg --resultdir /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 --chroot 'cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)' INFO: mock.py version 2.10 starting (python version = 3.6.8, NVR = mock-2.10-1.el8)... DEBUG: search for 'dnf' package manager Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos8-xena/data/dlrn-1.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 DEBUG: rootdir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: chrootuid: 1024 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: None DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.rcyj_97o:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: False DEBUG: bootstrap_image: centos:8 DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.6/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1/ccache/u1024/', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/', 'tar': 'gnutar', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, '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-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}} 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 1024 -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: 8 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '8-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled = 1 check_obsoletes = 1 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-centos8.rdoproject.org.novalocal'} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: system_yum_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: dnf_command: /usr/bin/dnf DEBUG: system_dnf_command: /usr/bin/dnf DEBUG: dnf_install_command: install dnf dnf-plugins-core centos-gpg-keys DEBUG: microdnf_command: /usr/bin/microdnf DEBUG: microdnf_install_command: dnf-install microdnf dnf dnf-plugins-core DEBUG: microdnf_builddep_command: /usr/bin/dnf DEBUG: microdnf_builddep_opts: [] DEBUG: microdnf_common_opts: [] DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: dnf_disable_plugins: ['local', 'spacewalk'] DEBUG: user_agent: Mock (dlrn-centos8-xena-x86_64-1; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/centos8-xena/data/dlrn-1.cfg DEBUG: root: dlrn-centos8-xena-x86_64-1 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el8 DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 plugins=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=1 protected_packages= module_platform_id=platform:el8 user_agent=DLRN # repos [Stream-BaseOS] name=CentOS-Stream - Base #baseurl=http://mirror.centos.org/centos/8-stream/BaseOS/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=BaseOS&infra=$infra failovermethod=priority gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=1 skip_if_unavailable=False [Stream-AppStream] name=CentOS-Stream - AppStream #baseurl=http://mirror.centos.org/centos/8-stream/AppStream/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=AppStream&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [Stream-extras] name=CentOS-Stream - Extras #baseurl=http://mirror.centos.org/centos/8-stream/extras/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=extras&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [Stream-PowerTools] name=CentOS-Stream - PowerTools #baseurl=http://mirror.centos.org/centos/8-stream/PowerTools/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=PowerTools&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [delorean-component-baremetal] name=delorean-openstack-ironic-staging-drivers-c17279ef35ab59805ef344763f0f61bd4209ba76 baseurl=https://trunk.rdoproject.org/centos8-xena/component/baremetal/c1/72/c17279ef35ab59805ef344763f0f61bd4209ba76_c3461d18 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-python-cinderlib-aacb772f2ee0a8c4026eb17115a398ff98965f60 baseurl=https://trunk.rdoproject.org/centos8-xena/component/cinder/aa/cb/aacb772f2ee0a8c4026eb17115a398ff98965f60_6e3fa3e3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-os-service-types-0b2f4733eb1bbbd8880e7fa15a769a9bbf7338b4 baseurl=https://trunk.rdoproject.org/centos8-xena/component/clients/0b/2f/0b2f4733eb1bbbd8880e7fa15a769a9bbf7338b4_9ab49c5e enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-e61fba4a0bce1305366071addfba0b4cb290ad8f baseurl=https://trunk.rdoproject.org/centos8-xena/component/cloudops/e6/1f/e61fba4a0bce1305366071addfba0b4cb290ad8f_af05f3e9 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-python-sahara-plugin-spark-53aee26e0498854923a585df521c5043e621f5b8 baseurl=https://trunk.rdoproject.org/centos8-xena/component/common/53/ae/53aee26e0498854923a585df521c5043e621f5b8_73aa40d6 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-402fe188b4e7ff76109e8a5ea1f24a5e915eaa09 baseurl=https://trunk.rdoproject.org/centos8-xena/component/compute/40/2f/402fe188b4e7ff76109e8a5ea1f24a5e915eaa09_03cf95c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-ba9a2f14a081e13e432256c2342dbe7a2b87c459 baseurl=https://trunk.rdoproject.org/centos8-xena/component/glance/ba/9a/ba9a2f14a081e13e432256c2342dbe7a2b87c459_b9bdc57a enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-c419a7bad00c1f087cc09bd7bc5816cc83231faa baseurl=https://trunk.rdoproject.org/centos8-xena/component/manila/c4/19/c419a7bad00c1f087cc09bd7bc5816cc83231faa_eba747b6 enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-openstack-neutron-vpnaas-8de26cbfcd9563c5ff0637ac9cfd7d98f7a37e00 baseurl=https://trunk.rdoproject.org/centos8-xena/component/network/8d/e2/8de26cbfcd9563c5ff0637ac9cfd7d98f7a37e00_a631076d enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-5dd7ad9ad8998c5285fe60d9ee4210f87ed45ccd baseurl=https://trunk.rdoproject.org/centos8-xena/component/octavia/5d/d7/5dd7ad9ad8998c5285fe60d9ee4210f87ed45ccd_6c462720 enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-keystone-cf5f1e5651052be52f17beeb400ac433303a9602 baseurl=https://trunk.rdoproject.org/centos8-xena/component/security/cf/5f/cf5f1e5651052be52f17beeb400ac433303a9602_641e26f1 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-fb0293538020e2611048ffc00fd1e7f67eb42c73 baseurl=https://trunk.rdoproject.org/centos8-xena/component/swift/fb/02/fb0293538020e2611048ffc00fd1e7f67eb42c73_39a3c6ac enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-vitrage-tests-tempest-a99b1497f59fbf1d239d08eea68ffaca342d2fb1 baseurl=https://trunk.rdoproject.org/centos8-xena/component/tempest/a9/9b/a99b1497f59fbf1d239d08eea68ffaca342d2fb1_b3dd4e5b enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-openstack-zaqar-82e67146274b525c6bb94e0a57c4601907e11e08 baseurl=https://trunk.rdoproject.org/centos8-xena/component/tripleo/82/e6/82e67146274b525c6bb94e0a57c4601907e11e08_6721a820 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-vitrage-ui-c829088a91eaa6734eed3eb2a12817e615d1ee46 baseurl=https://trunk.rdoproject.org/centos8-xena/component/ui/c8/29/c829088a91eaa6734eed3eb2a12817e615d1ee46_8b6bff8c enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-openstack-tripleo-validations-0c6a43a14bef6542ece67db6905fba8cfa8adbaf baseurl=https://trunk.rdoproject.org/centos8-xena/component/validation/0c/6a/0c6a43a14bef6542ece67db6905fba8cfa8adbaf_205df9b2 enabled=1 gpgcheck=0 priority=1 [delorean-xena-testing] name=dlrn-xena-testing baseurl=https://trunk.rdoproject.org/centos8-xena/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-xena-build-deps] name=dlrn-xena-build-deps baseurl=https://trunk.rdoproject.org/centos8-xena/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [advanced-virtualization] name=Advanced Virtualization mirror baseurl=http://mirror.centos.org/centos/8-stream/virt/$basearch/advancedvirt-common/ gpgcheck=0 enabled=1 module_hotfixes=1 [centos-rabbitmq-38] name=Messaging RabbitMQ baseurl=http://mirror.centos.org/centos/8-stream/messaging/$basearch/rabbitmq-38 gpgcheck=0 enabled=1 module_hotfixes=1 skip_if_unavailable=1 [centos-opstools] name=opstools baseurl=http://mirror.centos.org/centos/8/opstools/$basearch/collectd-5/ gpgcheck=0 enabled=1 module_hotfixes=1 [centos-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=http://mirror.centos.org/centos/8-stream/nfv/$basearch/openvswitch-2/ gpgcheck=0 enabled=1 module_hotfixes=1 DEBUG: __jinja_expand: True DEBUG: verbose: 2 DEBUG: print_main_output: False DEBUG: cache_alterations: False DEBUG: enable_disable_repos: [] DEBUG: build_log_fmt_str: %(message)s DEBUG: root_log_fmt_str: %(levelname)s %(filename)s:%(lineno)d: %(message)s DEBUG: state_log_fmt_str: %(asctime)s - %(message)s DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC 7402 24-Core 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: 64K DEBUG: L1i cache: 64K 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 ibpb vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip 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: 16212188 4417040 782584 5215592 11012564 6060088 DEBUG: Swap: 16777212 3485468 13291744 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 582M 3.8G 14% /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.r088rl13', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc DEBUG: method _fixup_build_user skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1/root. DEBUG: ensuring that dir exists: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC 7402 24-Core 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: 64K DEBUG: L1i cache: 64K 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 ibpb vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip 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: 16212188 4414292 782896 5215592 11015000 6062832 DEBUG: Swap: 16777212 3485468 13291744 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'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.1G 3.3G 24% /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.gs_jtsth', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/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-centos8-xena-x86_64-1/root DEBUG: resultdir = /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '08693d978e114697bb82988fd1f866b3', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/usr/sbin/usermod', '-u', '1024', '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', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: usermod: no changes DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/.initialized Finish: chroot init INFO: Running in chroot: ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] Start: chroot ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.rcyj_97o:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '4fde8c6f05534729ac50c70518e489f0', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.rcyj_97o:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/bin/sh', '-c', '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', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False running sdist [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.3s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.6s) running egg_info creating tempest.egg-info writing tempest.egg-info/PKG-INFO writing dependency_links to tempest.egg-info/dependency_links.txt writing entry points to tempest.egg-info/entry_points.txt writing requirements to tempest.egg-info/requires.txt writing top-level names to tempest.egg-info/top_level.txt writing pbr to tempest.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'tempest.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git /usr/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'tempest.egg-info/SOURCES.txt' [pbr] reno was not found or is too old. Skipping release notes running check creating tempest-28.1.0 creating tempest-28.1.0/doc creating tempest-28.1.0/doc/source creating tempest-28.1.0/doc/source/_extra creating tempest-28.1.0/doc/source/_static creating tempest-28.1.0/doc/source/contributor creating tempest-28.1.0/doc/source/data creating tempest-28.1.0/doc/source/field_guide creating tempest-28.1.0/doc/source/library creating tempest-28.1.0/doc/source/library/service_clients creating tempest-28.1.0/doc/source/plugins creating tempest-28.1.0/doc/source/tests creating tempest-28.1.0/etc creating tempest-28.1.0/playbooks creating tempest-28.1.0/releasenotes creating tempest-28.1.0/releasenotes/notes creating tempest-28.1.0/releasenotes/notes/10 creating tempest-28.1.0/releasenotes/notes/11 creating tempest-28.1.0/releasenotes/notes/12 creating tempest-28.1.0/releasenotes/notes/13 creating tempest-28.1.0/releasenotes/notes/14 creating tempest-28.1.0/releasenotes/notes/15 creating tempest-28.1.0/releasenotes/notes/16 creating tempest-28.1.0/releasenotes/notes/25 creating tempest-28.1.0/releasenotes/source creating tempest-28.1.0/releasenotes/source/_static creating tempest-28.1.0/releasenotes/source/_templates creating tempest-28.1.0/roles creating tempest-28.1.0/roles/acl-devstack-files creating tempest-28.1.0/roles/acl-devstack-files/defaults creating tempest-28.1.0/roles/acl-devstack-files/tasks creating tempest-28.1.0/roles/run-tempest creating tempest-28.1.0/roles/run-tempest-26 creating tempest-28.1.0/roles/run-tempest-26/defaults creating tempest-28.1.0/roles/run-tempest-26/tasks creating tempest-28.1.0/roles/run-tempest/defaults creating tempest-28.1.0/roles/run-tempest/tasks creating tempest-28.1.0/roles/setup-tempest-data-dir creating tempest-28.1.0/roles/setup-tempest-data-dir/defaults creating tempest-28.1.0/roles/setup-tempest-data-dir/tasks creating tempest-28.1.0/roles/setup-tempest-run-dir creating tempest-28.1.0/roles/setup-tempest-run-dir/defaults creating tempest-28.1.0/roles/setup-tempest-run-dir/tasks creating tempest-28.1.0/roles/tempest-cleanup creating tempest-28.1.0/roles/tempest-cleanup/defaults creating tempest-28.1.0/roles/tempest-cleanup/tasks creating tempest-28.1.0/tempest creating tempest-28.1.0/tempest.egg-info creating tempest-28.1.0/tempest/api creating tempest-28.1.0/tempest/api/compute creating tempest-28.1.0/tempest/api/compute/admin creating tempest-28.1.0/tempest/api/compute/certificates creating tempest-28.1.0/tempest/api/compute/flavors creating tempest-28.1.0/tempest/api/compute/floating_ips creating tempest-28.1.0/tempest/api/compute/images creating tempest-28.1.0/tempest/api/compute/keypairs creating tempest-28.1.0/tempest/api/compute/limits creating tempest-28.1.0/tempest/api/compute/security_groups creating tempest-28.1.0/tempest/api/compute/servers creating tempest-28.1.0/tempest/api/compute/volumes creating tempest-28.1.0/tempest/api/identity creating tempest-28.1.0/tempest/api/identity/admin creating tempest-28.1.0/tempest/api/identity/admin/v2 creating tempest-28.1.0/tempest/api/identity/admin/v3 creating tempest-28.1.0/tempest/api/identity/v2 creating tempest-28.1.0/tempest/api/identity/v3 creating tempest-28.1.0/tempest/api/image creating tempest-28.1.0/tempest/api/image/v1 creating tempest-28.1.0/tempest/api/image/v2 creating tempest-28.1.0/tempest/api/image/v2/admin creating tempest-28.1.0/tempest/api/network creating tempest-28.1.0/tempest/api/network/admin creating tempest-28.1.0/tempest/api/object_storage creating tempest-28.1.0/tempest/api/volume creating tempest-28.1.0/tempest/api/volume/admin creating tempest-28.1.0/tempest/cmd creating tempest-28.1.0/tempest/common creating tempest-28.1.0/tempest/common/utils creating tempest-28.1.0/tempest/common/utils/linux creating tempest-28.1.0/tempest/hacking creating tempest-28.1.0/tempest/lib creating tempest-28.1.0/tempest/lib/api_schema creating tempest-28.1.0/tempest/lib/api_schema/response creating tempest-28.1.0/tempest/lib/api_schema/response/compute creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_11 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_13 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_16 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_19 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_2 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_23 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_26 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_28 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_3 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_36 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_39 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_41 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_45 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_47 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_48 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_53 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_54 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_55 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_57 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_59 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_6 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_61 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_63 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_70 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_71 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_73 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_79 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_8 creating tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_9 creating tempest-28.1.0/tempest/lib/api_schema/response/volume creating tempest-28.1.0/tempest/lib/api_schema/response/volume/v3_7 creating tempest-28.1.0/tempest/lib/cli creating tempest-28.1.0/tempest/lib/cmd creating tempest-28.1.0/tempest/lib/common creating tempest-28.1.0/tempest/lib/common/utils creating tempest-28.1.0/tempest/lib/common/utils/linux creating tempest-28.1.0/tempest/lib/services creating tempest-28.1.0/tempest/lib/services/compute creating tempest-28.1.0/tempest/lib/services/identity creating tempest-28.1.0/tempest/lib/services/identity/v2 creating tempest-28.1.0/tempest/lib/services/identity/v3 creating tempest-28.1.0/tempest/lib/services/image creating tempest-28.1.0/tempest/lib/services/image/v1 creating tempest-28.1.0/tempest/lib/services/image/v2 creating tempest-28.1.0/tempest/lib/services/network creating tempest-28.1.0/tempest/lib/services/object_storage creating tempest-28.1.0/tempest/lib/services/placement creating tempest-28.1.0/tempest/lib/services/volume creating tempest-28.1.0/tempest/lib/services/volume/v2 creating tempest-28.1.0/tempest/lib/services/volume/v3 creating tempest-28.1.0/tempest/scenario creating tempest-28.1.0/tempest/services creating tempest-28.1.0/tempest/services/orchestration creating tempest-28.1.0/tempest/services/orchestration/json creating tempest-28.1.0/tempest/test_discover creating tempest-28.1.0/tempest/tests creating tempest-28.1.0/tempest/tests/api creating tempest-28.1.0/tempest/tests/api/compute creating tempest-28.1.0/tempest/tests/cmd creating tempest-28.1.0/tempest/tests/cmd/subunit_describe_calls_data creating tempest-28.1.0/tempest/tests/common creating tempest-28.1.0/tempest/tests/common/utils creating tempest-28.1.0/tempest/tests/common/utils/linux creating tempest-28.1.0/tempest/tests/files creating tempest-28.1.0/tempest/tests/lib creating tempest-28.1.0/tempest/tests/lib/cli creating tempest-28.1.0/tempest/tests/lib/cmd creating tempest-28.1.0/tempest/tests/lib/common creating tempest-28.1.0/tempest/tests/lib/common/utils creating tempest-28.1.0/tempest/tests/lib/common/utils/linux creating tempest-28.1.0/tempest/tests/lib/services creating tempest-28.1.0/tempest/tests/lib/services/compute creating tempest-28.1.0/tempest/tests/lib/services/identity creating tempest-28.1.0/tempest/tests/lib/services/identity/v2 creating tempest-28.1.0/tempest/tests/lib/services/identity/v3 creating tempest-28.1.0/tempest/tests/lib/services/image creating tempest-28.1.0/tempest/tests/lib/services/image/v1 creating tempest-28.1.0/tempest/tests/lib/services/image/v2 creating tempest-28.1.0/tempest/tests/lib/services/network creating tempest-28.1.0/tempest/tests/lib/services/object_storage creating tempest-28.1.0/tempest/tests/lib/services/placement creating tempest-28.1.0/tempest/tests/lib/services/volume creating tempest-28.1.0/tempest/tests/lib/services/volume/v3 creating tempest-28.1.0/tools creating tempest-28.1.0/zuul.d copying files to tempest-28.1.0... copying .coveragerc -> tempest-28.1.0 copying .mailmap -> tempest-28.1.0 copying .stestr.conf -> tempest-28.1.0 copying AUTHORS -> tempest-28.1.0 copying CONTRIBUTING.rst -> tempest-28.1.0 copying ChangeLog -> tempest-28.1.0 copying HACKING.rst -> tempest-28.1.0 copying LICENSE -> tempest-28.1.0 copying README.rst -> tempest-28.1.0 copying REVIEWING.rst -> tempest-28.1.0 copying bindep.txt -> tempest-28.1.0 copying requirements.txt -> tempest-28.1.0 copying setup.cfg -> tempest-28.1.0 copying setup.py -> tempest-28.1.0 copying test-requirements.txt -> tempest-28.1.0 copying tox.ini -> tempest-28.1.0 copying doc/requirements.txt -> tempest-28.1.0/doc copying doc/source/HACKING.rst -> tempest-28.1.0/doc/source copying doc/source/REVIEWING.rst -> tempest-28.1.0/doc/source copying doc/source/account_generator.rst -> tempest-28.1.0/doc/source copying doc/source/cleanup.rst -> tempest-28.1.0/doc/source copying doc/source/conf.py -> tempest-28.1.0/doc/source copying doc/source/configuration.rst -> tempest-28.1.0/doc/source copying doc/source/index.rst -> tempest-28.1.0/doc/source copying doc/source/keystone_scopes_and_roles_support.rst -> tempest-28.1.0/doc/source copying doc/source/library.rst -> tempest-28.1.0/doc/source copying doc/source/microversion_testing.rst -> tempest-28.1.0/doc/source copying doc/source/overview.rst -> tempest-28.1.0/doc/source copying doc/source/requirement_upper_constraint_for_tempest.rst -> tempest-28.1.0/doc/source copying doc/source/run.rst -> tempest-28.1.0/doc/source copying doc/source/sampleconf.rst -> tempest-28.1.0/doc/source copying doc/source/stable_branch_support_policy.rst -> tempest-28.1.0/doc/source copying doc/source/stable_branch_testing_policy.rst -> tempest-28.1.0/doc/source copying doc/source/subunit_describe_calls.rst -> tempest-28.1.0/doc/source copying doc/source/supported_version.rst -> tempest-28.1.0/doc/source copying doc/source/tempest_and_plugins_compatible_version_policy.rst -> tempest-28.1.0/doc/source copying doc/source/test_removal.rst -> tempest-28.1.0/doc/source copying doc/source/workspace.rst -> tempest-28.1.0/doc/source copying doc/source/write_tests.rst -> tempest-28.1.0/doc/source copying doc/source/_extra/.htaccess -> tempest-28.1.0/doc/source/_extra copying doc/source/_static/.keep -> tempest-28.1.0/doc/source/_static copying doc/source/contributor/contributing.rst -> tempest-28.1.0/doc/source/contributor copying doc/source/data/tempest-non-active-plugins-registry.header -> tempest-28.1.0/doc/source/data copying doc/source/data/tempest-plugins-registry.header -> tempest-28.1.0/doc/source/data copying doc/source/field_guide/api.rst -> tempest-28.1.0/doc/source/field_guide copying doc/source/field_guide/index.rst -> tempest-28.1.0/doc/source/field_guide copying doc/source/field_guide/scenario.rst -> tempest-28.1.0/doc/source/field_guide copying doc/source/field_guide/unit_tests.rst -> tempest-28.1.0/doc/source/field_guide copying doc/source/library/api_microversion_testing.rst -> tempest-28.1.0/doc/source/library copying doc/source/library/auth.rst -> tempest-28.1.0/doc/source/library copying doc/source/library/cli.rst -> tempest-28.1.0/doc/source/library copying doc/source/library/clients.rst -> tempest-28.1.0/doc/source/library copying doc/source/library/credential_providers.rst -> tempest-28.1.0/doc/source/library copying doc/source/library/decorators.rst -> tempest-28.1.0/doc/source/library copying doc/source/library/rest_client.rst -> tempest-28.1.0/doc/source/library copying doc/source/library/utils.rst -> tempest-28.1.0/doc/source/library copying doc/source/library/validation_resources.rst -> tempest-28.1.0/doc/source/library copying doc/source/library/service_clients/compute_clients.rst -> tempest-28.1.0/doc/source/library/service_clients copying doc/source/plugins/index.rst -> tempest-28.1.0/doc/source/plugins copying doc/source/plugins/plugin.rst -> tempest-28.1.0/doc/source/plugins copying doc/source/tests/modules.rst -> tempest-28.1.0/doc/source/tests copying etc/accounts.yaml.sample -> tempest-28.1.0/etc copying etc/allow-list.yaml -> tempest-28.1.0/etc copying etc/logging.conf.sample -> tempest-28.1.0/etc copying etc/rbac-persona-accounts.yaml.sample -> tempest-28.1.0/etc copying playbooks/devstack-tempest-ipv6.yaml -> tempest-28.1.0/playbooks copying playbooks/devstack-tempest.yaml -> tempest-28.1.0/playbooks copying playbooks/post-tempest.yaml -> tempest-28.1.0/playbooks copying releasenotes/notes/Add-keystone-v3-OS_FEDERATION-APIs-as-tempest-clients-fe9e10a0fe5f09d4.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/Add-volume_size_extend-config--opt-for-volume-tests-041f7d25fc2f3e05.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/Extend-cleanup-CLI-to-delete-regions-9f1dbda2c8de12e2.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/Fix-KeyError-bug-in-v3-volumes_client-ff5d9b894f2257c8.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/Inclusive-jargon-17621346744f0cf4.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/Placement-client-for-placement-based-minimum-bw-allocation-27ed0938118752b6.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/Remove-deprecated-scenario.img_dir-option-da626e6153181e16.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/Remove-manager-2e0b0af48f01294a.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/Remove-test_reboot_server_soft-48fa786f38cd94dc.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/Set-default-of-operator_role-to-member-f9c3abd2ebde23b7.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/Stabilize-scenario-manager-adf36d21b08e31a4.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/account_generator-6eb03f664a448c35.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-OAUTH-Token-Client-tempest-tests-6351eda451b95a86.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-additional-methods-to-policy-client-library-b8279c18335588c9.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-alt-project-dynamic-creds-1a3bc543e65d9433.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-assisted-volume-snapshot-client-737f5cb35d58c1b6.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-can-migrate-between-any-hosts-config-option-x8ah4f9737a28e9b.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-compute-feature-ide-bus-b63802502c378083.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-compute-feature-serial-console-45583c4341e34fc9.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-compute-feature-shelve-migrate-fdbd3633abe65c4e.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-consistency-group-exceptions-01cbb792cd710231.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-create-group-from-src-tempest-tests-9eb8b0b4b5c52055.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-domain-configuration-client-tempest-tests-e383efabdbb9ad03.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-extra-apis-to-volume-v3-services-client-bf9b235cf5a611fe.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-force-detach-volume-to-volumes-client-library-b2071f2954f8e8b1.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-group-type-specs-apis-to-v3-group-types-client-10390b52dedede54.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-identity-roles-system-methods-519dc144231993a3.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-endpoint-groups-3518a90bbb731d0f.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-extensions-9cfd217fd2c6a61f.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-image-alt-ssh-user-config-option-1b775af2f468aa5b.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-immutable-user-source-support-dd17772a997075e0.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-ip-version-check-in-addresses-x491ac6d9abaxa12.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-keystone-ep-clients-eeefd0904fbbe151.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-keystone-v3-ec2-tests-d959b7d36f0bd7fc.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-kwargs-to-delete-vol-of-vol-client-1ecde75beb62933c.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-list-volume-transfers-with-detail-to-transfers-client-80169bf78cf4fa66.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-load-list-cmd-35a4a2e6ea0a36fd.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-manage-snapshot-ref-config-option-67efd04897335b67.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-placement-usage-client-method-8b6015cbd8a5e0f6.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-profiler-config-options-db7c4ae6d338ee5c.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-qos-apis-for-bandwidth-limit-rules-cc144660fcaa419a.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-redirect-param-bea1f6fbce629c70.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-reset-group-snapshot-status-api-to-v3-group-snapshots-client-248d41827daf2a0c.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-reset-group-status-api-to-v3-groups-client-9aa048617c66756a.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-save-state-option-5ea67858cbaca969.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-server-diagnostics-validation-schema-b5a3c55b45aa718a.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-show-api-v3-details-api-to-v3-versions-client-4b408427379cabfe.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-show-default-group-type-detail-api-to-v3-group-types-client-65f717878cf52da0.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-show-default-quotas-api-to-network-quotas-client-3a7c1159af9e56ff.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-show-default-volume-types-api-to-v3-types-client-44b2676f217d78dc.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-show-encryption-specs-item-api-to-v2-encryption-types-client-290b421cd4bc0c0e.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-show-host-to-hosts-client-library-c60c4eb49d139480.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-show-snapshot-metadata-item-api-to-v2-snapshots-client-bd3cbab3c7f0e0b3.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-show-volume-image-metadata-api-to-v2-volumes-client-ee3c027f35276561.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-show-volume-metadata-item-api-to-v2-volumes-client-47d59ecd999ca9df.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-subnet-id-config-option-fac3d6f12abfc171.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-unstable_test-decorator-a73cf97d4ffcc796.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-update-api-to-group-types-client-09c06ccdf80d5003.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-update-backup-api-to-v3-backups-client-e8465b2b66617dc0.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-update-flavor--api-to-flavors-client-a859542fe54aab7c.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-validation-resources-to-lib-dc2600c4324ca4d7.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-volume-group-snapshots-tempest-tests-840df3da26590f5e.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-volume-groups-tempest-tests-dd7b2abfe2b48427.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-volume-quota-class-client-as-library-c4c2b22c36ff807e.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-volume-transfers-v3.55-73f75073ad2c4091.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add-worker-file-option-d949121a61156968.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/agents-client-delete-method-de1a7fb3f845999c.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/api_v2_admin_flag-dea5ca9bc2ce63bc.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/associate-disassociate-floating_ip-0b6cfebeef1304b0.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/bug-1647999-7aeda50a8d082d4c.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/change-default-region-for-placement-to-empty-string-394f1132c28345bb.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/cinder-use-os-endpoint-type-c11f63fd468ceb4c.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/cli-tests-v3fixes-fb38189cefd64213.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/conditional-attr-a8564ec5a70ec840.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/config-volume-multiattach-ea8138dfa4fd308c.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/config_image_certificate_compute_feature-c56efb520d54aff5.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/create-mount-config-drive-to-lib-1a6e912b8afbcc7e.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/create_loginable_secgroup_rule-73722fd4b4eb12d0.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/create_security_group_rule-16d58a8f0f0ff262.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/credentials-factory-stable-c8037bd9ae642482.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/deprecate-and-enable-identity-application_credentials-1d4eaef4c3c9dcba.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/deprecate-and-enable-identity-project-tags-23b87518888e563a.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/deprecate-compute-feature-enabled-block-migrate-cinder-iscsi-fcda802d774dfeec.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/deprecate-compute-images-client-in-volume-tests-92b6dd55fcaba620.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/deprecate-config-forbid_global_implied_dsr-e64cfa66e6e3ded5.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/deprecate-dns_servers-option-0xf2f297ee47a5ff.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/deprecate-image-v1-service-clients-d12ed42210bb76b5.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/deprecate-scheduler-available-filters-cbca2017ba3cf2aa.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/deprecate-vnc-server-header-529f07d592aefb62.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/deprecate-volume-api-selection-config-options-b95c5c0ccbf38916.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/deprecate-volume-v2-service-clients-ff8a2a7be1797eb5.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/disable-identity-v2-testing-4ef1565d1a5aedcf.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/drop-DEFAULT_PARAMS-bfcc2e7b74ef880b.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/drop-py-2-7-730baf411876d5d8.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/drop-py-3-5-support-76ca78f1a650fcad.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/enable-volume-multiattach-fd5e9bf0e96b56ce.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/end-of-support-for-stein-f795b968d83497a9.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/end-of-support-for-train-83369468215d7485.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/extra-compute-services-tests-92b6c0618972e02f.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/fix-credential-logging-98089c897d801355.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/fix-show-image-file-expected-code-92d97342d0f6d60e.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/http_proxy_config-cb39b55520e84db5.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/identity-tests-domain-drivers-76235f6672221e45.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/identity-token-client-8aaef74b1d61090a.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/identity-v3-project-tags-client-36683c6a8644e54b.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/identity_client-635275d43abbb807.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/image-client-add-versions-and-tasks-ac289dbfe1c899cc.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/image_import_testing_support-22ba4bcb9f2fb848.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/intermediate-pike-release-2ce492432ff8f012.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/intermediate-queens-release-2f9f305775fca454.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/intermediate-train-release-0146c624cff9a57f.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/intermediate-wallaby-release-55a0b31b1dee7b23.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/introduce-attachments-client-add-show-attachment-api-c3111f7e560a87b3.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/limits-client-d656f16a3d3e84fc.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/log-resource-client-20e58a295f729902.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/log_console_output-dae6b8740b5a5821.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/loggable-resource-client-5977d46a7ea52199.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/make-create-user-domain-aware-for-v3-creds-client-5054f58e715adc0c.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/make-object-storage-client-as-stable-interface-d1b07c7e8f17bef6.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/merge-tempest-horizon-plugin-39d555339ab8c7ce.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/migrate-dynamic-creds-ecebb47528080761.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/migrate-object-storage-as-stable-interface-42014c7b43ecb254.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/migrate-preprov-creds-ef61a046ee1ec604.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/move-volume-v3-base_client-to-volume-1edbz0f207c3b283.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/network-show-version-18e1707a4df0a3d3.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/network-swap-to-project_id-a1d7fdf6c5e1cf44.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/network-tag-client-f4614029af7927f0.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/network_feature_enabled_available_features-35f9ac5f253e2ca3.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/omit_X-Subject-Token_from_log-1bf5fef88c80334b.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/os_tenant_name-3ee175763bff455b.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/pause_teardown-45c9d60ffa889f7f.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/plugin-client-registration-enhancements-e09131742391225b.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/prevent-error-in-parse-resp-when-nullable-list-9898cd0f22180986.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/random-bytes-size-limit-ee94a8c6534fe916.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/removal-deprecated-config-options-3db535b979fe3509.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/removal-deprecated-volume-config-options-21c4412f3c600923.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/remove-allow_tenant_isolation-option-03f0d998eb498d44.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/remove-deprecated-apis-from-v2-volumes-client-3ca4a5db5fea518f.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/remove-deprecated-find-test-caller-f4525cd043bfd1b6.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/remove-deprecated-old-token-clients-e4c2e654132f1130.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/remove-deprecated-skip_unless_attr-decorator-02bde59a00328f5c.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/remove-deprecated-volume-config-options-4b7ea93b88e5b982.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/remove-get-ipv6-addr-by-EUI64-c79972d799c7a430.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/remove-heat-tests-9efb42cac3e0b306.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/remove-old-data-utils-e0966f882f7fe23a.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/remove-some-deprecated-identity-options-0ffxd1b8db928e43.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/remove-volume-v1-service-clients-9235e3a965f93c09.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/segments-client-866f02948f40d4ff.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/set-cinder-api-v3-option-true-1b3e61e3129b7c00.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/start-of-pike-support-f2a1b7ea8e8b0311.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/start-of-queens-support-fea9051ba1d85fc7.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/support-for-rbac-new-scope-6ec8164ce1e7288c.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/support-scope-in-get-roles-dynamic-creds-90bfab163c1c289a.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/switch-to-stestr-8c9f834b3f5a55d8.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/system-scope-44244cc955a7825f.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/tempest-default-run_validations-9640c41b6a4a9121.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/tempest-identity-catalog-client-f5c8589a9d7c1eb5.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/tempest-lib-compute-update-service-6019d2dcfe4a1c5d.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/tempest-rocky-release-0fc3312053923380.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/tempest-train-release-a2ed0743a5eadeb6.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/tempest-ussuri-release-72b5770a3b97678f.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/tempest-victoria-release-27000c02edc5a112.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/tempest-wallaby-release-0f2cea5ccf63485e.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/use-cinder-v3-client-for-verify_tempest_config-2bf3d817b0070064.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/verify-tempest-command-8e88452c7a08dd77.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/vnc-hardcoded-server-name-removed-6f8d1e90a175dc08.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/volume-backed-live-mig-5a38b496ba1ec093.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/volume-service-testing-default-to-v3-endpoints-20b86895a590925d.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/volume-v3-service-clients-a863a6336af56cca.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/xenapi_apis-conf-fcca549283e53ed6.yaml -> tempest-28.1.0/releasenotes/notes copying releasenotes/notes/10/10.0-supported-openstack-releases-b88db468695348f6.yaml -> tempest-28.1.0/releasenotes/notes/10 copying releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml -> tempest-28.1.0/releasenotes/notes/10 copying releasenotes/notes/10/10.0.0-start-using-reno-ed9518126fd0e1a3.yaml -> tempest-28.1.0/releasenotes/notes/10 copying releasenotes/notes/11/11.0.0-api-microversion-testing-support-2ceddd2255670932.yaml -> tempest-28.1.0/releasenotes/notes/11 copying releasenotes/notes/11/11.0.0-compute-microversion-support-e0b23f960f894b9b.yaml -> tempest-28.1.0/releasenotes/notes/11 copying releasenotes/notes/11/11.0.0-supported-openstack-releases-1e5d7295d939d439.yaml -> tempest-28.1.0/releasenotes/notes/11 copying releasenotes/notes/12/12.0.0-supported-openstack-releases-f10aac381d933dd1.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-add-network-versions-client-d90e8334e1443f5c.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-add-tempest-run-3d0aaf69c2ca4115.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-add-tempest-workspaces-228a2ba4690b5589.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-bug-1486834-7ebca15836ae27a9.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-identity-clients-as-library-e663c6132fcac6c2.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-image-clients-as-library-86d17caa26ce3961.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-new-test-utils-module-adf34468c4d52719.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-remove-input-scenarios-functionality-01308e6d4307f580.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-remove-integrated-horizon-bb57551c1e5f5be3.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-remove-legacy-credential-providers-3d653ac3ba1ada2b.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-remove-trove-tests-666522e9113549f9.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-routers-client-as-library-25a363379da351f6.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-support-chunked-encoding-d71f53225f68edf3.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.2.0-add-new-identity-clients-3c3afd674a395bde.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.2.0-clients_module-16f3025f515bf9ec.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.2.0-nova_cert_default-90eb7c1e3cde624a.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.2.0-remove-javelin-276f62d04f7e4a1d.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.2.0-service_client_config-8a1d7b4de769c633.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/12/12.2.0-volume-clients-as-library-9a3444dd63c134b3.yaml -> tempest-28.1.0/releasenotes/notes/12 copying releasenotes/notes/13/13.0.0-add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml -> tempest-28.1.0/releasenotes/notes/13 copying releasenotes/notes/13/13.0.0-add-volume-clients-as-a-library-d05b6bc35e66c6ef.yaml -> tempest-28.1.0/releasenotes/notes/13 copying releasenotes/notes/13/13.0.0-deprecate-get_ipv6_addr_by_EUI64-4673f07677289cf6.yaml -> tempest-28.1.0/releasenotes/notes/13 copying releasenotes/notes/13/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml -> tempest-28.1.0/releasenotes/notes/13 copying releasenotes/notes/13/13.0.0-start-of-newton-support-3ebb274f300f28eb.yaml -> tempest-28.1.0/releasenotes/notes/13 copying releasenotes/notes/13/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml -> tempest-28.1.0/releasenotes/notes/13 copying releasenotes/notes/13/13.0.0-volume-clients-as-library-660811011be29d1a.yaml -> tempest-28.1.0/releasenotes/notes/13 copying releasenotes/notes/14/14.0.0-add-cred-provider-abstract-class-to-lib-70ff513221f8a871.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/14/14.0.0-add-cred_client-to-tempest.lib-4d4af33f969c576f.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/14/14.0.0-add-image-clients-af94564fb34ddca6.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/14/14.0.0-add-role-assignments-client-as-a-library-d34b4fdf376984ad.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/14/14.0.0-add-service-provider-client-cbba77d424a30dd3.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/14/14.0.0-add-ssh-port-parameter-to-client-6d16c374ac4456c1.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/14/14.0.0-deprecate-nova-api-extensions-df16b02485dae203.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/14/14.0.0-move-cinder-v3-to-lib-service-be3ba0c20753b594.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/14/14.0.0-new-volume-limit-client-517c17d9090f4df4.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/14/14.0.0-remo-stress-tests-81052b211ad95d2e.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/14/14.0.0-remove-baremetal-tests-65186d9e15d5b8fb.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/14/14.0.0-remove-bootable-option-024f8944c056a3e0.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/14/14.0.0-remove-negative-test-generator-1653f4c0f86ccf75.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/14/14.0.0-remove-sahara-tests-1532c47c7df80e3a.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/14/14.0.0-volume-clients-as-library-309030c7a16e62ab.yaml -> tempest-28.1.0/releasenotes/notes/14 copying releasenotes/notes/15/15.0.0-add-identity-v3-clients-as-a-library-d34b4fdf376984ad.yaml -> tempest-28.1.0/releasenotes/notes/15 copying releasenotes/notes/15/15.0.0-add-image-clients-tests-49dbc0a0a4281a77.yaml -> tempest-28.1.0/releasenotes/notes/15 copying releasenotes/notes/15/15.0.0-add-implied-roles-to-roles-client-library-edf96408ad9ba82e.yaml -> tempest-28.1.0/releasenotes/notes/15 copying releasenotes/notes/15/15.0.0-add-snapshot-manage-client-as-library-a76ffdba9d8d01cb.yaml -> tempest-28.1.0/releasenotes/notes/15 copying releasenotes/notes/15/15.0.0-deprecate-allow_port_security_disabled-option-2d3d87f6bd11d03a.yaml -> tempest-28.1.0/releasenotes/notes/15 copying releasenotes/notes/15/15.0.0-deprecate-identity-feature-enabled.reseller-84800a8232fe217f.yaml -> tempest-28.1.0/releasenotes/notes/15 copying releasenotes/notes/15/15.0.0-deprecate-volume_feature_enabled.volume_services-dbe024ea067d5ab2.yaml -> tempest-28.1.0/releasenotes/notes/15 copying releasenotes/notes/15/15.0.0-jsonschema-validator-2377ba131e12d3c7.yaml -> tempest-28.1.0/releasenotes/notes/15 copying releasenotes/notes/15/15.0.0-remove-deprecated-compute-microversion-config-options-eaee6a7d2f8390a8.yaml -> tempest-28.1.0/releasenotes/notes/15 copying releasenotes/notes/15/15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.yaml -> tempest-28.1.0/releasenotes/notes/15 copying releasenotes/notes/15/15.0.0-remove-deprecated-input-scenario-config-options-414e0c5442e967e9.yaml -> tempest-28.1.0/releasenotes/notes/15 copying releasenotes/notes/15/15.0.0-remove-deprecated-network-config-options-f9ce276231578fe6.yaml -> tempest-28.1.0/releasenotes/notes/15 copying releasenotes/notes/16/16.0.0-add-OAUTH-Consumer-Client-tempest-tests-db1df7aae4a9fd4e.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-add-additional-methods-to-roles-client-library-178d4a6000dec72d.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-add-cascade-parameter-to-volumes-client-ff4f7f12795003a4.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-add-compute-server-evaculate-client-as-a-library-ed76baf25f02c3ca.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-add-list-auth-project-client-5905076d914a3943.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-add-list-security-groups-by-servers-to-servers-client-library-088df48f6d81f4be.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-add-list-version-to-identity-client-944cb7396088a575.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-add-quota-sets-detail-kwarg-74b72183295b3ce7.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-add-tempest-lib-remote-client-adbeb3f42a36910b.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-add-tempest-run-combine-option-e94c1049ba8985d5.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-add-update-encryption-type-to-encryption-types-client-f3093532a0bcf9a1.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-create-server-tags-client-8c0042a77e859af6.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-deprecate-deactivate_image-config-7a282c471937bbcb.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-deprecate-skip_unless_attr-decorator-450a1ed727494724.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-dreprecate_client_parameters-cb8d069e62957f7e.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-mitaka-eol-88ff8355fff81b55.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-remove-cinder-v1-api-tests-71e266b8d55d475f.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-remove-deprecated-allow_port_security_disabled-option-d0ffaeb2e7817707.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-remove-deprecated-dvr_extra_resources-option-e8c441c38eab7ddd.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-remove-deprecated-identity-reseller-option-4411c7e3951f1094.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-remove-sahara-service-available-44a642aa9c634ab4.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-remove-volume_feature_enabled.volume_services-c6aa142cc1021297.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-use-keystone-v3-api-935860d30ddbb8e9.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/16/16.0.0-volume-transfers-client-e5ed3f5464c0cdc0.yaml -> tempest-28.1.0/releasenotes/notes/16 copying releasenotes/notes/25/subunt-describe-call-verbose-arg-fix.yaml -> tempest-28.1.0/releasenotes/notes/25 copying releasenotes/source/conf.py -> tempest-28.1.0/releasenotes/source copying releasenotes/source/index.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/unreleased.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v10.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v11.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v12.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v13.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v14.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v15.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v16.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v16.1.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v17.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v17.1.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v17.2.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v18.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v19.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v20.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v21.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v22.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v22.1.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v23.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v24.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v26.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v26.1.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/v27.0.0.rst -> tempest-28.1.0/releasenotes/source copying releasenotes/source/_static/.placeholder -> tempest-28.1.0/releasenotes/source/_static copying releasenotes/source/_templates/.placeholder -> tempest-28.1.0/releasenotes/source/_templates copying roles/acl-devstack-files/README.rst -> tempest-28.1.0/roles/acl-devstack-files copying roles/acl-devstack-files/defaults/main.yaml -> tempest-28.1.0/roles/acl-devstack-files/defaults copying roles/acl-devstack-files/tasks/main.yaml -> tempest-28.1.0/roles/acl-devstack-files/tasks copying roles/run-tempest/README.rst -> tempest-28.1.0/roles/run-tempest copying roles/run-tempest-26/README.rst -> tempest-28.1.0/roles/run-tempest-26 copying roles/run-tempest-26/defaults/main.yaml -> tempest-28.1.0/roles/run-tempest-26/defaults copying roles/run-tempest-26/tasks/main.yaml -> tempest-28.1.0/roles/run-tempest-26/tasks copying roles/run-tempest/defaults/main.yaml -> tempest-28.1.0/roles/run-tempest/defaults copying roles/run-tempest/tasks/main.yaml -> tempest-28.1.0/roles/run-tempest/tasks copying roles/setup-tempest-data-dir/README.rst -> tempest-28.1.0/roles/setup-tempest-data-dir copying roles/setup-tempest-data-dir/defaults/main.yaml -> tempest-28.1.0/roles/setup-tempest-data-dir/defaults copying roles/setup-tempest-data-dir/tasks/main.yaml -> tempest-28.1.0/roles/setup-tempest-data-dir/tasks copying roles/setup-tempest-run-dir/README.rst -> tempest-28.1.0/roles/setup-tempest-run-dir copying roles/setup-tempest-run-dir/defaults/main.yaml -> tempest-28.1.0/roles/setup-tempest-run-dir/defaults copying roles/setup-tempest-run-dir/tasks/main.yaml -> tempest-28.1.0/roles/setup-tempest-run-dir/tasks copying roles/tempest-cleanup/README.rst -> tempest-28.1.0/roles/tempest-cleanup copying roles/tempest-cleanup/defaults/main.yaml -> tempest-28.1.0/roles/tempest-cleanup/defaults copying roles/tempest-cleanup/tasks/dry_run.yaml -> tempest-28.1.0/roles/tempest-cleanup/tasks copying roles/tempest-cleanup/tasks/dry_run_checker.py -> tempest-28.1.0/roles/tempest-cleanup/tasks copying roles/tempest-cleanup/tasks/main.yaml -> tempest-28.1.0/roles/tempest-cleanup/tasks copying tempest/README.rst -> tempest-28.1.0/tempest copying tempest/__init__.py -> tempest-28.1.0/tempest copying tempest/clients.py -> tempest-28.1.0/tempest copying tempest/config.py -> tempest-28.1.0/tempest copying tempest/exceptions.py -> tempest-28.1.0/tempest copying tempest/test.py -> tempest-28.1.0/tempest copying tempest/version.py -> tempest-28.1.0/tempest copying tempest.egg-info/PKG-INFO -> tempest-28.1.0/tempest.egg-info copying tempest.egg-info/SOURCES.txt -> tempest-28.1.0/tempest.egg-info copying tempest.egg-info/dependency_links.txt -> tempest-28.1.0/tempest.egg-info copying tempest.egg-info/entry_points.txt -> tempest-28.1.0/tempest.egg-info copying tempest.egg-info/not-zip-safe -> tempest-28.1.0/tempest.egg-info copying tempest.egg-info/pbr.json -> tempest-28.1.0/tempest.egg-info copying tempest.egg-info/requires.txt -> tempest-28.1.0/tempest.egg-info copying tempest.egg-info/top_level.txt -> tempest-28.1.0/tempest.egg-info copying tempest/api/README.rst -> tempest-28.1.0/tempest/api copying tempest/api/__init__.py -> tempest-28.1.0/tempest/api copying tempest/api/compute/__init__.py -> tempest-28.1.0/tempest/api/compute copying tempest/api/compute/api_microversion_fixture.py -> tempest-28.1.0/tempest/api/compute copying tempest/api/compute/base.py -> tempest-28.1.0/tempest/api/compute copying tempest/api/compute/test_extensions.py -> tempest-28.1.0/tempest/api/compute copying tempest/api/compute/test_networks.py -> tempest-28.1.0/tempest/api/compute copying tempest/api/compute/test_quotas.py -> tempest-28.1.0/tempest/api/compute copying tempest/api/compute/test_tenant_networks.py -> tempest-28.1.0/tempest/api/compute copying tempest/api/compute/test_versions.py -> tempest-28.1.0/tempest/api/compute copying tempest/api/compute/admin/__init__.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_agents.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_aggregates.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_aggregates_negative.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_auto_allocate_network.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_availability_zone.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_availability_zone_negative.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_create_server.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_delete_server.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_fixed_ips.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_fixed_ips_negative.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_flavors.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_flavors_access.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_flavors_access_negative.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_flavors_extra_specs.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_flavors_extra_specs_negative.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_flavors_microversions.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_floating_ips_bulk.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_hosts.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_hosts_negative.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_hypervisor.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_hypervisor_negative.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_instance_usage_audit_log.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_instance_usage_audit_log_negative.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_keypairs_v210.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_live_migration.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_live_migration_negative.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_migrations.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_networks.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_quotas.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_quotas_negative.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_security_groups.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_server_diagnostics.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_server_diagnostics_negative.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_servers.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_servers_negative.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_servers_on_multinodes.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_services.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_services_negative.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_simple_tenant_usage.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_simple_tenant_usage_negative.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_volume.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_volume_swap.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/admin/test_volumes_negative.py -> tempest-28.1.0/tempest/api/compute/admin copying tempest/api/compute/certificates/__init__.py -> tempest-28.1.0/tempest/api/compute/certificates copying tempest/api/compute/certificates/test_certificates.py -> tempest-28.1.0/tempest/api/compute/certificates copying tempest/api/compute/flavors/__init__.py -> tempest-28.1.0/tempest/api/compute/flavors copying tempest/api/compute/flavors/test_flavors.py -> tempest-28.1.0/tempest/api/compute/flavors copying tempest/api/compute/flavors/test_flavors_negative.py -> tempest-28.1.0/tempest/api/compute/flavors copying tempest/api/compute/floating_ips/__init__.py -> tempest-28.1.0/tempest/api/compute/floating_ips copying tempest/api/compute/floating_ips/base.py -> tempest-28.1.0/tempest/api/compute/floating_ips copying tempest/api/compute/floating_ips/test_floating_ips_actions.py -> tempest-28.1.0/tempest/api/compute/floating_ips copying tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py -> tempest-28.1.0/tempest/api/compute/floating_ips copying tempest/api/compute/floating_ips/test_list_floating_ips.py -> tempest-28.1.0/tempest/api/compute/floating_ips copying tempest/api/compute/floating_ips/test_list_floating_ips_negative.py -> tempest-28.1.0/tempest/api/compute/floating_ips copying tempest/api/compute/images/__init__.py -> tempest-28.1.0/tempest/api/compute/images copying tempest/api/compute/images/test_image_metadata.py -> tempest-28.1.0/tempest/api/compute/images copying tempest/api/compute/images/test_image_metadata_negative.py -> tempest-28.1.0/tempest/api/compute/images copying tempest/api/compute/images/test_images.py -> tempest-28.1.0/tempest/api/compute/images copying tempest/api/compute/images/test_images_negative.py -> tempest-28.1.0/tempest/api/compute/images copying tempest/api/compute/images/test_images_oneserver.py -> tempest-28.1.0/tempest/api/compute/images copying tempest/api/compute/images/test_images_oneserver_negative.py -> tempest-28.1.0/tempest/api/compute/images copying tempest/api/compute/images/test_list_image_filters.py -> tempest-28.1.0/tempest/api/compute/images copying tempest/api/compute/images/test_list_image_filters_negative.py -> tempest-28.1.0/tempest/api/compute/images copying tempest/api/compute/images/test_list_images.py -> tempest-28.1.0/tempest/api/compute/images copying tempest/api/compute/keypairs/__init__.py -> tempest-28.1.0/tempest/api/compute/keypairs copying tempest/api/compute/keypairs/base.py -> tempest-28.1.0/tempest/api/compute/keypairs copying tempest/api/compute/keypairs/test_keypairs.py -> tempest-28.1.0/tempest/api/compute/keypairs copying tempest/api/compute/keypairs/test_keypairs_negative.py -> tempest-28.1.0/tempest/api/compute/keypairs copying tempest/api/compute/keypairs/test_keypairs_v22.py -> tempest-28.1.0/tempest/api/compute/keypairs copying tempest/api/compute/limits/__init__.py -> tempest-28.1.0/tempest/api/compute/limits copying tempest/api/compute/limits/test_absolute_limits.py -> tempest-28.1.0/tempest/api/compute/limits copying tempest/api/compute/limits/test_absolute_limits_negative.py -> tempest-28.1.0/tempest/api/compute/limits copying tempest/api/compute/security_groups/__init__.py -> tempest-28.1.0/tempest/api/compute/security_groups copying tempest/api/compute/security_groups/base.py -> tempest-28.1.0/tempest/api/compute/security_groups copying tempest/api/compute/security_groups/test_security_group_rules.py -> tempest-28.1.0/tempest/api/compute/security_groups copying tempest/api/compute/security_groups/test_security_group_rules_negative.py -> tempest-28.1.0/tempest/api/compute/security_groups copying tempest/api/compute/security_groups/test_security_groups.py -> tempest-28.1.0/tempest/api/compute/security_groups copying tempest/api/compute/security_groups/test_security_groups_negative.py -> tempest-28.1.0/tempest/api/compute/security_groups copying tempest/api/compute/servers/__init__.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_attach_interfaces.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_availability_zone.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_create_server.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_create_server_multi_nic.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_delete_server.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_device_tagging.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_disk_config.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_instance_actions.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_instance_actions_negative.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_list_server_filters.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_list_servers_negative.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_multiple_create.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_multiple_create_negative.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_novnc.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_actions.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_addresses.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_addresses_negative.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_group.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_metadata.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_metadata_negative.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_password.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_personality.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_rescue.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_rescue_negative.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_tags.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_servers.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_servers_microversions.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_servers_negative.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_virtual_interfaces.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/servers/test_virtual_interfaces_negative.py -> tempest-28.1.0/tempest/api/compute/servers copying tempest/api/compute/volumes/__init__.py -> tempest-28.1.0/tempest/api/compute/volumes copying tempest/api/compute/volumes/test_attach_volume.py -> tempest-28.1.0/tempest/api/compute/volumes copying tempest/api/compute/volumes/test_attach_volume_negative.py -> tempest-28.1.0/tempest/api/compute/volumes copying tempest/api/compute/volumes/test_volume_snapshots.py -> tempest-28.1.0/tempest/api/compute/volumes copying tempest/api/compute/volumes/test_volumes_get.py -> tempest-28.1.0/tempest/api/compute/volumes copying tempest/api/compute/volumes/test_volumes_list.py -> tempest-28.1.0/tempest/api/compute/volumes copying tempest/api/compute/volumes/test_volumes_negative.py -> tempest-28.1.0/tempest/api/compute/volumes copying tempest/api/identity/__init__.py -> tempest-28.1.0/tempest/api/identity copying tempest/api/identity/base.py -> tempest-28.1.0/tempest/api/identity copying tempest/api/identity/admin/__init__.py -> tempest-28.1.0/tempest/api/identity/admin copying tempest/api/identity/admin/v2/__init__.py -> tempest-28.1.0/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_endpoints.py -> tempest-28.1.0/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_roles.py -> tempest-28.1.0/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_roles_negative.py -> tempest-28.1.0/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_services.py -> tempest-28.1.0/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_tenant_negative.py -> tempest-28.1.0/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_tenants.py -> tempest-28.1.0/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_tokens.py -> tempest-28.1.0/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_tokens_negative.py -> tempest-28.1.0/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_users.py -> tempest-28.1.0/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_users_negative.py -> tempest-28.1.0/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v3/__init__.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_application_credentials.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_credentials.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_default_project_id.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_domain_configuration.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_domains.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_domains_negative.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_endpoint_groups.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_endpoints.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_endpoints_negative.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_groups.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_inherits.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_list_projects.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_list_users.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_oauth_consumers.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_policies.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_project_tags.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_projects.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_projects_negative.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_regions.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_roles.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_services.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_tokens.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_trusts.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_users.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_users_negative.py -> tempest-28.1.0/tempest/api/identity/admin/v3 copying tempest/api/identity/v2/__init__.py -> tempest-28.1.0/tempest/api/identity/v2 copying tempest/api/identity/v2/test_api_discovery.py -> tempest-28.1.0/tempest/api/identity/v2 copying tempest/api/identity/v2/test_ec2_credentials.py -> tempest-28.1.0/tempest/api/identity/v2 copying tempest/api/identity/v2/test_extension.py -> tempest-28.1.0/tempest/api/identity/v2 copying tempest/api/identity/v2/test_tenants.py -> tempest-28.1.0/tempest/api/identity/v2 copying tempest/api/identity/v2/test_tokens.py -> tempest-28.1.0/tempest/api/identity/v2 copying tempest/api/identity/v2/test_users.py -> tempest-28.1.0/tempest/api/identity/v2 copying tempest/api/identity/v3/__init__.py -> tempest-28.1.0/tempest/api/identity/v3 copying tempest/api/identity/v3/test_access_rules.py -> tempest-28.1.0/tempest/api/identity/v3 copying tempest/api/identity/v3/test_api_discovery.py -> tempest-28.1.0/tempest/api/identity/v3 copying tempest/api/identity/v3/test_application_credentials.py -> tempest-28.1.0/tempest/api/identity/v3 copying tempest/api/identity/v3/test_catalog.py -> tempest-28.1.0/tempest/api/identity/v3 copying tempest/api/identity/v3/test_domains.py -> tempest-28.1.0/tempest/api/identity/v3 copying tempest/api/identity/v3/test_ec2_credentials.py -> tempest-28.1.0/tempest/api/identity/v3 copying tempest/api/identity/v3/test_projects.py -> tempest-28.1.0/tempest/api/identity/v3 copying tempest/api/identity/v3/test_tokens.py -> tempest-28.1.0/tempest/api/identity/v3 copying tempest/api/identity/v3/test_users.py -> tempest-28.1.0/tempest/api/identity/v3 copying tempest/api/image/__init__.py -> tempest-28.1.0/tempest/api/image copying tempest/api/image/base.py -> tempest-28.1.0/tempest/api/image copying tempest/api/image/v1/__init__.py -> tempest-28.1.0/tempest/api/image/v1 copying tempest/api/image/v1/test_image_members.py -> tempest-28.1.0/tempest/api/image/v1 copying tempest/api/image/v1/test_image_members_negative.py -> tempest-28.1.0/tempest/api/image/v1 copying tempest/api/image/v1/test_images.py -> tempest-28.1.0/tempest/api/image/v1 copying tempest/api/image/v1/test_images_negative.py -> tempest-28.1.0/tempest/api/image/v1 copying tempest/api/image/v2/__init__.py -> tempest-28.1.0/tempest/api/image/v2 copying tempest/api/image/v2/test_images.py -> tempest-28.1.0/tempest/api/image/v2 copying tempest/api/image/v2/test_images_member.py -> tempest-28.1.0/tempest/api/image/v2 copying tempest/api/image/v2/test_images_member_negative.py -> tempest-28.1.0/tempest/api/image/v2 copying tempest/api/image/v2/test_images_metadefs_schema.py -> tempest-28.1.0/tempest/api/image/v2 copying tempest/api/image/v2/test_images_negative.py -> tempest-28.1.0/tempest/api/image/v2 copying tempest/api/image/v2/test_images_tags.py -> tempest-28.1.0/tempest/api/image/v2 copying tempest/api/image/v2/test_images_tags_negative.py -> tempest-28.1.0/tempest/api/image/v2 copying tempest/api/image/v2/test_versions.py -> tempest-28.1.0/tempest/api/image/v2 copying tempest/api/image/v2/admin/__init__.py -> tempest-28.1.0/tempest/api/image/v2/admin copying tempest/api/image/v2/admin/test_images.py -> tempest-28.1.0/tempest/api/image/v2/admin copying tempest/api/image/v2/admin/test_images_metadefs_namespace_objects.py -> tempest-28.1.0/tempest/api/image/v2/admin copying tempest/api/image/v2/admin/test_images_metadefs_namespace_properties.py -> tempest-28.1.0/tempest/api/image/v2/admin copying tempest/api/image/v2/admin/test_images_metadefs_namespace_tags.py -> tempest-28.1.0/tempest/api/image/v2/admin copying tempest/api/image/v2/admin/test_images_metadefs_namespaces.py -> tempest-28.1.0/tempest/api/image/v2/admin copying tempest/api/image/v2/admin/test_images_metadefs_resource_types.py -> tempest-28.1.0/tempest/api/image/v2/admin copying tempest/api/network/__init__.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/base.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/base_security_groups.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_agent_management_negative.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_allowed_address_pair.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_dhcp_ipv6.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_extensions.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_extra_dhcp_options.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_floating_ips.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_floating_ips_negative.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_networks.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_networks_negative.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_ports.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_routers.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_routers_negative.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_security_groups.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_security_groups_negative.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_service_providers.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_subnetpools_extensions.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_tags.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/test_versions.py -> tempest-28.1.0/tempest/api/network copying tempest/api/network/admin/__init__.py -> tempest-28.1.0/tempest/api/network/admin copying tempest/api/network/admin/test_dhcp_agent_scheduler.py -> tempest-28.1.0/tempest/api/network/admin copying tempest/api/network/admin/test_external_network_extension.py -> tempest-28.1.0/tempest/api/network/admin copying tempest/api/network/admin/test_external_networks_negative.py -> tempest-28.1.0/tempest/api/network/admin copying tempest/api/network/admin/test_floating_ips_admin_actions.py -> tempest-28.1.0/tempest/api/network/admin copying tempest/api/network/admin/test_metering_extensions.py -> tempest-28.1.0/tempest/api/network/admin copying tempest/api/network/admin/test_negative_quotas.py -> tempest-28.1.0/tempest/api/network/admin copying tempest/api/network/admin/test_ports.py -> tempest-28.1.0/tempest/api/network/admin copying tempest/api/network/admin/test_quotas.py -> tempest-28.1.0/tempest/api/network/admin copying tempest/api/network/admin/test_routers.py -> tempest-28.1.0/tempest/api/network/admin copying tempest/api/network/admin/test_routers_dvr.py -> tempest-28.1.0/tempest/api/network/admin copying tempest/api/network/admin/test_routers_negative.py -> tempest-28.1.0/tempest/api/network/admin copying tempest/api/object_storage/__init__.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/base.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_account_bulk.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_account_quotas.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_account_quotas_negative.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_account_services.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_account_services_negative.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_container_acl.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_container_acl_negative.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_container_quotas.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_container_services.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_container_services_negative.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_container_staticweb.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_container_sync.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_container_sync_middleware.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_crossdomain.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_healthcheck.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_object_expiry.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_object_formpost.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_object_formpost_negative.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_object_services.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_object_slo.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_object_temp_url.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_object_temp_url_negative.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/object_storage/test_object_version.py -> tempest-28.1.0/tempest/api/object_storage copying tempest/api/volume/__init__.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/api_microversion_fixture.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/base.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_availability_zone.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_extensions.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_image_metadata.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_snapshot_metadata.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_versions.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_volume_absolute_limits.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_volume_delete_cascade.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_volume_metadata.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_volume_transfers.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_volumes_actions.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_volumes_backup.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_volumes_clone.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_volumes_clone_negative.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_volumes_extend.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_volumes_get.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_volumes_list.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_volumes_negative.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_volumes_snapshots.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_volumes_snapshots_list.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/test_volumes_snapshots_negative.py -> tempest-28.1.0/tempest/api/volume copying tempest/api/volume/admin/__init__.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_backends_capabilities.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_encrypted_volumes_extend.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_group_snapshots.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_group_type_specs.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_group_types.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_groups.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_multi_backend.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_qos.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_snapshot_manage.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_snapshots_actions.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_user_messages.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_hosts.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_manage.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_pools.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_quota_classes.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_quotas.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_quotas_negative.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_retype.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_services.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_services_negative.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_type_access.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_types.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_types_extra_specs.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_types_extra_specs_negative.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_types_negative.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volumes_actions.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volumes_backup.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/api/volume/admin/test_volumes_list.py -> tempest-28.1.0/tempest/api/volume/admin copying tempest/cmd/__init__.py -> tempest-28.1.0/tempest/cmd copying tempest/cmd/account_generator.py -> tempest-28.1.0/tempest/cmd copying tempest/cmd/cleanup.py -> tempest-28.1.0/tempest/cmd copying tempest/cmd/cleanup_service.py -> tempest-28.1.0/tempest/cmd copying tempest/cmd/config-generator.tempest.conf -> tempest-28.1.0/tempest/cmd copying tempest/cmd/init.py -> tempest-28.1.0/tempest/cmd copying tempest/cmd/list_plugins.py -> tempest-28.1.0/tempest/cmd copying tempest/cmd/main.py -> tempest-28.1.0/tempest/cmd copying tempest/cmd/run.py -> tempest-28.1.0/tempest/cmd copying tempest/cmd/subunit_describe_calls.py -> tempest-28.1.0/tempest/cmd copying tempest/cmd/verify_tempest_config.py -> tempest-28.1.0/tempest/cmd copying tempest/cmd/workspace.py -> tempest-28.1.0/tempest/cmd copying tempest/common/__init__.py -> tempest-28.1.0/tempest/common copying tempest/common/compute.py -> tempest-28.1.0/tempest/common copying tempest/common/credentials_factory.py -> tempest-28.1.0/tempest/common copying tempest/common/custom_matchers.py -> tempest-28.1.0/tempest/common copying tempest/common/identity.py -> tempest-28.1.0/tempest/common copying tempest/common/image.py -> tempest-28.1.0/tempest/common copying tempest/common/tempest_fixtures.py -> tempest-28.1.0/tempest/common copying tempest/common/waiters.py -> tempest-28.1.0/tempest/common copying tempest/common/utils/__init__.py -> tempest-28.1.0/tempest/common/utils copying tempest/common/utils/net_info.py -> tempest-28.1.0/tempest/common/utils copying tempest/common/utils/net_utils.py -> tempest-28.1.0/tempest/common/utils copying tempest/common/utils/linux/__init__.py -> tempest-28.1.0/tempest/common/utils/linux copying tempest/common/utils/linux/remote_client.py -> tempest-28.1.0/tempest/common/utils/linux copying tempest/hacking/__init__.py -> tempest-28.1.0/tempest/hacking copying tempest/hacking/checks.py -> tempest-28.1.0/tempest/hacking copying tempest/lib/__init__.py -> tempest-28.1.0/tempest/lib copying tempest/lib/auth.py -> tempest-28.1.0/tempest/lib copying tempest/lib/base.py -> tempest-28.1.0/tempest/lib copying tempest/lib/decorators.py -> tempest-28.1.0/tempest/lib copying tempest/lib/exceptions.py -> tempest-28.1.0/tempest/lib copying tempest/lib/api_schema/__init__.py -> tempest-28.1.0/tempest/lib/api_schema copying tempest/lib/api_schema/response/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response copying tempest/lib/api_schema/response/compute/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute copying tempest/lib/api_schema/response/compute/v2_1/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/agents.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/aggregates.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/availability_zone.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/certificates.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/extensions.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/flavors.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/flavors_access.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/floating_ips.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/hosts.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/hypervisors.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/images.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/interfaces.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/keypairs.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/limits.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/migrations.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/parameter_types.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/quota_classes.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/quotas.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/security_groups.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/server_groups.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/services.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/snapshots.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/versions.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/volumes.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_11/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_11 copying tempest/lib/api_schema/response/compute/v2_11/services.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_11 copying tempest/lib/api_schema/response/compute/v2_13/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_13 copying tempest/lib/api_schema/response/compute/v2_13/server_groups.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_13 copying tempest/lib/api_schema/response/compute/v2_16/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_16 copying tempest/lib/api_schema/response/compute/v2_16/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_16 copying tempest/lib/api_schema/response/compute/v2_19/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_19 copying tempest/lib/api_schema/response/compute/v2_19/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_19 copying tempest/lib/api_schema/response/compute/v2_2/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_2 copying tempest/lib/api_schema/response/compute/v2_2/keypairs.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_2 copying tempest/lib/api_schema/response/compute/v2_23/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_23 copying tempest/lib/api_schema/response/compute/v2_23/migrations.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_23 copying tempest/lib/api_schema/response/compute/v2_26/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_26 copying tempest/lib/api_schema/response/compute/v2_26/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_26 copying tempest/lib/api_schema/response/compute/v2_28/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_28 copying tempest/lib/api_schema/response/compute/v2_28/hypervisors.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_28 copying tempest/lib/api_schema/response/compute/v2_3/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_3 copying tempest/lib/api_schema/response/compute/v2_3/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_3 copying tempest/lib/api_schema/response/compute/v2_36/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_36 copying tempest/lib/api_schema/response/compute/v2_36/limits.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_36 copying tempest/lib/api_schema/response/compute/v2_36/quotas.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_36 copying tempest/lib/api_schema/response/compute/v2_39/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_39 copying tempest/lib/api_schema/response/compute/v2_39/limits.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_39 copying tempest/lib/api_schema/response/compute/v2_41/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_41 copying tempest/lib/api_schema/response/compute/v2_41/aggregates.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_41 copying tempest/lib/api_schema/response/compute/v2_45/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_45 copying tempest/lib/api_schema/response/compute/v2_45/images.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_45 copying tempest/lib/api_schema/response/compute/v2_47/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_47 copying tempest/lib/api_schema/response/compute/v2_47/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_47 copying tempest/lib/api_schema/response/compute/v2_48/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_48 copying tempest/lib/api_schema/response/compute/v2_48/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_48 copying tempest/lib/api_schema/response/compute/v2_53/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_53 copying tempest/lib/api_schema/response/compute/v2_53/services.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_53 copying tempest/lib/api_schema/response/compute/v2_54/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_54 copying tempest/lib/api_schema/response/compute/v2_54/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_54 copying tempest/lib/api_schema/response/compute/v2_55/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_55 copying tempest/lib/api_schema/response/compute/v2_55/flavors.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_55 copying tempest/lib/api_schema/response/compute/v2_57/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_57 copying tempest/lib/api_schema/response/compute/v2_57/limits.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_57 copying tempest/lib/api_schema/response/compute/v2_57/quotas.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_57 copying tempest/lib/api_schema/response/compute/v2_57/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_57 copying tempest/lib/api_schema/response/compute/v2_59/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_59 copying tempest/lib/api_schema/response/compute/v2_59/migrations.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_59 copying tempest/lib/api_schema/response/compute/v2_6/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_6 copying tempest/lib/api_schema/response/compute/v2_6/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_6 copying tempest/lib/api_schema/response/compute/v2_61/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_61 copying tempest/lib/api_schema/response/compute/v2_61/flavors.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_61 copying tempest/lib/api_schema/response/compute/v2_63/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_63 copying tempest/lib/api_schema/response/compute/v2_63/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_63 copying tempest/lib/api_schema/response/compute/v2_70/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_70 copying tempest/lib/api_schema/response/compute/v2_70/interfaces.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_70 copying tempest/lib/api_schema/response/compute/v2_70/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_70 copying tempest/lib/api_schema/response/compute/v2_71/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_71 copying tempest/lib/api_schema/response/compute/v2_71/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_71 copying tempest/lib/api_schema/response/compute/v2_73/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_73 copying tempest/lib/api_schema/response/compute/v2_73/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_73 copying tempest/lib/api_schema/response/compute/v2_79/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_79 copying tempest/lib/api_schema/response/compute/v2_79/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_79 copying tempest/lib/api_schema/response/compute/v2_8/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_8 copying tempest/lib/api_schema/response/compute/v2_8/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_8 copying tempest/lib/api_schema/response/compute/v2_9/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_9 copying tempest/lib/api_schema/response/compute/v2_9/servers.py -> tempest-28.1.0/tempest/lib/api_schema/response/compute/v2_9 copying tempest/lib/api_schema/response/volume/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/backups.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/capabilities.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/encryption_types.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/extensions.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/group_snapshots.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/group_types.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/groups.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/hosts.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/limits.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/manage_snapshot.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/manage_volume.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/messages.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/qos.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/quota_classes.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/quotas.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/scheduler_stats.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/services.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/snapshots.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/transfers.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/versions.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/volume_types.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/volumes.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume copying tempest/lib/api_schema/response/volume/v3_7/__init__.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume/v3_7 copying tempest/lib/api_schema/response/volume/v3_7/services.py -> tempest-28.1.0/tempest/lib/api_schema/response/volume/v3_7 copying tempest/lib/cli/__init__.py -> tempest-28.1.0/tempest/lib/cli copying tempest/lib/cli/base.py -> tempest-28.1.0/tempest/lib/cli copying tempest/lib/cli/output_parser.py -> tempest-28.1.0/tempest/lib/cli copying tempest/lib/cmd/__init__.py -> tempest-28.1.0/tempest/lib/cmd copying tempest/lib/cmd/check_uuid.py -> tempest-28.1.0/tempest/lib/cmd copying tempest/lib/cmd/skip_tracker.py -> tempest-28.1.0/tempest/lib/cmd copying tempest/lib/common/__init__.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/api_microversion_fixture.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/api_version_request.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/api_version_utils.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/cred_client.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/cred_provider.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/dynamic_creds.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/fixed_network.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/http.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/jsonschema_validator.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/preprov_creds.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/profiler.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/rest_client.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/ssh.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/thread.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/validation_resources.py -> tempest-28.1.0/tempest/lib/common copying tempest/lib/common/utils/__init__.py -> tempest-28.1.0/tempest/lib/common/utils copying tempest/lib/common/utils/data_utils.py -> tempest-28.1.0/tempest/lib/common/utils copying tempest/lib/common/utils/misc.py -> tempest-28.1.0/tempest/lib/common/utils copying tempest/lib/common/utils/test_utils.py -> tempest-28.1.0/tempest/lib/common/utils copying tempest/lib/common/utils/linux/__init__.py -> tempest-28.1.0/tempest/lib/common/utils/linux copying tempest/lib/common/utils/linux/remote_client.py -> tempest-28.1.0/tempest/lib/common/utils/linux copying tempest/lib/services/__init__.py -> tempest-28.1.0/tempest/lib/services copying tempest/lib/services/clients.py -> tempest-28.1.0/tempest/lib/services copying tempest/lib/services/compute/__init__.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/agents_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/aggregates_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/assisted_volume_snapshots_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/availability_zone_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/baremetal_nodes_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/base_compute_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/certificates_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/extensions_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/fixed_ips_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/flavors_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/floating_ip_pools_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/floating_ips_bulk_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/floating_ips_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/hosts_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/hypervisor_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/images_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/instance_usage_audit_log_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/interfaces_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/keypairs_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/limits_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/migrations_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/networks_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/quota_classes_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/quotas_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/security_group_default_rules_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/security_group_rules_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/security_groups_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/server_groups_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/servers_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/services_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/snapshots_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/tenant_networks_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/tenant_usages_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/versions_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/compute/volumes_client.py -> tempest-28.1.0/tempest/lib/services/compute copying tempest/lib/services/identity/__init__.py -> tempest-28.1.0/tempest/lib/services/identity copying tempest/lib/services/identity/v2/__init__.py -> tempest-28.1.0/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v2/endpoints_client.py -> tempest-28.1.0/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v2/identity_client.py -> tempest-28.1.0/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v2/roles_client.py -> tempest-28.1.0/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v2/services_client.py -> tempest-28.1.0/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v2/tenants_client.py -> tempest-28.1.0/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v2/token_client.py -> tempest-28.1.0/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v2/users_client.py -> tempest-28.1.0/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v3/__init__.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/access_rules_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/application_credentials_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/catalog_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/credentials_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/domain_configuration_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/domains_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/endpoint_filter_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/endpoint_groups_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/endpoints_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/groups_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/identity_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/identity_providers_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/inherited_roles_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/limits_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/mappings_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/oauth_consumers_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/oauth_token_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/policies_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/project_tags_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/projects_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/protocols_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/regions_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/role_assignments_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/roles_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/service_providers_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/services_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/token_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/trusts_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/users_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/versions_client.py -> tempest-28.1.0/tempest/lib/services/identity/v3 copying tempest/lib/services/image/__init__.py -> tempest-28.1.0/tempest/lib/services/image copying tempest/lib/services/image/v1/__init__.py -> tempest-28.1.0/tempest/lib/services/image/v1 copying tempest/lib/services/image/v1/image_members_client.py -> tempest-28.1.0/tempest/lib/services/image/v1 copying tempest/lib/services/image/v1/images_client.py -> tempest-28.1.0/tempest/lib/services/image/v1 copying tempest/lib/services/image/v2/__init__.py -> tempest-28.1.0/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/image_members_client.py -> tempest-28.1.0/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/images_client.py -> tempest-28.1.0/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/namespace_objects_client.py -> tempest-28.1.0/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/namespace_properties_client.py -> tempest-28.1.0/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/namespace_tags_client.py -> tempest-28.1.0/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/namespaces_client.py -> tempest-28.1.0/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/resource_types_client.py -> tempest-28.1.0/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/schemas_client.py -> tempest-28.1.0/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/versions_client.py -> tempest-28.1.0/tempest/lib/services/image/v2 copying tempest/lib/services/network/__init__.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/agents_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/base.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/extensions_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/floating_ips_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/log_resource_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/loggable_resource_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/metering_label_rules_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/metering_labels_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/networks_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/ports_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/qos_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/qos_limit_bandwidth_rules_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/quotas_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/routers_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/security_group_rules_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/security_groups_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/segments_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/service_providers_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/subnetpools_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/subnets_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/tags_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/trunks_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/network/versions_client.py -> tempest-28.1.0/tempest/lib/services/network copying tempest/lib/services/object_storage/__init__.py -> tempest-28.1.0/tempest/lib/services/object_storage copying tempest/lib/services/object_storage/account_client.py -> tempest-28.1.0/tempest/lib/services/object_storage copying tempest/lib/services/object_storage/bulk_middleware_client.py -> tempest-28.1.0/tempest/lib/services/object_storage copying tempest/lib/services/object_storage/capabilities_client.py -> tempest-28.1.0/tempest/lib/services/object_storage copying tempest/lib/services/object_storage/container_client.py -> tempest-28.1.0/tempest/lib/services/object_storage copying tempest/lib/services/object_storage/object_client.py -> tempest-28.1.0/tempest/lib/services/object_storage copying tempest/lib/services/placement/__init__.py -> tempest-28.1.0/tempest/lib/services/placement copying tempest/lib/services/placement/base_placement_client.py -> tempest-28.1.0/tempest/lib/services/placement copying tempest/lib/services/placement/placement_client.py -> tempest-28.1.0/tempest/lib/services/placement copying tempest/lib/services/placement/resource_providers_client.py -> tempest-28.1.0/tempest/lib/services/placement copying tempest/lib/services/volume/__init__.py -> tempest-28.1.0/tempest/lib/services/volume copying tempest/lib/services/volume/base_client.py -> tempest-28.1.0/tempest/lib/services/volume copying tempest/lib/services/volume/v2/__init__.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/availability_zone_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/backups_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/capabilities_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/encryption_types_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/extensions_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/hosts_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/limits_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/qos_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/quota_classes_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/quotas_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/scheduler_stats_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/services_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/snapshot_manage_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/snapshots_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/transfers_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/types_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/volume_manage_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/volumes_client.py -> tempest-28.1.0/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v3/__init__.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/attachments_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/availability_zone_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/backups_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/base_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/capabilities_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/encryption_types_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/extensions_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/group_snapshots_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/group_types_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/groups_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/hosts_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/limits_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/messages_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/qos_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/quota_classes_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/quotas_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/scheduler_stats_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/services_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/snapshot_manage_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/snapshots_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/transfers_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/types_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/versions_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/volume_manage_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/volumes_client.py -> tempest-28.1.0/tempest/lib/services/volume/v3 copying tempest/scenario/README.rst -> tempest-28.1.0/tempest/scenario copying tempest/scenario/__init__.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/manager.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_aggregates_basic_ops.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_dashboard_basic_ops.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_encrypted_cinder_volumes.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_minbw_allocation_placement.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_minimum_basic.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_network_advanced_server_ops.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_network_basic_ops.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_network_v6.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_object_storage_basic_ops.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_security_groups_basic_ops.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_server_advanced_ops.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_server_basic_ops.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_server_multinode.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_shelve_instance.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_snapshot_pattern.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_stamp_pattern.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_unified_limits.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_volume_backup_restore.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_volume_boot_pattern.py -> tempest-28.1.0/tempest/scenario copying tempest/scenario/test_volume_migrate_attached.py -> tempest-28.1.0/tempest/scenario copying tempest/services/__init__.py -> tempest-28.1.0/tempest/services copying tempest/services/orchestration/__init__.py -> tempest-28.1.0/tempest/services/orchestration copying tempest/services/orchestration/json/__init__.py -> tempest-28.1.0/tempest/services/orchestration/json copying tempest/services/orchestration/json/orchestration_client.py -> tempest-28.1.0/tempest/services/orchestration/json copying tempest/test_discover/__init__.py -> tempest-28.1.0/tempest/test_discover copying tempest/test_discover/plugins.py -> tempest-28.1.0/tempest/test_discover copying tempest/test_discover/test_discover.py -> tempest-28.1.0/tempest/test_discover copying tempest/tests/README.rst -> tempest-28.1.0/tempest/tests copying tempest/tests/__init__.py -> tempest-28.1.0/tempest/tests copying tempest/tests/base.py -> tempest-28.1.0/tempest/tests copying tempest/tests/fake_config.py -> tempest-28.1.0/tempest/tests copying tempest/tests/fake_tempest_plugin.py -> tempest-28.1.0/tempest/tests copying tempest/tests/test_base_test.py -> tempest-28.1.0/tempest/tests copying tempest/tests/test_config.py -> tempest-28.1.0/tempest/tests copying tempest/tests/test_decorators.py -> tempest-28.1.0/tempest/tests copying tempest/tests/test_hacking.py -> tempest-28.1.0/tempest/tests copying tempest/tests/test_imports.py -> tempest-28.1.0/tempest/tests copying tempest/tests/test_list_tests.py -> tempest-28.1.0/tempest/tests copying tempest/tests/test_microversions.py -> tempest-28.1.0/tempest/tests copying tempest/tests/test_tempest_plugin.py -> tempest-28.1.0/tempest/tests copying tempest/tests/test_test.py -> tempest-28.1.0/tempest/tests copying tempest/tests/utils.py -> tempest-28.1.0/tempest/tests copying tempest/tests/api/__init__.py -> tempest-28.1.0/tempest/tests/api copying tempest/tests/api/compute/__init__.py -> tempest-28.1.0/tempest/tests/api/compute copying tempest/tests/api/compute/test_base.py -> tempest-28.1.0/tempest/tests/api/compute copying tempest/tests/cmd/__init__.py -> tempest-28.1.0/tempest/tests/cmd copying tempest/tests/cmd/test_account_generator.py -> tempest-28.1.0/tempest/tests/cmd copying tempest/tests/cmd/test_cleanup.py -> tempest-28.1.0/tempest/tests/cmd copying tempest/tests/cmd/test_cleanup_services.py -> tempest-28.1.0/tempest/tests/cmd copying tempest/tests/cmd/test_list_plugins.py -> tempest-28.1.0/tempest/tests/cmd copying tempest/tests/cmd/test_run.py -> tempest-28.1.0/tempest/tests/cmd copying tempest/tests/cmd/test_saved_state_json.json -> tempest-28.1.0/tempest/tests/cmd copying tempest/tests/cmd/test_subunit_describe_calls.py -> tempest-28.1.0/tempest/tests/cmd copying tempest/tests/cmd/test_tempest_init.py -> tempest-28.1.0/tempest/tests/cmd copying tempest/tests/cmd/test_verify_tempest_config.py -> tempest-28.1.0/tempest/tests/cmd copying tempest/tests/cmd/test_workspace.py -> tempest-28.1.0/tempest/tests/cmd copying tempest/tests/cmd/subunit_describe_calls_data/calls.subunit -> tempest-28.1.0/tempest/tests/cmd/subunit_describe_calls_data copying tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json -> tempest-28.1.0/tempest/tests/cmd/subunit_describe_calls_data copying tempest/tests/common/__init__.py -> tempest-28.1.0/tempest/tests/common copying tempest/tests/common/test_admin_available.py -> tempest-28.1.0/tempest/tests/common copying tempest/tests/common/test_alt_available.py -> tempest-28.1.0/tempest/tests/common copying tempest/tests/common/test_compute.py -> tempest-28.1.0/tempest/tests/common copying tempest/tests/common/test_credentials_factory.py -> tempest-28.1.0/tempest/tests/common copying tempest/tests/common/test_custom_matchers.py -> tempest-28.1.0/tempest/tests/common copying tempest/tests/common/test_image.py -> tempest-28.1.0/tempest/tests/common copying tempest/tests/common/test_waiters.py -> tempest-28.1.0/tempest/tests/common copying tempest/tests/common/utils/__init__.py -> tempest-28.1.0/tempest/tests/common/utils copying tempest/tests/common/utils/test_net_utils.py -> tempest-28.1.0/tempest/tests/common/utils copying tempest/tests/common/utils/linux/__init__.py -> tempest-28.1.0/tempest/tests/common/utils/linux copying tempest/tests/common/utils/linux/test_remote_client.py -> tempest-28.1.0/tempest/tests/common/utils/linux copying tempest/tests/files/__init__.py -> tempest-28.1.0/tempest/tests/files copying tempest/tests/files/failing-tests -> tempest-28.1.0/tempest/tests/files copying tempest/tests/files/passing-tests -> tempest-28.1.0/tempest/tests/files copying tempest/tests/files/setup.cfg -> tempest-28.1.0/tempest/tests/files copying tempest/tests/files/testr-conf -> tempest-28.1.0/tempest/tests/files copying tempest/tests/lib/__init__.py -> tempest-28.1.0/tempest/tests/lib copying tempest/tests/lib/fake_auth_provider.py -> tempest-28.1.0/tempest/tests/lib copying tempest/tests/lib/fake_credentials.py -> tempest-28.1.0/tempest/tests/lib copying tempest/tests/lib/fake_http.py -> tempest-28.1.0/tempest/tests/lib copying tempest/tests/lib/fake_identity.py -> tempest-28.1.0/tempest/tests/lib copying tempest/tests/lib/test_api_microversion_fixture.py -> tempest-28.1.0/tempest/tests/lib copying tempest/tests/lib/test_auth.py -> tempest-28.1.0/tempest/tests/lib copying tempest/tests/lib/test_base.py -> tempest-28.1.0/tempest/tests/lib copying tempest/tests/lib/test_credentials.py -> tempest-28.1.0/tempest/tests/lib copying tempest/tests/lib/test_decorators.py -> tempest-28.1.0/tempest/tests/lib copying tempest/tests/lib/test_ssh.py -> tempest-28.1.0/tempest/tests/lib copying tempest/tests/lib/test_tempest_lib.py -> tempest-28.1.0/tempest/tests/lib copying tempest/tests/lib/cli/__init__.py -> tempest-28.1.0/tempest/tests/lib/cli copying tempest/tests/lib/cli/test_command_failed.py -> tempest-28.1.0/tempest/tests/lib/cli copying tempest/tests/lib/cli/test_execute.py -> tempest-28.1.0/tempest/tests/lib/cli copying tempest/tests/lib/cli/test_output_parser.py -> tempest-28.1.0/tempest/tests/lib/cli copying tempest/tests/lib/cmd/__init__.py -> tempest-28.1.0/tempest/tests/lib/cmd copying tempest/tests/lib/cmd/test_check_uuid.py -> tempest-28.1.0/tempest/tests/lib/cmd copying tempest/tests/lib/common/__init__.py -> tempest-28.1.0/tempest/tests/lib/common copying tempest/tests/lib/common/test_api_version_request.py -> tempest-28.1.0/tempest/tests/lib/common copying tempest/tests/lib/common/test_api_version_utils.py -> tempest-28.1.0/tempest/tests/lib/common copying tempest/tests/lib/common/test_cred_client.py -> tempest-28.1.0/tempest/tests/lib/common copying tempest/tests/lib/common/test_dynamic_creds.py -> tempest-28.1.0/tempest/tests/lib/common copying tempest/tests/lib/common/test_http.py -> tempest-28.1.0/tempest/tests/lib/common copying tempest/tests/lib/common/test_jsonschema_validator.py -> tempest-28.1.0/tempest/tests/lib/common copying tempest/tests/lib/common/test_preprov_creds.py -> tempest-28.1.0/tempest/tests/lib/common copying tempest/tests/lib/common/test_profiler.py -> tempest-28.1.0/tempest/tests/lib/common copying tempest/tests/lib/common/test_rest_client.py -> tempest-28.1.0/tempest/tests/lib/common copying tempest/tests/lib/common/test_validation_resources.py -> tempest-28.1.0/tempest/tests/lib/common copying tempest/tests/lib/common/utils/__init__.py -> tempest-28.1.0/tempest/tests/lib/common/utils copying tempest/tests/lib/common/utils/test_data_utils.py -> tempest-28.1.0/tempest/tests/lib/common/utils copying tempest/tests/lib/common/utils/test_misc.py -> tempest-28.1.0/tempest/tests/lib/common/utils copying tempest/tests/lib/common/utils/test_test_utils.py -> tempest-28.1.0/tempest/tests/lib/common/utils copying tempest/tests/lib/common/utils/linux/__init__.py -> tempest-28.1.0/tempest/tests/lib/common/utils/linux copying tempest/tests/lib/common/utils/linux/test_remote_client.py -> tempest-28.1.0/tempest/tests/lib/common/utils/linux copying tempest/tests/lib/services/__init__.py -> tempest-28.1.0/tempest/tests/lib/services copying tempest/tests/lib/services/base.py -> tempest-28.1.0/tempest/tests/lib/services copying tempest/tests/lib/services/registry_fixture.py -> tempest-28.1.0/tempest/tests/lib/services copying tempest/tests/lib/services/test_clients.py -> tempest-28.1.0/tempest/tests/lib/services copying tempest/tests/lib/services/compute/__init__.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_agents_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_aggregates_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_assisted_volume_snapshots_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_availability_zone_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_baremetal_nodes_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_base_compute_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_certificates_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_extensions_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_fixedIPs_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_flavors_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_floating_ip_pools_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_floating_ips_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_hosts_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_hypervisor_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_images_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_interfaces_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_keypairs_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_limits_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_migrations_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_networks_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_quota_classes_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_quotas_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_security_group_default_rules_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_security_group_rules_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_security_groups_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_server_groups_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_servers_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_services_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_snapshots_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_tenant_networks_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_tenant_usages_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_versions_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_volumes_client.py -> tempest-28.1.0/tempest/tests/lib/services/compute copying tempest/tests/lib/services/identity/__init__.py -> tempest-28.1.0/tempest/tests/lib/services/identity copying tempest/tests/lib/services/identity/v2/__init__.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v2/test_endpoints_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v2/test_identity_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v2/test_roles_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v2/test_services_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v2/test_tenants_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v2/test_token_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v2/test_users_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v3/__init__.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_access_rules_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_application_credentials_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_catalog_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_credentials_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_domains_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_endpoints_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_groups_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_identity_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_identity_providers_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_limit_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_mappings_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_oauth_token_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_policies_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_project_tags_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_projects_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_protocols_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_regions_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_role_assignments_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_roles_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_service_providers_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_services_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_token_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_trusts_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_users_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_versions_client.py -> tempest-28.1.0/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/image/__init__.py -> tempest-28.1.0/tempest/tests/lib/services/image copying tempest/tests/lib/services/image/v1/__init__.py -> tempest-28.1.0/tempest/tests/lib/services/image/v1 copying tempest/tests/lib/services/image/v1/test_image_members_client.py -> tempest-28.1.0/tempest/tests/lib/services/image/v1 copying tempest/tests/lib/services/image/v2/__init__.py -> tempest-28.1.0/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_image_members_client.py -> tempest-28.1.0/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_images_client.py -> tempest-28.1.0/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_namespace_object_client.py -> tempest-28.1.0/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_namespace_properties_client.py -> tempest-28.1.0/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_namespace_tags_client.py -> tempest-28.1.0/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_namespaces_client.py -> tempest-28.1.0/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_resource_types_client.py -> tempest-28.1.0/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_schemas_client.py -> tempest-28.1.0/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_versions_client.py -> tempest-28.1.0/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/network/__init__.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_agents_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_base_network_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_extensions_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_floating_ips_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_log_resource_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_loggable_resource_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_metering_label_rules_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_metering_labels_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_networks_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_ports_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_qos_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_qos_limit_bandwidth_rules_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_quotas_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_routers_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_security_group_rules_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_security_groups_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_segments_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_service_providers_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_subnetpools_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_subnets_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_tags_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_trunks_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_versions_client.py -> tempest-28.1.0/tempest/tests/lib/services/network copying tempest/tests/lib/services/object_storage/__init__.py -> tempest-28.1.0/tempest/tests/lib/services/object_storage copying tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py -> tempest-28.1.0/tempest/tests/lib/services/object_storage copying tempest/tests/lib/services/object_storage/test_capabilities_client.py -> tempest-28.1.0/tempest/tests/lib/services/object_storage copying tempest/tests/lib/services/object_storage/test_object_client.py -> tempest-28.1.0/tempest/tests/lib/services/object_storage copying tempest/tests/lib/services/placement/__init__.py -> tempest-28.1.0/tempest/tests/lib/services/placement copying tempest/tests/lib/services/placement/test_placement_client.py -> tempest-28.1.0/tempest/tests/lib/services/placement copying tempest/tests/lib/services/placement/test_resource_providers_client.py -> tempest-28.1.0/tempest/tests/lib/services/placement copying tempest/tests/lib/services/volume/__init__.py -> tempest-28.1.0/tempest/tests/lib/services/volume copying tempest/tests/lib/services/volume/v3/__init__.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_attachments_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_availability_zone_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_backups_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_capabilities_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_encryption_types_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_extensions_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_group_types_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_groups_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_hosts_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_limits_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_quota_classes_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_quotas_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_services_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_snapshots_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_transfers_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_types_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_user_messages_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_versions_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_volume_manage_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_volumes_client.py -> tempest-28.1.0/tempest/tests/lib/services/volume/v3 copying tools/check_logs.py -> tempest-28.1.0/tools copying tools/format.sh -> tempest-28.1.0/tools copying tools/generate-tempest-plugins-list.py -> tempest-28.1.0/tools copying tools/generate-tempest-plugins-list.sh -> tempest-28.1.0/tools copying tools/skip_tracker.py -> tempest-28.1.0/tools copying tools/tempest-integrated-gate-compute-exclude-list.txt -> tempest-28.1.0/tools copying tools/tempest-integrated-gate-networking-exclude-list.txt -> tempest-28.1.0/tools copying tools/tempest-integrated-gate-object-storage-exclude-list.txt -> tempest-28.1.0/tools copying tools/tempest-integrated-gate-placement-exclude-list.txt -> tempest-28.1.0/tools copying tools/tempest-integrated-gate-storage-blacklist.txt -> tempest-28.1.0/tools copying tools/tempest-integrated-gate-storage-exclude-list.txt -> tempest-28.1.0/tools copying tools/tempest-plugin-sanity.sh -> tempest-28.1.0/tools copying tools/verify-ipv6-only-deployments.sh -> tempest-28.1.0/tools copying tools/with_venv.sh -> tempest-28.1.0/tools copying zuul.d/base.yaml -> tempest-28.1.0/zuul.d copying zuul.d/integrated-gate.yaml -> tempest-28.1.0/zuul.d copying zuul.d/project.yaml -> tempest-28.1.0/zuul.d copying zuul.d/stable-jobs.yaml -> tempest-28.1.0/zuul.d copying zuul.d/tempest-specific.yaml -> tempest-28.1.0/zuul.d Writing tempest-28.1.0/setup.cfg creating dist Creating tar archive removing 'tempest-28.1.0' (and everything under it) DEBUG: Child return code was: 0 Finish: chroot ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/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-centos8-xena-x86_64-1/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + /usr/bin/mock -v -r /home/centos8-xena/data/dlrn-1.cfg --resultdir /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 --copyout /var/tmp/pkgsrc/dist /tmp/tmp.IxO0ZMdgL7/dist INFO: mock.py version 2.10 starting (python version = 3.6.8, NVR = mock-2.10-1.el8)... DEBUG: search for 'dnf' package manager Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos8-xena/data/dlrn-1.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 DEBUG: rootdir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: chrootuid: 1024 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: None DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.qy3mz9n3:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: False DEBUG: bootstrap_image: centos:8 DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.6/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1/ccache/u1024/', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/', 'tar': 'gnutar', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, '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-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}} 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 1024 -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: 8 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '8-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled = 1 check_obsoletes = 1 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-centos8.rdoproject.org.novalocal'} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: system_yum_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: dnf_command: /usr/bin/dnf DEBUG: system_dnf_command: /usr/bin/dnf DEBUG: dnf_install_command: install dnf dnf-plugins-core centos-gpg-keys DEBUG: microdnf_command: /usr/bin/microdnf DEBUG: microdnf_install_command: dnf-install microdnf dnf dnf-plugins-core DEBUG: microdnf_builddep_command: /usr/bin/dnf DEBUG: microdnf_builddep_opts: [] DEBUG: microdnf_common_opts: [] DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: dnf_disable_plugins: ['local', 'spacewalk'] DEBUG: user_agent: Mock (dlrn-centos8-xena-x86_64-1; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/centos8-xena/data/dlrn-1.cfg DEBUG: root: dlrn-centos8-xena-x86_64-1 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el8 DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 plugins=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=1 protected_packages= module_platform_id=platform:el8 user_agent=DLRN # repos [Stream-BaseOS] name=CentOS-Stream - Base #baseurl=http://mirror.centos.org/centos/8-stream/BaseOS/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=BaseOS&infra=$infra failovermethod=priority gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=1 skip_if_unavailable=False [Stream-AppStream] name=CentOS-Stream - AppStream #baseurl=http://mirror.centos.org/centos/8-stream/AppStream/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=AppStream&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [Stream-extras] name=CentOS-Stream - Extras #baseurl=http://mirror.centos.org/centos/8-stream/extras/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=extras&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [Stream-PowerTools] name=CentOS-Stream - PowerTools #baseurl=http://mirror.centos.org/centos/8-stream/PowerTools/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=PowerTools&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [delorean-component-baremetal] name=delorean-openstack-ironic-staging-drivers-c17279ef35ab59805ef344763f0f61bd4209ba76 baseurl=https://trunk.rdoproject.org/centos8-xena/component/baremetal/c1/72/c17279ef35ab59805ef344763f0f61bd4209ba76_c3461d18 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-python-cinderlib-aacb772f2ee0a8c4026eb17115a398ff98965f60 baseurl=https://trunk.rdoproject.org/centos8-xena/component/cinder/aa/cb/aacb772f2ee0a8c4026eb17115a398ff98965f60_6e3fa3e3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-os-service-types-0b2f4733eb1bbbd8880e7fa15a769a9bbf7338b4 baseurl=https://trunk.rdoproject.org/centos8-xena/component/clients/0b/2f/0b2f4733eb1bbbd8880e7fa15a769a9bbf7338b4_9ab49c5e enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-e61fba4a0bce1305366071addfba0b4cb290ad8f baseurl=https://trunk.rdoproject.org/centos8-xena/component/cloudops/e6/1f/e61fba4a0bce1305366071addfba0b4cb290ad8f_af05f3e9 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-python-sahara-plugin-spark-53aee26e0498854923a585df521c5043e621f5b8 baseurl=https://trunk.rdoproject.org/centos8-xena/component/common/53/ae/53aee26e0498854923a585df521c5043e621f5b8_73aa40d6 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-402fe188b4e7ff76109e8a5ea1f24a5e915eaa09 baseurl=https://trunk.rdoproject.org/centos8-xena/component/compute/40/2f/402fe188b4e7ff76109e8a5ea1f24a5e915eaa09_03cf95c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-ba9a2f14a081e13e432256c2342dbe7a2b87c459 baseurl=https://trunk.rdoproject.org/centos8-xena/component/glance/ba/9a/ba9a2f14a081e13e432256c2342dbe7a2b87c459_b9bdc57a enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-c419a7bad00c1f087cc09bd7bc5816cc83231faa baseurl=https://trunk.rdoproject.org/centos8-xena/component/manila/c4/19/c419a7bad00c1f087cc09bd7bc5816cc83231faa_eba747b6 enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-openstack-neutron-vpnaas-8de26cbfcd9563c5ff0637ac9cfd7d98f7a37e00 baseurl=https://trunk.rdoproject.org/centos8-xena/component/network/8d/e2/8de26cbfcd9563c5ff0637ac9cfd7d98f7a37e00_a631076d enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-5dd7ad9ad8998c5285fe60d9ee4210f87ed45ccd baseurl=https://trunk.rdoproject.org/centos8-xena/component/octavia/5d/d7/5dd7ad9ad8998c5285fe60d9ee4210f87ed45ccd_6c462720 enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-keystone-cf5f1e5651052be52f17beeb400ac433303a9602 baseurl=https://trunk.rdoproject.org/centos8-xena/component/security/cf/5f/cf5f1e5651052be52f17beeb400ac433303a9602_641e26f1 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-fb0293538020e2611048ffc00fd1e7f67eb42c73 baseurl=https://trunk.rdoproject.org/centos8-xena/component/swift/fb/02/fb0293538020e2611048ffc00fd1e7f67eb42c73_39a3c6ac enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-vitrage-tests-tempest-a99b1497f59fbf1d239d08eea68ffaca342d2fb1 baseurl=https://trunk.rdoproject.org/centos8-xena/component/tempest/a9/9b/a99b1497f59fbf1d239d08eea68ffaca342d2fb1_b3dd4e5b enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-openstack-zaqar-82e67146274b525c6bb94e0a57c4601907e11e08 baseurl=https://trunk.rdoproject.org/centos8-xena/component/tripleo/82/e6/82e67146274b525c6bb94e0a57c4601907e11e08_6721a820 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-vitrage-ui-c829088a91eaa6734eed3eb2a12817e615d1ee46 baseurl=https://trunk.rdoproject.org/centos8-xena/component/ui/c8/29/c829088a91eaa6734eed3eb2a12817e615d1ee46_8b6bff8c enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-openstack-tripleo-validations-0c6a43a14bef6542ece67db6905fba8cfa8adbaf baseurl=https://trunk.rdoproject.org/centos8-xena/component/validation/0c/6a/0c6a43a14bef6542ece67db6905fba8cfa8adbaf_205df9b2 enabled=1 gpgcheck=0 priority=1 [delorean-xena-testing] name=dlrn-xena-testing baseurl=https://trunk.rdoproject.org/centos8-xena/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-xena-build-deps] name=dlrn-xena-build-deps baseurl=https://trunk.rdoproject.org/centos8-xena/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [advanced-virtualization] name=Advanced Virtualization mirror baseurl=http://mirror.centos.org/centos/8-stream/virt/$basearch/advancedvirt-common/ gpgcheck=0 enabled=1 module_hotfixes=1 [centos-rabbitmq-38] name=Messaging RabbitMQ baseurl=http://mirror.centos.org/centos/8-stream/messaging/$basearch/rabbitmq-38 gpgcheck=0 enabled=1 module_hotfixes=1 skip_if_unavailable=1 [centos-opstools] name=opstools baseurl=http://mirror.centos.org/centos/8/opstools/$basearch/collectd-5/ gpgcheck=0 enabled=1 module_hotfixes=1 [centos-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=http://mirror.centos.org/centos/8-stream/nfv/$basearch/openvswitch-2/ gpgcheck=0 enabled=1 module_hotfixes=1 DEBUG: __jinja_expand: True DEBUG: verbose: 2 DEBUG: print_main_output: False DEBUG: cache_alterations: False DEBUG: enable_disable_repos: [] DEBUG: build_log_fmt_str: %(message)s DEBUG: root_log_fmt_str: %(levelname)s %(filename)s:%(lineno)d: %(message)s DEBUG: state_log_fmt_str: %(asctime)s - %(message)s DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC 7402 24-Core 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: 64K DEBUG: L1i cache: 64K 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 ibpb vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip 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: 16212188 4164676 1994432 4330748 10053080 7381348 DEBUG: Swap: 16777212 3485468 13291744 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 582M 3.8G 14% /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.us8znu2g', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc DEBUG: method _fixup_build_user skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1/root. DEBUG: ensuring that dir exists: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC 7402 24-Core 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: 64K DEBUG: L1i cache: 64K 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 ibpb vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip 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: 16212188 4180680 1978396 4330748 10053112 7365344 DEBUG: Swap: 16777212 3485468 13291744 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'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.1G 3.3G 24% /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.0r7q0ev0', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/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-centos8-xena-x86_64-1/root DEBUG: resultdir = /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '9615a1a05ca34546af9bb134520edd10', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/usr/sbin/usermod', '-u', '1024', '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', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: usermod: no changes DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/.initialized Finish: chroot init INFO: copying /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/tmp/pkgsrc/dist to /tmp/tmp.IxO0ZMdgL7/dist Finish: run DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/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-centos8-xena-x86_64-1/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + '[' tarball == gem ']' ++ ls /tmp/tmp.IxO0ZMdgL7/dist ++ grep .tar.gz + SOURCE=tempest-28.1.0.tar.gz + SOURCEEXT=.tar.gz + SOURCEPATH=/tmp/tmp.IxO0ZMdgL7/dist/tempest-28.1.0.tar.gz ++ basename tempest-28.1.0.tar.gz .tar.gz + SOURCEWITHREL=tempest-28.1.0-0.20210907163724.ad2c300.tar.gz + mv /tmp/tmp.IxO0ZMdgL7/dist/tempest-28.1.0.tar.gz /tmp/tmp.IxO0ZMdgL7/SOURCES/tempest-28.1.0-0.20210907163724.ad2c300.tar.gz + cd /home/centos8-xena/data/openstack-tempest_distro + cp -a 0001-Remove-usage-of-unittest2.patch openstack-tempest.spec /tmp/tmp.IxO0ZMdgL7/SOURCES/ + cp openstack-tempest.spec /tmp/tmp.IxO0ZMdgL7/SPECS/ + cd /tmp/tmp.IxO0ZMdgL7/SPECS/ + '[' -z '' ']' + grep -qc '^%define upstream_version.*' openstack-tempest.spec + sed -i -e '1i%define upstream_version 28.1.0\' openstack-tempest.spec + grep -qc '^%global dlrn .*' openstack-tempest.spec + sed -i -e '1i%global dlrn 1\' openstack-tempest.spec + grep -qc '^%global dlrn_nvr .*' openstack-tempest.spec ++ basename tempest-28.1.0-0.20210907163724.ad2c300.tar.gz .tar.gz + sed -i -e '1i%global dlrn_nvr tempest-28.1.0-0.20210907163724.ad2c300\' openstack-tempest.spec + sed -i -e s/UPSTREAMVERSION/28.1.0/g openstack-tempest.spec + set_nvr_in_spec + VERSION=28.1.0 + sed -i -e 's/Version:.*/Version: 28.1.0/g' openstack-tempest.spec + sed -i -e 's/Release:.*/Release: 0.20210907163724.ad2c300%{?dist}/g' openstack-tempest.spec + '[' '' '!=' 1 ']' + sed -i -e 's/^\(Source\|Source0\):.*/\1: tempest-28.1.0-0.20210907163724.ad2c300.tar.gz/' openstack-tempest.spec + '[' '' '!=' 1 ']' + sed -i -e '/^%changelog.*/q' openstack-tempest.spec + cat openstack-tempest.spec %global dlrn_nvr tempest-28.1.0-0.20210907163724.ad2c300 %global dlrn 1 %define upstream_version 28.1.0 %{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} } %global sources_gpg_sign 0x2426b928085a020d8a90d0d879ab7008d0896c8a %global project tempest %{!?upstream_version: %global upstream_version %{version}%{?milestone}} %global with_doc 1 # guard for Red Hat OpenStack Platform supported tempest %global rhosp 0 %global common_desc \ This is a set of integration tests to be run against a live OpenStack cluster.\ Tempest has batteries of tests for OpenStack API validation, Scenarios, and \ other specific tests useful in validating an OpenStack deployment. Name: openstack-%{project} Epoch: 1 Version: 28.1.0 Release: 0.20210907163724.ad2c300%{?dist} Summary: OpenStack Integration Test Suite (Tempest) License: ASL 2.0 Url: https://launchpad.net/tempest Source0: tempest-28.1.0-0.20210907163724.ad2c300.tar.gz # Remove unittest2 usage in CS9 until fixed upstream %if 0%{?rhel} > 8 Patch01: 0001-Remove-usage-of-unittest2.patch %endif # Required for tarball sources verification %if 0%{?sources_gpg} == 1 Source101: http://tarballs.openstack.org/tempest/tempest-%{upstream_version}.tar.gz.asc Source102: https://releases.openstack.org/_static/%{sources_gpg_sign}.txt %endif BuildArch: noarch # Required for tarball sources verification %if 0%{?sources_gpg} == 1 BuildRequires: /usr/bin/gpgv2 %endif BuildRequires: git-core BuildRequires: python3-oslo-config BuildRequires: python3-pbr BuildRequires: python3-setuptools BuildRequires: python3-devel BuildRequires: openstack-macros Requires: python3-tempest = %{epoch}:%{version}-%{release} %if 0%{?repo_bootstrap} == 0 Requires: python3-tempestconf %endif %description %{common_desc} %package -n python3-%{project} Summary: Tempest Python library %{?python_provide:%python_provide python2-%{project}} # Obsoletes python-tempest-lib to avoid breakage # during upgrade from Newton onwards to till this # release Obsoletes: python-tempest-lib Requires: python3-cliff >= 2.8.0 Requires: python3-debtcollector >= 1.2.0 Requires: python3-fixtures >= 3.0.0 Requires: python3-jsonschema >= 3.2.0 Requires: python3-netaddr >= 0.7.18 Requires: python3-oslo-concurrency >= 3.26.0 Requires: python3-oslo-config >= 2:5.2.0 Requires: python3-oslo-log >= 3.36.0 Requires: python3-oslo-serialization >= 2.18.0 Requires: python3-oslo-utils >= 4.7.0 Requires: python3-os-testr >= 0.8.0 Requires: python3-paramiko >= 2.7.0 Requires: python3-pbr >= 2.0.0 Requires: python3-prettytable >= 0.7.1 Requires: python3-six >= 1.10.0 Requires: python3-stevedore >= 1.20.0 Requires: python3-stestr >= 1.0.0 Requires: python3-testtools >= 2.2.0 Requires: python3-urllib3 >= 1.21.1 Requires: python3-subunit >= 1.0.0 %if 0%{?rhel} == 8 Requires: python3-unittest2 >= 1.1.0 %endif Requires: python3-yaml >= 3.12 %description -n python3-%{project} %{common_desc} This package contains the tempest python library. %package -n python3-%{project}-tests Summary: Python Tempest tests Requires: python3-tempest = %{epoch}:%{version}-%{release} %{?python_provide:%python_provide python2-%{project}-tests} BuildRequires: python3-mock BuildRequires: python3-oslotest BuildRequires: python3-subunit BuildRequires: python3-oslo-log BuildRequires: python3-jsonschema BuildRequires: python3-urllib3 BuildRequires: python3-oslo-concurrency BuildRequires: python3-paramiko BuildRequires: python3-cliff BuildRequires: python3-pycodestyle BuildRequires: python3-os-testr BuildRequires: python3-stestr BuildRequires: python3-PyYAML Requires: python3-mock Requires: python3-oslotest %description -n python3-%{project}-tests %{common_desc} This package contains tests for the tempest python library. %if 0%{?repo_bootstrap} == 0 %package -n %{name}-all Summary: All OpenStack Tempest Plugins Requires: %{name} = %{epoch}:%{version}-%{release} Requires: python3-cinder-tests-tempest Requires: python3-designate-tests-tempest Requires: python3-heat-tests-tempest Requires: python3-ironic-tests-tempest Requires: python3-keystone-tests-tempest Requires: python3-mistral-tests-tempest Requires: python3-neutron-tests-tempest Requires: python3-zaqar-tests-tempest Requires: python3-manila-tests-tempest Requires: python3-telemetry-tests-tempest Requires: python3-networking-l2gw-tests-tempest Requires: python3-patrole-tests-tempest Requires: python3-novajoin-tests-tempest Requires: python3-kuryr-tests-tempest Requires: python3-barbican-tests-tempest %if 0%{rhel} == 8 Requires: python3-octavia-tests-tempest %endif %if 0%{?rhosp} == 0 Requires: python3-magnum-tests-tempest Requires: python3-murano-tests-tempest Requires: python3-sahara-tests-tempest Requires: python3-trove-tests-tempest Requires: python3-vitrage-tests-tempest Requires: python3-watcher-tests-tempest %endif %description -n %{name}-all %{common_desc} This package contains all the tempest plugins. %endif %if 0%{?with_doc} %package -n %{name}-doc Summary: %{name} documentation BuildRequires: python3-sphinx BuildRequires: python3-openstackdocstheme BuildRequires: python3-sphinxcontrib-rsvgconverter %description -n %{name}-doc %{common_desc} It contains the documentation for Tempest. %endif %prep # Required for tarball sources verification %if 0%{?sources_gpg} == 1 %{gpgverify} --keyring=%{SOURCE102} --signature=%{SOURCE101} --data=%{SOURCE0} %endif %autosetup -n tempest-%{upstream_version} -S git # have dependencies being handled by rpms, rather than requirement files %py_req_cleanup # remove shebangs and fix permissions RPMLINT_OFFENDERS="tempest/cmd/list_plugins.py \ tempest/cmd/cleanup.py \ tempest/cmd/cleanup_service.py \ tempest/cmd/verify_tempest_config.py \ tempest/cmd/account_generator.py \ tempest/lib/cmd/skip_tracker.py \ tempest/lib/cmd/check_uuid.py" sed -i '1{/^#!/d}' $RPMLINT_OFFENDERS chmod u=rw,go=r $RPMLINT_OFFENDERS %build %{py3_build} %if 0%{?with_doc} # Disable Build the plugin registry step as it uses git to clone # projects and then generate tempest plugin projects list. # It is also time taking. export PYTHONPATH=. export GENERATE_TEMPEST_PLUGIN_LIST='False' sphinx-build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} %endif %install %{py3_install} # Generate tempest config mkdir -p %{buildroot}%{_sysconfdir}/%{project}/ oslo-config-generator --config-file tempest/cmd/config-generator.tempest.conf \ --output-file %{buildroot}%{_sysconfdir}/%{project}/tempest.conf mkdir -p %{buildroot}/etc/tempest mv %{buildroot}/usr/etc/tempest/* %{buildroot}/etc/tempest %check export OS_TEST_PATH='./tempest/tests' export PATH=$PATH:$RPM_BUILD_ROOT/usr/bin export PYTHONPATH=$PWD rm -f $OS_TEST_PATH/test_hacking.py PYTHON=%{__python3} stestr --test-path $OS_TEST_PATH run %files %license LICENSE %doc README.rst %{_bindir}/tempest %{_bindir}/check-uuid %{_bindir}/skip-tracker %{_bindir}/subunit-describe-calls %{_sysconfdir}/%{project}/*sample %{_sysconfdir}/%{project}/*yaml %config(noreplace) %{_sysconfdir}/%{project}/*.conf %files -n python3-%{project} %license LICENSE %{python3_sitelib}/%{project} %{python3_sitelib}/%{project}*.egg-info %exclude %{python3_sitelib}/tempest/tests %files -n python3-%{project}-tests %license LICENSE %{python3_sitelib}/tempest/tests %if 0%{?repo_bootstrap} == 0 %files -n %{name}-all %license LICENSE %endif %if 0%{?with_doc} %files -n %{name}-doc %doc doc/build/html %license LICENSE %endif %changelog + spectool -g -C /tmp/tmp.IxO0ZMdgL7/SOURCES openstack-tempest.spec + /usr/bin/mock --buildsrpm -v -r /home/centos8-xena/data/dlrn-1.cfg --resultdir /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 --spec openstack-tempest.spec --sources=/tmp/tmp.IxO0ZMdgL7/SOURCES INFO: mock.py version 2.10 starting (python version = 3.6.8, NVR = mock-2.10-1.el8)... DEBUG: search for 'dnf' package manager Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos8-xena/data/dlrn-1.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 DEBUG: rootdir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: chrootuid: 1024 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: None DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.aqqi6_x8:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: False DEBUG: bootstrap_image: centos:8 DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.6/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1/ccache/u1024/', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/', 'tar': 'gnutar', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, '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-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}} 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 1024 -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: 8 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '8-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled = 1 check_obsoletes = 1 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-centos8.rdoproject.org.novalocal'} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: system_yum_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: dnf_command: /usr/bin/dnf DEBUG: system_dnf_command: /usr/bin/dnf DEBUG: dnf_install_command: install dnf dnf-plugins-core centos-gpg-keys DEBUG: microdnf_command: /usr/bin/microdnf DEBUG: microdnf_install_command: dnf-install microdnf dnf dnf-plugins-core DEBUG: microdnf_builddep_command: /usr/bin/dnf DEBUG: microdnf_builddep_opts: [] DEBUG: microdnf_common_opts: [] DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: dnf_disable_plugins: ['local', 'spacewalk'] DEBUG: user_agent: Mock (dlrn-centos8-xena-x86_64-1; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/centos8-xena/data/dlrn-1.cfg DEBUG: root: dlrn-centos8-xena-x86_64-1 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el8 DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 plugins=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=1 protected_packages= module_platform_id=platform:el8 user_agent=DLRN # repos [Stream-BaseOS] name=CentOS-Stream - Base #baseurl=http://mirror.centos.org/centos/8-stream/BaseOS/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=BaseOS&infra=$infra failovermethod=priority gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=1 skip_if_unavailable=False [Stream-AppStream] name=CentOS-Stream - AppStream #baseurl=http://mirror.centos.org/centos/8-stream/AppStream/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=AppStream&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [Stream-extras] name=CentOS-Stream - Extras #baseurl=http://mirror.centos.org/centos/8-stream/extras/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=extras&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [Stream-PowerTools] name=CentOS-Stream - PowerTools #baseurl=http://mirror.centos.org/centos/8-stream/PowerTools/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=PowerTools&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [delorean-component-baremetal] name=delorean-openstack-ironic-staging-drivers-c17279ef35ab59805ef344763f0f61bd4209ba76 baseurl=https://trunk.rdoproject.org/centos8-xena/component/baremetal/c1/72/c17279ef35ab59805ef344763f0f61bd4209ba76_c3461d18 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-python-cinderlib-aacb772f2ee0a8c4026eb17115a398ff98965f60 baseurl=https://trunk.rdoproject.org/centos8-xena/component/cinder/aa/cb/aacb772f2ee0a8c4026eb17115a398ff98965f60_6e3fa3e3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-os-service-types-0b2f4733eb1bbbd8880e7fa15a769a9bbf7338b4 baseurl=https://trunk.rdoproject.org/centos8-xena/component/clients/0b/2f/0b2f4733eb1bbbd8880e7fa15a769a9bbf7338b4_9ab49c5e enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-e61fba4a0bce1305366071addfba0b4cb290ad8f baseurl=https://trunk.rdoproject.org/centos8-xena/component/cloudops/e6/1f/e61fba4a0bce1305366071addfba0b4cb290ad8f_af05f3e9 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-python-sahara-plugin-spark-53aee26e0498854923a585df521c5043e621f5b8 baseurl=https://trunk.rdoproject.org/centos8-xena/component/common/53/ae/53aee26e0498854923a585df521c5043e621f5b8_73aa40d6 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-402fe188b4e7ff76109e8a5ea1f24a5e915eaa09 baseurl=https://trunk.rdoproject.org/centos8-xena/component/compute/40/2f/402fe188b4e7ff76109e8a5ea1f24a5e915eaa09_03cf95c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-ba9a2f14a081e13e432256c2342dbe7a2b87c459 baseurl=https://trunk.rdoproject.org/centos8-xena/component/glance/ba/9a/ba9a2f14a081e13e432256c2342dbe7a2b87c459_b9bdc57a enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-c419a7bad00c1f087cc09bd7bc5816cc83231faa baseurl=https://trunk.rdoproject.org/centos8-xena/component/manila/c4/19/c419a7bad00c1f087cc09bd7bc5816cc83231faa_eba747b6 enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-openstack-neutron-vpnaas-8de26cbfcd9563c5ff0637ac9cfd7d98f7a37e00 baseurl=https://trunk.rdoproject.org/centos8-xena/component/network/8d/e2/8de26cbfcd9563c5ff0637ac9cfd7d98f7a37e00_a631076d enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-5dd7ad9ad8998c5285fe60d9ee4210f87ed45ccd baseurl=https://trunk.rdoproject.org/centos8-xena/component/octavia/5d/d7/5dd7ad9ad8998c5285fe60d9ee4210f87ed45ccd_6c462720 enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-keystone-cf5f1e5651052be52f17beeb400ac433303a9602 baseurl=https://trunk.rdoproject.org/centos8-xena/component/security/cf/5f/cf5f1e5651052be52f17beeb400ac433303a9602_641e26f1 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-fb0293538020e2611048ffc00fd1e7f67eb42c73 baseurl=https://trunk.rdoproject.org/centos8-xena/component/swift/fb/02/fb0293538020e2611048ffc00fd1e7f67eb42c73_39a3c6ac enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-vitrage-tests-tempest-a99b1497f59fbf1d239d08eea68ffaca342d2fb1 baseurl=https://trunk.rdoproject.org/centos8-xena/component/tempest/a9/9b/a99b1497f59fbf1d239d08eea68ffaca342d2fb1_b3dd4e5b enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-openstack-zaqar-82e67146274b525c6bb94e0a57c4601907e11e08 baseurl=https://trunk.rdoproject.org/centos8-xena/component/tripleo/82/e6/82e67146274b525c6bb94e0a57c4601907e11e08_6721a820 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-vitrage-ui-c829088a91eaa6734eed3eb2a12817e615d1ee46 baseurl=https://trunk.rdoproject.org/centos8-xena/component/ui/c8/29/c829088a91eaa6734eed3eb2a12817e615d1ee46_8b6bff8c enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-openstack-tripleo-validations-0c6a43a14bef6542ece67db6905fba8cfa8adbaf baseurl=https://trunk.rdoproject.org/centos8-xena/component/validation/0c/6a/0c6a43a14bef6542ece67db6905fba8cfa8adbaf_205df9b2 enabled=1 gpgcheck=0 priority=1 [delorean-xena-testing] name=dlrn-xena-testing baseurl=https://trunk.rdoproject.org/centos8-xena/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-xena-build-deps] name=dlrn-xena-build-deps baseurl=https://trunk.rdoproject.org/centos8-xena/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [advanced-virtualization] name=Advanced Virtualization mirror baseurl=http://mirror.centos.org/centos/8-stream/virt/$basearch/advancedvirt-common/ gpgcheck=0 enabled=1 module_hotfixes=1 [centos-rabbitmq-38] name=Messaging RabbitMQ baseurl=http://mirror.centos.org/centos/8-stream/messaging/$basearch/rabbitmq-38 gpgcheck=0 enabled=1 module_hotfixes=1 skip_if_unavailable=1 [centos-opstools] name=opstools baseurl=http://mirror.centos.org/centos/8/opstools/$basearch/collectd-5/ gpgcheck=0 enabled=1 module_hotfixes=1 [centos-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=http://mirror.centos.org/centos/8-stream/nfv/$basearch/openvswitch-2/ gpgcheck=0 enabled=1 module_hotfixes=1 DEBUG: __jinja_expand: True DEBUG: verbose: 2 DEBUG: print_main_output: False DEBUG: cache_alterations: False DEBUG: enable_disable_repos: [] DEBUG: build_log_fmt_str: %(message)s DEBUG: root_log_fmt_str: %(levelname)s %(filename)s:%(lineno)d: %(message)s DEBUG: state_log_fmt_str: %(asctime)s - %(message)s INFO: Start(openstack-tempest.spec) Config(dlrn-centos8-xena-x86_64-1) Start: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1 DEBUG: kill orphans INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos8-xena-x86_64-1/root DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC 7402 24-Core 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: 64K DEBUG: L1i cache: 64K 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 ibpb vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip 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: 16212188 4308764 2697280 3480804 9206144 8087008 DEBUG: Swap: 16777212 3485468 13291744 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 582M 3.8G 14% /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.0purlrtv', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc DEBUG: method _make_build_user skipped in bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/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/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['gtar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./proc DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./sys DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./dev DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./tmp/ccache DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/yum DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/dnf DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/log DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC 7402 24-Core 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: 64K DEBUG: L1i cache: 64K 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 ibpb vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip 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: 16212188 4139276 1121560 5187692 10951352 6549756 DEBUG: Swap: 16777212 3484444 13292768 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'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 995M 3.4G 24% /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc/filesystems DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.sxim1l7c', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/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-centos8-xena-x86_64-1/root DEBUG: resultdir = /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '50e35a1eda4e4bcf8dc3bbf53757369c', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/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', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '5e86883609db4d22aed88b50ffc2fd6b', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/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', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'f7cabd465a1b46e2839b997bc8f87ee9', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/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', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'bbd21c3ddf25498fb894d88f15e9d374', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/usr/sbin/useradd', '-o', '-m', '-u', '1024', '-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', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/RPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/SPECS DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/SRPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/SOURCES DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/BUILD DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/BUILDROOT DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/originals DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir Start: dnf update DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'fb79a2e5081c4712a790fae20270dcb2', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: atk-2.28.1-1.el8.x86_64 DEBUG: libgcc-8.5.0-3.el8.x86_64 DEBUG: python3-idna-2.5-5.el8.noarch DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch DEBUG: annobin-9.65-1.el8.0.1.x86_64 DEBUG: python-rpm-macros-3-41.el8.noarch DEBUG: python3-pygments-2.2.0-22.module_el8.5.0+764+71fa3b33.noarch DEBUG: adobe-mappings-cmap-20171205-3.el8.noarch DEBUG: gtk-update-icon-cache-3.22.30-8.el8.x86_64 DEBUG: python3-setuptools-wheel-39.2.0-6.el8.noarch DEBUG: libXft-2.3.3-1.el8.x86_64 DEBUG: adobe-mappings-cmap-deprecated-20171205-3.el8.noarch DEBUG: urw-base35-c059-fonts-20170801-10.el8.noarch DEBUG: rust-srpm-macros-5-2.el8.noarch DEBUG: urw-base35-gothic-fonts-20170801-10.el8.noarch DEBUG: perl-srpm-macros-1-25.el8.noarch DEBUG: urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch DEBUG: ocaml-srpm-macros-5-4.el8.noarch DEBUG: urw-base35-p052-fonts-20170801-10.el8.noarch DEBUG: go-srpm-macros-2-17.el8.noarch DEBUG: urw-base35-z003-fonts-20170801-10.el8.noarch DEBUG: adobe-mappings-pdf-20180407-1.el8.noarch DEBUG: libbabeltrace-1.5.4-3.el8.x86_64 DEBUG: pkgconf-m4-1.4.2-1.el8.noarch DEBUG: pinentry-1.1.0-2.el8.x86_64 DEBUG: libssh-config-0.9.4-3.el8.noarch DEBUG: openssh-8.0p1-9.el8.x86_64 DEBUG: kbd-misc-2.0.4-10.el8.noarch DEBUG: git-core-2.27.0-1.el8.x86_64 DEBUG: emacs-filesystem-26.1-7.el8.noarch DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 DEBUG: centos-gpg-keys-8-2.el8.noarch DEBUG: gnupg2-smime-2.2.20-2.el8.x86_64 DEBUG: centos-stream-repos-8-2.el8.noarch DEBUG: rpm-build-libs-4.14.3-18.el8.x86_64 DEBUG: filesystem-3.8-6.el8.x86_64 DEBUG: gdb-headless-8.2-16.el8.x86_64 DEBUG: basesystem-11-5.el8.noarch DEBUG: avahi-libs-0.7-20.el8.x86_64 DEBUG: libselinux-2.9-5.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: glibc-all-langpacks-2.28-164.el8.x86_64 DEBUG: elfutils-0.185-1.el8.x86_64 DEBUG: glibc-2.28-164.el8.x86_64 DEBUG: python3-ply-3.9-9.el8.noarch DEBUG: libsepol-2.9-3.el8.x86_64 DEBUG: python3-cffi-1.13.2-1.el8.x86_64 DEBUG: info-6.5-6.el8.x86_64 DEBUG: python3-pysocks-1.6.8-3.el8.noarch DEBUG: bzip2-libs-1.0.6-26.el8.x86_64 DEBUG: python3-requests-2.25.1-1.el8.noarch DEBUG: libxcrypt-4.1.1-6.el8.x86_64 DEBUG: python3-markupsafe-0.23-19.el8.x86_64 DEBUG: gmp-6.1.2-10.el8.x86_64 DEBUG: python3-babel-2.5.1-7.el8.noarch DEBUG: freetype-2.9.1-4.el8_3.1.x86_64 DEBUG: python3-rpm-generators-5-7.el8.noarch DEBUG: libcom_err-1.45.6-2.el8.x86_64 DEBUG: python3-imagesize-1.0.0-2.el8.noarch DEBUG: libuuid-2.32.1-28.el8.x86_64 DEBUG: python3-packaging-20.4-1.el8.noarch DEBUG: readline-7.0-10.el8.x86_64 DEBUG: python3-sphinx-theme-alabaster-0.7.12-7.el8.noarch DEBUG: sqlite-libs-3.26.0-15.el8.x86_64 DEBUG: python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch DEBUG: popt-1.18-1.el8.x86_64 DEBUG: python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noarch DEBUG: libjpeg-turbo-1.5.3-12.el8.x86_64 DEBUG: python3-sphinxcontrib-serializinghtml-1.1.3-5.el8.noarch DEBUG: libgcrypt-1.8.5-6.el8.x86_64 DEBUG: libgs-9.27-1.el8.x86_64 DEBUG: libattr-2.4.48-3.el8.x86_64 DEBUG: cairo-1.15.12-3.el8.x86_64 DEBUG: sed-4.5-2.el8.x86_64 DEBUG: librsvg2-2.42.7-4.el8.x86_64 DEBUG: libICE-1.0.9-15.el8.x86_64 DEBUG: gtk2-2.24.32-5.el8.x86_64 DEBUG: libidn2-2.2.0-1.el8.x86_64 DEBUG: python3-sphinx-2.2.2-1.el8.noarch DEBUG: libgomp-8.5.0-3.el8.x86_64 DEBUG: python3-eventlet-0.31.1-1.el8.noarch DEBUG: libSM-1.2.3-1.el8.x86_64 DEBUG: python3-pbr-5.5.1-1.el8.noarch DEBUG: file-libs-5.33-20.el8.x86_64 DEBUG: python3-sqlalchemy-1.4.18-1.1.el8.x86_64 DEBUG: libcap-ng-0.7.11-1.el8.x86_64 DEBUG: openstack-macros-2021.1.0-0.20210906165528.ce6a105.el8.noarch DEBUG: libtool-ltdl-2.4.6-25.el8.x86_64 DEBUG: libmpc-1.1.0-9.1.el8.x86_64 DEBUG: libksba-1.3.5-7.el8.x86_64 DEBUG: unzip-6.0-45.el8.x86_64 DEBUG: glibc-headers-2.28-164.el8.x86_64 DEBUG: cpio-2.12-10.el8.x86_64 DEBUG: keyutils-libs-1.5.10-9.el8.x86_64 DEBUG: p11-kit-trust-0.23.22-1.el8.x86_64 DEBUG: grep-3.1-6.el8.x86_64 DEBUG: lcms2-2.9-2.el8.x86_64 DEBUG: zip-3.0-23.el8.x86_64 DEBUG: cpp-8.5.0-3.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: tar-1.30-5.el8.x86_64 DEBUG: nettle-3.4.1-7.el8.x86_64 DEBUG: dwz-0.12-10.el8.x86_64 DEBUG: zstd-1.4.5-6.el8.x86_64 DEBUG: coreutils-common-8.30-12.el8.x86_64 DEBUG: pigz-2.4-4.el8.x86_64 DEBUG: less-530-1.el8.x86_64 DEBUG: brotli-1.0.6-3.el8.x86_64 DEBUG: json-c-0.13.1-2.el8.x86_64 DEBUG: libnghttp2-1.33.0-3.el8_2.1.x86_64 DEBUG: pkgconf-1.4.2-1.el8.x86_64 DEBUG: xorg-x11-font-utils-7.5-41.el8.x86_64 DEBUG: libxcrypt-devel-4.1.1-6.el8.x86_64 DEBUG: libseccomp-2.5.1-1.el8.x86_64 DEBUG: gawk-4.2.1-2.el8.x86_64 DEBUG: libverto-0.3.0-5.el8.x86_64 DEBUG: ncurses-6.1-9.20180224.el8.x86_64 DEBUG: which-2.21-16.el8.x86_64 DEBUG: jbig2dec-libs-0.16-1.el8.x86_64 DEBUG: libtiff-4.0.9-20.el8.x86_64 DEBUG: libxcb-1.13.1-1.el8.x86_64 DEBUG: libXext-1.3.4-1.el8.x86_64 DEBUG: libXt-1.1.5-12.el8.x86_64 DEBUG: libXfixes-5.0.3-7.el8.x86_64 DEBUG: libXcursor-1.1.15-3.el8.x86_64 DEBUG: libXi-1.7.10-1.el8.x86_64 DEBUG: libXaw-1.0.13-10.el8.x86_64 DEBUG: libXxf86misc-1.0.4-1.el8.x86_64 DEBUG: libXcomposite-0.4.4-14.el8.x86_64 DEBUG: gc-7.6.4-3.el8.x86_64 DEBUG: libthai-0.1.27-2.el8.x86_64 DEBUG: libipt-1.6.1-8.el8.x86_64 DEBUG: mcpp-2.7.2-20.el8.x86_64 DEBUG: libwebp-1.0.0-5.el8.x86_64 DEBUG: libxkbcommon-0.9.1-1.el8.x86_64 DEBUG: platform-python-pip-9.0.3-20.el8.noarch DEBUG: python3-libs-3.6.8-40.el8.x86_64 DEBUG: libssh-0.9.4-3.el8.x86_64 DEBUG: platform-python-3.6.8-40.el8.x86_64 DEBUG: libkcapi-1.2.0-2.el8.x86_64 DEBUG: libarchive-3.3.3-1.el8.x86_64 DEBUG: curl-7.61.1-21.el8.x86_64 DEBUG: openssl-1.1.1k-4.el8.x86_64 DEBUG: crypto-policies-20210617-1.gitc776d3e.el8.noarch DEBUG: gzip-1.9-12.el8.x86_64 DEBUG: cracklib-dicts-2.9.6-15.el8.x86_64 DEBUG: krb5-libs-1.18.2-14.el8.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: device-mapper-1.02.177-6.el8.x86_64 DEBUG: elfutils-libs-0.185-1.el8.x86_64 DEBUG: rpm-4.14.3-18.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libmount-2.32.1-28.el8.x86_64 DEBUG: dbus-tools-1.12.8-14.el8.x86_64 DEBUG: systemd-libs-239-50.el8.x86_64 DEBUG: device-mapper-libs-1.02.177-6.el8.x86_64 DEBUG: ca-certificates-2021.2.50-82.el8.noarch DEBUG: libdb-5.3.28-40.el8.x86_64 DEBUG: kmod-25-18.el8.x86_64 DEBUG: cryptsetup-libs-2.3.3-4.el8.x86_64 DEBUG: dbus-daemon-1.12.8-14.el8.x86_64 DEBUG: kbd-2.0.4-10.el8.x86_64 DEBUG: pam-1.3.1-15.el8.x86_64 DEBUG: systemd-pam-239-50.el8.x86_64 DEBUG: os-prober-1.74-9.el8.x86_64 DEBUG: grub2-tools-2.02-99.el8.x86_64 DEBUG: shared-mime-info-1.9-3.el8.x86_64 DEBUG: dbus-1.12.8-14.el8.x86_64 DEBUG: systemd-udev-239-50.el8.x86_64 DEBUG: fontconfig-2.13.1-4.el8.x86_64 DEBUG: python3-pip-9.0.3-20.el8.noarch DEBUG: python3-six-1.15.0-2.el8.noarch DEBUG: gpg-pubkey-8483c65d-5ccc5b19 DEBUG: binutils-2.30-108.el8.x86_64 DEBUG: fontpackages-filesystem-1.44-22.el8.noarch DEBUG: gcc-8.5.0-3.el8.x86_64 DEBUG: python-srpm-macros-3-41.el8.noarch DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch DEBUG: python3-rpm-macros-3-41.el8.noarch DEBUG: gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 DEBUG: tzdata-2021a-1.el8.noarch DEBUG: gd-2.2.5-7.el8.x86_64 DEBUG: python3-pip-wheel-9.0.3-20.el8.noarch DEBUG: urw-base35-bookman-fonts-20170801-10.el8.noarch DEBUG: xkeyboard-config-2.28-1.el8.noarch DEBUG: urw-base35-d050000l-fonts-20170801-10.el8.noarch DEBUG: qt5-srpm-macros-5.15.2-1.el8.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch DEBUG: openblas-srpm-macros-2-2.el8.noarch DEBUG: urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch DEBUG: libX11-common-1.6.8-5.el8.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch DEBUG: ghc-srpm-macros-1.4.2-7.el8.noarch DEBUG: urw-base35-fonts-20170801-10.el8.noarch DEBUG: publicsuffix-list-dafsa-20180723-1.el8.noarch DEBUG: libsecret-0.18.6-1.el8.x86_64 DEBUG: ncurses-base-6.1-9.20180224.el8.noarch DEBUG: harfbuzz-1.7.5-3.el8.x86_64 DEBUG: kernel-headers-4.18.0-338.el8.x86_64 DEBUG: openssh-clients-8.0p1-9.el8.x86_64 DEBUG: kbd-legacy-2.0.4-10.el8.noarch DEBUG: tpm2-tss-2.3.2-4.el8.x86_64 DEBUG: dbus-common-1.12.8-14.el8.noarch DEBUG: libusbx-1.0.23-4.el8.x86_64 DEBUG: centos-stream-release-8.5-3.el8.noarch DEBUG: gnupg2-2.2.20-2.el8.x86_64 DEBUG: setup-2.12.2-6.el8.noarch DEBUG: guile-2.0.14-7.el8.x86_64 DEBUG: urw-base35-fonts-common-20170801-10.el8.noarch DEBUG: hicolor-icon-theme-0.17-2.el8.noarch DEBUG: pcre2-10.32-2.el8.x86_64 DEBUG: cups-libs-2.2.6-40.el8.x86_64 DEBUG: ncurses-libs-6.1-9.20180224.el8.x86_64 DEBUG: redhat-rpm-config-125-1.el8.noarch DEBUG: glibc-common-2.28-164.el8.x86_64 DEBUG: python3-chardet-3.0.4-7.el8.noarch DEBUG: bash-4.4.20-2.el8.x86_64 DEBUG: python3-pycparser-2.14-14.el8.noarch DEBUG: zlib-1.2.11-17.el8.x86_64 DEBUG: python3-cryptography-3.2.1-5.el8.x86_64 DEBUG: xz-libs-5.2.4-3.el8.x86_64 DEBUG: python3-urllib3-1.25.10-4.el8.noarch DEBUG: libstdc++-8.5.0-3.el8.x86_64 DEBUG: python3-greenlet-0.4.13-4.el8.x86_64 DEBUG: elfutils-libelf-0.185-1.el8.x86_64 DEBUG: python3-pytz-2017.2-9.el8.noarch DEBUG: libpng-1.6.34-5.el8.x86_64 DEBUG: python3-jinja2-2.10.1-3.el8.noarch DEBUG: libcap-2.26-5.el8.x86_64 DEBUG: platform-python-devel-3.6.8-40.el8.x86_64 DEBUG: libgpg-error-1.31-1.el8.x86_64 DEBUG: python3-pyparsing-2.4.6-1.el8.noarch DEBUG: libxml2-2.9.7-11.el8.x86_64 DEBUG: python3-snowballstemmer-1.9.0-4.el8.noarch DEBUG: libunistring-0.9.9-3.el8.x86_64 DEBUG: python3-sphinxcontrib-applehelp-1.0.1-5.el8.noarch DEBUG: expat-2.2.5-4.el8.x86_64 DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarch DEBUG: chkconfig-1.19.1-1.el8.x86_64 DEBUG: python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noarch DEBUG: libzstd-1.4.5-6.el8.x86_64 DEBUG: openjpeg2-2.4.0-4.el8.x86_64 DEBUG: mpfr-3.1.6-1.el8.x86_64 DEBUG: pixman-0.38.4-1.el8.x86_64 DEBUG: libacl-2.2.53-1.el8.x86_64 DEBUG: pango-1.42.4-8.el8.x86_64 DEBUG: libffi-3.1-22.el8.x86_64 DEBUG: ImageMagick-6.7.8.9-18.el8.x86_64 DEBUG: p11-kit-0.23.22-1.el8.x86_64 DEBUG: graphviz-2.40.1-43.el8.x86_64 DEBUG: findutils-4.6.0-20.el8.x86_64 DEBUG: python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 DEBUG: lua-libs-5.3.4-12.el8.x86_64 DEBUG: rpm-build-4.14.3-18.el8.x86_64 DEBUG: libassuan-2.5.1-3.el8.x86_64 DEBUG: python3-setuptools_scm-1.15.7-4.el8.noarch DEBUG: file-5.33-20.el8.x86_64 DEBUG: make-4.2.1-10.el8.x86_64 DEBUG: audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 DEBUG: lz4-libs-1.8.3-3.el8_4.x86_64 DEBUG: jasper-libs-2.0.14-5.el8.x86_64 DEBUG: ilmbase-2.2.0-13.el8.x86_64 DEBUG: diffutils-3.6-6.el8.x86_64 DEBUG: grub2-common-2.02-99.el8.noarch DEBUG: gdbm-libs-1.18-1.el8.x86_64 DEBUG: libtasn1-4.13-3.el8.x86_64 DEBUG: pcre-8.42-6.el8.x86_64 DEBUG: xz-5.2.4-3.el8.x86_64 DEBUG: gdbm-1.18-1.el8.x86_64 DEBUG: OpenEXR-libs-2.2.0-12.el8.x86_64 DEBUG: libsemanage-2.9-6.el8.x86_64 DEBUG: acl-2.2.53-1.el8.x86_64 DEBUG: patch-2.7.6-11.el8.x86_64 DEBUG: isl-0.16.1-6.el8.x86_64 DEBUG: graphite2-1.3.10-10.el8.x86_64 DEBUG: bzip2-1.0.6-26.el8.x86_64 DEBUG: libidn-1.34-5.el8.x86_64 DEBUG: libfontenc-1.1.3-8.el8.x86_64 DEBUG: libpaper-1.1.24-22.el8.x86_64 DEBUG: hardlink-1.3-6.el8.x86_64 DEBUG: libedit-3.1-23.20170329cvs.el8.x86_64 DEBUG: libpkgconf-1.4.2-1.el8.x86_64 DEBUG: pkgconf-pkg-config-1.4.2-1.el8.x86_64 DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarch DEBUG: glibc-devel-2.28-164.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-28.el8.x86_64 DEBUG: memstrack-0.1.11-1.el8.x86_64 DEBUG: npth-1.5-4.el8.x86_64 DEBUG: fribidi-1.0.4-8.el8.x86_64 DEBUG: jbigkit-libs-2.1-14.el8.x86_64 DEBUG: libXau-1.0.9-3.el8.x86_64 DEBUG: libX11-1.6.8-5.el8.x86_64 DEBUG: libXrender-0.9.10-7.el8.x86_64 DEBUG: libXmu-1.1.3-1.el8.x86_64 DEBUG: libXpm-3.5.12-8.el8.x86_64 DEBUG: libXrandr-1.5.2-1.el8.x86_64 DEBUG: libXinerama-1.1.4-1.el8.x86_64 DEBUG: libXdamage-1.1.4-14.el8.x86_64 DEBUG: libXxf86vm-1.1.4-9.el8.x86_64 DEBUG: libatomic_ops-7.6.2-3.el8.x86_64 DEBUG: libdatrie-0.2.9-7.el8.x86_64 DEBUG: libijs-0.35-5.el8.x86_64 DEBUG: libmcpp-2.7.2-20.el8.x86_64 DEBUG: xorg-x11-server-utils-7.7-27.el8.x86_64 DEBUG: libwmf-lite-0.2.9-8.el8_0.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-5.el8.x86_64 DEBUG: python3-setuptools-50.3.2-1.el8.noarch DEBUG: grub2-tools-minimal-2.02-99.el8.x86_64 DEBUG: openldap-2.4.46-18.el8.x86_64 DEBUG: grubby-8.40-42.el8.x86_64 DEBUG: libkcapi-hmaccalc-1.2.0-2.el8.x86_64 DEBUG: libdb-utils-5.3.28-40.el8.x86_64 DEBUG: libcurl-7.61.1-21.el8.x86_64 DEBUG: crypto-policies-scripts-20210617-1.gitc776d3e.el8.noarch DEBUG: elfutils-default-yama-scope-0.185-1.el8.noarch DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: procps-ng-3.3.15-6.el8.x86_64 DEBUG: libtirpc-1.1.4-5.el8.x86_64 DEBUG: kpartx-0.8.4-17.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.185-1.el8.x86_64 DEBUG: openssl-pkcs11-0.4.10-2.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: libfdisk-2.32.1-28.el8.x86_64 DEBUG: dbus-libs-1.12.8-14.el8.x86_64 DEBUG: coreutils-8.30-12.el8.x86_64 DEBUG: libblkid-2.32.1-28.el8.x86_64 DEBUG: shadow-utils-4.6-14.el8.x86_64 DEBUG: openssl-libs-1.1.1k-4.el8.x86_64 DEBUG: rpm-libs-4.14.3-18.el8.x86_64 DEBUG: kmod-libs-25-18.el8.x86_64 DEBUG: trousers-lib-0.3.15-1.el8.x86_64 DEBUG: libutempter-1.1.6-14.el8.x86_64 DEBUG: libpwquality-1.4.4-3.el8.x86_64 DEBUG: util-linux-2.32.1-28.el8.x86_64 DEBUG: dracut-049-190.git20210811.el8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: glib2-2.56.4-156.el8.x86_64 DEBUG: gnutls-3.6.16-4.el8.x86_64 DEBUG: systemd-239-50.el8.x86_64 DEBUG: trousers-0.3.15-1.el8.x86_64 DEBUG: gdk-pixbuf2-2.36.12-5.el8.x86_64 DEBUG: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/proc', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/sys', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/', '-y', '--releasever', '8', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', 'update'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.almj36z0:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '2c53c6c4431842709f0a52f8a6c0540b', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.almj36z0:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/installation-homedir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--setenv=LC_MESSAGES=C.UTF-8', '--resolv-conf=off', '/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/', '-y', '--releasever', '8', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', 'update', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk DEBUG: Invalid configuration value: failovermethod=priority in /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/dnf.conf; Configuration: OptionBinding with id "failovermethod" does not exist DEBUG: delorean-openstack-ironic-staging-drivers-c1727 22 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-cinderlib-aacb772f2ee0a8c4026eb 21 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-os-service-types-0b2f4733eb1bbb 22 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-aodh-e61fba4a0bce1305366071a 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-sahara-plugin-spark-53aee26e049 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-402fe188b4e7ff76109e8a5 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-ba9a2f14a081e13e43225 23 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-c419a7bad00c1f087cc09 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-neutron-vpnaas-8de26cbfcd956 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-5dd7ad9ad8998c5285fe 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-keystone-cf5f1e5651052be52f1 23 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-fb0293538020e2611048ff 21 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-vitrage-tests-tempest-a99b1497f 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-zaqar-82e67146274b525c6bb94e 22 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-vitrage-ui-c829088a91eaa6734 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tripleo-validations-0c6a43a1 23 kB/s | 3.0 kB 00:00 DEBUG: CentOS-Stream - Base 24 kB/s | 3.9 kB 00:00 DEBUG: CentOS-Stream - AppStream 12 kB/s | 4.4 kB 00:00 DEBUG: CentOS-Stream - Extras 13 kB/s | 3.0 kB 00:00 DEBUG: CentOS-Stream - PowerTools 18 kB/s | 4.4 kB 00:00 DEBUG: dlrn-xena-testing 24 kB/s | 3.0 kB 00:00 DEBUG: dlrn-xena-build-deps 24 kB/s | 3.0 kB 00:00 DEBUG: Advanced Virtualization mirror 13 kB/s | 3.0 kB 00:00 DEBUG: Messaging RabbitMQ 17 kB/s | 3.0 kB 00:00 DEBUG: opstools 18 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 30 kB/s | 3.0 kB 00:00 DEBUG: Dependencies resolved. DEBUG: Nothing to do. DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans DEBUG: removing 3 rpm db files DEBUG: nuke_rpm_db: removing /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/rpm/__db.003 DEBUG: nuke_rpm_db: removing /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/rpm/__db.002 DEBUG: nuke_rpm_db: removing /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/rpm/__db.001 DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '2e1be825261742389a3d03df5483cedb', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: atk-2.28.1-1.el8.x86_64 DEBUG: libgcc-8.5.0-3.el8.x86_64 DEBUG: python3-idna-2.5-5.el8.noarch DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch DEBUG: annobin-9.65-1.el8.0.1.x86_64 DEBUG: python-rpm-macros-3-41.el8.noarch DEBUG: python3-pygments-2.2.0-22.module_el8.5.0+764+71fa3b33.noarch DEBUG: adobe-mappings-cmap-20171205-3.el8.noarch DEBUG: gtk-update-icon-cache-3.22.30-8.el8.x86_64 DEBUG: python3-setuptools-wheel-39.2.0-6.el8.noarch DEBUG: libXft-2.3.3-1.el8.x86_64 DEBUG: adobe-mappings-cmap-deprecated-20171205-3.el8.noarch DEBUG: urw-base35-c059-fonts-20170801-10.el8.noarch DEBUG: rust-srpm-macros-5-2.el8.noarch DEBUG: urw-base35-gothic-fonts-20170801-10.el8.noarch DEBUG: perl-srpm-macros-1-25.el8.noarch DEBUG: urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch DEBUG: ocaml-srpm-macros-5-4.el8.noarch DEBUG: urw-base35-p052-fonts-20170801-10.el8.noarch DEBUG: go-srpm-macros-2-17.el8.noarch DEBUG: urw-base35-z003-fonts-20170801-10.el8.noarch DEBUG: adobe-mappings-pdf-20180407-1.el8.noarch DEBUG: libbabeltrace-1.5.4-3.el8.x86_64 DEBUG: pkgconf-m4-1.4.2-1.el8.noarch DEBUG: pinentry-1.1.0-2.el8.x86_64 DEBUG: libssh-config-0.9.4-3.el8.noarch DEBUG: openssh-8.0p1-9.el8.x86_64 DEBUG: kbd-misc-2.0.4-10.el8.noarch DEBUG: git-core-2.27.0-1.el8.x86_64 DEBUG: emacs-filesystem-26.1-7.el8.noarch DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 DEBUG: centos-gpg-keys-8-2.el8.noarch DEBUG: gnupg2-smime-2.2.20-2.el8.x86_64 DEBUG: centos-stream-repos-8-2.el8.noarch DEBUG: rpm-build-libs-4.14.3-18.el8.x86_64 DEBUG: filesystem-3.8-6.el8.x86_64 DEBUG: gdb-headless-8.2-16.el8.x86_64 DEBUG: basesystem-11-5.el8.noarch DEBUG: avahi-libs-0.7-20.el8.x86_64 DEBUG: libselinux-2.9-5.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: glibc-all-langpacks-2.28-164.el8.x86_64 DEBUG: elfutils-0.185-1.el8.x86_64 DEBUG: glibc-2.28-164.el8.x86_64 DEBUG: python3-ply-3.9-9.el8.noarch DEBUG: libsepol-2.9-3.el8.x86_64 DEBUG: python3-cffi-1.13.2-1.el8.x86_64 DEBUG: info-6.5-6.el8.x86_64 DEBUG: python3-pysocks-1.6.8-3.el8.noarch DEBUG: bzip2-libs-1.0.6-26.el8.x86_64 DEBUG: python3-requests-2.25.1-1.el8.noarch DEBUG: libxcrypt-4.1.1-6.el8.x86_64 DEBUG: python3-markupsafe-0.23-19.el8.x86_64 DEBUG: gmp-6.1.2-10.el8.x86_64 DEBUG: python3-babel-2.5.1-7.el8.noarch DEBUG: freetype-2.9.1-4.el8_3.1.x86_64 DEBUG: python3-rpm-generators-5-7.el8.noarch DEBUG: libcom_err-1.45.6-2.el8.x86_64 DEBUG: python3-imagesize-1.0.0-2.el8.noarch DEBUG: libuuid-2.32.1-28.el8.x86_64 DEBUG: python3-packaging-20.4-1.el8.noarch DEBUG: readline-7.0-10.el8.x86_64 DEBUG: python3-sphinx-theme-alabaster-0.7.12-7.el8.noarch DEBUG: sqlite-libs-3.26.0-15.el8.x86_64 DEBUG: python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch DEBUG: popt-1.18-1.el8.x86_64 DEBUG: python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noarch DEBUG: libjpeg-turbo-1.5.3-12.el8.x86_64 DEBUG: python3-sphinxcontrib-serializinghtml-1.1.3-5.el8.noarch DEBUG: libgcrypt-1.8.5-6.el8.x86_64 DEBUG: libgs-9.27-1.el8.x86_64 DEBUG: libattr-2.4.48-3.el8.x86_64 DEBUG: cairo-1.15.12-3.el8.x86_64 DEBUG: sed-4.5-2.el8.x86_64 DEBUG: librsvg2-2.42.7-4.el8.x86_64 DEBUG: libICE-1.0.9-15.el8.x86_64 DEBUG: gtk2-2.24.32-5.el8.x86_64 DEBUG: libidn2-2.2.0-1.el8.x86_64 DEBUG: python3-sphinx-2.2.2-1.el8.noarch DEBUG: libgomp-8.5.0-3.el8.x86_64 DEBUG: python3-eventlet-0.31.1-1.el8.noarch DEBUG: libSM-1.2.3-1.el8.x86_64 DEBUG: python3-pbr-5.5.1-1.el8.noarch DEBUG: file-libs-5.33-20.el8.x86_64 DEBUG: python3-sqlalchemy-1.4.18-1.1.el8.x86_64 DEBUG: libcap-ng-0.7.11-1.el8.x86_64 DEBUG: openstack-macros-2021.1.0-0.20210906165528.ce6a105.el8.noarch DEBUG: libtool-ltdl-2.4.6-25.el8.x86_64 DEBUG: libmpc-1.1.0-9.1.el8.x86_64 DEBUG: libksba-1.3.5-7.el8.x86_64 DEBUG: unzip-6.0-45.el8.x86_64 DEBUG: glibc-headers-2.28-164.el8.x86_64 DEBUG: cpio-2.12-10.el8.x86_64 DEBUG: keyutils-libs-1.5.10-9.el8.x86_64 DEBUG: p11-kit-trust-0.23.22-1.el8.x86_64 DEBUG: grep-3.1-6.el8.x86_64 DEBUG: lcms2-2.9-2.el8.x86_64 DEBUG: zip-3.0-23.el8.x86_64 DEBUG: cpp-8.5.0-3.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: tar-1.30-5.el8.x86_64 DEBUG: nettle-3.4.1-7.el8.x86_64 DEBUG: dwz-0.12-10.el8.x86_64 DEBUG: zstd-1.4.5-6.el8.x86_64 DEBUG: coreutils-common-8.30-12.el8.x86_64 DEBUG: pigz-2.4-4.el8.x86_64 DEBUG: less-530-1.el8.x86_64 DEBUG: brotli-1.0.6-3.el8.x86_64 DEBUG: json-c-0.13.1-2.el8.x86_64 DEBUG: libnghttp2-1.33.0-3.el8_2.1.x86_64 DEBUG: pkgconf-1.4.2-1.el8.x86_64 DEBUG: xorg-x11-font-utils-7.5-41.el8.x86_64 DEBUG: libxcrypt-devel-4.1.1-6.el8.x86_64 DEBUG: libseccomp-2.5.1-1.el8.x86_64 DEBUG: gawk-4.2.1-2.el8.x86_64 DEBUG: libverto-0.3.0-5.el8.x86_64 DEBUG: ncurses-6.1-9.20180224.el8.x86_64 DEBUG: which-2.21-16.el8.x86_64 DEBUG: jbig2dec-libs-0.16-1.el8.x86_64 DEBUG: libtiff-4.0.9-20.el8.x86_64 DEBUG: libxcb-1.13.1-1.el8.x86_64 DEBUG: libXext-1.3.4-1.el8.x86_64 DEBUG: libXt-1.1.5-12.el8.x86_64 DEBUG: libXfixes-5.0.3-7.el8.x86_64 DEBUG: libXcursor-1.1.15-3.el8.x86_64 DEBUG: libXi-1.7.10-1.el8.x86_64 DEBUG: libXaw-1.0.13-10.el8.x86_64 DEBUG: libXxf86misc-1.0.4-1.el8.x86_64 DEBUG: libXcomposite-0.4.4-14.el8.x86_64 DEBUG: gc-7.6.4-3.el8.x86_64 DEBUG: libthai-0.1.27-2.el8.x86_64 DEBUG: libipt-1.6.1-8.el8.x86_64 DEBUG: mcpp-2.7.2-20.el8.x86_64 DEBUG: libwebp-1.0.0-5.el8.x86_64 DEBUG: libxkbcommon-0.9.1-1.el8.x86_64 DEBUG: platform-python-pip-9.0.3-20.el8.noarch DEBUG: python3-libs-3.6.8-40.el8.x86_64 DEBUG: libssh-0.9.4-3.el8.x86_64 DEBUG: platform-python-3.6.8-40.el8.x86_64 DEBUG: libkcapi-1.2.0-2.el8.x86_64 DEBUG: libarchive-3.3.3-1.el8.x86_64 DEBUG: curl-7.61.1-21.el8.x86_64 DEBUG: openssl-1.1.1k-4.el8.x86_64 DEBUG: crypto-policies-20210617-1.gitc776d3e.el8.noarch DEBUG: gzip-1.9-12.el8.x86_64 DEBUG: cracklib-dicts-2.9.6-15.el8.x86_64 DEBUG: krb5-libs-1.18.2-14.el8.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: device-mapper-1.02.177-6.el8.x86_64 DEBUG: elfutils-libs-0.185-1.el8.x86_64 DEBUG: rpm-4.14.3-18.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libmount-2.32.1-28.el8.x86_64 DEBUG: dbus-tools-1.12.8-14.el8.x86_64 DEBUG: systemd-libs-239-50.el8.x86_64 DEBUG: device-mapper-libs-1.02.177-6.el8.x86_64 DEBUG: ca-certificates-2021.2.50-82.el8.noarch DEBUG: libdb-5.3.28-40.el8.x86_64 DEBUG: kmod-25-18.el8.x86_64 DEBUG: cryptsetup-libs-2.3.3-4.el8.x86_64 DEBUG: dbus-daemon-1.12.8-14.el8.x86_64 DEBUG: kbd-2.0.4-10.el8.x86_64 DEBUG: pam-1.3.1-15.el8.x86_64 DEBUG: systemd-pam-239-50.el8.x86_64 DEBUG: os-prober-1.74-9.el8.x86_64 DEBUG: grub2-tools-2.02-99.el8.x86_64 DEBUG: shared-mime-info-1.9-3.el8.x86_64 DEBUG: dbus-1.12.8-14.el8.x86_64 DEBUG: systemd-udev-239-50.el8.x86_64 DEBUG: fontconfig-2.13.1-4.el8.x86_64 DEBUG: python3-pip-9.0.3-20.el8.noarch DEBUG: python3-six-1.15.0-2.el8.noarch DEBUG: gpg-pubkey-8483c65d-5ccc5b19 DEBUG: binutils-2.30-108.el8.x86_64 DEBUG: fontpackages-filesystem-1.44-22.el8.noarch DEBUG: gcc-8.5.0-3.el8.x86_64 DEBUG: python-srpm-macros-3-41.el8.noarch DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch DEBUG: python3-rpm-macros-3-41.el8.noarch DEBUG: gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 DEBUG: tzdata-2021a-1.el8.noarch DEBUG: gd-2.2.5-7.el8.x86_64 DEBUG: python3-pip-wheel-9.0.3-20.el8.noarch DEBUG: urw-base35-bookman-fonts-20170801-10.el8.noarch DEBUG: xkeyboard-config-2.28-1.el8.noarch DEBUG: urw-base35-d050000l-fonts-20170801-10.el8.noarch DEBUG: qt5-srpm-macros-5.15.2-1.el8.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch DEBUG: openblas-srpm-macros-2-2.el8.noarch DEBUG: urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch DEBUG: libX11-common-1.6.8-5.el8.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch DEBUG: ghc-srpm-macros-1.4.2-7.el8.noarch DEBUG: urw-base35-fonts-20170801-10.el8.noarch DEBUG: publicsuffix-list-dafsa-20180723-1.el8.noarch DEBUG: libsecret-0.18.6-1.el8.x86_64 DEBUG: ncurses-base-6.1-9.20180224.el8.noarch DEBUG: harfbuzz-1.7.5-3.el8.x86_64 DEBUG: kernel-headers-4.18.0-338.el8.x86_64 DEBUG: openssh-clients-8.0p1-9.el8.x86_64 DEBUG: kbd-legacy-2.0.4-10.el8.noarch DEBUG: tpm2-tss-2.3.2-4.el8.x86_64 DEBUG: dbus-common-1.12.8-14.el8.noarch DEBUG: libusbx-1.0.23-4.el8.x86_64 DEBUG: centos-stream-release-8.5-3.el8.noarch DEBUG: gnupg2-2.2.20-2.el8.x86_64 DEBUG: setup-2.12.2-6.el8.noarch DEBUG: guile-2.0.14-7.el8.x86_64 DEBUG: urw-base35-fonts-common-20170801-10.el8.noarch DEBUG: hicolor-icon-theme-0.17-2.el8.noarch DEBUG: pcre2-10.32-2.el8.x86_64 DEBUG: cups-libs-2.2.6-40.el8.x86_64 DEBUG: ncurses-libs-6.1-9.20180224.el8.x86_64 DEBUG: redhat-rpm-config-125-1.el8.noarch DEBUG: glibc-common-2.28-164.el8.x86_64 DEBUG: python3-chardet-3.0.4-7.el8.noarch DEBUG: bash-4.4.20-2.el8.x86_64 DEBUG: python3-pycparser-2.14-14.el8.noarch DEBUG: zlib-1.2.11-17.el8.x86_64 DEBUG: python3-cryptography-3.2.1-5.el8.x86_64 DEBUG: xz-libs-5.2.4-3.el8.x86_64 DEBUG: python3-urllib3-1.25.10-4.el8.noarch DEBUG: libstdc++-8.5.0-3.el8.x86_64 DEBUG: python3-greenlet-0.4.13-4.el8.x86_64 DEBUG: elfutils-libelf-0.185-1.el8.x86_64 DEBUG: python3-pytz-2017.2-9.el8.noarch DEBUG: libpng-1.6.34-5.el8.x86_64 DEBUG: python3-jinja2-2.10.1-3.el8.noarch DEBUG: libcap-2.26-5.el8.x86_64 DEBUG: platform-python-devel-3.6.8-40.el8.x86_64 DEBUG: libgpg-error-1.31-1.el8.x86_64 DEBUG: python3-pyparsing-2.4.6-1.el8.noarch DEBUG: libxml2-2.9.7-11.el8.x86_64 DEBUG: python3-snowballstemmer-1.9.0-4.el8.noarch DEBUG: libunistring-0.9.9-3.el8.x86_64 DEBUG: python3-sphinxcontrib-applehelp-1.0.1-5.el8.noarch DEBUG: expat-2.2.5-4.el8.x86_64 DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarch DEBUG: chkconfig-1.19.1-1.el8.x86_64 DEBUG: python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noarch DEBUG: libzstd-1.4.5-6.el8.x86_64 DEBUG: openjpeg2-2.4.0-4.el8.x86_64 DEBUG: mpfr-3.1.6-1.el8.x86_64 DEBUG: pixman-0.38.4-1.el8.x86_64 DEBUG: libacl-2.2.53-1.el8.x86_64 DEBUG: pango-1.42.4-8.el8.x86_64 DEBUG: libffi-3.1-22.el8.x86_64 DEBUG: ImageMagick-6.7.8.9-18.el8.x86_64 DEBUG: p11-kit-0.23.22-1.el8.x86_64 DEBUG: graphviz-2.40.1-43.el8.x86_64 DEBUG: findutils-4.6.0-20.el8.x86_64 DEBUG: python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 DEBUG: lua-libs-5.3.4-12.el8.x86_64 DEBUG: rpm-build-4.14.3-18.el8.x86_64 DEBUG: libassuan-2.5.1-3.el8.x86_64 DEBUG: python3-setuptools_scm-1.15.7-4.el8.noarch DEBUG: file-5.33-20.el8.x86_64 DEBUG: make-4.2.1-10.el8.x86_64 DEBUG: audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 DEBUG: lz4-libs-1.8.3-3.el8_4.x86_64 DEBUG: jasper-libs-2.0.14-5.el8.x86_64 DEBUG: ilmbase-2.2.0-13.el8.x86_64 DEBUG: diffutils-3.6-6.el8.x86_64 DEBUG: grub2-common-2.02-99.el8.noarch DEBUG: gdbm-libs-1.18-1.el8.x86_64 DEBUG: libtasn1-4.13-3.el8.x86_64 DEBUG: pcre-8.42-6.el8.x86_64 DEBUG: xz-5.2.4-3.el8.x86_64 DEBUG: gdbm-1.18-1.el8.x86_64 DEBUG: OpenEXR-libs-2.2.0-12.el8.x86_64 DEBUG: libsemanage-2.9-6.el8.x86_64 DEBUG: acl-2.2.53-1.el8.x86_64 DEBUG: patch-2.7.6-11.el8.x86_64 DEBUG: isl-0.16.1-6.el8.x86_64 DEBUG: graphite2-1.3.10-10.el8.x86_64 DEBUG: bzip2-1.0.6-26.el8.x86_64 DEBUG: libidn-1.34-5.el8.x86_64 DEBUG: libfontenc-1.1.3-8.el8.x86_64 DEBUG: libpaper-1.1.24-22.el8.x86_64 DEBUG: hardlink-1.3-6.el8.x86_64 DEBUG: libedit-3.1-23.20170329cvs.el8.x86_64 DEBUG: libpkgconf-1.4.2-1.el8.x86_64 DEBUG: pkgconf-pkg-config-1.4.2-1.el8.x86_64 DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarch DEBUG: glibc-devel-2.28-164.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-28.el8.x86_64 DEBUG: memstrack-0.1.11-1.el8.x86_64 DEBUG: npth-1.5-4.el8.x86_64 DEBUG: fribidi-1.0.4-8.el8.x86_64 DEBUG: jbigkit-libs-2.1-14.el8.x86_64 DEBUG: libXau-1.0.9-3.el8.x86_64 DEBUG: libX11-1.6.8-5.el8.x86_64 DEBUG: libXrender-0.9.10-7.el8.x86_64 DEBUG: libXmu-1.1.3-1.el8.x86_64 DEBUG: libXpm-3.5.12-8.el8.x86_64 DEBUG: libXrandr-1.5.2-1.el8.x86_64 DEBUG: libXinerama-1.1.4-1.el8.x86_64 DEBUG: libXdamage-1.1.4-14.el8.x86_64 DEBUG: libXxf86vm-1.1.4-9.el8.x86_64 DEBUG: libatomic_ops-7.6.2-3.el8.x86_64 DEBUG: libdatrie-0.2.9-7.el8.x86_64 DEBUG: libijs-0.35-5.el8.x86_64 DEBUG: libmcpp-2.7.2-20.el8.x86_64 DEBUG: xorg-x11-server-utils-7.7-27.el8.x86_64 DEBUG: libwmf-lite-0.2.9-8.el8_0.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-5.el8.x86_64 DEBUG: python3-setuptools-50.3.2-1.el8.noarch DEBUG: grub2-tools-minimal-2.02-99.el8.x86_64 DEBUG: openldap-2.4.46-18.el8.x86_64 DEBUG: grubby-8.40-42.el8.x86_64 DEBUG: libkcapi-hmaccalc-1.2.0-2.el8.x86_64 DEBUG: libdb-utils-5.3.28-40.el8.x86_64 DEBUG: libcurl-7.61.1-21.el8.x86_64 DEBUG: crypto-policies-scripts-20210617-1.gitc776d3e.el8.noarch DEBUG: elfutils-default-yama-scope-0.185-1.el8.noarch DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: procps-ng-3.3.15-6.el8.x86_64 DEBUG: libtirpc-1.1.4-5.el8.x86_64 DEBUG: kpartx-0.8.4-17.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.185-1.el8.x86_64 DEBUG: openssl-pkcs11-0.4.10-2.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: libfdisk-2.32.1-28.el8.x86_64 DEBUG: dbus-libs-1.12.8-14.el8.x86_64 DEBUG: coreutils-8.30-12.el8.x86_64 DEBUG: libblkid-2.32.1-28.el8.x86_64 DEBUG: shadow-utils-4.6-14.el8.x86_64 DEBUG: openssl-libs-1.1.1k-4.el8.x86_64 DEBUG: rpm-libs-4.14.3-18.el8.x86_64 DEBUG: kmod-libs-25-18.el8.x86_64 DEBUG: trousers-lib-0.3.15-1.el8.x86_64 DEBUG: libutempter-1.1.6-14.el8.x86_64 DEBUG: libpwquality-1.4.4-3.el8.x86_64 DEBUG: util-linux-2.32.1-28.el8.x86_64 DEBUG: dracut-049-190.git20210811.el8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: glib2-2.56.4-156.el8.x86_64 DEBUG: gnutls-3.6.16-4.el8.x86_64 DEBUG: systemd-239-50.el8.x86_64 DEBUG: trousers-0.3.15-1.el8.x86_64 DEBUG: gdk-pixbuf2-2.36.12-5.el8.x86_64 DEBUG: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 DEBUG: Child return code was: 0 Finish: dnf update DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/.initialized Finish: chroot init Start: buildsrpm Start: rpmbuild -bs INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-tempest.spec'], chrootPath='/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1024gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.aqqi6_x8:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11']unshare_net=TrueprintOutput=False) DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.aqqi6_x8:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '99cd7c48414743ec82d2127ea3a5c5c9', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.aqqi6_x8:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-tempest.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Wrote: /builddir/build/SRPMS/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.src.rpm DEBUG: Child return code was: 0 Finish: rpmbuild -bs DEBUG: Copying package to result dir Finish: buildsrpm INFO: Done(openstack-tempest.spec) Config(dlrn-1) 0 minutes 30 seconds INFO: Results and/or logs in: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 INFO: Cleaning up build root ('cleanup_on_success=True') Start: clean chroot DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/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-centos8-xena-x86_64-1/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['btrfs', 'subv', 'list', '/var/lib/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False Finish: clean chroot Finish: run DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + finalize + rm -rf /tmp/tmp.IxO0ZMdgL7 INFO: mock.py version 2.10 starting (python version = 3.6.8, NVR = mock-2.10-1.el8)... DEBUG: search for 'dnf' package manager Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos8-xena/data/dlrn-1.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 DEBUG: rootdir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: True DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: chrootuid: 1024 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: None DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.cmele6l8:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: False DEBUG: bootstrap_image: centos:8 DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.6/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1/ccache/u1024/', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/', 'tar': 'gnutar', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, '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-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos8-xena-x86_64-1', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-xena-x86_64-1', 'root': 'dlrn-centos8-xena-x86_64-1', 'resultdir': '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'}} 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 1024 -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: 8 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '8-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled = 1 check_obsoletes = 1 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-centos8.rdoproject.org.novalocal'} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: system_yum_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: dnf_command: /usr/bin/dnf DEBUG: system_dnf_command: /usr/bin/dnf DEBUG: dnf_install_command: install dnf dnf-plugins-core centos-gpg-keys DEBUG: microdnf_command: /usr/bin/microdnf DEBUG: microdnf_install_command: dnf-install microdnf dnf dnf-plugins-core DEBUG: microdnf_builddep_command: /usr/bin/dnf DEBUG: microdnf_builddep_opts: [] DEBUG: microdnf_common_opts: [] DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: dnf_disable_plugins: ['local', 'spacewalk'] DEBUG: user_agent: Mock (dlrn-centos8-xena-x86_64-1; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-1 DEBUG: config_file: /home/centos8-xena/data/dlrn-1.cfg DEBUG: root: dlrn-centos8-xena-x86_64-1 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el8 DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 plugins=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=1 protected_packages= module_platform_id=platform:el8 user_agent=DLRN # repos [Stream-BaseOS] name=CentOS-Stream - Base #baseurl=http://mirror.centos.org/centos/8-stream/BaseOS/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=BaseOS&infra=$infra failovermethod=priority gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=1 skip_if_unavailable=False [Stream-AppStream] name=CentOS-Stream - AppStream #baseurl=http://mirror.centos.org/centos/8-stream/AppStream/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=AppStream&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [Stream-extras] name=CentOS-Stream - Extras #baseurl=http://mirror.centos.org/centos/8-stream/extras/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=extras&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [Stream-PowerTools] name=CentOS-Stream - PowerTools #baseurl=http://mirror.centos.org/centos/8-stream/PowerTools/$basearch/os/ mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=PowerTools&infra=$infra gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial [delorean-component-baremetal] name=delorean-openstack-ironic-staging-drivers-c17279ef35ab59805ef344763f0f61bd4209ba76 baseurl=https://trunk.rdoproject.org/centos8-xena/component/baremetal/c1/72/c17279ef35ab59805ef344763f0f61bd4209ba76_c3461d18 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-python-cinderlib-aacb772f2ee0a8c4026eb17115a398ff98965f60 baseurl=https://trunk.rdoproject.org/centos8-xena/component/cinder/aa/cb/aacb772f2ee0a8c4026eb17115a398ff98965f60_6e3fa3e3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-os-service-types-0b2f4733eb1bbbd8880e7fa15a769a9bbf7338b4 baseurl=https://trunk.rdoproject.org/centos8-xena/component/clients/0b/2f/0b2f4733eb1bbbd8880e7fa15a769a9bbf7338b4_9ab49c5e enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-e61fba4a0bce1305366071addfba0b4cb290ad8f baseurl=https://trunk.rdoproject.org/centos8-xena/component/cloudops/e6/1f/e61fba4a0bce1305366071addfba0b4cb290ad8f_af05f3e9 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-python-sahara-plugin-spark-53aee26e0498854923a585df521c5043e621f5b8 baseurl=https://trunk.rdoproject.org/centos8-xena/component/common/53/ae/53aee26e0498854923a585df521c5043e621f5b8_73aa40d6 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-402fe188b4e7ff76109e8a5ea1f24a5e915eaa09 baseurl=https://trunk.rdoproject.org/centos8-xena/component/compute/40/2f/402fe188b4e7ff76109e8a5ea1f24a5e915eaa09_03cf95c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-ba9a2f14a081e13e432256c2342dbe7a2b87c459 baseurl=https://trunk.rdoproject.org/centos8-xena/component/glance/ba/9a/ba9a2f14a081e13e432256c2342dbe7a2b87c459_b9bdc57a enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-c419a7bad00c1f087cc09bd7bc5816cc83231faa baseurl=https://trunk.rdoproject.org/centos8-xena/component/manila/c4/19/c419a7bad00c1f087cc09bd7bc5816cc83231faa_eba747b6 enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-openstack-neutron-vpnaas-8de26cbfcd9563c5ff0637ac9cfd7d98f7a37e00 baseurl=https://trunk.rdoproject.org/centos8-xena/component/network/8d/e2/8de26cbfcd9563c5ff0637ac9cfd7d98f7a37e00_a631076d enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-5dd7ad9ad8998c5285fe60d9ee4210f87ed45ccd baseurl=https://trunk.rdoproject.org/centos8-xena/component/octavia/5d/d7/5dd7ad9ad8998c5285fe60d9ee4210f87ed45ccd_6c462720 enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-keystone-cf5f1e5651052be52f17beeb400ac433303a9602 baseurl=https://trunk.rdoproject.org/centos8-xena/component/security/cf/5f/cf5f1e5651052be52f17beeb400ac433303a9602_641e26f1 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-fb0293538020e2611048ffc00fd1e7f67eb42c73 baseurl=https://trunk.rdoproject.org/centos8-xena/component/swift/fb/02/fb0293538020e2611048ffc00fd1e7f67eb42c73_39a3c6ac enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-vitrage-tests-tempest-a99b1497f59fbf1d239d08eea68ffaca342d2fb1 baseurl=https://trunk.rdoproject.org/centos8-xena/component/tempest/a9/9b/a99b1497f59fbf1d239d08eea68ffaca342d2fb1_b3dd4e5b enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-openstack-zaqar-82e67146274b525c6bb94e0a57c4601907e11e08 baseurl=https://trunk.rdoproject.org/centos8-xena/component/tripleo/82/e6/82e67146274b525c6bb94e0a57c4601907e11e08_6721a820 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-vitrage-ui-c829088a91eaa6734eed3eb2a12817e615d1ee46 baseurl=https://trunk.rdoproject.org/centos8-xena/component/ui/c8/29/c829088a91eaa6734eed3eb2a12817e615d1ee46_8b6bff8c enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-openstack-tripleo-validations-0c6a43a14bef6542ece67db6905fba8cfa8adbaf baseurl=https://trunk.rdoproject.org/centos8-xena/component/validation/0c/6a/0c6a43a14bef6542ece67db6905fba8cfa8adbaf_205df9b2 enabled=1 gpgcheck=0 priority=1 [delorean-xena-testing] name=dlrn-xena-testing baseurl=https://trunk.rdoproject.org/centos8-xena/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-xena-build-deps] name=dlrn-xena-build-deps baseurl=https://trunk.rdoproject.org/centos8-xena/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [advanced-virtualization] name=Advanced Virtualization mirror baseurl=http://mirror.centos.org/centos/8-stream/virt/$basearch/advancedvirt-common/ gpgcheck=0 enabled=1 module_hotfixes=1 [centos-rabbitmq-38] name=Messaging RabbitMQ baseurl=http://mirror.centos.org/centos/8-stream/messaging/$basearch/rabbitmq-38 gpgcheck=0 enabled=1 module_hotfixes=1 skip_if_unavailable=1 [centos-opstools] name=opstools baseurl=http://mirror.centos.org/centos/8/opstools/$basearch/collectd-5/ gpgcheck=0 enabled=1 module_hotfixes=1 [centos-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=http://mirror.centos.org/centos/8-stream/nfv/$basearch/openvswitch-2/ gpgcheck=0 enabled=1 module_hotfixes=1 DEBUG: __jinja_expand: True DEBUG: verbose: 2 DEBUG: print_main_output: False DEBUG: cache_alterations: False DEBUG: enable_disable_repos: [] DEBUG: build_log_fmt_str: %(message)s DEBUG: root_log_fmt_str: %(levelname)s %(filename)s:%(lineno)d: %(message)s DEBUG: state_log_fmt_str: %(asctime)s - %(message)s DEBUG: Local file: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.src.rpm INFO: Start(/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.src.rpm) Config(dlrn-centos8-xena-x86_64-1) Start: clean chroot Finish: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC 7402 24-Core 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: 64K DEBUG: L1i cache: 64K 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 ibpb vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip 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: 16212188 4349124 1474448 4589580 10388616 6938020 DEBUG: Swap: 16777212 3484444 13292768 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 582M 3.8G 14% /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.6knfburx', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc DEBUG: method _make_build_user skipped in bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/builddir DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/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/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['gtar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./proc DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./sys DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./dev DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./tmp/ccache DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/yum DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/dnf DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/log DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC 7402 24-Core 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: 64K DEBUG: L1i cache: 64K 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 ibpb vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip 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: 16212188 3930764 699716 5782580 11581708 5983156 DEBUG: Swap: 16777212 3484700 13292512 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'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 995M 3.4G 24% /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc/filesystems DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.920j0jui', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/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-centos8-xena-x86_64-1/root DEBUG: resultdir = /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'd57ee5dae635412ba784023507ced020', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/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', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '8d018cb4c4cb4b0d8ddc3759440262cc', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/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', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '8e6ad967b4b84334b6f3cbb1029c296a', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/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', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '995c56b1891046879ae8f326404df24e', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/usr/sbin/useradd', '-o', '-m', '-u', '1024', '-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', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/RPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/SPECS DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/SRPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/SOURCES DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/BUILD DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/BUILDROOT DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/originals DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/builddir Start: dnf update DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '35ecedb2bc094c16a3e82cbaaaf6e5f1', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: atk-2.28.1-1.el8.x86_64 DEBUG: libgcc-8.5.0-3.el8.x86_64 DEBUG: python3-idna-2.5-5.el8.noarch DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch DEBUG: annobin-9.65-1.el8.0.1.x86_64 DEBUG: python-rpm-macros-3-41.el8.noarch DEBUG: python3-pygments-2.2.0-22.module_el8.5.0+764+71fa3b33.noarch DEBUG: adobe-mappings-cmap-20171205-3.el8.noarch DEBUG: gtk-update-icon-cache-3.22.30-8.el8.x86_64 DEBUG: python3-setuptools-wheel-39.2.0-6.el8.noarch DEBUG: libXft-2.3.3-1.el8.x86_64 DEBUG: adobe-mappings-cmap-deprecated-20171205-3.el8.noarch DEBUG: urw-base35-c059-fonts-20170801-10.el8.noarch DEBUG: rust-srpm-macros-5-2.el8.noarch DEBUG: urw-base35-gothic-fonts-20170801-10.el8.noarch DEBUG: perl-srpm-macros-1-25.el8.noarch DEBUG: urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch DEBUG: ocaml-srpm-macros-5-4.el8.noarch DEBUG: urw-base35-p052-fonts-20170801-10.el8.noarch DEBUG: go-srpm-macros-2-17.el8.noarch DEBUG: urw-base35-z003-fonts-20170801-10.el8.noarch DEBUG: adobe-mappings-pdf-20180407-1.el8.noarch DEBUG: libbabeltrace-1.5.4-3.el8.x86_64 DEBUG: pkgconf-m4-1.4.2-1.el8.noarch DEBUG: pinentry-1.1.0-2.el8.x86_64 DEBUG: libssh-config-0.9.4-3.el8.noarch DEBUG: openssh-8.0p1-9.el8.x86_64 DEBUG: kbd-misc-2.0.4-10.el8.noarch DEBUG: git-core-2.27.0-1.el8.x86_64 DEBUG: emacs-filesystem-26.1-7.el8.noarch DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 DEBUG: centos-gpg-keys-8-2.el8.noarch DEBUG: gnupg2-smime-2.2.20-2.el8.x86_64 DEBUG: centos-stream-repos-8-2.el8.noarch DEBUG: rpm-build-libs-4.14.3-18.el8.x86_64 DEBUG: filesystem-3.8-6.el8.x86_64 DEBUG: gdb-headless-8.2-16.el8.x86_64 DEBUG: basesystem-11-5.el8.noarch DEBUG: avahi-libs-0.7-20.el8.x86_64 DEBUG: libselinux-2.9-5.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: glibc-all-langpacks-2.28-164.el8.x86_64 DEBUG: elfutils-0.185-1.el8.x86_64 DEBUG: glibc-2.28-164.el8.x86_64 DEBUG: python3-ply-3.9-9.el8.noarch DEBUG: libsepol-2.9-3.el8.x86_64 DEBUG: python3-cffi-1.13.2-1.el8.x86_64 DEBUG: info-6.5-6.el8.x86_64 DEBUG: python3-pysocks-1.6.8-3.el8.noarch DEBUG: bzip2-libs-1.0.6-26.el8.x86_64 DEBUG: python3-requests-2.25.1-1.el8.noarch DEBUG: libxcrypt-4.1.1-6.el8.x86_64 DEBUG: python3-markupsafe-0.23-19.el8.x86_64 DEBUG: gmp-6.1.2-10.el8.x86_64 DEBUG: python3-babel-2.5.1-7.el8.noarch DEBUG: freetype-2.9.1-4.el8_3.1.x86_64 DEBUG: python3-rpm-generators-5-7.el8.noarch DEBUG: libcom_err-1.45.6-2.el8.x86_64 DEBUG: python3-imagesize-1.0.0-2.el8.noarch DEBUG: libuuid-2.32.1-28.el8.x86_64 DEBUG: python3-packaging-20.4-1.el8.noarch DEBUG: readline-7.0-10.el8.x86_64 DEBUG: python3-sphinx-theme-alabaster-0.7.12-7.el8.noarch DEBUG: sqlite-libs-3.26.0-15.el8.x86_64 DEBUG: python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch DEBUG: popt-1.18-1.el8.x86_64 DEBUG: python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noarch DEBUG: libjpeg-turbo-1.5.3-12.el8.x86_64 DEBUG: python3-sphinxcontrib-serializinghtml-1.1.3-5.el8.noarch DEBUG: libgcrypt-1.8.5-6.el8.x86_64 DEBUG: libgs-9.27-1.el8.x86_64 DEBUG: libattr-2.4.48-3.el8.x86_64 DEBUG: cairo-1.15.12-3.el8.x86_64 DEBUG: sed-4.5-2.el8.x86_64 DEBUG: librsvg2-2.42.7-4.el8.x86_64 DEBUG: libICE-1.0.9-15.el8.x86_64 DEBUG: gtk2-2.24.32-5.el8.x86_64 DEBUG: libidn2-2.2.0-1.el8.x86_64 DEBUG: python3-sphinx-2.2.2-1.el8.noarch DEBUG: libgomp-8.5.0-3.el8.x86_64 DEBUG: python3-eventlet-0.31.1-1.el8.noarch DEBUG: libSM-1.2.3-1.el8.x86_64 DEBUG: python3-pbr-5.5.1-1.el8.noarch DEBUG: file-libs-5.33-20.el8.x86_64 DEBUG: python3-sqlalchemy-1.4.18-1.1.el8.x86_64 DEBUG: libcap-ng-0.7.11-1.el8.x86_64 DEBUG: openstack-macros-2021.1.0-0.20210906165528.ce6a105.el8.noarch DEBUG: libtool-ltdl-2.4.6-25.el8.x86_64 DEBUG: libmpc-1.1.0-9.1.el8.x86_64 DEBUG: libksba-1.3.5-7.el8.x86_64 DEBUG: unzip-6.0-45.el8.x86_64 DEBUG: glibc-headers-2.28-164.el8.x86_64 DEBUG: cpio-2.12-10.el8.x86_64 DEBUG: keyutils-libs-1.5.10-9.el8.x86_64 DEBUG: p11-kit-trust-0.23.22-1.el8.x86_64 DEBUG: grep-3.1-6.el8.x86_64 DEBUG: lcms2-2.9-2.el8.x86_64 DEBUG: zip-3.0-23.el8.x86_64 DEBUG: cpp-8.5.0-3.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: tar-1.30-5.el8.x86_64 DEBUG: nettle-3.4.1-7.el8.x86_64 DEBUG: dwz-0.12-10.el8.x86_64 DEBUG: zstd-1.4.5-6.el8.x86_64 DEBUG: coreutils-common-8.30-12.el8.x86_64 DEBUG: pigz-2.4-4.el8.x86_64 DEBUG: less-530-1.el8.x86_64 DEBUG: brotli-1.0.6-3.el8.x86_64 DEBUG: json-c-0.13.1-2.el8.x86_64 DEBUG: libnghttp2-1.33.0-3.el8_2.1.x86_64 DEBUG: pkgconf-1.4.2-1.el8.x86_64 DEBUG: xorg-x11-font-utils-7.5-41.el8.x86_64 DEBUG: libxcrypt-devel-4.1.1-6.el8.x86_64 DEBUG: libseccomp-2.5.1-1.el8.x86_64 DEBUG: gawk-4.2.1-2.el8.x86_64 DEBUG: libverto-0.3.0-5.el8.x86_64 DEBUG: ncurses-6.1-9.20180224.el8.x86_64 DEBUG: which-2.21-16.el8.x86_64 DEBUG: jbig2dec-libs-0.16-1.el8.x86_64 DEBUG: libtiff-4.0.9-20.el8.x86_64 DEBUG: libxcb-1.13.1-1.el8.x86_64 DEBUG: libXext-1.3.4-1.el8.x86_64 DEBUG: libXt-1.1.5-12.el8.x86_64 DEBUG: libXfixes-5.0.3-7.el8.x86_64 DEBUG: libXcursor-1.1.15-3.el8.x86_64 DEBUG: libXi-1.7.10-1.el8.x86_64 DEBUG: libXaw-1.0.13-10.el8.x86_64 DEBUG: libXxf86misc-1.0.4-1.el8.x86_64 DEBUG: libXcomposite-0.4.4-14.el8.x86_64 DEBUG: gc-7.6.4-3.el8.x86_64 DEBUG: libthai-0.1.27-2.el8.x86_64 DEBUG: libipt-1.6.1-8.el8.x86_64 DEBUG: mcpp-2.7.2-20.el8.x86_64 DEBUG: libwebp-1.0.0-5.el8.x86_64 DEBUG: libxkbcommon-0.9.1-1.el8.x86_64 DEBUG: platform-python-pip-9.0.3-20.el8.noarch DEBUG: python3-libs-3.6.8-40.el8.x86_64 DEBUG: libssh-0.9.4-3.el8.x86_64 DEBUG: platform-python-3.6.8-40.el8.x86_64 DEBUG: libkcapi-1.2.0-2.el8.x86_64 DEBUG: libarchive-3.3.3-1.el8.x86_64 DEBUG: curl-7.61.1-21.el8.x86_64 DEBUG: openssl-1.1.1k-4.el8.x86_64 DEBUG: crypto-policies-20210617-1.gitc776d3e.el8.noarch DEBUG: gzip-1.9-12.el8.x86_64 DEBUG: cracklib-dicts-2.9.6-15.el8.x86_64 DEBUG: krb5-libs-1.18.2-14.el8.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: device-mapper-1.02.177-6.el8.x86_64 DEBUG: elfutils-libs-0.185-1.el8.x86_64 DEBUG: rpm-4.14.3-18.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libmount-2.32.1-28.el8.x86_64 DEBUG: dbus-tools-1.12.8-14.el8.x86_64 DEBUG: systemd-libs-239-50.el8.x86_64 DEBUG: device-mapper-libs-1.02.177-6.el8.x86_64 DEBUG: ca-certificates-2021.2.50-82.el8.noarch DEBUG: libdb-5.3.28-40.el8.x86_64 DEBUG: kmod-25-18.el8.x86_64 DEBUG: cryptsetup-libs-2.3.3-4.el8.x86_64 DEBUG: dbus-daemon-1.12.8-14.el8.x86_64 DEBUG: kbd-2.0.4-10.el8.x86_64 DEBUG: pam-1.3.1-15.el8.x86_64 DEBUG: systemd-pam-239-50.el8.x86_64 DEBUG: os-prober-1.74-9.el8.x86_64 DEBUG: grub2-tools-2.02-99.el8.x86_64 DEBUG: shared-mime-info-1.9-3.el8.x86_64 DEBUG: dbus-1.12.8-14.el8.x86_64 DEBUG: systemd-udev-239-50.el8.x86_64 DEBUG: fontconfig-2.13.1-4.el8.x86_64 DEBUG: python3-pip-9.0.3-20.el8.noarch DEBUG: python3-six-1.15.0-2.el8.noarch DEBUG: gpg-pubkey-8483c65d-5ccc5b19 DEBUG: binutils-2.30-108.el8.x86_64 DEBUG: fontpackages-filesystem-1.44-22.el8.noarch DEBUG: gcc-8.5.0-3.el8.x86_64 DEBUG: python-srpm-macros-3-41.el8.noarch DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch DEBUG: python3-rpm-macros-3-41.el8.noarch DEBUG: gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 DEBUG: tzdata-2021a-1.el8.noarch DEBUG: gd-2.2.5-7.el8.x86_64 DEBUG: python3-pip-wheel-9.0.3-20.el8.noarch DEBUG: urw-base35-bookman-fonts-20170801-10.el8.noarch DEBUG: xkeyboard-config-2.28-1.el8.noarch DEBUG: urw-base35-d050000l-fonts-20170801-10.el8.noarch DEBUG: qt5-srpm-macros-5.15.2-1.el8.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch DEBUG: openblas-srpm-macros-2-2.el8.noarch DEBUG: urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch DEBUG: libX11-common-1.6.8-5.el8.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch DEBUG: ghc-srpm-macros-1.4.2-7.el8.noarch DEBUG: urw-base35-fonts-20170801-10.el8.noarch DEBUG: publicsuffix-list-dafsa-20180723-1.el8.noarch DEBUG: libsecret-0.18.6-1.el8.x86_64 DEBUG: ncurses-base-6.1-9.20180224.el8.noarch DEBUG: harfbuzz-1.7.5-3.el8.x86_64 DEBUG: kernel-headers-4.18.0-338.el8.x86_64 DEBUG: openssh-clients-8.0p1-9.el8.x86_64 DEBUG: kbd-legacy-2.0.4-10.el8.noarch DEBUG: tpm2-tss-2.3.2-4.el8.x86_64 DEBUG: dbus-common-1.12.8-14.el8.noarch DEBUG: libusbx-1.0.23-4.el8.x86_64 DEBUG: centos-stream-release-8.5-3.el8.noarch DEBUG: gnupg2-2.2.20-2.el8.x86_64 DEBUG: setup-2.12.2-6.el8.noarch DEBUG: guile-2.0.14-7.el8.x86_64 DEBUG: urw-base35-fonts-common-20170801-10.el8.noarch DEBUG: hicolor-icon-theme-0.17-2.el8.noarch DEBUG: pcre2-10.32-2.el8.x86_64 DEBUG: cups-libs-2.2.6-40.el8.x86_64 DEBUG: ncurses-libs-6.1-9.20180224.el8.x86_64 DEBUG: redhat-rpm-config-125-1.el8.noarch DEBUG: glibc-common-2.28-164.el8.x86_64 DEBUG: python3-chardet-3.0.4-7.el8.noarch DEBUG: bash-4.4.20-2.el8.x86_64 DEBUG: python3-pycparser-2.14-14.el8.noarch DEBUG: zlib-1.2.11-17.el8.x86_64 DEBUG: python3-cryptography-3.2.1-5.el8.x86_64 DEBUG: xz-libs-5.2.4-3.el8.x86_64 DEBUG: python3-urllib3-1.25.10-4.el8.noarch DEBUG: libstdc++-8.5.0-3.el8.x86_64 DEBUG: python3-greenlet-0.4.13-4.el8.x86_64 DEBUG: elfutils-libelf-0.185-1.el8.x86_64 DEBUG: python3-pytz-2017.2-9.el8.noarch DEBUG: libpng-1.6.34-5.el8.x86_64 DEBUG: python3-jinja2-2.10.1-3.el8.noarch DEBUG: libcap-2.26-5.el8.x86_64 DEBUG: platform-python-devel-3.6.8-40.el8.x86_64 DEBUG: libgpg-error-1.31-1.el8.x86_64 DEBUG: python3-pyparsing-2.4.6-1.el8.noarch DEBUG: libxml2-2.9.7-11.el8.x86_64 DEBUG: python3-snowballstemmer-1.9.0-4.el8.noarch DEBUG: libunistring-0.9.9-3.el8.x86_64 DEBUG: python3-sphinxcontrib-applehelp-1.0.1-5.el8.noarch DEBUG: expat-2.2.5-4.el8.x86_64 DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarch DEBUG: chkconfig-1.19.1-1.el8.x86_64 DEBUG: python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noarch DEBUG: libzstd-1.4.5-6.el8.x86_64 DEBUG: openjpeg2-2.4.0-4.el8.x86_64 DEBUG: mpfr-3.1.6-1.el8.x86_64 DEBUG: pixman-0.38.4-1.el8.x86_64 DEBUG: libacl-2.2.53-1.el8.x86_64 DEBUG: pango-1.42.4-8.el8.x86_64 DEBUG: libffi-3.1-22.el8.x86_64 DEBUG: ImageMagick-6.7.8.9-18.el8.x86_64 DEBUG: p11-kit-0.23.22-1.el8.x86_64 DEBUG: graphviz-2.40.1-43.el8.x86_64 DEBUG: findutils-4.6.0-20.el8.x86_64 DEBUG: python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 DEBUG: lua-libs-5.3.4-12.el8.x86_64 DEBUG: rpm-build-4.14.3-18.el8.x86_64 DEBUG: libassuan-2.5.1-3.el8.x86_64 DEBUG: python3-setuptools_scm-1.15.7-4.el8.noarch DEBUG: file-5.33-20.el8.x86_64 DEBUG: make-4.2.1-10.el8.x86_64 DEBUG: audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 DEBUG: lz4-libs-1.8.3-3.el8_4.x86_64 DEBUG: jasper-libs-2.0.14-5.el8.x86_64 DEBUG: ilmbase-2.2.0-13.el8.x86_64 DEBUG: diffutils-3.6-6.el8.x86_64 DEBUG: grub2-common-2.02-99.el8.noarch DEBUG: gdbm-libs-1.18-1.el8.x86_64 DEBUG: libtasn1-4.13-3.el8.x86_64 DEBUG: pcre-8.42-6.el8.x86_64 DEBUG: xz-5.2.4-3.el8.x86_64 DEBUG: gdbm-1.18-1.el8.x86_64 DEBUG: OpenEXR-libs-2.2.0-12.el8.x86_64 DEBUG: libsemanage-2.9-6.el8.x86_64 DEBUG: acl-2.2.53-1.el8.x86_64 DEBUG: patch-2.7.6-11.el8.x86_64 DEBUG: isl-0.16.1-6.el8.x86_64 DEBUG: graphite2-1.3.10-10.el8.x86_64 DEBUG: bzip2-1.0.6-26.el8.x86_64 DEBUG: libidn-1.34-5.el8.x86_64 DEBUG: libfontenc-1.1.3-8.el8.x86_64 DEBUG: libpaper-1.1.24-22.el8.x86_64 DEBUG: hardlink-1.3-6.el8.x86_64 DEBUG: libedit-3.1-23.20170329cvs.el8.x86_64 DEBUG: libpkgconf-1.4.2-1.el8.x86_64 DEBUG: pkgconf-pkg-config-1.4.2-1.el8.x86_64 DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarch DEBUG: glibc-devel-2.28-164.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-28.el8.x86_64 DEBUG: memstrack-0.1.11-1.el8.x86_64 DEBUG: npth-1.5-4.el8.x86_64 DEBUG: fribidi-1.0.4-8.el8.x86_64 DEBUG: jbigkit-libs-2.1-14.el8.x86_64 DEBUG: libXau-1.0.9-3.el8.x86_64 DEBUG: libX11-1.6.8-5.el8.x86_64 DEBUG: libXrender-0.9.10-7.el8.x86_64 DEBUG: libXmu-1.1.3-1.el8.x86_64 DEBUG: libXpm-3.5.12-8.el8.x86_64 DEBUG: libXrandr-1.5.2-1.el8.x86_64 DEBUG: libXinerama-1.1.4-1.el8.x86_64 DEBUG: libXdamage-1.1.4-14.el8.x86_64 DEBUG: libXxf86vm-1.1.4-9.el8.x86_64 DEBUG: libatomic_ops-7.6.2-3.el8.x86_64 DEBUG: libdatrie-0.2.9-7.el8.x86_64 DEBUG: libijs-0.35-5.el8.x86_64 DEBUG: libmcpp-2.7.2-20.el8.x86_64 DEBUG: xorg-x11-server-utils-7.7-27.el8.x86_64 DEBUG: libwmf-lite-0.2.9-8.el8_0.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-5.el8.x86_64 DEBUG: python3-setuptools-50.3.2-1.el8.noarch DEBUG: grub2-tools-minimal-2.02-99.el8.x86_64 DEBUG: openldap-2.4.46-18.el8.x86_64 DEBUG: grubby-8.40-42.el8.x86_64 DEBUG: libkcapi-hmaccalc-1.2.0-2.el8.x86_64 DEBUG: libdb-utils-5.3.28-40.el8.x86_64 DEBUG: libcurl-7.61.1-21.el8.x86_64 DEBUG: crypto-policies-scripts-20210617-1.gitc776d3e.el8.noarch DEBUG: elfutils-default-yama-scope-0.185-1.el8.noarch DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: procps-ng-3.3.15-6.el8.x86_64 DEBUG: libtirpc-1.1.4-5.el8.x86_64 DEBUG: kpartx-0.8.4-17.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.185-1.el8.x86_64 DEBUG: openssl-pkcs11-0.4.10-2.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: libfdisk-2.32.1-28.el8.x86_64 DEBUG: dbus-libs-1.12.8-14.el8.x86_64 DEBUG: coreutils-8.30-12.el8.x86_64 DEBUG: libblkid-2.32.1-28.el8.x86_64 DEBUG: shadow-utils-4.6-14.el8.x86_64 DEBUG: openssl-libs-1.1.1k-4.el8.x86_64 DEBUG: rpm-libs-4.14.3-18.el8.x86_64 DEBUG: kmod-libs-25-18.el8.x86_64 DEBUG: trousers-lib-0.3.15-1.el8.x86_64 DEBUG: libutempter-1.1.6-14.el8.x86_64 DEBUG: libpwquality-1.4.4-3.el8.x86_64 DEBUG: util-linux-2.32.1-28.el8.x86_64 DEBUG: dracut-049-190.git20210811.el8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: glib2-2.56.4-156.el8.x86_64 DEBUG: gnutls-3.6.16-4.el8.x86_64 DEBUG: systemd-239-50.el8.x86_64 DEBUG: trousers-0.3.15-1.el8.x86_64 DEBUG: gdk-pixbuf2-2.36.12-5.el8.x86_64 DEBUG: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/proc', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/sys', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/', '-y', '--releasever', '8', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', 'update'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.l5gdyh2n:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '9259236a08dd4c448b0d72475cac9d7b', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.l5gdyh2n:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/installation-homedir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--setenv=LC_MESSAGES=C.UTF-8', '--resolv-conf=off', '/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/', '-y', '--releasever', '8', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', 'update', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk DEBUG: Invalid configuration value: failovermethod=priority in /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/dnf.conf; Configuration: OptionBinding with id "failovermethod" does not exist DEBUG: delorean-openstack-ironic-staging-drivers-c1727 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-cinderlib-aacb772f2ee0a8c4026eb 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-os-service-types-0b2f4733eb1bbb 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-aodh-e61fba4a0bce1305366071a 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-sahara-plugin-spark-53aee26e049 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-402fe188b4e7ff76109e8a5 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-ba9a2f14a081e13e43225 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-c419a7bad00c1f087cc09 23 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-neutron-vpnaas-8de26cbfcd956 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-5dd7ad9ad8998c5285fe 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-keystone-cf5f1e5651052be52f1 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-fb0293538020e2611048ff 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-vitrage-tests-tempest-a99b1497f 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-zaqar-82e67146274b525c6bb94e 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-vitrage-ui-c829088a91eaa6734 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tripleo-validations-0c6a43a1 25 kB/s | 3.0 kB 00:00 DEBUG: CentOS-Stream - Base 8.2 kB/s | 3.9 kB 00:00 DEBUG: CentOS-Stream - AppStream 6.9 kB/s | 4.4 kB 00:00 DEBUG: CentOS-Stream - Extras 7.4 kB/s | 3.0 kB 00:00 DEBUG: CentOS-Stream - PowerTools 16 kB/s | 4.4 kB 00:00 DEBUG: dlrn-xena-testing 27 kB/s | 3.0 kB 00:00 DEBUG: dlrn-xena-build-deps 23 kB/s | 3.0 kB 00:00 DEBUG: Advanced Virtualization mirror 35 kB/s | 3.0 kB 00:00 DEBUG: Messaging RabbitMQ 36 kB/s | 3.0 kB 00:00 DEBUG: opstools 34 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 35 kB/s | 3.0 kB 00:00 DEBUG: Dependencies resolved. DEBUG: Nothing to do. DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans DEBUG: removing 3 rpm db files DEBUG: nuke_rpm_db: removing /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/rpm/__db.003 DEBUG: nuke_rpm_db: removing /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/rpm/__db.002 DEBUG: nuke_rpm_db: removing /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/rpm/__db.001 DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '58cbdef08cc94ea8a21a2e99412d80d3', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: atk-2.28.1-1.el8.x86_64 DEBUG: libgcc-8.5.0-3.el8.x86_64 DEBUG: python3-idna-2.5-5.el8.noarch DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch DEBUG: annobin-9.65-1.el8.0.1.x86_64 DEBUG: python-rpm-macros-3-41.el8.noarch DEBUG: python3-pygments-2.2.0-22.module_el8.5.0+764+71fa3b33.noarch DEBUG: adobe-mappings-cmap-20171205-3.el8.noarch DEBUG: gtk-update-icon-cache-3.22.30-8.el8.x86_64 DEBUG: python3-setuptools-wheel-39.2.0-6.el8.noarch DEBUG: libXft-2.3.3-1.el8.x86_64 DEBUG: adobe-mappings-cmap-deprecated-20171205-3.el8.noarch DEBUG: urw-base35-c059-fonts-20170801-10.el8.noarch DEBUG: rust-srpm-macros-5-2.el8.noarch DEBUG: urw-base35-gothic-fonts-20170801-10.el8.noarch DEBUG: perl-srpm-macros-1-25.el8.noarch DEBUG: urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch DEBUG: ocaml-srpm-macros-5-4.el8.noarch DEBUG: urw-base35-p052-fonts-20170801-10.el8.noarch DEBUG: go-srpm-macros-2-17.el8.noarch DEBUG: urw-base35-z003-fonts-20170801-10.el8.noarch DEBUG: adobe-mappings-pdf-20180407-1.el8.noarch DEBUG: libbabeltrace-1.5.4-3.el8.x86_64 DEBUG: pkgconf-m4-1.4.2-1.el8.noarch DEBUG: pinentry-1.1.0-2.el8.x86_64 DEBUG: libssh-config-0.9.4-3.el8.noarch DEBUG: openssh-8.0p1-9.el8.x86_64 DEBUG: kbd-misc-2.0.4-10.el8.noarch DEBUG: git-core-2.27.0-1.el8.x86_64 DEBUG: emacs-filesystem-26.1-7.el8.noarch DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 DEBUG: centos-gpg-keys-8-2.el8.noarch DEBUG: gnupg2-smime-2.2.20-2.el8.x86_64 DEBUG: centos-stream-repos-8-2.el8.noarch DEBUG: rpm-build-libs-4.14.3-18.el8.x86_64 DEBUG: filesystem-3.8-6.el8.x86_64 DEBUG: gdb-headless-8.2-16.el8.x86_64 DEBUG: basesystem-11-5.el8.noarch DEBUG: avahi-libs-0.7-20.el8.x86_64 DEBUG: libselinux-2.9-5.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: glibc-all-langpacks-2.28-164.el8.x86_64 DEBUG: elfutils-0.185-1.el8.x86_64 DEBUG: glibc-2.28-164.el8.x86_64 DEBUG: python3-ply-3.9-9.el8.noarch DEBUG: libsepol-2.9-3.el8.x86_64 DEBUG: python3-cffi-1.13.2-1.el8.x86_64 DEBUG: info-6.5-6.el8.x86_64 DEBUG: python3-pysocks-1.6.8-3.el8.noarch DEBUG: bzip2-libs-1.0.6-26.el8.x86_64 DEBUG: python3-requests-2.25.1-1.el8.noarch DEBUG: libxcrypt-4.1.1-6.el8.x86_64 DEBUG: python3-markupsafe-0.23-19.el8.x86_64 DEBUG: gmp-6.1.2-10.el8.x86_64 DEBUG: python3-babel-2.5.1-7.el8.noarch DEBUG: freetype-2.9.1-4.el8_3.1.x86_64 DEBUG: python3-rpm-generators-5-7.el8.noarch DEBUG: libcom_err-1.45.6-2.el8.x86_64 DEBUG: python3-imagesize-1.0.0-2.el8.noarch DEBUG: libuuid-2.32.1-28.el8.x86_64 DEBUG: python3-packaging-20.4-1.el8.noarch DEBUG: readline-7.0-10.el8.x86_64 DEBUG: python3-sphinx-theme-alabaster-0.7.12-7.el8.noarch DEBUG: sqlite-libs-3.26.0-15.el8.x86_64 DEBUG: python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch DEBUG: popt-1.18-1.el8.x86_64 DEBUG: python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noarch DEBUG: libjpeg-turbo-1.5.3-12.el8.x86_64 DEBUG: python3-sphinxcontrib-serializinghtml-1.1.3-5.el8.noarch DEBUG: libgcrypt-1.8.5-6.el8.x86_64 DEBUG: libgs-9.27-1.el8.x86_64 DEBUG: libattr-2.4.48-3.el8.x86_64 DEBUG: cairo-1.15.12-3.el8.x86_64 DEBUG: sed-4.5-2.el8.x86_64 DEBUG: librsvg2-2.42.7-4.el8.x86_64 DEBUG: libICE-1.0.9-15.el8.x86_64 DEBUG: gtk2-2.24.32-5.el8.x86_64 DEBUG: libidn2-2.2.0-1.el8.x86_64 DEBUG: python3-sphinx-2.2.2-1.el8.noarch DEBUG: libgomp-8.5.0-3.el8.x86_64 DEBUG: python3-eventlet-0.31.1-1.el8.noarch DEBUG: libSM-1.2.3-1.el8.x86_64 DEBUG: python3-pbr-5.5.1-1.el8.noarch DEBUG: file-libs-5.33-20.el8.x86_64 DEBUG: python3-sqlalchemy-1.4.18-1.1.el8.x86_64 DEBUG: libcap-ng-0.7.11-1.el8.x86_64 DEBUG: openstack-macros-2021.1.0-0.20210906165528.ce6a105.el8.noarch DEBUG: libtool-ltdl-2.4.6-25.el8.x86_64 DEBUG: libmpc-1.1.0-9.1.el8.x86_64 DEBUG: libksba-1.3.5-7.el8.x86_64 DEBUG: unzip-6.0-45.el8.x86_64 DEBUG: glibc-headers-2.28-164.el8.x86_64 DEBUG: cpio-2.12-10.el8.x86_64 DEBUG: keyutils-libs-1.5.10-9.el8.x86_64 DEBUG: p11-kit-trust-0.23.22-1.el8.x86_64 DEBUG: grep-3.1-6.el8.x86_64 DEBUG: lcms2-2.9-2.el8.x86_64 DEBUG: zip-3.0-23.el8.x86_64 DEBUG: cpp-8.5.0-3.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: tar-1.30-5.el8.x86_64 DEBUG: nettle-3.4.1-7.el8.x86_64 DEBUG: dwz-0.12-10.el8.x86_64 DEBUG: zstd-1.4.5-6.el8.x86_64 DEBUG: coreutils-common-8.30-12.el8.x86_64 DEBUG: pigz-2.4-4.el8.x86_64 DEBUG: less-530-1.el8.x86_64 DEBUG: brotli-1.0.6-3.el8.x86_64 DEBUG: json-c-0.13.1-2.el8.x86_64 DEBUG: libnghttp2-1.33.0-3.el8_2.1.x86_64 DEBUG: pkgconf-1.4.2-1.el8.x86_64 DEBUG: xorg-x11-font-utils-7.5-41.el8.x86_64 DEBUG: libxcrypt-devel-4.1.1-6.el8.x86_64 DEBUG: libseccomp-2.5.1-1.el8.x86_64 DEBUG: gawk-4.2.1-2.el8.x86_64 DEBUG: libverto-0.3.0-5.el8.x86_64 DEBUG: ncurses-6.1-9.20180224.el8.x86_64 DEBUG: which-2.21-16.el8.x86_64 DEBUG: jbig2dec-libs-0.16-1.el8.x86_64 DEBUG: libtiff-4.0.9-20.el8.x86_64 DEBUG: libxcb-1.13.1-1.el8.x86_64 DEBUG: libXext-1.3.4-1.el8.x86_64 DEBUG: libXt-1.1.5-12.el8.x86_64 DEBUG: libXfixes-5.0.3-7.el8.x86_64 DEBUG: libXcursor-1.1.15-3.el8.x86_64 DEBUG: libXi-1.7.10-1.el8.x86_64 DEBUG: libXaw-1.0.13-10.el8.x86_64 DEBUG: libXxf86misc-1.0.4-1.el8.x86_64 DEBUG: libXcomposite-0.4.4-14.el8.x86_64 DEBUG: gc-7.6.4-3.el8.x86_64 DEBUG: libthai-0.1.27-2.el8.x86_64 DEBUG: libipt-1.6.1-8.el8.x86_64 DEBUG: mcpp-2.7.2-20.el8.x86_64 DEBUG: libwebp-1.0.0-5.el8.x86_64 DEBUG: libxkbcommon-0.9.1-1.el8.x86_64 DEBUG: platform-python-pip-9.0.3-20.el8.noarch DEBUG: python3-libs-3.6.8-40.el8.x86_64 DEBUG: libssh-0.9.4-3.el8.x86_64 DEBUG: platform-python-3.6.8-40.el8.x86_64 DEBUG: libkcapi-1.2.0-2.el8.x86_64 DEBUG: libarchive-3.3.3-1.el8.x86_64 DEBUG: curl-7.61.1-21.el8.x86_64 DEBUG: openssl-1.1.1k-4.el8.x86_64 DEBUG: crypto-policies-20210617-1.gitc776d3e.el8.noarch DEBUG: gzip-1.9-12.el8.x86_64 DEBUG: cracklib-dicts-2.9.6-15.el8.x86_64 DEBUG: krb5-libs-1.18.2-14.el8.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: device-mapper-1.02.177-6.el8.x86_64 DEBUG: elfutils-libs-0.185-1.el8.x86_64 DEBUG: rpm-4.14.3-18.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libmount-2.32.1-28.el8.x86_64 DEBUG: dbus-tools-1.12.8-14.el8.x86_64 DEBUG: systemd-libs-239-50.el8.x86_64 DEBUG: device-mapper-libs-1.02.177-6.el8.x86_64 DEBUG: ca-certificates-2021.2.50-82.el8.noarch DEBUG: libdb-5.3.28-40.el8.x86_64 DEBUG: kmod-25-18.el8.x86_64 DEBUG: cryptsetup-libs-2.3.3-4.el8.x86_64 DEBUG: dbus-daemon-1.12.8-14.el8.x86_64 DEBUG: kbd-2.0.4-10.el8.x86_64 DEBUG: pam-1.3.1-15.el8.x86_64 DEBUG: systemd-pam-239-50.el8.x86_64 DEBUG: os-prober-1.74-9.el8.x86_64 DEBUG: grub2-tools-2.02-99.el8.x86_64 DEBUG: shared-mime-info-1.9-3.el8.x86_64 DEBUG: dbus-1.12.8-14.el8.x86_64 DEBUG: systemd-udev-239-50.el8.x86_64 DEBUG: fontconfig-2.13.1-4.el8.x86_64 DEBUG: python3-pip-9.0.3-20.el8.noarch DEBUG: python3-six-1.15.0-2.el8.noarch DEBUG: gpg-pubkey-8483c65d-5ccc5b19 DEBUG: binutils-2.30-108.el8.x86_64 DEBUG: fontpackages-filesystem-1.44-22.el8.noarch DEBUG: gcc-8.5.0-3.el8.x86_64 DEBUG: python-srpm-macros-3-41.el8.noarch DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch DEBUG: python3-rpm-macros-3-41.el8.noarch DEBUG: gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 DEBUG: tzdata-2021a-1.el8.noarch DEBUG: gd-2.2.5-7.el8.x86_64 DEBUG: python3-pip-wheel-9.0.3-20.el8.noarch DEBUG: urw-base35-bookman-fonts-20170801-10.el8.noarch DEBUG: xkeyboard-config-2.28-1.el8.noarch DEBUG: urw-base35-d050000l-fonts-20170801-10.el8.noarch DEBUG: qt5-srpm-macros-5.15.2-1.el8.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch DEBUG: openblas-srpm-macros-2-2.el8.noarch DEBUG: urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch DEBUG: libX11-common-1.6.8-5.el8.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch DEBUG: ghc-srpm-macros-1.4.2-7.el8.noarch DEBUG: urw-base35-fonts-20170801-10.el8.noarch DEBUG: publicsuffix-list-dafsa-20180723-1.el8.noarch DEBUG: libsecret-0.18.6-1.el8.x86_64 DEBUG: ncurses-base-6.1-9.20180224.el8.noarch DEBUG: harfbuzz-1.7.5-3.el8.x86_64 DEBUG: kernel-headers-4.18.0-338.el8.x86_64 DEBUG: openssh-clients-8.0p1-9.el8.x86_64 DEBUG: kbd-legacy-2.0.4-10.el8.noarch DEBUG: tpm2-tss-2.3.2-4.el8.x86_64 DEBUG: dbus-common-1.12.8-14.el8.noarch DEBUG: libusbx-1.0.23-4.el8.x86_64 DEBUG: centos-stream-release-8.5-3.el8.noarch DEBUG: gnupg2-2.2.20-2.el8.x86_64 DEBUG: setup-2.12.2-6.el8.noarch DEBUG: guile-2.0.14-7.el8.x86_64 DEBUG: urw-base35-fonts-common-20170801-10.el8.noarch DEBUG: hicolor-icon-theme-0.17-2.el8.noarch DEBUG: pcre2-10.32-2.el8.x86_64 DEBUG: cups-libs-2.2.6-40.el8.x86_64 DEBUG: ncurses-libs-6.1-9.20180224.el8.x86_64 DEBUG: redhat-rpm-config-125-1.el8.noarch DEBUG: glibc-common-2.28-164.el8.x86_64 DEBUG: python3-chardet-3.0.4-7.el8.noarch DEBUG: bash-4.4.20-2.el8.x86_64 DEBUG: python3-pycparser-2.14-14.el8.noarch DEBUG: zlib-1.2.11-17.el8.x86_64 DEBUG: python3-cryptography-3.2.1-5.el8.x86_64 DEBUG: xz-libs-5.2.4-3.el8.x86_64 DEBUG: python3-urllib3-1.25.10-4.el8.noarch DEBUG: libstdc++-8.5.0-3.el8.x86_64 DEBUG: python3-greenlet-0.4.13-4.el8.x86_64 DEBUG: elfutils-libelf-0.185-1.el8.x86_64 DEBUG: python3-pytz-2017.2-9.el8.noarch DEBUG: libpng-1.6.34-5.el8.x86_64 DEBUG: python3-jinja2-2.10.1-3.el8.noarch DEBUG: libcap-2.26-5.el8.x86_64 DEBUG: platform-python-devel-3.6.8-40.el8.x86_64 DEBUG: libgpg-error-1.31-1.el8.x86_64 DEBUG: python3-pyparsing-2.4.6-1.el8.noarch DEBUG: libxml2-2.9.7-11.el8.x86_64 DEBUG: python3-snowballstemmer-1.9.0-4.el8.noarch DEBUG: libunistring-0.9.9-3.el8.x86_64 DEBUG: python3-sphinxcontrib-applehelp-1.0.1-5.el8.noarch DEBUG: expat-2.2.5-4.el8.x86_64 DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarch DEBUG: chkconfig-1.19.1-1.el8.x86_64 DEBUG: python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noarch DEBUG: libzstd-1.4.5-6.el8.x86_64 DEBUG: openjpeg2-2.4.0-4.el8.x86_64 DEBUG: mpfr-3.1.6-1.el8.x86_64 DEBUG: pixman-0.38.4-1.el8.x86_64 DEBUG: libacl-2.2.53-1.el8.x86_64 DEBUG: pango-1.42.4-8.el8.x86_64 DEBUG: libffi-3.1-22.el8.x86_64 DEBUG: ImageMagick-6.7.8.9-18.el8.x86_64 DEBUG: p11-kit-0.23.22-1.el8.x86_64 DEBUG: graphviz-2.40.1-43.el8.x86_64 DEBUG: findutils-4.6.0-20.el8.x86_64 DEBUG: python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 DEBUG: lua-libs-5.3.4-12.el8.x86_64 DEBUG: rpm-build-4.14.3-18.el8.x86_64 DEBUG: libassuan-2.5.1-3.el8.x86_64 DEBUG: python3-setuptools_scm-1.15.7-4.el8.noarch DEBUG: file-5.33-20.el8.x86_64 DEBUG: make-4.2.1-10.el8.x86_64 DEBUG: audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 DEBUG: lz4-libs-1.8.3-3.el8_4.x86_64 DEBUG: jasper-libs-2.0.14-5.el8.x86_64 DEBUG: ilmbase-2.2.0-13.el8.x86_64 DEBUG: diffutils-3.6-6.el8.x86_64 DEBUG: grub2-common-2.02-99.el8.noarch DEBUG: gdbm-libs-1.18-1.el8.x86_64 DEBUG: libtasn1-4.13-3.el8.x86_64 DEBUG: pcre-8.42-6.el8.x86_64 DEBUG: xz-5.2.4-3.el8.x86_64 DEBUG: gdbm-1.18-1.el8.x86_64 DEBUG: OpenEXR-libs-2.2.0-12.el8.x86_64 DEBUG: libsemanage-2.9-6.el8.x86_64 DEBUG: acl-2.2.53-1.el8.x86_64 DEBUG: patch-2.7.6-11.el8.x86_64 DEBUG: isl-0.16.1-6.el8.x86_64 DEBUG: graphite2-1.3.10-10.el8.x86_64 DEBUG: bzip2-1.0.6-26.el8.x86_64 DEBUG: libidn-1.34-5.el8.x86_64 DEBUG: libfontenc-1.1.3-8.el8.x86_64 DEBUG: libpaper-1.1.24-22.el8.x86_64 DEBUG: hardlink-1.3-6.el8.x86_64 DEBUG: libedit-3.1-23.20170329cvs.el8.x86_64 DEBUG: libpkgconf-1.4.2-1.el8.x86_64 DEBUG: pkgconf-pkg-config-1.4.2-1.el8.x86_64 DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarch DEBUG: glibc-devel-2.28-164.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-28.el8.x86_64 DEBUG: memstrack-0.1.11-1.el8.x86_64 DEBUG: npth-1.5-4.el8.x86_64 DEBUG: fribidi-1.0.4-8.el8.x86_64 DEBUG: jbigkit-libs-2.1-14.el8.x86_64 DEBUG: libXau-1.0.9-3.el8.x86_64 DEBUG: libX11-1.6.8-5.el8.x86_64 DEBUG: libXrender-0.9.10-7.el8.x86_64 DEBUG: libXmu-1.1.3-1.el8.x86_64 DEBUG: libXpm-3.5.12-8.el8.x86_64 DEBUG: libXrandr-1.5.2-1.el8.x86_64 DEBUG: libXinerama-1.1.4-1.el8.x86_64 DEBUG: libXdamage-1.1.4-14.el8.x86_64 DEBUG: libXxf86vm-1.1.4-9.el8.x86_64 DEBUG: libatomic_ops-7.6.2-3.el8.x86_64 DEBUG: libdatrie-0.2.9-7.el8.x86_64 DEBUG: libijs-0.35-5.el8.x86_64 DEBUG: libmcpp-2.7.2-20.el8.x86_64 DEBUG: xorg-x11-server-utils-7.7-27.el8.x86_64 DEBUG: libwmf-lite-0.2.9-8.el8_0.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-5.el8.x86_64 DEBUG: python3-setuptools-50.3.2-1.el8.noarch DEBUG: grub2-tools-minimal-2.02-99.el8.x86_64 DEBUG: openldap-2.4.46-18.el8.x86_64 DEBUG: grubby-8.40-42.el8.x86_64 DEBUG: libkcapi-hmaccalc-1.2.0-2.el8.x86_64 DEBUG: libdb-utils-5.3.28-40.el8.x86_64 DEBUG: libcurl-7.61.1-21.el8.x86_64 DEBUG: crypto-policies-scripts-20210617-1.gitc776d3e.el8.noarch DEBUG: elfutils-default-yama-scope-0.185-1.el8.noarch DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: procps-ng-3.3.15-6.el8.x86_64 DEBUG: libtirpc-1.1.4-5.el8.x86_64 DEBUG: kpartx-0.8.4-17.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.185-1.el8.x86_64 DEBUG: openssl-pkcs11-0.4.10-2.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: libfdisk-2.32.1-28.el8.x86_64 DEBUG: dbus-libs-1.12.8-14.el8.x86_64 DEBUG: coreutils-8.30-12.el8.x86_64 DEBUG: libblkid-2.32.1-28.el8.x86_64 DEBUG: shadow-utils-4.6-14.el8.x86_64 DEBUG: openssl-libs-1.1.1k-4.el8.x86_64 DEBUG: rpm-libs-4.14.3-18.el8.x86_64 DEBUG: kmod-libs-25-18.el8.x86_64 DEBUG: trousers-lib-0.3.15-1.el8.x86_64 DEBUG: libutempter-1.1.6-14.el8.x86_64 DEBUG: libpwquality-1.4.4-3.el8.x86_64 DEBUG: util-linux-2.32.1-28.el8.x86_64 DEBUG: dracut-049-190.git20210811.el8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: glib2-2.56.4-156.el8.x86_64 DEBUG: gnutls-3.6.16-4.el8.x86_64 DEBUG: systemd-239-50.el8.x86_64 DEBUG: trousers-0.3.15-1.el8.x86_64 DEBUG: gdk-pixbuf2-2.36.12-5.el8.x86_64 DEBUG: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 DEBUG: Child return code was: 0 Finish: dnf update DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/.initialized Finish: chroot init Start: build phase for openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.src.rpm Start: build setup for openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.src.rpm DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.cmele6l8:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'e7d8d689f6b248e799c942ceb189794c', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.cmele6l8:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/bin/rpm', '-Uvh', '--nodeps', '/builddir/build/originals/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.src.rpm'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: Updating / installing... DEBUG: openstack-tempest-1:28.1.0-0.202109071######################################## DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.cmele6l8:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'a232709209aa42d1a7228662b4e5a2f9', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.cmele6l8:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/bin/rpm', '-qpl', '/builddir/build/originals/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.src.rpm'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: openstack-tempest.spec DEBUG: tempest-28.1.0-0.20210907163724.ad2c300.tar.gz DEBUG: Child return code was: 0 INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-tempest.spec'], chrootPath='/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1024gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.cmele6l8:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11']unshare_net=TrueprintOutput=False) DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.cmele6l8:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '0370e020b1dd40bfa7739e21b2b5406e', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.cmele6l8:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-tempest.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Wrote: /builddir/build/SRPMS/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.src.rpm DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/proc', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/sys', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/', '--releasever', '8', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=local', '--disableplugin=spacewalk', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root//builddir/build/SRPMS/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.src.rpm'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.l5gdyh2n:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'f0df94dfdfc54ab098df2a4064b3eb2f', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.l5gdyh2n:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/installation-homedir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--setenv=LC_MESSAGES=C.UTF-8', '--resolv-conf=off', '/usr/bin/dnf', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/', '--releasever', '8', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=local', '--disableplugin=spacewalk', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root//builddir/build/SRPMS/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.src.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk DEBUG: Invalid configuration value: failovermethod=priority in /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/dnf.conf; Configuration: OptionBinding with id "failovermethod" does not exist DEBUG: Last metadata expiration check: 0:00:03 ago on Tue Sep 7 16:38:59 2021. DEBUG: Package git-core-2.27.0-1.el8.x86_64 is already installed. DEBUG: Package openstack-macros-2021.1.0-0.20210906165528.ce6a105.el8.noarch is already installed. DEBUG: Package python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 is already installed. DEBUG: Package python3-pbr-5.5.1-1.el8.noarch is already installed. DEBUG: Package python3-setuptools-50.3.2-1.el8.noarch is already installed. DEBUG: Package python3-sphinx-1:2.2.2-1.el8.noarch is already installed. DEBUG: Package python3-urllib3-1.25.10-4.el8.noarch is already installed. DEBUG: Dependencies resolved. DEBUG: =============================================================================================================================== DEBUG: Package Arch Version Repository Size DEBUG: =============================================================================================================================== DEBUG: Installing: DEBUG: python3-cliff noarch 3.9.0-0.20210906184402.734bc0c.el8 delorean-component-common 95 k DEBUG: python3-jsonschema noarch 3.2.0-5.el8 delorean-xena-testing 112 k DEBUG: python3-mock noarch 3.0.5-7.el8 delorean-xena-testing 55 k DEBUG: python3-openstackdocstheme noarch 2.2.6-1.el8 delorean-xena-build-deps 956 k DEBUG: python3-os-testr noarch 2.0.0-0.20210906204943.248dc81.el8 delorean-component-common 71 k DEBUG: python3-oslo-concurrency noarch 4.4.0-0.20210906191147.7dcf9e9.el8 delorean-component-common 40 k DEBUG: python3-oslo-config noarch 2:8.7.1-0.20210907075421.1a7bd66.el8 delorean-component-common 227 k DEBUG: python3-oslo-log noarch 4.6.0-0.20210906185501.41c8807.el8 delorean-component-common 62 k DEBUG: python3-oslotest noarch 4.4.1-0.20210907083654.aaf3a72.el8 delorean-component-clients 47 k DEBUG: python3-paramiko noarch 2.7.2-1.el8 delorean-xena-testing 314 k DEBUG: python3-pycodestyle noarch 2.5.0-6.el8 delorean-xena-testing 94 k DEBUG: python3-pyyaml x86_64 5.4.1-2.el8 delorean-xena-testing 208 k DEBUG: python3-sphinxcontrib-rsvgconverter noarch 1.0.1-1.el8 delorean-xena-build-deps 10 k DEBUG: python3-stestr noarch 2.6.0-4.el8 delorean-xena-testing 166 k DEBUG: python3-subunit noarch 1.4.0-1.el8 delorean-xena-testing 97 k DEBUG: Installing dependencies: DEBUG: adwaita-cursor-theme noarch 3.28.0-2.el8 Stream-AppStream 647 k DEBUG: adwaita-icon-theme noarch 3.28.0-2.el8 Stream-AppStream 11 M DEBUG: at-spi2-atk x86_64 2.26.2-1.el8 Stream-AppStream 89 k DEBUG: at-spi2-core x86_64 2.28.0-1.el8 Stream-AppStream 169 k DEBUG: cairo-gobject x86_64 1.15.12-3.el8 Stream-AppStream 33 k DEBUG: colord-libs x86_64 1.4.2-1.el8 Stream-AppStream 236 k DEBUG: dejavu-fonts-common noarch 2.35-7.el8 Stream-BaseOS 74 k DEBUG: glib-networking x86_64 2.56.1-1.1.el8 Stream-BaseOS 155 k DEBUG: gsettings-desktop-schemas x86_64 3.32.0-6.el8 Stream-BaseOS 633 k DEBUG: gtk3 x86_64 3.22.30-8.el8 Stream-AppStream 4.5 M DEBUG: json-glib x86_64 1.4.4-1.el8 Stream-BaseOS 144 k DEBUG: libXtst x86_64 1.2.3-7.el8 Stream-AppStream 22 k DEBUG: libepoxy x86_64 1.5.8-1.el8 Stream-AppStream 225 k DEBUG: libgusb x86_64 0.3.0-1.el8 Stream-BaseOS 49 k DEBUG: libmodman x86_64 2.0.1-17.el8 Stream-BaseOS 36 k DEBUG: libproxy x86_64 0.4.15-5.2.el8 Stream-BaseOS 75 k DEBUG: librsvg2-tools x86_64 2.42.7-4.el8 Stream-AppStream 42 k DEBUG: libsodium x86_64 1.0.18-2.el8 delorean-xena-testing 163 k DEBUG: libsoup x86_64 2.62.3-2.el8 Stream-BaseOS 424 k DEBUG: libwayland-client x86_64 1.19.0-1.el8 Stream-AppStream 39 k DEBUG: libwayland-cursor x86_64 1.19.0-1.el8 Stream-AppStream 26 k DEBUG: libwayland-egl x86_64 1.19.0-1.el8 Stream-AppStream 19 k DEBUG: libyaml x86_64 0.1.7-5.el8 Stream-BaseOS 61 k DEBUG: python-oslo-concurrency-lang noarch 4.4.0-0.20210906191147.7dcf9e9.el8 delorean-component-common 13 k DEBUG: python-oslo-i18n-lang noarch 5.0.1-0.20210906170458.73187bd.el8 delorean-component-common 13 k DEBUG: python-oslo-log-lang noarch 4.6.0-0.20210906185501.41c8807.el8 delorean-component-common 12 k DEBUG: python-oslo-utils-lang noarch 4.10.0-0.20210906171309.2c74bb9.el8 delorean-component-common 12 k DEBUG: python3-attrs noarch 17.4.0-6.el8 Stream-AppStream 53 k DEBUG: python3-autopage noarch 0.4.0-1.el8 delorean-xena-testing 38 k DEBUG: python3-bcrypt x86_64 3.1.7-3.el8 delorean-xena-testing 44 k DEBUG: python3-certifi noarch 2018.10.15-8.el8 delorean-xena-testing 16 k DEBUG: python3-cmd2 noarch 1.4.0-1.1.el8 delorean-xena-testing 307 k DEBUG: python3-colorama noarch 0.4.3-3.el8 delorean-xena-testing 36 k DEBUG: python3-dateutil noarch 1:2.6.1-6.el8 Stream-BaseOS 251 k DEBUG: python3-debtcollector noarch 2.2.0-0.20210906171012.649189d.el8 delorean-component-common 31 k DEBUG: python3-dulwich x86_64 0.20.11-1.el8 delorean-xena-testing 412 k DEBUG: python3-extras noarch 1.0.0-10.el8 delorean-xena-testing 21 k DEBUG: python3-fasteners noarch 0.14.1-20.el8 delorean-xena-testing 44 k DEBUG: python3-fixtures noarch 3.0.0-16.el8 delorean-xena-testing 96 k DEBUG: python3-fluidity-sm noarch 0.2.0-16.el8 delorean-xena-testing 20 k DEBUG: python3-future noarch 0.18.2-3.el8 delorean-xena-testing 789 k DEBUG: python3-importlib-metadata noarch 1.7.0-1.el8 delorean-xena-testing 46 k DEBUG: python3-inotify noarch 0.9.6-13.el8 Stream-BaseOS 57 k DEBUG: python3-iso8601 noarch 0.1.12-3.el8 delorean-xena-testing 25 k DEBUG: python3-lexicon noarch 1.0.0-9.el8 delorean-xena-testing 19 k DEBUG: python3-linecache2 noarch 1.0.0-25.el8 delorean-xena-testing 18 k DEBUG: python3-mimeparse noarch 1.6.0-11.el8 delorean-xena-testing 17 k DEBUG: python3-msgpack x86_64 1.0.2-1.el8 delorean-xena-testing 93 k DEBUG: python3-netaddr noarch 0.7.19-8.el8 Stream-AppStream 1.5 M DEBUG: python3-netifaces x86_64 0.10.6-4.el8 Stream-AppStream 25 k DEBUG: python3-oslo-context noarch 3.3.1-0.20210906185249.641a1e0.el8 delorean-component-common 25 k DEBUG: python3-oslo-i18n noarch 5.0.1-0.20210906170458.73187bd.el8 delorean-component-common 57 k DEBUG: python3-oslo-serialization noarch 4.2.0-0.20210906182904.2b94a4f.el8 delorean-component-common 32 k DEBUG: python3-oslo-utils noarch 4.10.0-0.20210906171309.2c74bb9.el8 delorean-component-common 79 k DEBUG: python3-prettytable noarch 0.7.2-14.el8 Stream-AppStream 44 k DEBUG: python3-pynacl x86_64 1.4.0-1.el8 delorean-xena-testing 109 k DEBUG: python3-pyperclip noarch 1.8.0-2.el8 delorean-xena-testing 24 k DEBUG: python3-pyrsistent x86_64 0.17.3-1.el8 delorean-xena-testing 107 k DEBUG: python3-rfc3986 noarch 1.4.0-3.el8 delorean-xena-testing 52 k DEBUG: python3-sphinxcontrib-svg2pdfconverter-common noarch 1.0.1-1.el8 delorean-xena-build-deps 12 k DEBUG: python3-stevedore noarch 3.4.0-0.20210906165939.8846a3f.el8 delorean-component-clients 68 k DEBUG: python3-testtools noarch 2.3.0-15.el8 delorean-xena-testing 356 k DEBUG: python3-traceback2 noarch 1.4.0-25.el8 delorean-xena-testing 24 k DEBUG: python3-unittest2 noarch 1.1.0-16.el8 Stream-PowerTools 186 k DEBUG: python3-voluptuous noarch 0.12.1-1.el8 delorean-xena-testing 62 k DEBUG: python3-wcwidth noarch 0.2.5-2.el8 delorean-xena-testing 47 k DEBUG: python3-wrapt x86_64 1.12.1-3.el8 delorean-xena-testing 55 k DEBUG: python3-zipp noarch 3.4.0-1.el8 delorean-xena-testing 16 k DEBUG: rest x86_64 0.8.1-2.el8 Stream-AppStream 70 k DEBUG: Installing weak dependencies: DEBUG: abattis-cantarell-fonts noarch 0.0.25-6.el8 Stream-AppStream 156 k DEBUG: dconf x86_64 0.28.0-4.el8 Stream-AppStream 108 k DEBUG: dejavu-sans-mono-fonts noarch 2.35-7.el8 Stream-BaseOS 447 k DEBUG: python3-invoke noarch 1.4.0-1.el8 delorean-xena-testing 157 k DEBUG: python3-pyasn1 noarch 0.4.6-3.el8 delorean-xena-testing 140 k DEBUG: Transaction Summary DEBUG: =============================================================================================================================== DEBUG: Install 89 Packages DEBUG: Total size: 28 M DEBUG: Installed size: 86 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] python3-oslotest-4.4.1-0.20210907083654.aaf3a72.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-stevedore-3.4.0-0.20210906165939.8846a3f.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-concurrency-lang-4.4.0-0.20210906191147.7dcf9e9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-i18n-lang-5.0.1-0.20210906170458.73187bd.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-log-lang-4.6.0-0.20210906185501.41c8807.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-utils-lang-4.10.0-0.20210906171309.2c74bb9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cliff-3.9.0-0.20210906184402.734bc0c.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-debtcollector-2.2.0-0.20210906171012.649189d.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-testr-2.0.0-0.20210906204943.248dc81.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-concurrency-4.4.0-0.20210906191147.7dcf9e9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-config-8.7.1-0.20210907075421.1a7bd66.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-context-3.3.1-0.20210906185249.641a1e0.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-i18n-5.0.1-0.20210906170458.73187bd.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-log-4.6.0-0.20210906185501.41c8807.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-serialization-4.2.0-0.20210906182904.2b94a4f.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-utils-4.10.0-0.20210906171309.2c74bb9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] dejavu-fonts-common-2.35-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] dejavu-sans-mono-fonts-2.35-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] glib-networking-2.56.1-1.1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gsettings-desktop-schemas-3.32.0-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] json-glib-1.4.4-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgusb-0.3.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libmodman-2.0.1-17.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libproxy-0.4.15-5.2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsoup-2.62.3-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libyaml-0.1.7-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-dateutil-2.6.1-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-inotify-0.9.6-13.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] abattis-cantarell-fonts-0.0.25-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] adwaita-cursor-theme-3.28.0-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] adwaita-icon-theme-3.28.0-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] at-spi2-atk-2.26.2-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] at-spi2-core-2.28.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cairo-gobject-1.15.12-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] colord-libs-1.4.2-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dconf-0.28.0-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gtk3-3.22.30-8.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXtst-1.2.3-7.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libepoxy-1.5.8-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] librsvg2-tools-2.42.7-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libwayland-client-1.19.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libwayland-cursor-1.19.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libwayland-egl-1.19.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-attrs-17.4.0-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-netaddr-0.7.19-8.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-netifaces-0.10.6-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-prettytable-0.7.2-14.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] rest-0.8.1-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-unittest2-1.1.0-16.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libsodium-1.0.18-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-autopage-0.4.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-bcrypt-3.1.7-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-certifi-2018.10.15-8.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cmd2-1.4.0-1.1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-colorama-0.4.3-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dulwich-0.20.11-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-extras-1.0.0-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-fasteners-0.14.1-20.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-fixtures-3.0.0-16.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-fluidity-sm-0.2.0-16.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-future-0.18.2-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-importlib-metadata-1.7.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-invoke-1.4.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-iso8601-0.1.12-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonschema-3.2.0-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-lexicon-1.0.0-9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-linecache2-1.0.0-25.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-mimeparse-1.6.0-11.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-mock-3.0.5-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-msgpack-1.0.2-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-paramiko-2.7.2-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyasn1-0.4.6-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pycodestyle-2.5.0-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pynacl-1.4.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyperclip-1.8.0-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyrsistent-0.17.3-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyyaml-5.4.1-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-rfc3986-1.4.0-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-stestr-2.6.0-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-subunit-1.4.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testtools-2.3.0-15.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-traceback2-1.4.0-25.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-voluptuous-0.12.1-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wcwidth-0.2.5-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wrapt-1.12.1-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-zipp-3.4.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-openstackdocstheme-2.2.6-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinxcontrib-rsvgconverter-1.0.1-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinxcontrib-svg2pdfconverter-common-1.0.1-1.el8.noarch.rpm: Already downloaded DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : python3-extras-1.0.0-10.el8.noarch 1/89 DEBUG: Installing : python3-netaddr-0.7.19-8.el8.noarch 2/89 DEBUG: Installing : python3-attrs-17.4.0-6.el8.noarch 3/89 DEBUG: Installing : libwayland-client-1.19.0-1.el8.x86_64 4/89 DEBUG: Installing : cairo-gobject-1.15.12-3.el8.x86_64 5/89 DEBUG: Installing : libwayland-cursor-1.19.0-1.el8.x86_64 6/89 DEBUG: Installing : python3-sphinxcontrib-svg2pdfconverter-common-1.0. 7/89 DEBUG: Installing : python3-zipp-3.4.0-1.el8.noarch 8/89 DEBUG: Installing : python3-importlib-metadata-1.7.0-1.el8.noarch 9/89 DEBUG: Installing : python3-stevedore-3.4.0-0.20210906165939.8846a3f.e 10/89 DEBUG: Installing : python3-wrapt-1.12.1-3.el8.x86_64 11/89 DEBUG: Installing : python3-debtcollector-2.2.0-0.20210906171012.64918 12/89 DEBUG: Installing : python3-oslo-context-3.3.1-0.20210906185249.641a1e 13/89 DEBUG: Installing : python3-wcwidth-0.2.5-2.el8.noarch 14/89 DEBUG: Installing : python3-voluptuous-0.12.1-1.el8.noarch 15/89 DEBUG: Installing : python3-rfc3986-1.4.0-3.el8.noarch 16/89 DEBUG: Installing : python3-pyrsistent-0.17.3-1.el8.x86_64 17/89 DEBUG: Installing : python3-pyperclip-1.8.0-2.el8.noarch 18/89 DEBUG: Installing : python3-pyasn1-0.4.6-3.el8.noarch 19/89 DEBUG: Installing : python3-msgpack-1.0.2-1.el8.x86_64 20/89 DEBUG: Installing : python3-mimeparse-1.6.0-11.el8.noarch 21/89 DEBUG: Installing : python3-linecache2-1.0.0-25.el8.noarch 22/89 DEBUG: Installing : python3-traceback2-1.4.0-25.el8.noarch 23/89 DEBUG: Installing : python3-lexicon-1.0.0-9.el8.noarch 24/89 DEBUG: Installing : python3-iso8601-0.1.12-3.el8.noarch 25/89 DEBUG: Installing : python3-future-0.18.2-3.el8.noarch 26/89 DEBUG: Installing : python3-fluidity-sm-0.2.0-16.el8.noarch 27/89 DEBUG: Installing : python3-fasteners-0.14.1-20.el8.noarch 28/89 DEBUG: Installing : python3-colorama-0.4.3-3.el8.noarch 29/89 DEBUG: Installing : python3-cmd2-1.4.0-1.1.el8.noarch 30/89 DEBUG: Installing : python3-certifi-2018.10.15-8.el8.noarch 31/89 DEBUG: Installing : python3-dulwich-0.20.11-1.el8.x86_64 32/89 DEBUG: Installing : python3-bcrypt-3.1.7-3.el8.x86_64 33/89 DEBUG: Installing : python3-autopage-0.4.0-1.el8.noarch 34/89 DEBUG: Installing : libsodium-1.0.18-2.el8.x86_64 35/89 DEBUG: Installing : python3-pynacl-1.4.0-1.el8.x86_64 36/89 DEBUG: Installing : python3-unittest2-1.1.0-16.el8.noarch 37/89 DEBUG: Installing : python3-fixtures-3.0.0-16.el8.noarch 38/89 DEBUG: Installing : python3-testtools-2.3.0-15.el8.noarch 39/89 DEBUG: Installing : python3-subunit-1.4.0-1.el8.noarch 40/89 DEBUG: Installing : python3-prettytable-0.7.2-14.el8.noarch 41/89 DEBUG: Installing : python3-netifaces-0.10.6-4.el8.x86_64 42/89 DEBUG: Installing : libwayland-egl-1.19.0-1.el8.x86_64 43/89 DEBUG: Installing : libepoxy-1.5.8-1.el8.x86_64 44/89 DEBUG: Installing : libXtst-1.2.3-7.el8.x86_64 45/89 DEBUG: Installing : at-spi2-core-2.28.0-1.el8.x86_64 46/89 DEBUG: Running scriptlet: at-spi2-core-2.28.0-1.el8.x86_64 46/89 DEBUG: Installing : at-spi2-atk-2.26.2-1.el8.x86_64 47/89 DEBUG: Running scriptlet: at-spi2-atk-2.26.2-1.el8.x86_64 47/89 DEBUG: Installing : dconf-0.28.0-4.el8.x86_64 48/89 DEBUG: Installing : adwaita-cursor-theme-3.28.0-2.el8.noarch 49/89 DEBUG: Installing : adwaita-icon-theme-3.28.0-2.el8.noarch 50/89 DEBUG: Installing : abattis-cantarell-fonts-0.0.25-6.el8.noarch 51/89 DEBUG: Installing : python3-inotify-0.9.6-13.el8.noarch 52/89 DEBUG: Installing : python3-dateutil-1:2.6.1-6.el8.noarch 53/89 DEBUG: Installing : libyaml-0.1.7-5.el8.x86_64 54/89 DEBUG: Installing : python3-pyyaml-5.4.1-2.el8.x86_64 55/89 DEBUG: Installing : python3-cliff-3.9.0-0.20210906184402.734bc0c.el8.n 56/89 DEBUG: Installing : python3-stestr-2.6.0-4.el8.noarch 57/89 DEBUG: Installing : python3-invoke-1.4.0-1.el8.noarch 58/89 DEBUG: Installing : libmodman-2.0.1-17.el8.x86_64 59/89 DEBUG: Running scriptlet: libmodman-2.0.1-17.el8.x86_64 59/89 DEBUG: Installing : libproxy-0.4.15-5.2.el8.x86_64 60/89 DEBUG: Running scriptlet: libproxy-0.4.15-5.2.el8.x86_64 60/89 DEBUG: Installing : libgusb-0.3.0-1.el8.x86_64 61/89 DEBUG: Installing : colord-libs-1.4.2-1.el8.x86_64 62/89 DEBUG: Installing : json-glib-1.4.4-1.el8.x86_64 63/89 DEBUG: Installing : dejavu-fonts-common-2.35-7.el8.noarch 64/89 DEBUG: Installing : dejavu-sans-mono-fonts-2.35-7.el8.noarch 65/89 DEBUG: Installing : gsettings-desktop-schemas-3.32.0-6.el8.x86_64 66/89 DEBUG: Installing : glib-networking-2.56.1-1.1.el8.x86_64 67/89 DEBUG: Installing : libsoup-2.62.3-2.el8.x86_64 68/89 DEBUG: Installing : rest-0.8.1-2.el8.x86_64 69/89 DEBUG: Running scriptlet: rest-0.8.1-2.el8.x86_64 69/89 DEBUG: Installing : gtk3-3.22.30-8.el8.x86_64 70/89 DEBUG: Installing : librsvg2-tools-2.42.7-4.el8.x86_64 71/89 DEBUG: Installing : python-oslo-utils-lang-4.10.0-0.20210906171309.2c7 72/89 DEBUG: Installing : python-oslo-log-lang-4.6.0-0.20210906185501.41c880 73/89 DEBUG: Installing : python-oslo-i18n-lang-5.0.1-0.20210906170458.73187 74/89 DEBUG: Installing : python3-oslo-i18n-5.0.1-0.20210906170458.73187bd.e 75/89 DEBUG: Installing : python3-oslo-utils-4.10.0-0.20210906171309.2c74bb9 76/89 DEBUG: Installing : python3-oslo-config-2:8.7.1-0.20210907075421.1a7bd 77/89 DEBUG: Installing : python3-oslo-serialization-4.2.0-0.20210906182904. 78/89 DEBUG: Installing : python-oslo-concurrency-lang-4.4.0-0.2021090619114 79/89 DEBUG: Installing : python3-oslo-concurrency-4.4.0-0.20210906191147.7d 80/89 DEBUG: Installing : python3-oslo-log-4.6.0-0.20210906185501.41c8807.el 81/89 DEBUG: Installing : python3-sphinxcontrib-rsvgconverter-1.0.1-1.el8.no 82/89 DEBUG: Installing : python3-paramiko-2.7.2-1.el8.noarch 83/89 DEBUG: Installing : python3-os-testr-2.0.0-0.20210906204943.248dc81.el 84/89 DEBUG: Installing : python3-oslotest-4.4.1-0.20210907083654.aaf3a72.el 85/89 DEBUG: Installing : python3-openstackdocstheme-2.2.6-1.el8.noarch 86/89 DEBUG: Installing : python3-jsonschema-3.2.0-5.el8.noarch 87/89 DEBUG: Installing : python3-pycodestyle-2.5.0-6.el8.noarch 88/89 DEBUG: Installing : python3-mock-3.0.5-7.el8.noarch 89/89 DEBUG: Running scriptlet: dconf-0.28.0-4.el8.x86_64 89/89 DEBUG: Running scriptlet: python3-mock-3.0.5-7.el8.noarch 89/89 DEBUG: Running scriptlet: adwaita-icon-theme-3.28.0-2.el8.noarch 89/89 DEBUG: Verifying : python3-oslotest-4.4.1-0.20210907083654.aaf3a72.el 1/89 DEBUG: Verifying : python3-stevedore-3.4.0-0.20210906165939.8846a3f.e 2/89 DEBUG: Verifying : python-oslo-concurrency-lang-4.4.0-0.2021090619114 3/89 DEBUG: Verifying : python-oslo-i18n-lang-5.0.1-0.20210906170458.73187 4/89 DEBUG: Verifying : python-oslo-log-lang-4.6.0-0.20210906185501.41c880 5/89 DEBUG: Verifying : python-oslo-utils-lang-4.10.0-0.20210906171309.2c7 6/89 DEBUG: Verifying : python3-cliff-3.9.0-0.20210906184402.734bc0c.el8.n 7/89 DEBUG: Verifying : python3-debtcollector-2.2.0-0.20210906171012.64918 8/89 DEBUG: Verifying : python3-os-testr-2.0.0-0.20210906204943.248dc81.el 9/89 DEBUG: Verifying : python3-oslo-concurrency-4.4.0-0.20210906191147.7d 10/89 DEBUG: Verifying : python3-oslo-config-2:8.7.1-0.20210907075421.1a7bd 11/89 DEBUG: Verifying : python3-oslo-context-3.3.1-0.20210906185249.641a1e 12/89 DEBUG: Verifying : python3-oslo-i18n-5.0.1-0.20210906170458.73187bd.e 13/89 DEBUG: Verifying : python3-oslo-log-4.6.0-0.20210906185501.41c8807.el 14/89 DEBUG: Verifying : python3-oslo-serialization-4.2.0-0.20210906182904. 15/89 DEBUG: Verifying : python3-oslo-utils-4.10.0-0.20210906171309.2c74bb9 16/89 DEBUG: Verifying : dejavu-fonts-common-2.35-7.el8.noarch 17/89 DEBUG: Verifying : dejavu-sans-mono-fonts-2.35-7.el8.noarch 18/89 DEBUG: Verifying : glib-networking-2.56.1-1.1.el8.x86_64 19/89 DEBUG: Verifying : gsettings-desktop-schemas-3.32.0-6.el8.x86_64 20/89 DEBUG: Verifying : json-glib-1.4.4-1.el8.x86_64 21/89 DEBUG: Verifying : libgusb-0.3.0-1.el8.x86_64 22/89 DEBUG: Verifying : libmodman-2.0.1-17.el8.x86_64 23/89 DEBUG: Verifying : libproxy-0.4.15-5.2.el8.x86_64 24/89 DEBUG: Verifying : libsoup-2.62.3-2.el8.x86_64 25/89 DEBUG: Verifying : libyaml-0.1.7-5.el8.x86_64 26/89 DEBUG: Verifying : python3-dateutil-1:2.6.1-6.el8.noarch 27/89 DEBUG: Verifying : python3-inotify-0.9.6-13.el8.noarch 28/89 DEBUG: Verifying : abattis-cantarell-fonts-0.0.25-6.el8.noarch 29/89 DEBUG: Verifying : adwaita-cursor-theme-3.28.0-2.el8.noarch 30/89 DEBUG: Verifying : adwaita-icon-theme-3.28.0-2.el8.noarch 31/89 DEBUG: Verifying : at-spi2-atk-2.26.2-1.el8.x86_64 32/89 DEBUG: Verifying : at-spi2-core-2.28.0-1.el8.x86_64 33/89 DEBUG: Verifying : cairo-gobject-1.15.12-3.el8.x86_64 34/89 DEBUG: Verifying : colord-libs-1.4.2-1.el8.x86_64 35/89 DEBUG: Verifying : dconf-0.28.0-4.el8.x86_64 36/89 DEBUG: Verifying : gtk3-3.22.30-8.el8.x86_64 37/89 DEBUG: Verifying : libXtst-1.2.3-7.el8.x86_64 38/89 DEBUG: Verifying : libepoxy-1.5.8-1.el8.x86_64 39/89 DEBUG: Verifying : librsvg2-tools-2.42.7-4.el8.x86_64 40/89 DEBUG: Verifying : libwayland-client-1.19.0-1.el8.x86_64 41/89 DEBUG: Verifying : libwayland-cursor-1.19.0-1.el8.x86_64 42/89 DEBUG: Verifying : libwayland-egl-1.19.0-1.el8.x86_64 43/89 DEBUG: Verifying : python3-attrs-17.4.0-6.el8.noarch 44/89 DEBUG: Verifying : python3-netaddr-0.7.19-8.el8.noarch 45/89 DEBUG: Verifying : python3-netifaces-0.10.6-4.el8.x86_64 46/89 DEBUG: Verifying : python3-prettytable-0.7.2-14.el8.noarch 47/89 DEBUG: Verifying : rest-0.8.1-2.el8.x86_64 48/89 DEBUG: Verifying : python3-unittest2-1.1.0-16.el8.noarch 49/89 DEBUG: Verifying : libsodium-1.0.18-2.el8.x86_64 50/89 DEBUG: Verifying : python3-autopage-0.4.0-1.el8.noarch 51/89 DEBUG: Verifying : python3-bcrypt-3.1.7-3.el8.x86_64 52/89 DEBUG: Verifying : python3-certifi-2018.10.15-8.el8.noarch 53/89 DEBUG: Verifying : python3-cmd2-1.4.0-1.1.el8.noarch 54/89 DEBUG: Verifying : python3-colorama-0.4.3-3.el8.noarch 55/89 DEBUG: Verifying : python3-dulwich-0.20.11-1.el8.x86_64 56/89 DEBUG: Verifying : python3-extras-1.0.0-10.el8.noarch 57/89 DEBUG: Verifying : python3-fasteners-0.14.1-20.el8.noarch 58/89 DEBUG: Verifying : python3-fixtures-3.0.0-16.el8.noarch 59/89 DEBUG: Verifying : python3-fluidity-sm-0.2.0-16.el8.noarch 60/89 DEBUG: Verifying : python3-future-0.18.2-3.el8.noarch 61/89 DEBUG: Verifying : python3-importlib-metadata-1.7.0-1.el8.noarch 62/89 DEBUG: Verifying : python3-invoke-1.4.0-1.el8.noarch 63/89 DEBUG: Verifying : python3-iso8601-0.1.12-3.el8.noarch 64/89 DEBUG: Verifying : python3-jsonschema-3.2.0-5.el8.noarch 65/89 DEBUG: Verifying : python3-lexicon-1.0.0-9.el8.noarch 66/89 DEBUG: Verifying : python3-linecache2-1.0.0-25.el8.noarch 67/89 DEBUG: Verifying : python3-mimeparse-1.6.0-11.el8.noarch 68/89 DEBUG: Verifying : python3-mock-3.0.5-7.el8.noarch 69/89 DEBUG: Verifying : python3-msgpack-1.0.2-1.el8.x86_64 70/89 DEBUG: Verifying : python3-paramiko-2.7.2-1.el8.noarch 71/89 DEBUG: Verifying : python3-pyasn1-0.4.6-3.el8.noarch 72/89 DEBUG: Verifying : python3-pycodestyle-2.5.0-6.el8.noarch 73/89 DEBUG: Verifying : python3-pynacl-1.4.0-1.el8.x86_64 74/89 DEBUG: Verifying : python3-pyperclip-1.8.0-2.el8.noarch 75/89 DEBUG: Verifying : python3-pyrsistent-0.17.3-1.el8.x86_64 76/89 DEBUG: Verifying : python3-pyyaml-5.4.1-2.el8.x86_64 77/89 DEBUG: Verifying : python3-rfc3986-1.4.0-3.el8.noarch 78/89 DEBUG: Verifying : python3-stestr-2.6.0-4.el8.noarch 79/89 DEBUG: Verifying : python3-subunit-1.4.0-1.el8.noarch 80/89 DEBUG: Verifying : python3-testtools-2.3.0-15.el8.noarch 81/89 DEBUG: Verifying : python3-traceback2-1.4.0-25.el8.noarch 82/89 DEBUG: Verifying : python3-voluptuous-0.12.1-1.el8.noarch 83/89 DEBUG: Verifying : python3-wcwidth-0.2.5-2.el8.noarch 84/89 DEBUG: Verifying : python3-wrapt-1.12.1-3.el8.x86_64 85/89 DEBUG: Verifying : python3-zipp-3.4.0-1.el8.noarch 86/89 DEBUG: Verifying : python3-openstackdocstheme-2.2.6-1.el8.noarch 87/89 DEBUG: Verifying : python3-sphinxcontrib-rsvgconverter-1.0.1-1.el8.no 88/89 DEBUG: Verifying : python3-sphinxcontrib-svg2pdfconverter-common-1.0. 89/89 DEBUG: Installed: DEBUG: abattis-cantarell-fonts-0.0.25-6.el8.noarch DEBUG: adwaita-cursor-theme-3.28.0-2.el8.noarch DEBUG: adwaita-icon-theme-3.28.0-2.el8.noarch DEBUG: at-spi2-atk-2.26.2-1.el8.x86_64 DEBUG: at-spi2-core-2.28.0-1.el8.x86_64 DEBUG: cairo-gobject-1.15.12-3.el8.x86_64 DEBUG: colord-libs-1.4.2-1.el8.x86_64 DEBUG: dconf-0.28.0-4.el8.x86_64 DEBUG: dejavu-fonts-common-2.35-7.el8.noarch DEBUG: dejavu-sans-mono-fonts-2.35-7.el8.noarch DEBUG: glib-networking-2.56.1-1.1.el8.x86_64 DEBUG: gsettings-desktop-schemas-3.32.0-6.el8.x86_64 DEBUG: gtk3-3.22.30-8.el8.x86_64 DEBUG: json-glib-1.4.4-1.el8.x86_64 DEBUG: libXtst-1.2.3-7.el8.x86_64 DEBUG: libepoxy-1.5.8-1.el8.x86_64 DEBUG: libgusb-0.3.0-1.el8.x86_64 DEBUG: libmodman-2.0.1-17.el8.x86_64 DEBUG: libproxy-0.4.15-5.2.el8.x86_64 DEBUG: librsvg2-tools-2.42.7-4.el8.x86_64 DEBUG: libsodium-1.0.18-2.el8.x86_64 DEBUG: libsoup-2.62.3-2.el8.x86_64 DEBUG: libwayland-client-1.19.0-1.el8.x86_64 DEBUG: libwayland-cursor-1.19.0-1.el8.x86_64 DEBUG: libwayland-egl-1.19.0-1.el8.x86_64 DEBUG: libyaml-0.1.7-5.el8.x86_64 DEBUG: python-oslo-concurrency-lang-4.4.0-0.20210906191147.7dcf9e9.el8.noarch DEBUG: python-oslo-i18n-lang-5.0.1-0.20210906170458.73187bd.el8.noarch DEBUG: python-oslo-log-lang-4.6.0-0.20210906185501.41c8807.el8.noarch DEBUG: python-oslo-utils-lang-4.10.0-0.20210906171309.2c74bb9.el8.noarch DEBUG: python3-attrs-17.4.0-6.el8.noarch DEBUG: python3-autopage-0.4.0-1.el8.noarch DEBUG: python3-bcrypt-3.1.7-3.el8.x86_64 DEBUG: python3-certifi-2018.10.15-8.el8.noarch DEBUG: python3-cliff-3.9.0-0.20210906184402.734bc0c.el8.noarch DEBUG: python3-cmd2-1.4.0-1.1.el8.noarch DEBUG: python3-colorama-0.4.3-3.el8.noarch DEBUG: python3-dateutil-1:2.6.1-6.el8.noarch DEBUG: python3-debtcollector-2.2.0-0.20210906171012.649189d.el8.noarch DEBUG: python3-dulwich-0.20.11-1.el8.x86_64 DEBUG: python3-extras-1.0.0-10.el8.noarch DEBUG: python3-fasteners-0.14.1-20.el8.noarch DEBUG: python3-fixtures-3.0.0-16.el8.noarch DEBUG: python3-fluidity-sm-0.2.0-16.el8.noarch DEBUG: python3-future-0.18.2-3.el8.noarch DEBUG: python3-importlib-metadata-1.7.0-1.el8.noarch DEBUG: python3-inotify-0.9.6-13.el8.noarch DEBUG: python3-invoke-1.4.0-1.el8.noarch DEBUG: python3-iso8601-0.1.12-3.el8.noarch DEBUG: python3-jsonschema-3.2.0-5.el8.noarch DEBUG: python3-lexicon-1.0.0-9.el8.noarch DEBUG: python3-linecache2-1.0.0-25.el8.noarch DEBUG: python3-mimeparse-1.6.0-11.el8.noarch DEBUG: python3-mock-3.0.5-7.el8.noarch DEBUG: python3-msgpack-1.0.2-1.el8.x86_64 DEBUG: python3-netaddr-0.7.19-8.el8.noarch DEBUG: python3-netifaces-0.10.6-4.el8.x86_64 DEBUG: python3-openstackdocstheme-2.2.6-1.el8.noarch DEBUG: python3-os-testr-2.0.0-0.20210906204943.248dc81.el8.noarch DEBUG: python3-oslo-concurrency-4.4.0-0.20210906191147.7dcf9e9.el8.noarch DEBUG: python3-oslo-config-2:8.7.1-0.20210907075421.1a7bd66.el8.noarch DEBUG: python3-oslo-context-3.3.1-0.20210906185249.641a1e0.el8.noarch DEBUG: python3-oslo-i18n-5.0.1-0.20210906170458.73187bd.el8.noarch DEBUG: python3-oslo-log-4.6.0-0.20210906185501.41c8807.el8.noarch DEBUG: python3-oslo-serialization-4.2.0-0.20210906182904.2b94a4f.el8.noarch DEBUG: python3-oslo-utils-4.10.0-0.20210906171309.2c74bb9.el8.noarch DEBUG: python3-oslotest-4.4.1-0.20210907083654.aaf3a72.el8.noarch DEBUG: python3-paramiko-2.7.2-1.el8.noarch DEBUG: python3-prettytable-0.7.2-14.el8.noarch DEBUG: python3-pyasn1-0.4.6-3.el8.noarch DEBUG: python3-pycodestyle-2.5.0-6.el8.noarch DEBUG: python3-pynacl-1.4.0-1.el8.x86_64 DEBUG: python3-pyperclip-1.8.0-2.el8.noarch DEBUG: python3-pyrsistent-0.17.3-1.el8.x86_64 DEBUG: python3-pyyaml-5.4.1-2.el8.x86_64 DEBUG: python3-rfc3986-1.4.0-3.el8.noarch DEBUG: python3-sphinxcontrib-rsvgconverter-1.0.1-1.el8.noarch DEBUG: python3-sphinxcontrib-svg2pdfconverter-common-1.0.1-1.el8.noarch DEBUG: python3-stestr-2.6.0-4.el8.noarch DEBUG: python3-stevedore-3.4.0-0.20210906165939.8846a3f.el8.noarch DEBUG: python3-subunit-1.4.0-1.el8.noarch DEBUG: python3-testtools-2.3.0-15.el8.noarch DEBUG: python3-traceback2-1.4.0-25.el8.noarch DEBUG: python3-unittest2-1.1.0-16.el8.noarch DEBUG: python3-voluptuous-0.12.1-1.el8.noarch DEBUG: python3-wcwidth-0.2.5-2.el8.noarch DEBUG: python3-wrapt-1.12.1-3.el8.x86_64 DEBUG: python3-zipp-3.4.0-1.el8.noarch DEBUG: rest-0.8.1-2.el8.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans Finish: build setup for openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.src.rpm Start: Outputting list of installed packages DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '03e88eb0b10e401994944cca62d6b549', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/bin/sh', '-c', "rpm -qa --root '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root' --qf '%{nevra} %{buildtime} %{size} %{pkgid} installed\\n'"] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: python3-idna-2.5-5.el8.noarch 1557588568 521503 d78a510e3975b98c8d254227e8674a17 installed DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch 1557792636 6229278 ae5337d5ef62351fcad39143150dd6bf installed DEBUG: python3-pygments-2.2.0-22.module_el8.5.0+764+71fa3b33.noarch 1620317703 7786043 ae85cdfb9dbf4cdfa011ec227e949d86 installed DEBUG: adobe-mappings-cmap-20171205-3.el8.noarch 1557787815 13746679 5904158c62f46bb518f6445e49044e60 installed DEBUG: libXft-2.3.3-1.el8.x86_64 1592328474 132456 98a6c3804c03d590f4d9c7c95e404cc0 installed DEBUG: adobe-mappings-cmap-deprecated-20171205-3.el8.noarch 1557787815 596942 6e60575dedf19a3ce375fc2166d1a146 installed DEBUG: urw-base35-gothic-fonts-20170801-10.el8.noarch 1557812133 1216672 8ad6b1809fd9281e8207ed1461f2b13e installed DEBUG: perl-srpm-macros-1-25.el8.noarch 1557806236 794 0293bcef8257b954e640b14fa1fbfac0 installed DEBUG: urw-base35-p052-fonts-20170801-10.el8.noarch 1557812133 1557171 5b3ff8d7697534b661d9c1f860da20a8 installed DEBUG: go-srpm-macros-2-17.el8.noarch 1611212519 7342 9d71426f78a143cfc42a3c8a0e969fa9 installed DEBUG: libbabeltrace-1.5.4-3.el8.x86_64 1595372168 548211 bd7c93a25505f05172f8039d5ba03d4a installed DEBUG: pkgconf-m4-1.4.2-1.el8.noarch 1557535856 14187 398894375a82b4e1d5f7f0b38d3bec99 installed DEBUG: openssh-8.0p1-9.el8.x86_64 1622697000 1918153 d62a9eb429246ab81886818acfc47b09 installed DEBUG: kbd-misc-2.0.4-10.el8.noarch 1595275356 2549569 39dd6d758f9d97a75fc107d5a348e43e installed DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 1614063802 137649 8f714224897bee9766d89cab949e4a1b installed DEBUG: centos-gpg-keys-1:8-2.el8.noarch 1604968391 3370 d1b0c28c8ff06163283af3c9af87740b installed DEBUG: rpm-build-libs-4.14.3-18.el8.x86_64 1630040824 216080 f5d2ed0154c34c16d7b2a7fe5cd3674a installed DEBUG: filesystem-3.8-6.el8.x86_64 1624338504 0 3c32372eedf991b4800af16812b623be installed DEBUG: avahi-libs-0.7-20.el8.x86_64 1605562469 155720 ec8ee5613242166fe0ba327b9712462b installed DEBUG: libselinux-2.9-5.el8.x86_64 1603743640 169600 428113c93a083b90fe1b04c5e7fc44cf installed DEBUG: elfutils-0.185-1.el8.x86_64 1622696897 2780698 3940a347fbe6081c0b698c3c83ea09e9 installed DEBUG: glibc-2.28-164.el8.x86_64 1629848672 15655308 76fe760f32a87acc9d4207ee4b5747c7 installed DEBUG: python3-cffi-1.13.2-1.el8.x86_64 1579942955 1061179 19751abd44b8cb04437a3b2cdec1dbe4 installed DEBUG: info-6.5-6.el8.x86_64 1587693266 386513 e368cb98b8ae037ff471725c2cea363e installed DEBUG: python3-requests-2.25.1-1.el8.noarch 1615370609 390169 029424c3156bf041a00641cdfc97e812 installed DEBUG: libxcrypt-4.1.1-6.el8.x86_64 1620256101 185892 9a730f6114e22545dc8befbe5a0978ca installed DEBUG: python3-babel-2.5.1-7.el8.noarch 1626973605 20921752 879f27a4399083674fedae88e51a7d15 installed DEBUG: freetype-2.9.1-4.el8_3.1.x86_64 1605310375 811871 833d27fd8133bb873eca2afdbb14670b installed DEBUG: python3-imagesize-1.0.0-2.el8.noarch 1557807838 16572 c401f76e1680146f2428e7626ce14690 installed DEBUG: libuuid-2.32.1-28.el8.x86_64 1626866651 35088 2d95e7db11ba26c8c5d205d77e7f6585 installed DEBUG: python3-sphinx-theme-alabaster-0.7.12-7.el8.noarch 1579799425 38754 bcf9faa497a1e17b15a245c5223c5924 installed DEBUG: sqlite-libs-3.26.0-15.el8.x86_64 1621444587 1166529 cd734134ed32cef755e628473740d6d7 installed DEBUG: python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noarch 1580215753 12139 df99bb103744ea3fb658869e0d12fee9 installed DEBUG: libjpeg-turbo-1.5.3-12.el8.x86_64 1626498492 525483 bcab14000d498cc0f5db2fa67ac21c0c installed DEBUG: libgs-9.27-1.el8.x86_64 1606875132 19191883 2b60cbf086ecc5555d8b2efa1477efb9 installed DEBUG: libattr-2.4.48-3.el8.x86_64 1557533865 27346 bdc22fe0cdcb03a5014e6275c6539003 installed DEBUG: librsvg2-2.42.7-4.el8.x86_64 1592251977 1717175 daf64a23e545e3af20de3b8549d3f2d5 installed DEBUG: libICE-1.0.9-15.el8.x86_64 1573240087 205821 240847d47f854c3eeef95daf071359da installed DEBUG: python3-sphinx-1:2.2.2-1.el8.noarch 1580225759 9155946 12b92d7b8e76c1a8f1bceba2fb1d2256 installed DEBUG: libgomp-8.5.0-3.el8.x86_64 1626871961 331943 83e45e152e4eadbb93ba9adaa648ea21 installed DEBUG: python3-pbr-5.5.1-1.el8.noarch 1603982946 3586069 895719c97b49f7f4f0bd9cbe8ef927f8 installed DEBUG: file-libs-5.33-20.el8.x86_64 1620464648 6386573 b38d402c6da8995f4f971902d8a8df01 installed DEBUG: openstack-macros-2021.1.0-0.20210906165528.ce6a105.el8.noarch 1630947563 49057 cfada9f085c2e024bc197b1b3b457125 installed DEBUG: libtool-ltdl-2.4.6-25.el8.x86_64 1557539440 71434 e5553e445ddba10c79d2f430439f24cb installed DEBUG: libwayland-client-1.19.0-1.el8.x86_64 1622524041 68708 623d6cb7cad3cea45b82624d185c749e installed DEBUG: libksba-1.3.5-7.el8.x86_64 1557538107 342935 74d2b871d0f179895daee53422a52b94 installed DEBUG: python3-zipp-3.4.0-1.el8.noarch 1604507418 21812 74f88a1ac62d6581ecc79bdda35b69d0 installed DEBUG: glibc-headers-2.28-164.el8.x86_64 1629848672 2031080 6f3ebb0935dfdcb87edf480343660d86 installed DEBUG: python3-debtcollector-2.2.0-0.20210906171012.649189d.el8.noarch 1630948362 78015 325e231141ab253636a2ba4f2a8890a9 installed DEBUG: keyutils-libs-1.5.10-9.el8.x86_64 1624079346 43798 293f99eba1dca583e70353c5b61afac4 installed DEBUG: python3-rfc3986-1.4.0-3.el8.noarch 1600871175 179368 fef35f95ed8f3f4c9cf3d216d2e2e676 installed DEBUG: grep-3.1-6.el8.x86_64 1557537409 835205 94ed80f88be0c0b77082a51035c5e53f installed DEBUG: python3-msgpack-1.0.2-1.el8.x86_64 1610002087 275464 2233901f49d7d23b3056f1faf373f7d4 installed DEBUG: zip-3.0-23.el8.x86_64 1557590650 842885 100278a94f1f36e5918a09b79dbfa0a1 installed DEBUG: python3-lexicon-1.0.0-9.el8.noarch 1580287354 23097 7d0530bbfd0ba1172e42b8e330e38559 installed DEBUG: libpsl-0.20.2-6.el8.x86_64 1592340337 70732 a7693d63f1f80dfe21554ad582a61481 installed DEBUG: python3-fasteners-0.14.1-20.el8.noarch 1580029617 112957 bd84cbbac090c1e13709e5976a744ff1 installed DEBUG: nettle-3.4.1-7.el8.x86_64 1626361600 572273 cc09093997998b6a7fe5d42c13d2a331 installed DEBUG: python3-dulwich-0.20.11-1.el8.x86_64 1604652986 1898954 6aa95480072cd70ae9cb355bbc7548f7 installed DEBUG: zstd-1.4.5-6.el8.x86_64 1600319865 1768962 53344c4e4a7ec37b337e62c5ab18a928 installed DEBUG: python3-pynacl-1.4.0-1.el8.x86_64 1599471607 539253 0f96b8e5a1dd9c7dfcdadd81031b0498 installed DEBUG: pigz-2.4-4.el8.x86_64 1586225446 140679 1c50ec08f41c019995d4702eaeb6459d installed DEBUG: python3-subunit-1.4.0-1.el8.noarch 1584717853 330559 2b95f2bf26e7176c77e172f71f2542b0 installed DEBUG: brotli-1.0.6-3.el8.x86_64 1610440170 1522084 00b886e8ad6fc471f1f87d849b045841 installed DEBUG: libepoxy-1.5.8-1.el8.x86_64 1625029508 1282068 bcbd99178797fccb320d47a4e56ccd0e installed DEBUG: libnghttp2-1.33.0-3.el8_2.1.x86_64 1593182373 168044 54279556ffeb8d7a527c7d6d157965e3 installed DEBUG: dconf-0.28.0-4.el8.x86_64 1606871188 310815 22bc91b91dc1ca6ddf2a0577bf9f376c installed DEBUG: xorg-x11-font-utils-1:7.5-41.el8.x86_64 1621919854 370642 0b1427c2a647710ac4cee0210d3ace61 installed DEBUG: python3-inotify-0.9.6-13.el8.noarch 1557588626 248598 238d02e2234d77dd821d5ad082255a9c installed DEBUG: libseccomp-2.5.1-1.el8.x86_64 1613804809 173212 10f33174e5ca82809f25674363c83fa8 installed DEBUG: python3-cliff-3.9.0-0.20210906184402.734bc0c.el8.noarch 1630953984 277616 3444a58da21bd8c269b7e4db150e6360 installed DEBUG: libverto-0.3.0-5.el8.x86_64 1557538733 28244 4b04a34ead82e762637fae7d79adf926 installed DEBUG: libproxy-0.4.15-5.2.el8.x86_64 1557585928 201294 fdff6157401876336cd97ea9b89179c1 installed DEBUG: which-2.21-16.el8.x86_64 1621264535 83286 384f657e7c1384150b94dcdbeacdfa54 installed DEBUG: dejavu-fonts-common-2.35-7.el8.noarch 1608016986 145939 5cc310eaceb074158eb858adf64bfcd4 installed DEBUG: libtiff-4.0.9-20.el8.x86_64 1622740108 517689 9f400738a4047b3513eae574eb22c94d installed DEBUG: libsoup-2.62.3-2.el8.x86_64 1602003173 1562779 7f6c82f0703e2aabf3317c94951ebc05 installed DEBUG: libXext-1.3.4-1.el8.x86_64 1592335988 91982 110d22c488501f2d497a2497d2fd3b82 installed DEBUG: python-oslo-utils-lang-4.10.0-0.20210906171309.2c74bb9.el8.noarch 1630948518 15675 0d8a25c18fb1a3d4c42a284b7b42ff64 installed DEBUG: libXfixes-5.0.3-7.el8.x86_64 1557799785 29263 56d72ffa985b1d479bf170e442b840e9 installed DEBUG: python3-oslo-utils-4.10.0-0.20210906171309.2c74bb9.el8.noarch 1630948518 263390 9a0718492c3b25d4af8cedb5190fb100 installed DEBUG: libXi-1.7.10-1.el8.x86_64 1592338400 75067 925052072a637a4b57e5d7fad2d32777 installed DEBUG: python3-oslo-concurrency-4.4.0-0.20210906191147.7dcf9e9.el8.noarch 1630955671 107820 aede641c9d407eeda1b030b226591f27 installed DEBUG: libXxf86misc-1.0.4-1.el8.x86_64 1557800213 32012 c1728eb43ebd6d96c74380d3ec4c60c1 installed DEBUG: python3-os-testr-2.0.0-0.20210906204943.248dc81.el8.noarch 1630961472 220123 c08ff61e409f58f84eebf01982387223 installed DEBUG: gc-7.6.4-3.el8.x86_64 1557791247 229024 d16a971513963ab4666f0aef05b733b6 installed DEBUG: python3-pycodestyle-2.5.0-6.el8.noarch 1580147123 327374 e5027ab6d882eecf4685b24ab05982bc installed DEBUG: libipt-1.6.1-8.el8.x86_64 1557797925 108543 68edc160e21686087d8486cdf060073e installed DEBUG: libwebp-1.0.0-5.el8.x86_64 1622653539 790600 9278d868d50362dda7eaf4d7c6931220 installed DEBUG: platform-python-pip-9.0.3-20.el8.noarch 1624251997 7480993 bd02ccd2f73776918677b156c5e8284f installed DEBUG: libssh-0.9.4-3.el8.x86_64 1620256094 516481 77860b95f25aa2871e05001aca6b6d39 installed DEBUG: libkcapi-1.2.0-2.el8.x86_64 1592278935 80563 bc01bd73cc562d8c2dc51ec63a3f7737 installed DEBUG: curl-7.61.1-21.el8.x86_64 1629848151 700885 c85b55e59feb9a1e6db7154689029e76 installed DEBUG: crypto-policies-20210617-1.gitc776d3e.el8.noarch 1624079257 73128 1b85e9551543efca0dd2f882547c275e installed DEBUG: cracklib-dicts-2.9.6-15.el8.x86_64 1557533913 9815016 8eee07257e44944a0f934d9d302fb451 installed DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 1557538193 147122 7be9bc3ac6e7e4d56de085c410a8e20d installed DEBUG: elfutils-libs-0.185-1.el8.x86_64 1622696897 709007 7a8f2d01ae203c613aef79f93e0a00a3 installed DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 1599668606 330811 15aa0ca9c1889bdda4537f342f8df60d installed DEBUG: dbus-tools-1:1.12.8-14.el8.x86_64 1620464674 125034 83e4679f6f2ca758fe3e560dd18a0235 installed DEBUG: device-mapper-libs-8:1.02.177-6.el8.x86_64 1628744813 415655 c9e3bddfbfc53e622e2e85bf93162103 installed DEBUG: libdb-5.3.28-40.el8.x86_64 1607447992 1903272 d3360640120af11399b96ef43c1c258a installed DEBUG: cryptsetup-libs-2.3.3-4.el8.x86_64 1613725350 2075095 b3d84e715ebd0d1ed19b317b25292521 installed DEBUG: kbd-2.0.4-10.el8.x86_64 1595275221 1625949 d3c0ecad9da6a296d1e4a620e29973ac installed DEBUG: systemd-pam-239-50.el8.x86_64 1630084120 915104 e2de480b74250296f6fa41caba28fda8 installed DEBUG: grub2-tools-1:2.02-99.el8.x86_64 1614719007 9264704 56e5b3a8a3836c7b5e3e29ae09ee5bb9 installed DEBUG: dbus-1:1.12.8-14.el8.x86_64 1620464674 0 503d05f5395ef759231020006f24f7c3 installed DEBUG: fontconfig-2.13.1-4.el8.x86_64 1629846615 710881 980ad1970c77bcbef9a5f9b90f2f3c24 installed DEBUG: python3-six-1.15.0-2.el8.noarch 1599485653 106402 57ee0a6395cfc07e0bcf4bb069a38bb4 installed DEBUG: gpg-pubkey-8483c65d-5ccc5b19 1556896537 0 (none) installed DEBUG: binutils-2.30-108.el8.x86_64 1625771596 24926720 2d3249306a32f264611fca4dcf722815 installed DEBUG: fontpackages-filesystem-1.44-22.el8.noarch 1557581453 0 40b0272ca2fdd533a2d188077e86c1d2 installed DEBUG: gcc-8.5.0-3.el8.x86_64 1626871961 61689207 2cdc51a33f4394cb0ca55945177c0f0b installed DEBUG: python-srpm-macros-3-41.el8.noarch 1612249524 4318 cf9fe0af5828cefcf806863dc127e9a2 installed DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch 1620074374 6160361 7208bbbba42890e2682ab5ef40c790e4 installed DEBUG: python3-rpm-macros-3-41.el8.noarch 1612249524 3622 9f4c8097d0fa0b665b61fc54d9de7af5 installed DEBUG: gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 1573236241 315856 e5d50b0e3a219515e3750449e63cb1e2 installed DEBUG: tzdata-2021a-1.el8.noarch 1611698248 1911281 595783713fc3b503b50bf6aa431e5d40 installed DEBUG: gd-2.2.5-7.el8.x86_64 1589850748 422939 023b63662de1358d5d69c353073c8134 installed DEBUG: python3-pip-wheel-9.0.3-20.el8.noarch 1624251997 1109920 25fa4ddccb8a339772da32821bea0c0c installed DEBUG: urw-base35-bookman-fonts-20170801-10.el8.noarch 1557812133 1428518 2cbb1a3a39ef1185fe9a193d003951ba installed DEBUG: xkeyboard-config-2.28-1.el8.noarch 1586216137 5683972 9697dbcb924dbd4435f35458f3e0a320 installed DEBUG: urw-base35-d050000l-fonts-20170801-10.el8.noarch 1557812133 86572 500e4022d7801715bb69cc1f1e1603c3 installed DEBUG: qt5-srpm-macros-5.15.2-1.el8.noarch 1619017854 0 7b0d45f0e57ed1facd84784ba9fcb91e installed DEBUG: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch 1557812133 1099749 c64c1ed1e447e132e92adfd76aa3870e installed DEBUG: openblas-srpm-macros-2-2.el8.noarch 1557802474 104 43aa3a337edfc79098c8ad423b5e49df installed DEBUG: urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch 1557812133 2469317 dffcdf61c430e626a40ce66d8ba2fb93 installed DEBUG: libX11-common-1.6.8-5.el8.noarch 1629847132 1339608 70aec9ee704d88760f769387bc9e4549 installed DEBUG: urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch 1557812133 45184 3d036fbd5ec99facbd7416bcff86c58f installed DEBUG: ghc-srpm-macros-1.4.2-7.el8.noarch 1557791779 414 0c2ffae7ef28a3e4ad323b8bf7838fc2 installed DEBUG: urw-base35-fonts-20170801-10.el8.noarch 1557812133 5478 90b579587fc764dac0351a2f2e04f3c4 installed DEBUG: publicsuffix-list-dafsa-20180723-1.el8.noarch 1557535917 64502 8ce7a82bce196a11a42960b007ef0867 installed DEBUG: libsecret-0.18.6-1.el8.x86_64 1557586041 520362 debd45dfee226d419b9cb0f66242aa5b installed DEBUG: ncurses-base-6.1-9.20180224.el8.noarch 1622524117 290089 d71e9cc902c4baa977bf103b4f40d8ba installed DEBUG: harfbuzz-1.7.5-3.el8.x86_64 1557793694 802826 f0573459cfad84d39db6f740bbfa3c27 installed DEBUG: kernel-headers-4.18.0-338.el8.x86_64 1630086711 5314066 dd0ba02e8ed0b842786930b1791961e9 installed DEBUG: openssh-clients-8.0p1-9.el8.x86_64 1622697000 2569940 64bc825451752ae1bae9a2b6d04ef042 installed DEBUG: kbd-legacy-2.0.4-10.el8.noarch 1595275356 511139 30bcf0bb44efa8fb332b234ab7790ba4 installed DEBUG: tpm2-tss-2.3.2-4.el8.x86_64 1621264538 1208854 91b058b5fe1fbefd0266581ea26e15f5 installed DEBUG: dbus-common-1:1.12.8-14.el8.noarch 1620464739 11131 741c9ecfc1b5045646fd4a3906d061a3 installed DEBUG: libusbx-1.0.23-4.el8.x86_64 1597694995 154147 e33931f38043a589aa86b9fcc10e85c8 installed DEBUG: centos-stream-release-8.5-3.el8.noarch 1619375551 25312 cb3126bfaf294ad7efdc5e74daaf0bb1 installed DEBUG: gnupg2-2.2.20-2.el8.x86_64 1589573313 9923131 8a58edf2b0952b7286e30741a2e589b4 installed DEBUG: setup-2.12.2-6.el8.noarch 1589520015 724837 f57a947c3f3671d119106140b949176b installed DEBUG: guile-5:2.0.14-7.el8.x86_64 1557794711 12159310 575e446ce886def641e2b1c46db9480d installed DEBUG: urw-base35-fonts-common-20170801-10.el8.noarch 1557812133 38217 b9c0233504dbc87da36397e6a3d37efc installed DEBUG: hicolor-icon-theme-0.17-2.el8.noarch 1557793701 73932 7fbb3efb70b3a17ca40662e89407d14b installed DEBUG: pcre2-10.32-2.el8.x86_64 1592282525 656478 70db1311d6671e6e621a374342e3e32e installed DEBUG: cups-libs-1:2.2.6-40.el8.x86_64 1621422347 948060 5deb1e746da05b75720717a6495a7d5f installed DEBUG: ncurses-libs-6.1-9.20180224.el8.x86_64 1622524064 951240 31979f707562a5aafd12d0e8f3992da4 installed DEBUG: redhat-rpm-config-125-1.el8.noarch 1609880910 147735 d59e486d8e11fd95918f9380afea8c45 installed DEBUG: glibc-common-2.28-164.el8.x86_64 1629848672 9248988 9f404834bc895a40ed3dafc1cb185f37 installed DEBUG: python3-chardet-3.0.4-7.el8.noarch 1557588504 925538 3d6e31f2f246ed23c213fc0cd0d3ca9d installed DEBUG: bash-4.4.20-2.el8.x86_64 1627395928 6861468 b2a278a496ae1533d41c534fc28a4a31 installed DEBUG: python3-pycparser-2.14-14.el8.noarch 1557588721 600603 6b68d2d931aee93643ccf524781878ef installed DEBUG: zlib-1.2.11-17.el8.x86_64 1604007242 195735 208afed82de7f4bb0738a18fa59447c3 installed DEBUG: python3-cryptography-3.2.1-5.el8.x86_64 1623448191 2873607 81c581f76153fbb2913c7b11a921eb46 installed DEBUG: xz-libs-5.2.4-3.el8.x86_64 1557541139 194799 96bf8a25552450c4992aeb824bb55c87 installed DEBUG: python3-urllib3-1.25.10-4.el8.noarch 1615375209 671301 7e227c737a9e8bbdbc381acbd288ccfa installed DEBUG: libstdc++-8.5.0-3.el8.x86_64 1626871961 1857236 616b34db45165fcfda5740c6477952ee installed DEBUG: python3-greenlet-0.4.13-4.el8.x86_64 1586217715 46291 1a5e11b6e41ab3f8a6ba8b67f87c788d installed DEBUG: elfutils-libelf-0.185-1.el8.x86_64 1622696897 988274 b4f60a0a0ca820812b57d7d3b1bed468 installed DEBUG: python3-pytz-2017.2-9.el8.noarch 1557808381 178761 81a72e89bccb719f61bf73bbeb17f54b installed DEBUG: libpng-2:1.6.34-5.el8.x86_64 1557585796 235304 de6b9bd5cb672b910a696870cb3364ab installed DEBUG: python3-jinja2-2.10.1-3.el8.noarch 1617167112 2611832 c24d19259a2cf7b862a445fb3edd2e40 installed DEBUG: libcap-2.26-5.el8.x86_64 1630127215 129210 624bd12b6a4d8a7a81b44772d1e41da2 installed DEBUG: platform-python-devel-3.6.8-40.el8.x86_64 1629850779 715423 72d752f7404e728ae198bec1217a7226 installed DEBUG: libgpg-error-1.31-1.el8.x86_64 1557538013 902818 e84b78135beff56ee4835fed39d7401c installed DEBUG: python3-pyparsing-2.4.6-1.el8.noarch 1580313147 650713 8ac5c9703ea9b3698bd00e45e66acc18 installed DEBUG: libxml2-2.9.7-11.el8.x86_64 1621444063 1753106 9f51bf4d8da6f1640e9731c975188109 installed DEBUG: python3-snowballstemmer-1.9.0-4.el8.noarch 1579795961 1200843 a6b92897d69cdf8b00ac6593eb039726 installed DEBUG: libunistring-0.9.9-3.el8.x86_64 1557538610 1855932 7769c82a0a6aa692f4778f71f6fdec0c installed DEBUG: python3-sphinxcontrib-applehelp-1.0.1-5.el8.noarch 1580211253 64682 fabb49fce97a666a44c6eff2e121b71b installed DEBUG: expat-2.2.5-4.el8.x86_64 1589595123 311156 9ae8c4e5e90790caab9bc60eb3b4fa44 installed DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarch 1599567831 67484 be89ec19f1cef9c296975bc042efe7d9 installed DEBUG: chkconfig-1.19.1-1.el8.x86_64 1627448755 827694 d34342ac99fd6407a7c1847a1e5a62ff installed DEBUG: python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noarch 1580216732 59149 d9d3b02dfcfa6ceb77ce5e95eead3d74 installed DEBUG: libzstd-1.4.5-6.el8.x86_64 1600319865 890309 e7092f20692df73b0872788240cb4f77 installed DEBUG: openjpeg2-2.4.0-4.el8.x86_64 1625756729 385984 9b0c712a218de175ac513bca8a50096b installed DEBUG: mpfr-3.1.6-1.el8.x86_64 1557539247 612625 7504c4f1b7aab1cf22f4896a6c35e91f installed DEBUG: pixman-0.38.4-1.el8.x86_64 1586221880 693167 52874a10b07010f0637b5baed2c973a0 installed DEBUG: libacl-2.2.53-1.el8.x86_64 1557533834 59272 cd43f03193723ee093e7705f1c5c6f39 installed DEBUG: pango-1.42.4-8.el8.x86_64 1623359101 789346 56e287095e23061e4e53cf69b4fc7ad1 installed DEBUG: libffi-3.1-22.el8.x86_64 1592240577 53620 ed168a17ca9af099f407bbdb35896b78 installed DEBUG: ImageMagick-6.7.8.9-18.el8.x86_64 1580388743 8917343 cdf347dd516a971569a9020371400933 installed DEBUG: p11-kit-0.23.22-1.el8.x86_64 1610439813 1637889 b3179d583d80d2c2d7a8a83dd6a158f7 installed DEBUG: graphviz-2.40.1-43.el8.x86_64 1623359074 7817879 fbaa550cf0f6142e1f7b9fccccfb66f2 installed DEBUG: findutils-1:4.6.0-20.el8.x86_64 1557536961 1816673 5ca7479cd7d1cdbe30746ce1c53d6bc1 installed DEBUG: python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 1629906467 13131 cac33b32862e7620bd62775440cfada6 installed DEBUG: lua-libs-5.3.4-12.el8.x86_64 1629847282 247936 7cc496ef4794d14eb6d2beb2213a6068 installed DEBUG: rpm-build-4.14.3-18.el8.x86_64 1630040824 299022 393dfe021963005ea80ea2ecfbee530f installed DEBUG: libassuan-2.5.1-3.el8.x86_64 1557537853 202763 44d9976e6073475aebe11bef3ff8dc33 installed DEBUG: python3-setuptools_scm-1.15.7-4.el8.noarch 1557808151 81699 4fd486914d1c32c4aa64cfef27744e1c installed DEBUG: file-5.33-20.el8.x86_64 1620464648 93435 10915442a036dc0d3bf4c3f100f2c3cb installed DEBUG: make-1:4.2.1-10.el8.x86_64 1585235369 1435840 5e35f9e2dafcf4717463a5cccd6363eb installed DEBUG: audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 1587693394 283708 85d66fe7059cab257dff0b1a99e59479 installed DEBUG: python3-extras-1.0.0-10.el8.noarch 1580031252 28356 bfb0035d78c73f2b10b6109b404b6d17 installed DEBUG: lz4-libs-1.8.3-3.el8_4.x86_64 1624987199 121071 f6620dfa2263b2cbb74a743ee0776f62 installed DEBUG: python3-attrs-17.4.0-6.el8.noarch 1557807350 155889 1bf2183e2f19405ca886ea3c72c19f84 installed DEBUG: jasper-libs-2.0.14-5.el8.x86_64 1622639140 371562 159f175d036031f757452793c1ff5f49 installed DEBUG: cairo-gobject-1.15.12-3.el8.x86_64 1557788594 36928 017b0cb9b1022342c47dcaf7dbe31960 installed DEBUG: ilmbase-2.2.0-13.el8.x86_64 1611126127 552614 714a852737f1dc94e6d0d0781ecc95f0 installed DEBUG: python3-sphinxcontrib-svg2pdfconverter-common-1.0.1-1.el8.noarch 1580289996 6848 3bc6f5b4450248d0b1cc7e1642e6e5bd installed DEBUG: diffutils-3.6-6.el8.x86_64 1586218984 1369962 f1d7b5001daf0d2122265c67b7fa2b7f installed DEBUG: python3-importlib-metadata-1.7.0-1.el8.noarch 1595226949 138081 8b88019ece89480da4cd57831fb0cbe7 installed DEBUG: grub2-common-1:2.02-99.el8.noarch 1614719007 5066561 798141f76869de9cbca64b7efe474302 installed DEBUG: python3-wrapt-1.12.1-3.el8.x86_64 1599579132 162032 b2d3295977246a84b33dd7f19a7113c6 installed DEBUG: gdbm-libs-1:1.18-1.el8.x86_64 1557537017 135248 8efb9ab97fa0223d11d0857febae479d installed DEBUG: python3-oslo-context-3.3.1-0.20210906185249.641a1e0.el8.noarch 1630954480 52505 71f02f6c525e0d917d9c121ba3ad2094 installed DEBUG: libtasn1-4.13-3.el8.x86_64 1557538463 168725 6fb9739221265fd08745407c915f792d installed DEBUG: python3-voluptuous-0.12.1-1.el8.noarch 1610340498 293245 df370bc7caeec5f3003f44612ee69e5d installed DEBUG: pcre-8.42-6.el8.x86_64 1623077291 509947 b146b4e2538cfead7d91fa5629c7672b installed DEBUG: python3-pyrsistent-0.17.3-1.el8.x86_64 1605885889 396633 d3f2200725975441c9b5cf7b195cd3eb installed DEBUG: xz-5.2.4-3.el8.x86_64 1557541139 432832 2acee73f3a4b9738e0133043726a13f7 installed DEBUG: python3-pyasn1-0.4.6-3.el8.noarch 1580299621 618359 f1008fe8c8ce0a3a290489ac2660d6b0 installed DEBUG: gdbm-1:1.18-1.el8.x86_64 1557537017 399977 69ce5734e1fd54cdd298b4667d76616f installed DEBUG: python3-mimeparse-1.6.0-11.el8.noarch 1580033648 17939 16f08cdfe5329c0a9ab57e9947ee9353 installed DEBUG: OpenEXR-libs-2.2.0-12.el8.x86_64 1611039866 3287806 e61d1f59bef124a4493b72a77bb9b5b8 installed DEBUG: python3-traceback2-1.4.0-25.el8.noarch 1580033155 45860 d339fe164b1cea94bf3ce4306529d21a installed DEBUG: libsemanage-2.9-6.el8.x86_64 1612389306 308096 2abd111bf5cf122242cfb15485c17f62 installed DEBUG: python3-iso8601-0.1.12-3.el8.noarch 1599467180 48733 28a483957eb5775c236c66ae7c2a1943 installed DEBUG: acl-2.2.53-1.el8.x86_64 1557533834 205740 483792b8b5f9eb8be7dc4407733118d0 installed DEBUG: python3-fluidity-sm-0.2.0-16.el8.noarch 1580287715 27798 d86b52d50c587bda89d6c89311c24d95 installed DEBUG: patch-2.7.6-11.el8.x86_64 1586219104 266609 0d454699b91476374cc9397d264731f3 installed DEBUG: python3-colorama-0.4.3-3.el8.noarch 1599214085 80759 c3493e18e7296f6b1658dc70cdc2f04d installed DEBUG: isl-0.16.1-6.el8.x86_64 1557795443 3270833 7e07c5719518014f7be119290bd3c713 installed DEBUG: python3-certifi-2018.10.15-8.el8.noarch 1580010984 8347 1e2905c64cebb2298dc8819c9a02414a installed DEBUG: graphite2-1.3.10-10.el8.x86_64 1557792966 270396 8bd9e8164c9b128b70bb6b6a28ecc04e installed DEBUG: python3-bcrypt-3.1.7-3.el8.x86_64 1579944037 91675 b97f12aeb6948d93e33bf759dacff516 installed DEBUG: bzip2-1.0.6-26.el8.x86_64 1557535203 93460 3a97e3a32e5b761e2596c25ba1185da3 installed DEBUG: libsodium-1.0.18-2.el8.x86_64 1579689043 612303 9addf380043a006db57c46745d21b16f installed DEBUG: libidn-1.34-5.el8.x86_64 1557798071 713211 093d16171fe387733094b8aead460e49 installed DEBUG: python3-unittest2-1.1.0-16.el8.noarch 1557808330 912227 33a4219d29220ac533ef31a5fb21fc42 installed DEBUG: libfontenc-1.1.3-8.el8.x86_64 1557797252 57021 9e9c07ea8ff2599ca7a271a05b92641d installed DEBUG: python3-testtools-2.3.0-15.el8.noarch 1580034268 1562305 69b2800febabbbb0144d503a752798ba installed DEBUG: libpaper-1.1.24-22.el8.x86_64 1557798538 90939 4970014f161418aee1c0460e8ce027e7 installed DEBUG: python3-prettytable-0.7.2-14.el8.noarch 1557807872 171099 5a0d8112efe6e474f37613b348375fd6 installed DEBUG: hardlink-1:1.3-6.el8.x86_64 1557584225 36734 c181276efeba819b03a9eaa4e0560fe0 installed DEBUG: libedit-3.1-23.20170329cvs.el8.x86_64 1557584920 247168 bcd179f588923a78be4b41d5ec7a7a39 installed DEBUG: libpkgconf-1.4.2-1.el8.x86_64 1557540110 68093 c1d476e8247ae535374ebffccfb2ca5c installed DEBUG: pkgconf-pkg-config-1.4.2-1.el8.x86_64 1557540110 3094 6a5f9694de9b98ca71ed47b605ba977a installed DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarch 1557814059 1070824 db0cbd7441bae6fe18d87986701c4b0a installed DEBUG: glibc-devel-2.28-164.el8.x86_64 1629848672 1322097 bd4c18ae5fc3eebb2649c8d9da9fb465 installed DEBUG: libsigsegv-2.11-5.el8.x86_64 1557538364 47034 5625ecad632168eecb8960821b0abeca installed DEBUG: libsmartcols-2.32.1-28.el8.x86_64 1626866651 244290 7194e5cc26824d6d998c27eb3e0404a3 installed DEBUG: memstrack-0.1.11-1.el8.x86_64 1597180273 118899 c62869a38a04def3c69bb37ff751942e installed DEBUG: npth-1.5-4.el8.x86_64 1557539615 47909 b944c570e2db54dd8f8d3ab4d7b7990d installed DEBUG: fribidi-1.0.4-8.el8.x86_64 1586229272 319733 33029da0f21054974b35183e06cbbfae installed DEBUG: jbigkit-libs-2.1-14.el8.x86_64 1557795391 109677 c63a249918e68c8fb851261731080349 installed DEBUG: libXau-1.0.9-3.el8.x86_64 1592328400 61140 ca2961607311999ff371f6fc83e2aeec installed DEBUG: libX11-1.6.8-5.el8.x86_64 1629846960 1339928 9b43fbad55fbae75ce7c8102437b847a installed DEBUG: libXrender-0.9.10-7.el8.x86_64 1557800148 52595 aae5a4b6679fda4aec635060b59c5d69 installed DEBUG: libXmu-1.1.3-1.el8.x86_64 1592338347 181056 2af6927c71dcd7520bf9779b5e13d2f5 installed DEBUG: libXpm-3.5.12-8.el8.x86_64 1586228474 120823 f4896be49953be1b482184c8cb9f6e8c installed DEBUG: libXrandr-1.5.2-1.el8.x86_64 1592338501 49570 90e90d2dda89ab86d5b0fcc0e4a6b9f3 installed DEBUG: libXinerama-1.1.4-1.el8.x86_64 1557799917 15719 a58f333735db17b93d106a10499d219c installed DEBUG: libXdamage-1.1.4-14.el8.x86_64 1557799752 30432 5a6d7d7ded7b105fd1e101c7cba314e9 installed DEBUG: libXxf86vm-1.1.4-9.el8.x86_64 1557800208 26424 2e674cae50d672e67f5afc5b46afe913 installed DEBUG: libatomic_ops-7.6.2-3.el8.x86_64 1557796230 76822 6f1ef12f2494056f5cbafb60b23d483c installed DEBUG: libdatrie-0.2.9-7.el8.x86_64 1557796570 62583 e8238df1f04b3284ea4c6b4a5c1c79ca installed DEBUG: libijs-0.35-5.el8.x86_64 1557797717 60640 86aa14b655428b65d88a68e8b0014c2e installed DEBUG: libmcpp-2.7.2-20.el8.x86_64 1557800694 153388 1ff95fab40bb4954f1975ed036efc0ed installed DEBUG: xorg-x11-server-utils-7.7-27.el8.x86_64 1557814482 502730 4563ac1d6facd98936be75bc47d27bc6 installed DEBUG: libwmf-lite-0.2.9-8.el8_0.x86_64 1569937142 156867 e161e48826fbf0298512536fe2d572c6 installed DEBUG: cyrus-sasl-lib-2.1.27-5.el8.x86_64 1589586816 726018 b4aff9fb7ee2de6adda6923bb9ff64bb installed DEBUG: python3-setuptools-50.3.2-1.el8.noarch 1604588097 4012159 a58878bc680b75a3e938fc5acf4364da installed DEBUG: grub2-tools-minimal-1:2.02-99.el8.x86_64 1614719007 772846 4339013e0e2b09226cf7e57f23298987 installed DEBUG: openldap-2.4.46-18.el8.x86_64 1628572349 1006595 15d3b20f700d3c5214ea8b788acd0619 installed DEBUG: grubby-8.40-42.el8.x86_64 1629846845 62921 3e79980cdefa907bc94f5c2bfe957494 installed DEBUG: libkcapi-hmaccalc-1.2.0-2.el8.x86_64 1592278935 34197 5fdb7ce2e0d5710c1733d06846fbb172 installed DEBUG: libdb-utils-5.3.28-40.el8.x86_64 1607447992 372119 e084c4cfaff60468e51a35551a7abff6 installed DEBUG: libcurl-7.61.1-21.el8.x86_64 1629848151 593400 e72c99691702bc4d0bccd1f0c22a5826 installed DEBUG: crypto-policies-scripts-20210617-1.gitc776d3e.el8.noarch 1624079257 189107 553a795da8b6e2012615d23d2a0ed756 installed DEBUG: elfutils-default-yama-scope-0.185-1.el8.noarch 1622696987 1810 4f9d2a95814de0e7d74851842f2c0ae6 installed DEBUG: cracklib-2.9.6-15.el8.x86_64 1557533913 239047 3ced50b8ce5c91849d67c8e6f75f5cd1 installed DEBUG: procps-ng-3.3.15-6.el8.x86_64 1612249598 903694 3da16591a5c293c3f985eda8197ab183 installed DEBUG: libtirpc-1.1.4-5.el8.x86_64 1619033854 224542 7b3dee948d879cb331169ccbeeaac6a6 installed DEBUG: kpartx-0.8.4-17.el8.x86_64 1627448850 77379 584303e0cec6c2b41804dd14b227d448 installed DEBUG: elfutils-debuginfod-client-0.185-1.el8.x86_64 1622696897 43461 ac7f15e49441e0569e80e8cdc46ee97e installed DEBUG: openssl-pkcs11-0.4.10-2.el8.x86_64 1586223943 203682 9a2c23dbc9a900d35ee9f8bab803fb3b installed DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 1573236536 1612648 8967e0fd86f922ac3fe079bb64ec85c4 installed DEBUG: libfdisk-2.32.1-28.el8.x86_64 1626866651 438882 152dc378583fe56032f9907c1cead696 installed DEBUG: dbus-libs-1:1.12.8-14.el8.x86_64 1620464674 380744 d9c524602e8d2f4735c1013462fae782 installed DEBUG: coreutils-8.30-12.el8.x86_64 1626239337 6105592 77da815e41749d97313d2eb2cc6d4ad9 installed DEBUG: libblkid-2.32.1-28.el8.x86_64 1626866651 343904 17dbfd2c8cdb22c7fa21b81af7d020a4 installed DEBUG: shadow-utils-2:4.6-14.el8.x86_64 1629313651 4013907 3e00a69dedef72ddb9215186dd836032 installed DEBUG: openssl-libs-1:1.1.1k-4.el8.x86_64 1626866329 3765770 cddae1202e90f820cec8382b6b1630b8 installed DEBUG: rpm-libs-4.14.3-18.el8.x86_64 1630040824 735440 2fd574403495ad5e1529a1da7c0b310a installed DEBUG: kmod-libs-25-18.el8.x86_64 1622823500 126632 17bd8901595dbbcd30f16745c3f3ca73 installed DEBUG: trousers-lib-0.3.15-1.el8.x86_64 1605566220 487077 423e3ba3a61be1cc581d0ba03d0e229d installed DEBUG: libutempter-1.1.6-14.el8.x86_64 1557538847 52637 d8773aceac7955c99c3d89a95568c180 installed DEBUG: libpwquality-1.4.4-3.el8.x86_64 1614063739 396608 5d0c7691d011449fd56e6e2e3731e4ef installed DEBUG: util-linux-2.32.1-28.el8.x86_64 1626866651 11545807 39151342b263725b337ff4a3c2ac4bbd installed DEBUG: dracut-049-190.git20210811.el8.x86_64 1629846522 1052038 3fb46372781c0337b85f7a6743eefd14 installed DEBUG: gettext-0.19.8.1-17.el8.x86_64 1573236536 5412553 b0c5f450b122286eb0d173e9c1aaa23d installed DEBUG: glib2-2.56.4-156.el8.x86_64 1625634476 12275528 b989e07c8adace6c70326093c277ee43 installed DEBUG: gnutls-3.6.16-4.el8.x86_64 1624993919 3007935 46be8e1fd08b99a848c08272656a130d installed DEBUG: systemd-239-50.el8.x86_64 1630084120 11229753 a0801d2c17239bb62ddee830cf6c7d43 installed DEBUG: trousers-0.3.15-1.el8.x86_64 1605566220 379862 235c760ad73fd5580c2d3fe9a67ea520 installed DEBUG: gdk-pixbuf2-2.36.12-5.el8.x86_64 1573236241 2657576 3006826ddf4e875c1f21a9da6579bd20 installed DEBUG: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 1629906467 13131 6544e244d2f6738e01f4ae552a7b8935 installed DEBUG: libwayland-egl-1.19.0-1.el8.x86_64 1622524041 8860 8bd504d1bf09ccf3658d76bc8346be0d installed DEBUG: libXtst-1.2.3-7.el8.x86_64 1557800128 35098 902bbd1b6242703d4b4ae3271ca92a24 installed DEBUG: at-spi2-atk-2.26.2-1.el8.x86_64 1557788012 252991 0b0df9b47187e72fbe241886bab20faa installed DEBUG: adwaita-cursor-theme-3.28.0-2.el8.noarch 1557788004 12033505 0fc3ba3843e9481d77dc1d12d6ac5739 installed DEBUG: abattis-cantarell-fonts-0.0.25-6.el8.noarch 1609181181 302419 93b1217d3b93e40bbc360bc7dd84f4d7 installed DEBUG: python3-dateutil-1:2.6.1-6.el8.noarch 1557588521 596677 e1f1417da4b0cd49312a7874c640c923 installed DEBUG: python3-pyyaml-5.4.1-2.el8.x86_64 1614068687 701061 3c205dae0b86376e3fa78875b4f9ed71 installed DEBUG: python3-stestr-2.6.0-4.el8.noarch 1580102595 656922 4470c1296011a91abc1fd91b576392e1 installed DEBUG: libmodman-2.0.1-17.el8.x86_64 1557585203 69479 12f69442d1ad2b256dc4942385f4b9d2 installed DEBUG: libgusb-0.3.0-1.el8.x86_64 1557585045 118249 a69ff57906bc83ebd2bb0b0b00fc0b3b installed DEBUG: json-glib-1.4.4-1.el8.x86_64 1557584699 530243 6e797785105429c5b9286ee029901480 installed DEBUG: dejavu-sans-mono-fonts-2.35-7.el8.noarch 1608016986 1178974 a479fe2a9f8f817d125ff44e09164f3d installed DEBUG: glib-networking-2.56.1-1.1.el8.x86_64 1557584085 531110 7debb73c4c82ac6110fd601795c495df installed DEBUG: rest-0.8.1-2.el8.x86_64 1557809984 194806 7d4b6eebce3b4e507bf8d23addeb9f40 installed DEBUG: librsvg2-tools-2.42.7-4.el8.x86_64 1592251977 59825 e0f04d91a3b3f3c4df0bf9a772f55680 installed DEBUG: python-oslo-log-lang-4.6.0-0.20210906185501.41c8807.el8.noarch 1630954675 17101 56ecfbe513e9b4f6511d6204709591cd installed DEBUG: python3-oslo-i18n-5.0.1-0.20210906170458.73187bd.el8.noarch 1630948056 184307 965e1b300e27aeca1e97ab30748ff844 installed DEBUG: python3-oslo-config-2:8.7.1-0.20210907075421.1a7bd66.el8.noarch 1631001323 1169168 dd9ed87e950186d15020ea5be8117338 installed DEBUG: python-oslo-concurrency-lang-4.4.0-0.20210906191147.7dcf9e9.el8.noarch 1630955671 18833 6144b1a49af3438f5b138ef5b74269a1 installed DEBUG: python3-oslo-log-4.6.0-0.20210906185501.41c8807.el8.noarch 1630954675 166160 0d36e4feaff9501718ed3ca213dc5dd2 installed DEBUG: python3-paramiko-2.7.2-1.el8.noarch 1599648245 1371685 c8dac73d7e1924e36df26348e8031b5d installed DEBUG: python3-oslotest-4.4.1-0.20210907083654.aaf3a72.el8.noarch 1631003940 122733 ebec0a06ed487c23dc5771ae51a718e3 installed DEBUG: python3-jsonschema-3.2.0-5.el8.noarch 1600358490 423199 9aae430f975f2b3eef8644e028e2e7da installed DEBUG: python3-mock-3.0.5-7.el8.noarch 1580362453 159487 8a6ee7f4176cc5df6f33f4cff28ad1eb installed DEBUG: atk-2.28.1-1.el8.x86_64 1557788256 1294970 d03abb8e862140158230d990e67ed0da installed DEBUG: libgcc-8.5.0-3.el8.x86_64 1626871961 190216 6edf7f68e211b624aaaa538b776b9529 installed DEBUG: annobin-9.65-1.el8.0.1.x86_64 1620071555 137307 fcc6112c3f0fa16d8b07d8ae5366d281 installed DEBUG: python-rpm-macros-3-41.el8.noarch 1612249524 4325 568067b3bd7f5112b90b057a94733d90 installed DEBUG: gtk-update-icon-cache-3.22.30-8.el8.x86_64 1627448994 60382 cc871e46a314737eb41d974dcd4731ff installed DEBUG: python3-setuptools-wheel-39.2.0-6.el8.noarch 1587953140 347720 0238bb6e8a2e3318026f17d25cbd3e89 installed DEBUG: urw-base35-c059-fonts-20170801-10.el8.noarch 1557812133 1460348 e6f22d6ea059da79d67e5a1905949c53 installed DEBUG: rust-srpm-macros-5-2.el8.noarch 1557810095 1131 d96b3587cf204ff53b4b377f1f61bcc1 installed DEBUG: urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch 1557812133 1429675 7c8915d94c2c51421ab11e2bd324f4a8 installed DEBUG: ocaml-srpm-macros-5-4.el8.noarch 1557802444 737 287a7361faafcb3820cffcce8958f73b installed DEBUG: urw-base35-z003-fonts-20170801-10.el8.noarch 1557812133 400088 0b8313e3b9335f0786c2adf4c8eedb6e installed DEBUG: adobe-mappings-pdf-20180407-1.el8.noarch 1557787906 4398414 a27029d067dc090e174ebae3e994403a installed DEBUG: pinentry-1.1.0-2.el8.x86_64 1557807137 199914 91e0fb519dd83812e53a731ed74f5fec installed DEBUG: libssh-config-0.9.4-3.el8.noarch 1620256135 277 6a522b6fa42d08d7aba37359112a0032 installed DEBUG: git-core-2.27.0-1.el8.x86_64 1595273763 34013565 964263a468c59a0f3107470d5ea5be43 installed DEBUG: emacs-filesystem-1:26.1-7.el8.noarch 1628538973 0 e6a24e03a687b06b136a371a158ccbd0 installed DEBUG: gnupg2-smime-2.2.20-2.el8.x86_64 1589573313 720770 07e8dbf641edeb357f740440cb1c3a53 installed DEBUG: centos-stream-repos-8-2.el8.noarch 1604968391 23377 0a06407df9cd0816d3ddf2d4aced4ca4 installed DEBUG: gdb-headless-8.2-16.el8.x86_64 1628572565 11906189 43197961bb1d2430d3f302ee65275f71 installed DEBUG: basesystem-11-5.el8.noarch 1557533944 0 f988bd6b76df626c40d6e051ee7629c9 installed DEBUG: efi-srpm-macros-3-3.el8.noarch 1605562930 39223 a3b1b70e34d0e5bc276f89fe7bb6e7ea installed DEBUG: glibc-all-langpacks-2.28-164.el8.x86_64 1629848672 435603584 23c007f089a0cdcc6fbccf3565978024 installed DEBUG: python3-ply-3.9-9.el8.noarch 1610439834 439890 5f9430e3bd204c3065d8f585be96652d installed DEBUG: libsepol-2.9-3.el8.x86_64 1629847198 761624 3f85cc6fc6a3cbe88ab0400ea87e46fa installed DEBUG: python3-pysocks-1.6.8-3.el8.noarch 1557588655 77054 aca0c79a26e9d6a28d3071c1f2270fb4 installed DEBUG: bzip2-libs-1.0.6-26.el8.x86_64 1557535203 77229 dd9abf1cc65154142a808c839f4dda55 installed DEBUG: python3-markupsafe-0.23-19.el8.x86_64 1557807784 78019 3a1380b91678566bb2cbf12fafefcbd7 installed DEBUG: gmp-1:6.1.2-10.el8.x86_64 1573237036 1678740 d97c6201b7617cb78474f88a10f7da34 installed DEBUG: python3-rpm-generators-5-7.el8.noarch 1626973556 56706 844a2dcfc27867543f7823bd6789369b installed DEBUG: libcom_err-1.45.6-2.el8.x86_64 1624512864 61361 97252568280166e6a0d5708c3a0ed5fa installed DEBUG: python3-packaging-20.4-1.el8.noarch 1595581848 226606 6f20a53089845f7e03e43811ab4594da installed DEBUG: readline-7.0-10.el8.x86_64 1557540187 466321 53395adc92c214ce3ce3f63c19180d19 installed DEBUG: python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch 1580212430 48240 c37be18dff58225e5a9ec3235f6c2ff3 installed DEBUG: popt-1.18-1.el8.x86_64 1611039801 126626 34faaf171aafe13b647873235a7d1c2f installed DEBUG: python3-sphinxcontrib-serializinghtml-1.1.3-5.el8.noarch 1580221798 56043 9172de1086c98a9044663bfc8fd16532 installed DEBUG: libgcrypt-1.8.5-6.el8.x86_64 1624993710 1269766 59cc22182bfcfd469760a8cd8be548a8 installed DEBUG: cairo-1.15.12-3.el8.x86_64 1557788594 1881396 1ecc3b8c339aef6694167d1bfc9ff802 installed DEBUG: sed-4.5-2.el8.x86_64 1592252090 765126 8a8f18c36517f3e7bffa79ffca248a36 installed DEBUG: gtk2-2.24.32-5.el8.x86_64 1610550220 13656670 e99de318a9515b6a03d9fe7896439b7d installed DEBUG: libidn2-2.2.0-1.el8.x86_64 1573240114 287762 206b757710d3924958eeb8bd423243bd installed DEBUG: python3-eventlet-0.31.1-1.el8.noarch 1628593955 2570687 92e3a67bcadd29bd1285f2ee73489529 installed DEBUG: libSM-1.2.3-1.el8.x86_64 1557799051 93427 47f227b29e3abb1260b8f1f178b588ca installed DEBUG: python3-sqlalchemy-1.4.18-1.1.el8.x86_64 1624005940 14091342 27e1bb120227f0297c5213ffa88b8126 installed DEBUG: libcap-ng-0.7.11-1.el8.x86_64 1623077234 51470 0cb04ab8bb58a307ae9ae862d5a7c8b0 installed DEBUG: python3-netaddr-0.7.19-8.el8.noarch 1557807764 8801737 eaede48359fa94bd9066db32354aea1d installed DEBUG: libmpc-1.1.0-9.1.el8.x86_64 1605564175 127093 73998427af4ab3f697010e42c96f4ce0 installed DEBUG: libwayland-cursor-1.19.0-1.el8.x86_64 1622524041 34556 405d80e46a38baa8ceab894895b2fcb7 installed DEBUG: unzip-6.0-45.el8.x86_64 1621350366 424077 b83209f888200376234f8d011995bf4f installed DEBUG: python3-stevedore-3.4.0-0.20210906165939.8846a3f.el8.noarch 1630947741 258410 e0708a2695ecef2888bb4e53d35acb03 installed DEBUG: cpio-2.12-10.el8.x86_64 1611306131 967709 efab9eda62f6d64dcc198c1b34693557 installed DEBUG: python3-wcwidth-0.2.5-2.el8.noarch 1599579893 552266 a3f54468628032600541c12ddf200bc6 installed DEBUG: p11-kit-trust-0.23.22-1.el8.x86_64 1610439813 471705 8a956eb5d4f6d6a055b4efaf3b9f62c7 installed DEBUG: python3-pyperclip-1.8.0-2.el8.noarch 1599555843 68899 7e8afc344a375e43f241912b3f4459de installed DEBUG: lcms2-2.9-2.el8.x86_64 1557795901 399313 23d5f2bf5897a440de253fe694e0f57f installed DEBUG: python3-linecache2-1.0.0-25.el8.noarch 1580032171 18263 ef4cfef02d333387e966ca4eaa280a03 installed DEBUG: cpp-8.5.0-3.el8.x86_64 1626871961 29681414 3d4256185fcd6fc796cbd89847b24e99 installed DEBUG: python3-future-0.18.2-3.el8.noarch 1580101451 3346137 bb5545cfb3fe086a8c689921420a541f installed DEBUG: tar-2:1.30-5.el8.x86_64 1595282409 2876727 20cb2b0c9fa5a620cebb8a9af6149065 installed DEBUG: python3-cmd2-1.4.0-1.1.el8.noarch 1610603874 1248496 c991ce87a548e60e2149e95d53bc6826 installed DEBUG: dwz-0.12-10.el8.x86_64 1622696781 230263 7fc13bfd107311f1a1028bb2c7164ef6 installed DEBUG: python3-autopage-0.4.0-1.el8.noarch 1630066309 118226 40489dc41093b2737399425996bc15d0 installed DEBUG: coreutils-common-8.30-12.el8.x86_64 1626239337 9896326 a98eea6d45492839f440ad89af7a608d installed DEBUG: python3-fixtures-3.0.0-16.el8.noarch 1580053087 335675 d73902680734761709ec42b903d521bb installed DEBUG: less-530-1.el8.x86_64 1557584772 344874 c95ece51b133ab6ce794a40e777072d2 installed DEBUG: python3-netifaces-0.10.6-4.el8.x86_64 1557807838 40169 443140928cf8c98b445cf8ba62f5bf4a installed DEBUG: json-c-0.13.1-2.el8.x86_64 1621874312 69154 902e05188e160c06b7da7bf8a507db93 installed DEBUG: at-spi2-core-2.28.0-1.el8.x86_64 1557788137 513975 604290428365670105335380e1e9b5e7 installed DEBUG: pkgconf-1.4.2-1.el8.x86_64 1557540110 63271 c5c251d6f960076fcbae5a6e61fe23d1 installed DEBUG: adwaita-icon-theme-3.28.0-2.el8.noarch 1557788004 13962538 20b031345c750848d2de61ff17919a4a installed DEBUG: libxcrypt-devel-4.1.1-6.el8.x86_64 1620256101 24771 2d838e5efc044e30fecec1c0ee5853b4 installed DEBUG: libyaml-0.1.7-5.el8.x86_64 1557586361 136478 7c8bef326f7edfab7928fbaaeee8c652 installed DEBUG: gawk-4.2.1-2.el8.x86_64 1607447838 2699886 c94dd0a69a3da107b1b5e778c2dfa608 installed DEBUG: python3-invoke-1.4.0-1.el8.noarch 1580288313 544736 5874b03f8e7163f7a2ccb9948bb0590b installed DEBUG: ncurses-6.1-9.20180224.el8.x86_64 1622524064 589260 7b3a1ad3710728b25aea8db0cc7ad5aa installed DEBUG: colord-libs-1.4.2-1.el8.x86_64 1557789086 843500 7f38945c8f4cb1c618752796a7be2807 installed DEBUG: jbig2dec-libs-0.16-1.el8.x86_64 1606872437 159483 dffd88facccacc54747680c27e6dc140 installed DEBUG: gsettings-desktop-schemas-3.32.0-6.el8.x86_64 1627031175 4217216 9981d1cea99a4f1b524e98bb55684815 installed DEBUG: libxcb-1.13.1-1.el8.x86_64 1586219222 1028472 9871866c5dc03e2f1adf8c7cc84d8a1d installed DEBUG: gtk3-3.22.30-8.el8.x86_64 1627448994 18256502 690e1f77079d100193457a688007ce7a installed DEBUG: libXt-1.1.5-12.el8.x86_64 1573245539 597617 3238eebe16e74f4f20a0d43492842ab2 installed DEBUG: python-oslo-i18n-lang-5.0.1-0.20210906170458.73187bd.el8.noarch 1630948056 16179 82d992807ab63dfe8b00237ace0f87b5 installed DEBUG: libXcursor-1.1.15-3.el8.x86_64 1557799696 48759 1f160b358d95dc012768764ef017ab26 installed DEBUG: python3-oslo-serialization-4.2.0-0.20210906182904.2b94a4f.el8.noarch 1630953095 75252 7ba53fffba1d349e6d4ad7d2709cf503 installed DEBUG: libXaw-1.0.13-10.el8.x86_64 1557799695 523837 2017f62bc27ca372978960ff77416260 installed DEBUG: python3-sphinxcontrib-rsvgconverter-1.0.1-1.el8.noarch 1580289996 6019 976e3604ac7f33a6e50ef0c3fd648100 installed DEBUG: libXcomposite-0.4.4-14.el8.x86_64 1557799684 35952 994c8bec984cc544058db44ccad111b2 installed DEBUG: python3-openstackdocstheme-2.2.6-1.el8.noarch 1604035726 2253726 cf10b337d199b52b9f49cd46cd53d512 installed DEBUG: libthai-0.1.27-2.el8.x86_64 1557799230 774997 801f8cc0e2979cb4c0fd989e1ff4f752 installed DEBUG: mcpp-2.7.2-20.el8.x86_64 1557800694 53794 b10475c4ce5d13728b96c76f68834d1e installed DEBUG: libxkbcommon-0.9.1-1.el8.x86_64 1586217131 274814 25be112b9cbc4a9c50fe045ce7ab452b installed DEBUG: python3-libs-3.6.8-40.el8.x86_64 1629850779 32581183 9ca0dba9884f11e1ce6d7abfbb3a9465 installed DEBUG: platform-python-3.6.8-40.el8.x86_64 1629850779 41198 7544801834b58fffdb26b67f7ddc1582 installed DEBUG: libarchive-3.3.3-1.el8.x86_64 1601995489 838455 05e505ff83e1107e71b203b4388b9aae installed DEBUG: openssl-1:1.1.1k-4.el8.x86_64 1626866329 1185218 2409ccdc6d5319c49565888f369c5c9b installed DEBUG: gzip-1.9-12.el8.x86_64 1610550125 353139 2f5cbac65e6e769ea27d85bb81a8a6f5 installed DEBUG: krb5-libs-1.18.2-14.el8.x86_64 1629954745 2237923 5d819411fc906b44dfc085f3723d8c3a installed DEBUG: device-mapper-8:1.02.177-6.el8.x86_64 1628744813 357429 a94ecaec7049df36f8205bcf9fa76484 installed DEBUG: rpm-4.14.3-18.el8.x86_64 1630040824 2086967 6126a07a913df0ac5d650394817a2669 installed DEBUG: libmount-2.32.1-28.el8.x86_64 1626866651 398218 9e9e7121a52404b0751ce1f31356e543 installed DEBUG: systemd-libs-239-50.el8.x86_64 1630084120 4552518 fe237cf15c9e44508b9d6d2e3266f4cb installed DEBUG: ca-certificates-2021.2.50-82.el8.noarch 1623906402 930319 f43d9b912c776fe23ed10770486dc915 installed DEBUG: kmod-25-18.el8.x86_64 1622823500 243726 2085e1d04ce5db3b73eef8d627fc287e installed DEBUG: dbus-daemon-1:1.12.8-14.el8.x86_64 1620464674 559528 011f230df25e4a05084bc41f5845575a installed DEBUG: pam-1.3.1-15.el8.x86_64 1620364033 2627190 d90db6418acc99d49b7bfc573a5b2944 installed DEBUG: os-prober-1.74-9.el8.x86_64 1629847570 106853 54decc47ed132277a6f4cd42333ae80f installed DEBUG: shared-mime-info-1.9-3.el8.x86_64 1557589056 2442451 1d8fd8be23dbda89657c931d08c58c20 installed DEBUG: systemd-udev-239-50.el8.x86_64 1630084120 8007681 156a4677587942a4e9fdb6e027cd08d7 installed DEBUG: python3-pip-9.0.3-20.el8.noarch 1624251997 2870 c9b29b0d34522be18b549297b929780b installed DEBUG: Child return code was: 0 Finish: Outputting list of installed packages Start: rpmbuild openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.src.rpm INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/openstack-tempest.spec'], chrootPath='/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1024gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.cmele6l8:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11']unshare_net=TrueprintOutput=False) DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.cmele6l8:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '0ea4ccbdc982415bba5968efbba71f58', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.cmele6l8:/etc/resolv.conf', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/openstack-tempest.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.L4hDuu DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd /builddir/build/BUILD DEBUG: + rm -rf tempest-28.1.0 DEBUG: + /usr/bin/gzip -dc /builddir/build/SOURCES/tempest-28.1.0-0.20210907163724.ad2c300.tar.gz DEBUG: + /usr/bin/tar -xof - DEBUG: + STATUS=0 DEBUG: + '[' 0 -ne 0 ']' DEBUG: + cd tempest-28.1.0 DEBUG: + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . DEBUG: + /usr/bin/git init -q DEBUG: + /usr/bin/git config user.name rpm-build DEBUG: + /usr/bin/git config user.email '' DEBUG: + /usr/bin/git add . DEBUG: + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'openstack-tempest-28.1.0 base' DEBUG: + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg DEBUG: + rm -rf requirements.txt test-requirements.txt DEBUG: + RPMLINT_OFFENDERS='tempest/cmd/list_plugins.py tempest/cmd/cleanup.py tempest/cmd/cleanup_service.py tempest/cmd/verify_tempest_config.py tempest/cmd/account_generator.py tempest/lib/cmd/skip_tracker.py tempest/lib/cmd/check_uuid.py' DEBUG: + sed -i '1{/^#!/d}' tempest/cmd/list_plugins.py tempest/cmd/cleanup.py tempest/cmd/cleanup_service.py tempest/cmd/verify_tempest_config.py tempest/cmd/account_generator.py tempest/lib/cmd/skip_tracker.py tempest/lib/cmd/check_uuid.py DEBUG: + chmod u=rw,go=r tempest/cmd/list_plugins.py tempest/cmd/cleanup.py tempest/cmd/cleanup_service.py tempest/cmd/verify_tempest_config.py tempest/cmd/account_generator.py tempest/lib/cmd/skip_tracker.py tempest/lib/cmd/check_uuid.py DEBUG: + exit 0 DEBUG: Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Hy87Ju DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tempest-28.1.0 DEBUG: + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' DEBUG: + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' DEBUG: running build DEBUG: running build_py DEBUG: creating build DEBUG: creating build/lib DEBUG: creating build/lib/tempest DEBUG: creating build/lib/tempest/tests DEBUG: creating build/lib/tempest/tests/common DEBUG: creating build/lib/tempest/tests/common/utils DEBUG: copying tempest/tests/common/utils/__init__.py -> build/lib/tempest/tests/common/utils DEBUG: copying tempest/tests/common/utils/test_net_utils.py -> build/lib/tempest/tests/common/utils DEBUG: creating build/lib/tempest/api DEBUG: creating build/lib/tempest/api/compute DEBUG: creating build/lib/tempest/api/compute/keypairs DEBUG: copying tempest/api/compute/keypairs/__init__.py -> build/lib/tempest/api/compute/keypairs DEBUG: copying tempest/api/compute/keypairs/base.py -> build/lib/tempest/api/compute/keypairs DEBUG: copying tempest/api/compute/keypairs/test_keypairs.py -> build/lib/tempest/api/compute/keypairs DEBUG: copying tempest/api/compute/keypairs/test_keypairs_negative.py -> build/lib/tempest/api/compute/keypairs DEBUG: copying tempest/api/compute/keypairs/test_keypairs_v22.py -> build/lib/tempest/api/compute/keypairs DEBUG: creating build/lib/tempest/api/identity DEBUG: creating build/lib/tempest/api/identity/admin DEBUG: creating build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/__init__.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_application_credentials.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_credentials.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_default_project_id.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_domain_configuration.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_domains.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_domains_negative.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_endpoint_groups.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_endpoints.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_endpoints_negative.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_groups.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_inherits.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_list_projects.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_list_users.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_oauth_consumers.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_policies.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_project_tags.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_projects.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_projects_negative.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_regions.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_roles.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_services.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_tokens.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_trusts.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_users.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: copying tempest/api/identity/admin/v3/test_users_negative.py -> build/lib/tempest/api/identity/admin/v3 DEBUG: creating build/lib/tempest/tests/lib DEBUG: creating build/lib/tempest/tests/lib/services DEBUG: creating build/lib/tempest/tests/lib/services/image DEBUG: creating build/lib/tempest/tests/lib/services/image/v1 DEBUG: copying tempest/tests/lib/services/image/v1/__init__.py -> build/lib/tempest/tests/lib/services/image/v1 DEBUG: copying tempest/tests/lib/services/image/v1/test_image_members_client.py -> build/lib/tempest/tests/lib/services/image/v1 DEBUG: creating build/lib/tempest/lib DEBUG: creating build/lib/tempest/lib/api_schema DEBUG: creating build/lib/tempest/lib/api_schema/response DEBUG: creating build/lib/tempest/lib/api_schema/response/compute DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_63 DEBUG: copying tempest/lib/api_schema/response/compute/v2_63/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_63 DEBUG: copying tempest/lib/api_schema/response/compute/v2_63/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_63 DEBUG: creating build/lib/tempest/test_discover DEBUG: copying tempest/test_discover/__init__.py -> build/lib/tempest/test_discover DEBUG: copying tempest/test_discover/plugins.py -> build/lib/tempest/test_discover DEBUG: copying tempest/test_discover/test_discover.py -> build/lib/tempest/test_discover DEBUG: creating build/lib/tempest/lib/cli DEBUG: copying tempest/lib/cli/__init__.py -> build/lib/tempest/lib/cli DEBUG: copying tempest/lib/cli/base.py -> build/lib/tempest/lib/cli DEBUG: copying tempest/lib/cli/output_parser.py -> build/lib/tempest/lib/cli DEBUG: copying tempest/tests/common/__init__.py -> build/lib/tempest/tests/common DEBUG: copying tempest/tests/common/test_admin_available.py -> build/lib/tempest/tests/common DEBUG: copying tempest/tests/common/test_alt_available.py -> build/lib/tempest/tests/common DEBUG: copying tempest/tests/common/test_compute.py -> build/lib/tempest/tests/common DEBUG: copying tempest/tests/common/test_credentials_factory.py -> build/lib/tempest/tests/common DEBUG: copying tempest/tests/common/test_custom_matchers.py -> build/lib/tempest/tests/common DEBUG: copying tempest/tests/common/test_image.py -> build/lib/tempest/tests/common DEBUG: copying tempest/tests/common/test_waiters.py -> build/lib/tempest/tests/common DEBUG: creating build/lib/tempest/lib/services DEBUG: creating build/lib/tempest/lib/services/image DEBUG: copying tempest/lib/services/image/__init__.py -> build/lib/tempest/lib/services/image DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_47 DEBUG: copying tempest/lib/api_schema/response/compute/v2_47/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_47 DEBUG: copying tempest/lib/api_schema/response/compute/v2_47/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_47 DEBUG: creating build/lib/tempest/api/identity/v3 DEBUG: copying tempest/api/identity/v3/__init__.py -> build/lib/tempest/api/identity/v3 DEBUG: copying tempest/api/identity/v3/test_access_rules.py -> build/lib/tempest/api/identity/v3 DEBUG: copying tempest/api/identity/v3/test_api_discovery.py -> build/lib/tempest/api/identity/v3 DEBUG: copying tempest/api/identity/v3/test_application_credentials.py -> build/lib/tempest/api/identity/v3 DEBUG: copying tempest/api/identity/v3/test_catalog.py -> build/lib/tempest/api/identity/v3 DEBUG: copying tempest/api/identity/v3/test_domains.py -> build/lib/tempest/api/identity/v3 DEBUG: copying tempest/api/identity/v3/test_ec2_credentials.py -> build/lib/tempest/api/identity/v3 DEBUG: copying tempest/api/identity/v3/test_projects.py -> build/lib/tempest/api/identity/v3 DEBUG: copying tempest/api/identity/v3/test_tokens.py -> build/lib/tempest/api/identity/v3 DEBUG: copying tempest/api/identity/v3/test_users.py -> build/lib/tempest/api/identity/v3 DEBUG: creating build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/__init__.py -> build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/api_microversion_fixture.py -> build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/api_version_request.py -> build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/api_version_utils.py -> build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/cred_client.py -> build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/cred_provider.py -> build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/dynamic_creds.py -> build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/fixed_network.py -> build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/http.py -> build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/jsonschema_validator.py -> build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/preprov_creds.py -> build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/profiler.py -> build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/rest_client.py -> build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/ssh.py -> build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/thread.py -> build/lib/tempest/lib/common DEBUG: copying tempest/lib/common/validation_resources.py -> build/lib/tempest/lib/common DEBUG: creating build/lib/tempest/lib/common/utils DEBUG: creating build/lib/tempest/lib/common/utils/linux DEBUG: copying tempest/lib/common/utils/linux/__init__.py -> build/lib/tempest/lib/common/utils/linux DEBUG: copying tempest/lib/common/utils/linux/remote_client.py -> build/lib/tempest/lib/common/utils/linux DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_26 DEBUG: copying tempest/lib/api_schema/response/compute/v2_26/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_26 DEBUG: copying tempest/lib/api_schema/response/compute/v2_26/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_26 DEBUG: copying tempest/api/compute/__init__.py -> build/lib/tempest/api/compute DEBUG: copying tempest/api/compute/api_microversion_fixture.py -> build/lib/tempest/api/compute DEBUG: copying tempest/api/compute/base.py -> build/lib/tempest/api/compute DEBUG: copying tempest/api/compute/test_extensions.py -> build/lib/tempest/api/compute DEBUG: copying tempest/api/compute/test_networks.py -> build/lib/tempest/api/compute DEBUG: copying tempest/api/compute/test_quotas.py -> build/lib/tempest/api/compute DEBUG: copying tempest/api/compute/test_tenant_networks.py -> build/lib/tempest/api/compute DEBUG: copying tempest/api/compute/test_versions.py -> build/lib/tempest/api/compute DEBUG: copying tempest/lib/__init__.py -> build/lib/tempest/lib DEBUG: copying tempest/lib/auth.py -> build/lib/tempest/lib DEBUG: copying tempest/lib/base.py -> build/lib/tempest/lib DEBUG: copying tempest/lib/decorators.py -> build/lib/tempest/lib DEBUG: copying tempest/lib/exceptions.py -> build/lib/tempest/lib DEBUG: creating build/lib/tempest/api/volume DEBUG: creating build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/__init__.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_backends_capabilities.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_encrypted_volumes_extend.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_group_snapshots.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_group_type_specs.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_group_types.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_groups.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_multi_backend.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_qos.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_snapshot_manage.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_snapshots_actions.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_user_messages.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volume_hosts.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volume_manage.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volume_pools.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volume_quota_classes.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volume_quotas.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volume_quotas_negative.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volume_retype.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volume_services.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volume_services_negative.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volume_type_access.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volume_types.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volume_types_extra_specs.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volume_types_extra_specs_negative.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volume_types_negative.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volumes_actions.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volumes_backup.py -> build/lib/tempest/api/volume/admin DEBUG: copying tempest/api/volume/admin/test_volumes_list.py -> build/lib/tempest/api/volume/admin DEBUG: creating build/lib/tempest/tests/api DEBUG: creating build/lib/tempest/tests/api/compute DEBUG: copying tempest/tests/api/compute/__init__.py -> build/lib/tempest/tests/api/compute DEBUG: copying tempest/tests/api/compute/test_base.py -> build/lib/tempest/tests/api/compute DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_19 DEBUG: copying tempest/lib/api_schema/response/compute/v2_19/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_19 DEBUG: copying tempest/lib/api_schema/response/compute/v2_19/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_19 DEBUG: creating build/lib/tempest/api/compute/images DEBUG: copying tempest/api/compute/images/__init__.py -> build/lib/tempest/api/compute/images DEBUG: copying tempest/api/compute/images/test_image_metadata.py -> build/lib/tempest/api/compute/images DEBUG: copying tempest/api/compute/images/test_image_metadata_negative.py -> build/lib/tempest/api/compute/images DEBUG: copying tempest/api/compute/images/test_images.py -> build/lib/tempest/api/compute/images DEBUG: copying tempest/api/compute/images/test_images_negative.py -> build/lib/tempest/api/compute/images DEBUG: copying tempest/api/compute/images/test_images_oneserver.py -> build/lib/tempest/api/compute/images DEBUG: copying tempest/api/compute/images/test_images_oneserver_negative.py -> build/lib/tempest/api/compute/images DEBUG: copying tempest/api/compute/images/test_list_image_filters.py -> build/lib/tempest/api/compute/images DEBUG: copying tempest/api/compute/images/test_list_image_filters_negative.py -> build/lib/tempest/api/compute/images DEBUG: copying tempest/api/compute/images/test_list_images.py -> build/lib/tempest/api/compute/images DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_16 DEBUG: copying tempest/lib/api_schema/response/compute/v2_16/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_16 DEBUG: copying tempest/lib/api_schema/response/compute/v2_16/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_16 DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_2 DEBUG: copying tempest/lib/api_schema/response/compute/v2_2/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_2 DEBUG: copying tempest/lib/api_schema/response/compute/v2_2/keypairs.py -> build/lib/tempest/lib/api_schema/response/compute/v2_2 DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_41 DEBUG: copying tempest/lib/api_schema/response/compute/v2_41/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_41 DEBUG: copying tempest/lib/api_schema/response/compute/v2_41/aggregates.py -> build/lib/tempest/lib/api_schema/response/compute/v2_41 DEBUG: copying tempest/lib/common/utils/__init__.py -> build/lib/tempest/lib/common/utils DEBUG: copying tempest/lib/common/utils/data_utils.py -> build/lib/tempest/lib/common/utils DEBUG: copying tempest/lib/common/utils/misc.py -> build/lib/tempest/lib/common/utils DEBUG: copying tempest/lib/common/utils/test_utils.py -> build/lib/tempest/lib/common/utils DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_70 DEBUG: copying tempest/lib/api_schema/response/compute/v2_70/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_70 DEBUG: copying tempest/lib/api_schema/response/compute/v2_70/interfaces.py -> build/lib/tempest/lib/api_schema/response/compute/v2_70 DEBUG: copying tempest/lib/api_schema/response/compute/v2_70/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_70 DEBUG: creating build/lib/tempest/api/image DEBUG: creating build/lib/tempest/api/image/v1 DEBUG: copying tempest/api/image/v1/__init__.py -> build/lib/tempest/api/image/v1 DEBUG: copying tempest/api/image/v1/test_image_members.py -> build/lib/tempest/api/image/v1 DEBUG: copying tempest/api/image/v1/test_image_members_negative.py -> build/lib/tempest/api/image/v1 DEBUG: copying tempest/api/image/v1/test_images.py -> build/lib/tempest/api/image/v1 DEBUG: copying tempest/api/image/v1/test_images_negative.py -> build/lib/tempest/api/image/v1 DEBUG: creating build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/__init__.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/backups.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/capabilities.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/encryption_types.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/extensions.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/group_snapshots.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/group_types.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/groups.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/hosts.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/limits.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/manage_snapshot.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/manage_volume.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/messages.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/qos.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/quota_classes.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/quotas.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/scheduler_stats.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/services.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/snapshots.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/transfers.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/versions.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/volume_types.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: copying tempest/lib/api_schema/response/volume/volumes.py -> build/lib/tempest/lib/api_schema/response/volume DEBUG: creating build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/__init__.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/agents_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/aggregates_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/assisted_volume_snapshots_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/availability_zone_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/baremetal_nodes_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/base_compute_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/certificates_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/extensions_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/fixed_ips_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/flavors_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/floating_ip_pools_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/floating_ips_bulk_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/floating_ips_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/hosts_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/hypervisor_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/images_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/instance_usage_audit_log_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/interfaces_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/keypairs_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/limits_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/migrations_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/networks_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/quota_classes_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/quotas_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/security_group_default_rules_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/security_group_rules_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/security_groups_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/server_groups_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/servers_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/services_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/snapshots_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/tenant_networks_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/tenant_usages_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/versions_client.py -> build/lib/tempest/lib/services/compute DEBUG: copying tempest/lib/services/compute/volumes_client.py -> build/lib/tempest/lib/services/compute DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_9 DEBUG: copying tempest/lib/api_schema/response/compute/v2_9/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_9 DEBUG: copying tempest/lib/api_schema/response/compute/v2_9/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_9 DEBUG: creating build/lib/tempest/lib/services/image/v2 DEBUG: copying tempest/lib/services/image/v2/__init__.py -> build/lib/tempest/lib/services/image/v2 DEBUG: copying tempest/lib/services/image/v2/image_members_client.py -> build/lib/tempest/lib/services/image/v2 DEBUG: copying tempest/lib/services/image/v2/images_client.py -> build/lib/tempest/lib/services/image/v2 DEBUG: copying tempest/lib/services/image/v2/namespace_objects_client.py -> build/lib/tempest/lib/services/image/v2 DEBUG: copying tempest/lib/services/image/v2/namespace_properties_client.py -> build/lib/tempest/lib/services/image/v2 DEBUG: copying tempest/lib/services/image/v2/namespace_tags_client.py -> build/lib/tempest/lib/services/image/v2 DEBUG: copying tempest/lib/services/image/v2/namespaces_client.py -> build/lib/tempest/lib/services/image/v2 DEBUG: copying tempest/lib/services/image/v2/resource_types_client.py -> build/lib/tempest/lib/services/image/v2 DEBUG: copying tempest/lib/services/image/v2/schemas_client.py -> build/lib/tempest/lib/services/image/v2 DEBUG: copying tempest/lib/services/image/v2/versions_client.py -> build/lib/tempest/lib/services/image/v2 DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_28 DEBUG: copying tempest/lib/api_schema/response/compute/v2_28/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_28 DEBUG: copying tempest/lib/api_schema/response/compute/v2_28/hypervisors.py -> build/lib/tempest/lib/api_schema/response/compute/v2_28 DEBUG: creating build/lib/tempest/common DEBUG: creating build/lib/tempest/common/utils DEBUG: creating build/lib/tempest/common/utils/linux DEBUG: copying tempest/common/utils/linux/__init__.py -> build/lib/tempest/common/utils/linux DEBUG: copying tempest/common/utils/linux/remote_client.py -> build/lib/tempest/common/utils/linux DEBUG: copying tempest/common/utils/__init__.py -> build/lib/tempest/common/utils DEBUG: copying tempest/common/utils/net_info.py -> build/lib/tempest/common/utils DEBUG: copying tempest/common/utils/net_utils.py -> build/lib/tempest/common/utils DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_53 DEBUG: copying tempest/lib/api_schema/response/compute/v2_53/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_53 DEBUG: copying tempest/lib/api_schema/response/compute/v2_53/services.py -> build/lib/tempest/lib/api_schema/response/compute/v2_53 DEBUG: creating build/lib/tempest/lib/services/placement DEBUG: copying tempest/lib/services/placement/__init__.py -> build/lib/tempest/lib/services/placement DEBUG: copying tempest/lib/services/placement/base_placement_client.py -> build/lib/tempest/lib/services/placement DEBUG: copying tempest/lib/services/placement/placement_client.py -> build/lib/tempest/lib/services/placement DEBUG: copying tempest/lib/services/placement/resource_providers_client.py -> build/lib/tempest/lib/services/placement DEBUG: creating build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/__init__.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_attach_interfaces.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_availability_zone.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_create_server.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_create_server_multi_nic.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_delete_server.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_device_tagging.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_disk_config.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_instance_actions.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_instance_actions_negative.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_list_server_filters.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_list_servers_negative.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_multiple_create.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_multiple_create_negative.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_novnc.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_server_actions.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_server_addresses.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_server_addresses_negative.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_server_group.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_server_metadata.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_server_metadata_negative.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_server_password.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_server_personality.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_server_rescue.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_server_rescue_negative.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_server_tags.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_servers.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_servers_microversions.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_servers_negative.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_virtual_interfaces.py -> build/lib/tempest/api/compute/servers DEBUG: copying tempest/api/compute/servers/test_virtual_interfaces_negative.py -> build/lib/tempest/api/compute/servers DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_79 DEBUG: copying tempest/lib/api_schema/response/compute/v2_79/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_79 DEBUG: copying tempest/lib/api_schema/response/compute/v2_79/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_79 DEBUG: copying tempest/tests/api/__init__.py -> build/lib/tempest/tests/api DEBUG: creating build/lib/tempest/tests/lib/services/identity DEBUG: creating build/lib/tempest/tests/lib/services/identity/v2 DEBUG: copying tempest/tests/lib/services/identity/v2/__init__.py -> build/lib/tempest/tests/lib/services/identity/v2 DEBUG: copying tempest/tests/lib/services/identity/v2/test_endpoints_client.py -> build/lib/tempest/tests/lib/services/identity/v2 DEBUG: copying tempest/tests/lib/services/identity/v2/test_identity_client.py -> build/lib/tempest/tests/lib/services/identity/v2 DEBUG: copying tempest/tests/lib/services/identity/v2/test_roles_client.py -> build/lib/tempest/tests/lib/services/identity/v2 DEBUG: copying tempest/tests/lib/services/identity/v2/test_services_client.py -> build/lib/tempest/tests/lib/services/identity/v2 DEBUG: copying tempest/tests/lib/services/identity/v2/test_tenants_client.py -> build/lib/tempest/tests/lib/services/identity/v2 DEBUG: copying tempest/tests/lib/services/identity/v2/test_token_client.py -> build/lib/tempest/tests/lib/services/identity/v2 DEBUG: copying tempest/tests/lib/services/identity/v2/test_users_client.py -> build/lib/tempest/tests/lib/services/identity/v2 DEBUG: creating build/lib/tempest/tests/lib/common DEBUG: creating build/lib/tempest/tests/lib/common/utils DEBUG: copying tempest/tests/lib/common/utils/__init__.py -> build/lib/tempest/tests/lib/common/utils DEBUG: copying tempest/tests/lib/common/utils/test_data_utils.py -> build/lib/tempest/tests/lib/common/utils DEBUG: copying tempest/tests/lib/common/utils/test_misc.py -> build/lib/tempest/tests/lib/common/utils DEBUG: copying tempest/tests/lib/common/utils/test_test_utils.py -> build/lib/tempest/tests/lib/common/utils DEBUG: creating build/lib/tempest/tests/files DEBUG: copying tempest/tests/files/__init__.py -> build/lib/tempest/tests/files DEBUG: copying tempest/tests/__init__.py -> build/lib/tempest/tests DEBUG: copying tempest/tests/base.py -> build/lib/tempest/tests DEBUG: copying tempest/tests/fake_config.py -> build/lib/tempest/tests DEBUG: copying tempest/tests/fake_tempest_plugin.py -> build/lib/tempest/tests DEBUG: copying tempest/tests/test_base_test.py -> build/lib/tempest/tests DEBUG: copying tempest/tests/test_config.py -> build/lib/tempest/tests DEBUG: copying tempest/tests/test_decorators.py -> build/lib/tempest/tests DEBUG: copying tempest/tests/test_hacking.py -> build/lib/tempest/tests DEBUG: copying tempest/tests/test_imports.py -> build/lib/tempest/tests DEBUG: copying tempest/tests/test_list_tests.py -> build/lib/tempest/tests DEBUG: copying tempest/tests/test_microversions.py -> build/lib/tempest/tests DEBUG: copying tempest/tests/test_tempest_plugin.py -> build/lib/tempest/tests DEBUG: copying tempest/tests/test_test.py -> build/lib/tempest/tests DEBUG: copying tempest/tests/utils.py -> build/lib/tempest/tests DEBUG: creating build/lib/tempest/tests/lib/services/image/v2 DEBUG: copying tempest/tests/lib/services/image/v2/__init__.py -> build/lib/tempest/tests/lib/services/image/v2 DEBUG: copying tempest/tests/lib/services/image/v2/test_image_members_client.py -> build/lib/tempest/tests/lib/services/image/v2 DEBUG: copying tempest/tests/lib/services/image/v2/test_images_client.py -> build/lib/tempest/tests/lib/services/image/v2 DEBUG: copying tempest/tests/lib/services/image/v2/test_namespace_object_client.py -> build/lib/tempest/tests/lib/services/image/v2 DEBUG: copying tempest/tests/lib/services/image/v2/test_namespace_properties_client.py -> build/lib/tempest/tests/lib/services/image/v2 DEBUG: copying tempest/tests/lib/services/image/v2/test_namespace_tags_client.py -> build/lib/tempest/tests/lib/services/image/v2 DEBUG: copying tempest/tests/lib/services/image/v2/test_namespaces_client.py -> build/lib/tempest/tests/lib/services/image/v2 DEBUG: copying tempest/tests/lib/services/image/v2/test_resource_types_client.py -> build/lib/tempest/tests/lib/services/image/v2 DEBUG: copying tempest/tests/lib/services/image/v2/test_schemas_client.py -> build/lib/tempest/tests/lib/services/image/v2 DEBUG: copying tempest/tests/lib/services/image/v2/test_versions_client.py -> build/lib/tempest/tests/lib/services/image/v2 DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_8 DEBUG: copying tempest/lib/api_schema/response/compute/v2_8/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_8 DEBUG: copying tempest/lib/api_schema/response/compute/v2_8/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_8 DEBUG: copying tempest/tests/lib/services/image/__init__.py -> build/lib/tempest/tests/lib/services/image DEBUG: copying tempest/api/image/__init__.py -> build/lib/tempest/api/image DEBUG: copying tempest/api/image/base.py -> build/lib/tempest/api/image DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_55 DEBUG: copying tempest/lib/api_schema/response/compute/v2_55/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_55 DEBUG: copying tempest/lib/api_schema/response/compute/v2_55/flavors.py -> build/lib/tempest/lib/api_schema/response/compute/v2_55 DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_23 DEBUG: copying tempest/lib/api_schema/response/compute/v2_23/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_23 DEBUG: copying tempest/lib/api_schema/response/compute/v2_23/migrations.py -> build/lib/tempest/lib/api_schema/response/compute/v2_23 DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_39 DEBUG: copying tempest/lib/api_schema/response/compute/v2_39/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_39 DEBUG: copying tempest/lib/api_schema/response/compute/v2_39/limits.py -> build/lib/tempest/lib/api_schema/response/compute/v2_39 DEBUG: creating build/lib/tempest/lib/services/identity DEBUG: creating build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/__init__.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/access_rules_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/application_credentials_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/catalog_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/credentials_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/domain_configuration_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/domains_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/endpoint_filter_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/endpoint_groups_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/endpoints_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/groups_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/identity_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/identity_providers_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/inherited_roles_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/limits_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/mappings_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/oauth_consumers_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/oauth_token_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/policies_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/project_tags_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/projects_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/protocols_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/regions_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/role_assignments_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/roles_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/service_providers_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/services_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/token_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/trusts_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/users_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/lib/services/identity/v3/versions_client.py -> build/lib/tempest/lib/services/identity/v3 DEBUG: copying tempest/__init__.py -> build/lib/tempest DEBUG: copying tempest/clients.py -> build/lib/tempest DEBUG: copying tempest/config.py -> build/lib/tempest DEBUG: copying tempest/exceptions.py -> build/lib/tempest DEBUG: copying tempest/test.py -> build/lib/tempest DEBUG: copying tempest/version.py -> build/lib/tempest DEBUG: creating build/lib/tempest/tests/lib/services/volume DEBUG: copying tempest/tests/lib/services/volume/__init__.py -> build/lib/tempest/tests/lib/services/volume DEBUG: copying tempest/api/identity/admin/__init__.py -> build/lib/tempest/api/identity/admin DEBUG: creating build/lib/tempest/lib/cmd DEBUG: copying tempest/lib/cmd/check_uuid.py -> build/lib/tempest/lib/cmd DEBUG: copying tempest/lib/cmd/skip_tracker.py -> build/lib/tempest/lib/cmd DEBUG: copying tempest/lib/cmd/__init__.py -> build/lib/tempest/lib/cmd DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_71 DEBUG: copying tempest/lib/api_schema/response/compute/v2_71/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_71 DEBUG: copying tempest/lib/api_schema/response/compute/v2_71/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_71 DEBUG: creating build/lib/tempest/api/network DEBUG: creating build/lib/tempest/api/network/admin DEBUG: copying tempest/api/network/admin/__init__.py -> build/lib/tempest/api/network/admin DEBUG: copying tempest/api/network/admin/test_dhcp_agent_scheduler.py -> build/lib/tempest/api/network/admin DEBUG: copying tempest/api/network/admin/test_external_network_extension.py -> build/lib/tempest/api/network/admin DEBUG: copying tempest/api/network/admin/test_external_networks_negative.py -> build/lib/tempest/api/network/admin DEBUG: copying tempest/api/network/admin/test_floating_ips_admin_actions.py -> build/lib/tempest/api/network/admin DEBUG: copying tempest/api/network/admin/test_metering_extensions.py -> build/lib/tempest/api/network/admin DEBUG: copying tempest/api/network/admin/test_negative_quotas.py -> build/lib/tempest/api/network/admin DEBUG: copying tempest/api/network/admin/test_ports.py -> build/lib/tempest/api/network/admin DEBUG: copying tempest/api/network/admin/test_quotas.py -> build/lib/tempest/api/network/admin DEBUG: copying tempest/api/network/admin/test_routers.py -> build/lib/tempest/api/network/admin DEBUG: copying tempest/api/network/admin/test_routers_dvr.py -> build/lib/tempest/api/network/admin DEBUG: copying tempest/api/network/admin/test_routers_negative.py -> build/lib/tempest/api/network/admin DEBUG: copying tempest/lib/services/__init__.py -> build/lib/tempest/lib/services DEBUG: copying tempest/lib/services/clients.py -> build/lib/tempest/lib/services DEBUG: creating build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/__init__.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_agents_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_base_network_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_extensions_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_floating_ips_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_log_resource_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_loggable_resource_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_metering_label_rules_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_metering_labels_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_networks_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_ports_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_qos_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_qos_limit_bandwidth_rules_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_quotas_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_routers_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_security_group_rules_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_security_groups_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_segments_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_service_providers_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_subnetpools_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_subnets_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_tags_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_trunks_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: copying tempest/tests/lib/services/network/test_versions_client.py -> build/lib/tempest/tests/lib/services/network DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_3 DEBUG: copying tempest/lib/api_schema/response/compute/v2_3/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_3 DEBUG: copying tempest/lib/api_schema/response/compute/v2_3/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_3 DEBUG: creating build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/__init__.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_agents.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_aggregates.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_aggregates_negative.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_auto_allocate_network.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_availability_zone.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_availability_zone_negative.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_create_server.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_delete_server.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_fixed_ips.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_fixed_ips_negative.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_flavors.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_flavors_access.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_flavors_access_negative.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_flavors_extra_specs.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_flavors_extra_specs_negative.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_flavors_microversions.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_floating_ips_bulk.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_hosts.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_hosts_negative.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_hypervisor.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_hypervisor_negative.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_instance_usage_audit_log.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_instance_usage_audit_log_negative.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_keypairs_v210.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_live_migration.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_live_migration_negative.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_migrations.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_networks.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_quotas.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_quotas_negative.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_security_groups.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_server_diagnostics.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_server_diagnostics_negative.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_servers.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_servers_negative.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_servers_on_multinodes.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_services.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_services_negative.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_simple_tenant_usage.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_simple_tenant_usage_negative.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_volume.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_volume_swap.py -> build/lib/tempest/api/compute/admin DEBUG: copying tempest/api/compute/admin/test_volumes_negative.py -> build/lib/tempest/api/compute/admin DEBUG: creating build/lib/tempest/lib/services/volume DEBUG: creating build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/__init__.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/availability_zone_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/backups_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/capabilities_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/encryption_types_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/extensions_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/hosts_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/limits_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/qos_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/quota_classes_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/quotas_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/scheduler_stats_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/services_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/snapshot_manage_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/snapshots_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/transfers_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/types_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/volume_manage_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: copying tempest/lib/services/volume/v2/volumes_client.py -> build/lib/tempest/lib/services/volume/v2 DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/agents.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/aggregates.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/availability_zone.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/certificates.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/extensions.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/flavors.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/flavors_access.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/floating_ips.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/hosts.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/hypervisors.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/images.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/interfaces.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/keypairs.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/limits.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/migrations.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/parameter_types.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/quota_classes.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/quotas.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/security_groups.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/server_groups.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/services.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/snapshots.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/versions.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying tempest/lib/api_schema/response/compute/v2_1/volumes.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 DEBUG: creating build/lib/tempest/lib/api_schema/response/volume/v3_7 DEBUG: copying tempest/lib/api_schema/response/volume/v3_7/__init__.py -> build/lib/tempest/lib/api_schema/response/volume/v3_7 DEBUG: copying tempest/lib/api_schema/response/volume/v3_7/services.py -> build/lib/tempest/lib/api_schema/response/volume/v3_7 DEBUG: copying tempest/tests/lib/__init__.py -> build/lib/tempest/tests/lib DEBUG: copying tempest/tests/lib/fake_auth_provider.py -> build/lib/tempest/tests/lib DEBUG: copying tempest/tests/lib/fake_credentials.py -> build/lib/tempest/tests/lib DEBUG: copying tempest/tests/lib/fake_http.py -> build/lib/tempest/tests/lib DEBUG: copying tempest/tests/lib/fake_identity.py -> build/lib/tempest/tests/lib DEBUG: copying tempest/tests/lib/test_api_microversion_fixture.py -> build/lib/tempest/tests/lib DEBUG: copying tempest/tests/lib/test_auth.py -> build/lib/tempest/tests/lib DEBUG: copying tempest/tests/lib/test_base.py -> build/lib/tempest/tests/lib DEBUG: copying tempest/tests/lib/test_credentials.py -> build/lib/tempest/tests/lib DEBUG: copying tempest/tests/lib/test_decorators.py -> build/lib/tempest/tests/lib DEBUG: copying tempest/tests/lib/test_ssh.py -> build/lib/tempest/tests/lib DEBUG: copying tempest/tests/lib/test_tempest_lib.py -> build/lib/tempest/tests/lib DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_59 DEBUG: copying tempest/lib/api_schema/response/compute/v2_59/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_59 DEBUG: copying tempest/lib/api_schema/response/compute/v2_59/migrations.py -> build/lib/tempest/lib/api_schema/response/compute/v2_59 DEBUG: creating build/lib/tempest/api/compute/volumes DEBUG: copying tempest/api/compute/volumes/__init__.py -> build/lib/tempest/api/compute/volumes DEBUG: copying tempest/api/compute/volumes/test_attach_volume.py -> build/lib/tempest/api/compute/volumes DEBUG: copying tempest/api/compute/volumes/test_attach_volume_negative.py -> build/lib/tempest/api/compute/volumes DEBUG: copying tempest/api/compute/volumes/test_volume_snapshots.py -> build/lib/tempest/api/compute/volumes DEBUG: copying tempest/api/compute/volumes/test_volumes_get.py -> build/lib/tempest/api/compute/volumes DEBUG: copying tempest/api/compute/volumes/test_volumes_list.py -> build/lib/tempest/api/compute/volumes DEBUG: copying tempest/api/compute/volumes/test_volumes_negative.py -> build/lib/tempest/api/compute/volumes DEBUG: creating build/lib/tempest/tests/lib/services/object_storage DEBUG: copying tempest/tests/lib/services/object_storage/__init__.py -> build/lib/tempest/tests/lib/services/object_storage DEBUG: copying tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py -> build/lib/tempest/tests/lib/services/object_storage DEBUG: copying tempest/tests/lib/services/object_storage/test_capabilities_client.py -> build/lib/tempest/tests/lib/services/object_storage DEBUG: copying tempest/tests/lib/services/object_storage/test_object_client.py -> build/lib/tempest/tests/lib/services/object_storage DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_45 DEBUG: copying tempest/lib/api_schema/response/compute/v2_45/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_45 DEBUG: copying tempest/lib/api_schema/response/compute/v2_45/images.py -> build/lib/tempest/lib/api_schema/response/compute/v2_45 DEBUG: creating build/lib/tempest/services DEBUG: copying tempest/services/__init__.py -> build/lib/tempest/services DEBUG: creating build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/__init__.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_access_rules_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_application_credentials_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_catalog_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_credentials_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_domains_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_endpoints_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_groups_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_identity_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_identity_providers_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_limit_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_mappings_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_oauth_token_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_policies_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_project_tags_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_projects_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_protocols_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_regions_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_role_assignments_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_roles_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_service_providers_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_services_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_token_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_trusts_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_users_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: copying tempest/tests/lib/services/identity/v3/test_versions_client.py -> build/lib/tempest/tests/lib/services/identity/v3 DEBUG: creating build/lib/tempest/scenario DEBUG: copying tempest/scenario/__init__.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/manager.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_aggregates_basic_ops.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_dashboard_basic_ops.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_encrypted_cinder_volumes.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_minbw_allocation_placement.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_minimum_basic.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_network_advanced_server_ops.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_network_basic_ops.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_network_v6.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_object_storage_basic_ops.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_security_groups_basic_ops.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_server_advanced_ops.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_server_basic_ops.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_server_multinode.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_shelve_instance.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_snapshot_pattern.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_stamp_pattern.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_unified_limits.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_volume_backup_restore.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_volume_boot_pattern.py -> build/lib/tempest/scenario DEBUG: copying tempest/scenario/test_volume_migrate_attached.py -> build/lib/tempest/scenario DEBUG: copying tempest/api/identity/__init__.py -> build/lib/tempest/api/identity DEBUG: copying tempest/api/identity/base.py -> build/lib/tempest/api/identity DEBUG: creating build/lib/tempest/lib/services/identity/v2 DEBUG: copying tempest/lib/services/identity/v2/__init__.py -> build/lib/tempest/lib/services/identity/v2 DEBUG: copying tempest/lib/services/identity/v2/endpoints_client.py -> build/lib/tempest/lib/services/identity/v2 DEBUG: copying tempest/lib/services/identity/v2/identity_client.py -> build/lib/tempest/lib/services/identity/v2 DEBUG: copying tempest/lib/services/identity/v2/roles_client.py -> build/lib/tempest/lib/services/identity/v2 DEBUG: copying tempest/lib/services/identity/v2/services_client.py -> build/lib/tempest/lib/services/identity/v2 DEBUG: copying tempest/lib/services/identity/v2/tenants_client.py -> build/lib/tempest/lib/services/identity/v2 DEBUG: copying tempest/lib/services/identity/v2/token_client.py -> build/lib/tempest/lib/services/identity/v2 DEBUG: copying tempest/lib/services/identity/v2/users_client.py -> build/lib/tempest/lib/services/identity/v2 DEBUG: creating build/lib/tempest/cmd DEBUG: copying tempest/cmd/account_generator.py -> build/lib/tempest/cmd DEBUG: copying tempest/cmd/verify_tempest_config.py -> build/lib/tempest/cmd DEBUG: copying tempest/cmd/cleanup_service.py -> build/lib/tempest/cmd DEBUG: copying tempest/cmd/cleanup.py -> build/lib/tempest/cmd DEBUG: copying tempest/cmd/list_plugins.py -> build/lib/tempest/cmd DEBUG: copying tempest/cmd/__init__.py -> build/lib/tempest/cmd DEBUG: copying tempest/cmd/init.py -> build/lib/tempest/cmd DEBUG: copying tempest/cmd/main.py -> build/lib/tempest/cmd DEBUG: copying tempest/cmd/run.py -> build/lib/tempest/cmd DEBUG: copying tempest/cmd/subunit_describe_calls.py -> build/lib/tempest/cmd DEBUG: copying tempest/cmd/workspace.py -> build/lib/tempest/cmd DEBUG: copying tempest/api/network/__init__.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/base.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/base_security_groups.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_agent_management_negative.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_allowed_address_pair.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_dhcp_ipv6.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_extensions.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_extra_dhcp_options.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_floating_ips.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_floating_ips_negative.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_networks.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_networks_negative.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_ports.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_routers.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_routers_negative.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_security_groups.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_security_groups_negative.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_service_providers.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_subnetpools_extensions.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_tags.py -> build/lib/tempest/api/network DEBUG: copying tempest/api/network/test_versions.py -> build/lib/tempest/api/network DEBUG: creating build/lib/tempest/api/compute/security_groups DEBUG: copying tempest/api/compute/security_groups/__init__.py -> build/lib/tempest/api/compute/security_groups DEBUG: copying tempest/api/compute/security_groups/base.py -> build/lib/tempest/api/compute/security_groups DEBUG: copying tempest/api/compute/security_groups/test_security_group_rules.py -> build/lib/tempest/api/compute/security_groups DEBUG: copying tempest/api/compute/security_groups/test_security_group_rules_negative.py -> build/lib/tempest/api/compute/security_groups DEBUG: copying tempest/api/compute/security_groups/test_security_groups.py -> build/lib/tempest/api/compute/security_groups DEBUG: copying tempest/api/compute/security_groups/test_security_groups_negative.py -> build/lib/tempest/api/compute/security_groups DEBUG: creating build/lib/tempest/api/identity/v2 DEBUG: copying tempest/api/identity/v2/__init__.py -> build/lib/tempest/api/identity/v2 DEBUG: copying tempest/api/identity/v2/test_api_discovery.py -> build/lib/tempest/api/identity/v2 DEBUG: copying tempest/api/identity/v2/test_ec2_credentials.py -> build/lib/tempest/api/identity/v2 DEBUG: copying tempest/api/identity/v2/test_extension.py -> build/lib/tempest/api/identity/v2 DEBUG: copying tempest/api/identity/v2/test_tenants.py -> build/lib/tempest/api/identity/v2 DEBUG: copying tempest/api/identity/v2/test_tokens.py -> build/lib/tempest/api/identity/v2 DEBUG: copying tempest/api/identity/v2/test_users.py -> build/lib/tempest/api/identity/v2 DEBUG: creating build/lib/tempest/tests/common/utils/linux DEBUG: copying tempest/tests/common/utils/linux/__init__.py -> build/lib/tempest/tests/common/utils/linux DEBUG: copying tempest/tests/common/utils/linux/test_remote_client.py -> build/lib/tempest/tests/common/utils/linux DEBUG: creating build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/__init__.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/agents_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/base.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/extensions_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/floating_ips_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/log_resource_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/loggable_resource_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/metering_label_rules_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/metering_labels_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/networks_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/ports_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/qos_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/qos_limit_bandwidth_rules_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/quotas_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/routers_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/security_group_rules_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/security_groups_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/segments_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/service_providers_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/subnetpools_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/subnets_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/tags_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/trunks_client.py -> build/lib/tempest/lib/services/network DEBUG: copying tempest/lib/services/network/versions_client.py -> build/lib/tempest/lib/services/network DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_73 DEBUG: copying tempest/lib/api_schema/response/compute/v2_73/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_73 DEBUG: copying tempest/lib/api_schema/response/compute/v2_73/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_73 DEBUG: copying tempest/lib/api_schema/response/__init__.py -> build/lib/tempest/lib/api_schema/response DEBUG: creating build/lib/tempest/services/orchestration DEBUG: copying tempest/services/orchestration/__init__.py -> build/lib/tempest/services/orchestration DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_61 DEBUG: copying tempest/lib/api_schema/response/compute/v2_61/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_61 DEBUG: copying tempest/lib/api_schema/response/compute/v2_61/flavors.py -> build/lib/tempest/lib/api_schema/response/compute/v2_61 DEBUG: copying tempest/api/__init__.py -> build/lib/tempest/api DEBUG: copying tempest/lib/api_schema/response/compute/__init__.py -> build/lib/tempest/lib/api_schema/response/compute DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_36 DEBUG: copying tempest/lib/api_schema/response/compute/v2_36/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_36 DEBUG: copying tempest/lib/api_schema/response/compute/v2_36/limits.py -> build/lib/tempest/lib/api_schema/response/compute/v2_36 DEBUG: copying tempest/lib/api_schema/response/compute/v2_36/quotas.py -> build/lib/tempest/lib/api_schema/response/compute/v2_36 DEBUG: copying tempest/lib/api_schema/__init__.py -> build/lib/tempest/lib/api_schema DEBUG: copying tempest/lib/services/identity/__init__.py -> build/lib/tempest/lib/services/identity DEBUG: copying tempest/tests/lib/common/__init__.py -> build/lib/tempest/tests/lib/common DEBUG: copying tempest/tests/lib/common/test_api_version_request.py -> build/lib/tempest/tests/lib/common DEBUG: copying tempest/tests/lib/common/test_api_version_utils.py -> build/lib/tempest/tests/lib/common DEBUG: copying tempest/tests/lib/common/test_cred_client.py -> build/lib/tempest/tests/lib/common DEBUG: copying tempest/tests/lib/common/test_dynamic_creds.py -> build/lib/tempest/tests/lib/common DEBUG: copying tempest/tests/lib/common/test_http.py -> build/lib/tempest/tests/lib/common DEBUG: copying tempest/tests/lib/common/test_jsonschema_validator.py -> build/lib/tempest/tests/lib/common DEBUG: copying tempest/tests/lib/common/test_preprov_creds.py -> build/lib/tempest/tests/lib/common DEBUG: copying tempest/tests/lib/common/test_profiler.py -> build/lib/tempest/tests/lib/common DEBUG: copying tempest/tests/lib/common/test_rest_client.py -> build/lib/tempest/tests/lib/common DEBUG: copying tempest/tests/lib/common/test_validation_resources.py -> build/lib/tempest/tests/lib/common DEBUG: creating build/lib/tempest/tests/lib/cli DEBUG: copying tempest/tests/lib/cli/__init__.py -> build/lib/tempest/tests/lib/cli DEBUG: copying tempest/tests/lib/cli/test_command_failed.py -> build/lib/tempest/tests/lib/cli DEBUG: copying tempest/tests/lib/cli/test_execute.py -> build/lib/tempest/tests/lib/cli DEBUG: copying tempest/tests/lib/cli/test_output_parser.py -> build/lib/tempest/tests/lib/cli DEBUG: copying tempest/api/volume/__init__.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/api_microversion_fixture.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/base.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_availability_zone.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_extensions.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_image_metadata.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_snapshot_metadata.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_versions.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_volume_absolute_limits.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_volume_delete_cascade.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_volume_metadata.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_volume_transfers.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_volumes_actions.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_volumes_backup.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_volumes_clone.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_volumes_clone_negative.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_volumes_extend.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_volumes_get.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_volumes_list.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_volumes_negative.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_volumes_snapshots.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_volumes_snapshots_list.py -> build/lib/tempest/api/volume DEBUG: copying tempest/api/volume/test_volumes_snapshots_negative.py -> build/lib/tempest/api/volume DEBUG: copying tempest/tests/lib/services/__init__.py -> build/lib/tempest/tests/lib/services DEBUG: copying tempest/tests/lib/services/base.py -> build/lib/tempest/tests/lib/services DEBUG: copying tempest/tests/lib/services/registry_fixture.py -> build/lib/tempest/tests/lib/services DEBUG: copying tempest/tests/lib/services/test_clients.py -> build/lib/tempest/tests/lib/services DEBUG: creating build/lib/tempest/tests/cmd DEBUG: copying tempest/tests/cmd/__init__.py -> build/lib/tempest/tests/cmd DEBUG: copying tempest/tests/cmd/test_account_generator.py -> build/lib/tempest/tests/cmd DEBUG: copying tempest/tests/cmd/test_cleanup.py -> build/lib/tempest/tests/cmd DEBUG: copying tempest/tests/cmd/test_cleanup_services.py -> build/lib/tempest/tests/cmd DEBUG: copying tempest/tests/cmd/test_list_plugins.py -> build/lib/tempest/tests/cmd DEBUG: copying tempest/tests/cmd/test_run.py -> build/lib/tempest/tests/cmd DEBUG: copying tempest/tests/cmd/test_subunit_describe_calls.py -> build/lib/tempest/tests/cmd DEBUG: copying tempest/tests/cmd/test_tempest_init.py -> build/lib/tempest/tests/cmd DEBUG: copying tempest/tests/cmd/test_verify_tempest_config.py -> build/lib/tempest/tests/cmd DEBUG: copying tempest/tests/cmd/test_workspace.py -> build/lib/tempest/tests/cmd DEBUG: creating build/lib/tempest/api/compute/limits DEBUG: copying tempest/api/compute/limits/__init__.py -> build/lib/tempest/api/compute/limits DEBUG: copying tempest/api/compute/limits/test_absolute_limits.py -> build/lib/tempest/api/compute/limits DEBUG: copying tempest/api/compute/limits/test_absolute_limits_negative.py -> build/lib/tempest/api/compute/limits DEBUG: creating build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/__init__.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/attachments_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/availability_zone_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/backups_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/base_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/capabilities_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/encryption_types_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/extensions_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/group_snapshots_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/group_types_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/groups_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/hosts_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/limits_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/messages_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/qos_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/quota_classes_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/quotas_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/scheduler_stats_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/services_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/snapshot_manage_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/snapshots_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/transfers_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/types_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/versions_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/volume_manage_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: copying tempest/lib/services/volume/v3/volumes_client.py -> build/lib/tempest/lib/services/volume/v3 DEBUG: creating build/lib/tempest/hacking DEBUG: copying tempest/hacking/__init__.py -> build/lib/tempest/hacking DEBUG: copying tempest/hacking/checks.py -> build/lib/tempest/hacking DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_11 DEBUG: copying tempest/lib/api_schema/response/compute/v2_11/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_11 DEBUG: copying tempest/lib/api_schema/response/compute/v2_11/services.py -> build/lib/tempest/lib/api_schema/response/compute/v2_11 DEBUG: creating build/lib/tempest/api/image/v2 DEBUG: creating build/lib/tempest/api/image/v2/admin DEBUG: copying tempest/api/image/v2/admin/__init__.py -> build/lib/tempest/api/image/v2/admin DEBUG: copying tempest/api/image/v2/admin/test_images.py -> build/lib/tempest/api/image/v2/admin DEBUG: copying tempest/api/image/v2/admin/test_images_metadefs_namespace_objects.py -> build/lib/tempest/api/image/v2/admin DEBUG: copying tempest/api/image/v2/admin/test_images_metadefs_namespace_properties.py -> build/lib/tempest/api/image/v2/admin DEBUG: copying tempest/api/image/v2/admin/test_images_metadefs_namespace_tags.py -> build/lib/tempest/api/image/v2/admin DEBUG: copying tempest/api/image/v2/admin/test_images_metadefs_namespaces.py -> build/lib/tempest/api/image/v2/admin DEBUG: copying tempest/api/image/v2/admin/test_images_metadefs_resource_types.py -> build/lib/tempest/api/image/v2/admin DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_57 DEBUG: copying tempest/lib/api_schema/response/compute/v2_57/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_57 DEBUG: copying tempest/lib/api_schema/response/compute/v2_57/limits.py -> build/lib/tempest/lib/api_schema/response/compute/v2_57 DEBUG: copying tempest/lib/api_schema/response/compute/v2_57/quotas.py -> build/lib/tempest/lib/api_schema/response/compute/v2_57 DEBUG: copying tempest/lib/api_schema/response/compute/v2_57/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_57 DEBUG: creating build/lib/tempest/api/compute/floating_ips DEBUG: copying tempest/api/compute/floating_ips/__init__.py -> build/lib/tempest/api/compute/floating_ips DEBUG: copying tempest/api/compute/floating_ips/base.py -> build/lib/tempest/api/compute/floating_ips DEBUG: copying tempest/api/compute/floating_ips/test_floating_ips_actions.py -> build/lib/tempest/api/compute/floating_ips DEBUG: copying tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py -> build/lib/tempest/api/compute/floating_ips DEBUG: copying tempest/api/compute/floating_ips/test_list_floating_ips.py -> build/lib/tempest/api/compute/floating_ips DEBUG: copying tempest/api/compute/floating_ips/test_list_floating_ips_negative.py -> build/lib/tempest/api/compute/floating_ips DEBUG: creating build/lib/tempest/api/compute/flavors DEBUG: copying tempest/api/compute/flavors/__init__.py -> build/lib/tempest/api/compute/flavors DEBUG: copying tempest/api/compute/flavors/test_flavors.py -> build/lib/tempest/api/compute/flavors DEBUG: copying tempest/api/compute/flavors/test_flavors_negative.py -> build/lib/tempest/api/compute/flavors DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_54 DEBUG: copying tempest/lib/api_schema/response/compute/v2_54/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_54 DEBUG: copying tempest/lib/api_schema/response/compute/v2_54/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_54 DEBUG: creating build/lib/tempest/tests/lib/cmd DEBUG: copying tempest/tests/lib/cmd/__init__.py -> build/lib/tempest/tests/lib/cmd DEBUG: copying tempest/tests/lib/cmd/test_check_uuid.py -> build/lib/tempest/tests/lib/cmd DEBUG: creating build/lib/tempest/lib/services/image/v1 DEBUG: copying tempest/lib/services/image/v1/__init__.py -> build/lib/tempest/lib/services/image/v1 DEBUG: copying tempest/lib/services/image/v1/image_members_client.py -> build/lib/tempest/lib/services/image/v1 DEBUG: copying tempest/lib/services/image/v1/images_client.py -> build/lib/tempest/lib/services/image/v1 DEBUG: creating build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/__init__.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_attachments_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_availability_zone_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_backups_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_capabilities_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_encryption_types_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_extensions_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_group_types_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_groups_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_hosts_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_limits_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_quota_classes_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_quotas_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_services_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_snapshots_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_transfers_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_types_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_user_messages_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_versions_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_volume_manage_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: copying tempest/tests/lib/services/volume/v3/test_volumes_client.py -> build/lib/tempest/tests/lib/services/volume/v3 DEBUG: creating build/lib/tempest/api/compute/certificates DEBUG: copying tempest/api/compute/certificates/__init__.py -> build/lib/tempest/api/compute/certificates DEBUG: copying tempest/api/compute/certificates/test_certificates.py -> build/lib/tempest/api/compute/certificates DEBUG: creating build/lib/tempest/api/identity/admin/v2 DEBUG: copying tempest/api/identity/admin/v2/__init__.py -> build/lib/tempest/api/identity/admin/v2 DEBUG: copying tempest/api/identity/admin/v2/test_endpoints.py -> build/lib/tempest/api/identity/admin/v2 DEBUG: copying tempest/api/identity/admin/v2/test_roles.py -> build/lib/tempest/api/identity/admin/v2 DEBUG: copying tempest/api/identity/admin/v2/test_roles_negative.py -> build/lib/tempest/api/identity/admin/v2 DEBUG: copying tempest/api/identity/admin/v2/test_services.py -> build/lib/tempest/api/identity/admin/v2 DEBUG: copying tempest/api/identity/admin/v2/test_tenant_negative.py -> build/lib/tempest/api/identity/admin/v2 DEBUG: copying tempest/api/identity/admin/v2/test_tenants.py -> build/lib/tempest/api/identity/admin/v2 DEBUG: copying tempest/api/identity/admin/v2/test_tokens.py -> build/lib/tempest/api/identity/admin/v2 DEBUG: copying tempest/api/identity/admin/v2/test_tokens_negative.py -> build/lib/tempest/api/identity/admin/v2 DEBUG: copying tempest/api/identity/admin/v2/test_users.py -> build/lib/tempest/api/identity/admin/v2 DEBUG: copying tempest/api/identity/admin/v2/test_users_negative.py -> build/lib/tempest/api/identity/admin/v2 DEBUG: creating build/lib/tempest/tests/lib/common/utils/linux DEBUG: copying tempest/tests/lib/common/utils/linux/__init__.py -> build/lib/tempest/tests/lib/common/utils/linux DEBUG: copying tempest/tests/lib/common/utils/linux/test_remote_client.py -> build/lib/tempest/tests/lib/common/utils/linux DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_6 DEBUG: copying tempest/lib/api_schema/response/compute/v2_6/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_6 DEBUG: copying tempest/lib/api_schema/response/compute/v2_6/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_6 DEBUG: creating build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/__init__.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_agents_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_aggregates_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_assisted_volume_snapshots_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_availability_zone_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_baremetal_nodes_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_base_compute_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_certificates_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_extensions_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_fixedIPs_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_flavors_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_floating_ip_pools_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_floating_ips_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_hosts_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_hypervisor_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_images_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_interfaces_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_keypairs_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_limits_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_migrations_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_networks_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_quota_classes_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_quotas_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_security_group_default_rules_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_security_group_rules_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_security_groups_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_server_groups_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_servers_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_services_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_snapshots_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_tenant_networks_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_tenant_usages_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_versions_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: copying tempest/tests/lib/services/compute/test_volumes_client.py -> build/lib/tempest/tests/lib/services/compute DEBUG: creating build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/__init__.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/base.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_account_bulk.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_account_quotas.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_account_quotas_negative.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_account_services.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_account_services_negative.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_container_acl.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_container_acl_negative.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_container_quotas.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_container_services.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_container_services_negative.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_container_staticweb.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_container_sync.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_container_sync_middleware.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_crossdomain.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_healthcheck.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_object_expiry.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_object_formpost.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_object_formpost_negative.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_object_services.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_object_slo.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_object_temp_url.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_object_temp_url_negative.py -> build/lib/tempest/api/object_storage DEBUG: copying tempest/api/object_storage/test_object_version.py -> build/lib/tempest/api/object_storage DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_48 DEBUG: copying tempest/lib/api_schema/response/compute/v2_48/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_48 DEBUG: copying tempest/lib/api_schema/response/compute/v2_48/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_48 DEBUG: creating build/lib/tempest/lib/api_schema/response/compute/v2_13 DEBUG: copying tempest/lib/api_schema/response/compute/v2_13/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_13 DEBUG: copying tempest/lib/api_schema/response/compute/v2_13/server_groups.py -> build/lib/tempest/lib/api_schema/response/compute/v2_13 DEBUG: copying tempest/tests/lib/services/identity/__init__.py -> build/lib/tempest/tests/lib/services/identity DEBUG: creating build/lib/tempest/services/orchestration/json DEBUG: copying tempest/services/orchestration/json/__init__.py -> build/lib/tempest/services/orchestration/json DEBUG: copying tempest/services/orchestration/json/orchestration_client.py -> build/lib/tempest/services/orchestration/json DEBUG: creating build/lib/tempest/tests/lib/services/placement DEBUG: copying tempest/tests/lib/services/placement/__init__.py -> build/lib/tempest/tests/lib/services/placement DEBUG: copying tempest/tests/lib/services/placement/test_placement_client.py -> build/lib/tempest/tests/lib/services/placement DEBUG: copying tempest/tests/lib/services/placement/test_resource_providers_client.py -> build/lib/tempest/tests/lib/services/placement DEBUG: copying tempest/common/__init__.py -> build/lib/tempest/common DEBUG: copying tempest/common/compute.py -> build/lib/tempest/common DEBUG: copying tempest/common/credentials_factory.py -> build/lib/tempest/common DEBUG: copying tempest/common/custom_matchers.py -> build/lib/tempest/common DEBUG: copying tempest/common/identity.py -> build/lib/tempest/common DEBUG: copying tempest/common/image.py -> build/lib/tempest/common DEBUG: copying tempest/common/tempest_fixtures.py -> build/lib/tempest/common DEBUG: copying tempest/common/waiters.py -> build/lib/tempest/common DEBUG: copying tempest/api/image/v2/__init__.py -> build/lib/tempest/api/image/v2 DEBUG: copying tempest/api/image/v2/test_images.py -> build/lib/tempest/api/image/v2 DEBUG: copying tempest/api/image/v2/test_images_member.py -> build/lib/tempest/api/image/v2 DEBUG: copying tempest/api/image/v2/test_images_member_negative.py -> build/lib/tempest/api/image/v2 DEBUG: copying tempest/api/image/v2/test_images_metadefs_schema.py -> build/lib/tempest/api/image/v2 DEBUG: copying tempest/api/image/v2/test_images_negative.py -> build/lib/tempest/api/image/v2 DEBUG: copying tempest/api/image/v2/test_images_tags.py -> build/lib/tempest/api/image/v2 DEBUG: copying tempest/api/image/v2/test_images_tags_negative.py -> build/lib/tempest/api/image/v2 DEBUG: copying tempest/api/image/v2/test_versions.py -> build/lib/tempest/api/image/v2 DEBUG: copying tempest/lib/services/volume/__init__.py -> build/lib/tempest/lib/services/volume DEBUG: copying tempest/lib/services/volume/base_client.py -> build/lib/tempest/lib/services/volume DEBUG: creating build/lib/tempest/lib/services/object_storage DEBUG: copying tempest/lib/services/object_storage/__init__.py -> build/lib/tempest/lib/services/object_storage DEBUG: copying tempest/lib/services/object_storage/account_client.py -> build/lib/tempest/lib/services/object_storage DEBUG: copying tempest/lib/services/object_storage/bulk_middleware_client.py -> build/lib/tempest/lib/services/object_storage DEBUG: copying tempest/lib/services/object_storage/capabilities_client.py -> build/lib/tempest/lib/services/object_storage DEBUG: copying tempest/lib/services/object_storage/container_client.py -> build/lib/tempest/lib/services/object_storage DEBUG: copying tempest/lib/services/object_storage/object_client.py -> build/lib/tempest/lib/services/object_storage DEBUG: running egg_info DEBUG: writing tempest.egg-info/PKG-INFO DEBUG: writing dependency_links to tempest.egg-info/dependency_links.txt DEBUG: writing entry points to tempest.egg-info/entry_points.txt DEBUG: deleting tempest.egg-info/requires.txt DEBUG: writing top-level names to tempest.egg-info/top_level.txt DEBUG: writing pbr to tempest.egg-info/pbr.json DEBUG: [pbr] Processing SOURCES.txt DEBUG: [pbr] In git context, generating filelist from git DEBUG: /usr/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' DEBUG: warnings.warn(msg) DEBUG: warning: no previously-included files found matching '.gitignore' DEBUG: warning: no previously-included files found matching '.gitreview' DEBUG: warning: no previously-included files matching '*.pyc' found anywhere in distribution DEBUG: writing manifest file 'tempest.egg-info/SOURCES.txt' DEBUG: copying tempest/tests/files/failing-tests -> build/lib/tempest/tests/files DEBUG: copying tempest/tests/files/passing-tests -> build/lib/tempest/tests/files DEBUG: copying tempest/tests/files/setup.cfg -> build/lib/tempest/tests/files DEBUG: copying tempest/tests/files/testr-conf -> build/lib/tempest/tests/files DEBUG: copying tempest/tests/README.rst -> build/lib/tempest/tests DEBUG: copying tempest/README.rst -> build/lib/tempest DEBUG: copying tempest/scenario/README.rst -> build/lib/tempest/scenario DEBUG: copying tempest/cmd/config-generator.tempest.conf -> build/lib/tempest/cmd DEBUG: copying tempest/api/README.rst -> build/lib/tempest/api DEBUG: copying tempest/tests/cmd/test_saved_state_json.json -> build/lib/tempest/tests/cmd DEBUG: creating build/lib/tempest/tests/cmd/subunit_describe_calls_data DEBUG: copying tempest/tests/cmd/subunit_describe_calls_data/calls.subunit -> build/lib/tempest/tests/cmd/subunit_describe_calls_data DEBUG: copying tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json -> build/lib/tempest/tests/cmd/subunit_describe_calls_data DEBUG: + sleep 1 DEBUG: + export PYTHONPATH=. DEBUG: + PYTHONPATH=. DEBUG: + export GENERATE_TEMPEST_PLUGIN_LIST=False DEBUG: + GENERATE_TEMPEST_PLUGIN_LIST=False DEBUG: + sphinx-build -b html doc/source doc/build/html DEBUG: Running Sphinx v2.2.2 DEBUG: [openstackdocstheme] version: 2.2.6 DEBUG: [openstackdocstheme] connecting html-page-context event handler DEBUG: making output directory... done DEBUG: [openstackdocstheme] overriding configured project name (Python) with name extracted from the package (tempest); you can disable this behavior with the 'openstackdocs_auto_name' option DEBUG: [openstackdocstheme] using theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme DEBUG: [openstackdocstheme] no /builddir/build/BUILD/tempest-28.1.0/.gitreview found DEBUG: [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/tempest-28.1.0/doc/source/../../tempest/cmd/config-generator.tempest.conf DEBUG: [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/tempest-28.1.0/doc/source/_static/tempest.conf.sample DEBUG: building [mo]: targets for 0 po files that are out of date DEBUG: building [html]: targets for 39 source files that are out of date DEBUG: updating environment: [new config] 39 added, 0 changed, 0 removed DEBUG: reading sources... [ 2%] HACKING DEBUG: reading sources... [ 5%] REVIEWING DEBUG: reading sources... [ 7%] account_generator DEBUG: reading sources... [ 10%] cleanup DEBUG: reading sources... [ 12%] configuration DEBUG: reading sources... [ 15%] contributor/contributing DEBUG: reading sources... [ 17%] field_guide/api DEBUG: reading sources... [ 20%] field_guide/index DEBUG: reading sources... [ 23%] field_guide/scenario DEBUG: reading sources... [ 25%] field_guide/unit_tests DEBUG: reading sources... [ 28%] index DEBUG: reading sources... [ 30%] keystone_scopes_and_roles_support DEBUG: reading sources... [ 33%] library DEBUG: reading sources... [ 35%] library/api_microversion_testing DEBUG: reading sources... [ 38%] library/auth DEBUG: reading sources... [ 41%] library/cli DEBUG: reading sources... [ 43%] library/clients DEBUG: reading sources... [ 46%] library/credential_providers DEBUG: reading sources... [ 48%] library/decorators DEBUG: reading sources... [ 51%] library/rest_client DEBUG: reading sources... [ 53%] library/service_clients/compute_clients DEBUG: reading sources... [ 56%] library/utils DEBUG: reading sources... [ 58%] library/validation_resources DEBUG: reading sources... [ 61%] microversion_testing DEBUG: reading sources... [ 64%] overview DEBUG: reading sources... [ 66%] plugins/index DEBUG: reading sources... [ 69%] plugins/plugin DEBUG: reading sources... [ 71%] requirement_upper_constraint_for_tempest DEBUG: reading sources... [ 74%] run DEBUG: reading sources... [ 76%] sampleconf DEBUG: reading sources... [ 79%] stable_branch_support_policy DEBUG: reading sources... [ 82%] stable_branch_testing_policy DEBUG: reading sources... [ 84%] subunit_describe_calls DEBUG: reading sources... [ 87%] supported_version DEBUG: reading sources... [ 89%] tempest_and_plugins_compatible_version_policy DEBUG: reading sources... [ 92%] test_removal DEBUG: reading sources... [ 94%] tests/modules DEBUG: reading sources... [ 97%] workspace DEBUG: reading sources... [100%] write_tests DEBUG: /usr/lib/python3.6/site-packages/oslo_config/types.py:57: UserWarning: converting '3000' to a string DEBUG: warnings.warn('converting \'%s\' to a string' % str_val) DEBUG: /builddir/build/BUILD/tempest-28.1.0/doc/source/plugins/index.rst:37: WARNING: toctree contains reference to nonexisting document 'plugins/plugin-registry' DEBUG: /builddir/build/BUILD/tempest-28.1.0/doc/source/tests/modules.rst:6: WARNING: toctree contains reference to nonexisting document 'tests/scenario/modules' DEBUG: /builddir/build/BUILD/tempest-28.1.0/doc/source/tests/modules.rst:13: WARNING: toctree contains reference to nonexisting document 'tests/compute/modules' DEBUG: /builddir/build/BUILD/tempest-28.1.0/doc/source/tests/modules.rst:13: WARNING: toctree contains reference to nonexisting document 'tests/identity/modules' DEBUG: /builddir/build/BUILD/tempest-28.1.0/doc/source/tests/modules.rst:13: WARNING: toctree contains reference to nonexisting document 'tests/image/modules' DEBUG: /builddir/build/BUILD/tempest-28.1.0/doc/source/tests/modules.rst:13: WARNING: toctree contains reference to nonexisting document 'tests/network/modules' DEBUG: /builddir/build/BUILD/tempest-28.1.0/doc/source/tests/modules.rst:13: WARNING: toctree contains reference to nonexisting document 'tests/object_storage/modules' DEBUG: /builddir/build/BUILD/tempest-28.1.0/doc/source/tests/modules.rst:13: WARNING: toctree contains reference to nonexisting document 'tests/volume/modules' DEBUG: looking for now-outdated files... none found DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: writing output... [ 2%] HACKING DEBUG: writing output... [ 5%] REVIEWING DEBUG: writing output... [ 7%] account_generator DEBUG: writing output... [ 10%] cleanup DEBUG: writing output... [ 12%] configuration DEBUG: writing output... [ 15%] contributor/contributing DEBUG: writing output... [ 17%] field_guide/api DEBUG: writing output... [ 20%] field_guide/index DEBUG: writing output... [ 23%] field_guide/scenario DEBUG: writing output... [ 25%] field_guide/unit_tests DEBUG: writing output... [ 28%] index DEBUG: writing output... [ 30%] keystone_scopes_and_roles_support DEBUG: writing output... [ 33%] library DEBUG: writing output... [ 35%] library/api_microversion_testing DEBUG: writing output... [ 38%] library/auth DEBUG: writing output... [ 41%] library/cli DEBUG: writing output... [ 43%] library/clients DEBUG: writing output... [ 46%] library/credential_providers DEBUG: writing output... [ 48%] library/decorators DEBUG: writing output... [ 51%] library/rest_client DEBUG: writing output... [ 53%] library/service_clients/compute_clients DEBUG: writing output... [ 56%] library/utils DEBUG: writing output... [ 58%] library/validation_resources DEBUG: writing output... [ 61%] microversion_testing DEBUG: writing output... [ 64%] overview DEBUG: writing output... [ 66%] plugins/index DEBUG: writing output... [ 69%] plugins/plugin DEBUG: writing output... [ 71%] requirement_upper_constraint_for_tempest DEBUG: writing output... [ 74%] run DEBUG: writing output... [ 76%] sampleconf DEBUG: writing output... [ 79%] stable_branch_support_policy DEBUG: writing output... [ 82%] stable_branch_testing_policy DEBUG: writing output... [ 84%] subunit_describe_calls DEBUG: writing output... [ 87%] supported_version DEBUG: writing output... [ 89%] tempest_and_plugins_compatible_version_policy DEBUG: writing output... [ 92%] test_removal DEBUG: writing output... [ 94%] tests/modules DEBUG: writing output... [ 97%] workspace DEBUG: writing output... [100%] write_tests DEBUG: generating indices... done DEBUG: highlighting module code... [ 6%] tempest.lib.auth DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/tempest/lib/auth' DEBUG: highlighting module code... [ 13%] tempest.lib.cli.base DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/tempest/lib/cli/base' DEBUG: highlighting module code... [ 20%] tempest.lib.cli.output_parser DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/tempest/lib/cli/output_parser' DEBUG: highlighting module code... [ 26%] tempest.lib.common.api_version_request DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/tempest/lib/common/api_version_request' DEBUG: highlighting module code... [ 33%] tempest.lib.common.api_version_utils DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/tempest/lib/common/api_version_utils' DEBUG: highlighting module code... [ 40%] tempest.lib.common.dynamic_creds DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/tempest/lib/common/dynamic_creds' DEBUG: highlighting module code... [ 46%] tempest.lib.common.preprov_creds DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/tempest/lib/common/preprov_creds' DEBUG: highlighting module code... [ 53%] tempest.lib.common.rest_client DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/tempest/lib/common/rest_client' DEBUG: highlighting module code... [ 60%] tempest.lib.common.utils.misc DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/tempest/lib/common/utils/misc' DEBUG: highlighting module code... [ 66%] tempest.lib.common.validation_resources DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/tempest/lib/common/validation_resources' DEBUG: highlighting module code... [ 73%] tempest.lib.decorators DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/tempest/lib/decorators' DEBUG: highlighting module code... [ 80%] tempest.lib.services.clients DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/tempest/lib/services/clients' DEBUG: highlighting module code... [ 86%] tempest.lib.services.compute.base_compute_client DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/tempest/lib/services/compute/base_compute_client' DEBUG: highlighting module code... [ 93%] tempest.lib.services.compute.servers_client DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/tempest/lib/services/compute/servers_client' DEBUG: highlighting module code... [100%] tempest.test_discover.plugins DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/tempest/test_discover/plugins' DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/index' DEBUG: writing additional pages... searchdone DEBUG: copying static files... ... done DEBUG: copying extra files... done DEBUG: dumping search index in English (code: en)... done DEBUG: dumping object inventory... done DEBUG: build succeeded, 8 warnings. DEBUG: The HTML pages are in doc/build/html. DEBUG: + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo DEBUG: + exit 0 DEBUG: Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Yz4KBw DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + '[' /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64 '!=' / ']' DEBUG: + rm -rf /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64 DEBUG: ++ dirname /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64 DEBUG: + mkdir -p /builddir/build/BUILDROOT DEBUG: + mkdir /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64 DEBUG: + cd tempest-28.1.0 DEBUG: + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' DEBUG: + /usr/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64 DEBUG: running install DEBUG: [pbr] Writing ChangeLog DEBUG: [pbr] Generating ChangeLog DEBUG: [pbr] ChangeLog complete (0.0s) DEBUG: [pbr] Generating AUTHORS DEBUG: [pbr] AUTHORS complete (0.0s) DEBUG: running install_lib DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest DEBUG: copying build/lib/tempest/README.rst -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/hacking DEBUG: copying build/lib/tempest/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/hacking DEBUG: copying build/lib/tempest/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/hacking DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd DEBUG: copying build/lib/tempest/cmd/config-generator.tempest.conf -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd DEBUG: copying build/lib/tempest/cmd/workspace.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd DEBUG: copying build/lib/tempest/cmd/subunit_describe_calls.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd DEBUG: copying build/lib/tempest/cmd/run.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd DEBUG: copying build/lib/tempest/cmd/main.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd DEBUG: copying build/lib/tempest/cmd/init.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd DEBUG: copying build/lib/tempest/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd DEBUG: copying build/lib/tempest/cmd/list_plugins.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd DEBUG: copying build/lib/tempest/cmd/cleanup.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd DEBUG: copying build/lib/tempest/cmd/cleanup_service.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd DEBUG: copying build/lib/tempest/cmd/verify_tempest_config.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd DEBUG: copying build/lib/tempest/cmd/account_generator.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/README.rst -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_volume_migrate_attached.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_volume_boot_pattern.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_volume_backup_restore.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_unified_limits.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_stamp_pattern.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_snapshot_pattern.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_shelve_instance.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_server_multinode.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_server_basic_ops.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_server_advanced_ops.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_security_groups_basic_ops.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_object_storage_basic_ops.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_network_v6.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_network_basic_ops.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_network_advanced_server_ops.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_minimum_basic.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_minbw_allocation_placement.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_encrypted_cinder_volumes.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_dashboard_basic_ops.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/test_aggregates_basic_ops.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/manager.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: copying build/lib/tempest/scenario/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/services DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/services/orchestration DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/services/orchestration/json DEBUG: copying build/lib/tempest/services/orchestration/json/orchestration_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/services/orchestration/json DEBUG: copying build/lib/tempest/services/orchestration/json/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/services/orchestration/json DEBUG: copying build/lib/tempest/services/orchestration/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/services/orchestration DEBUG: copying build/lib/tempest/services/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/services DEBUG: copying build/lib/tempest/version.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest DEBUG: copying build/lib/tempest/test.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest DEBUG: copying build/lib/tempest/exceptions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest DEBUG: copying build/lib/tempest/config.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest DEBUG: copying build/lib/tempest/clients.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest DEBUG: copying build/lib/tempest/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common DEBUG: copying build/lib/tempest/common/waiters.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common DEBUG: copying build/lib/tempest/common/tempest_fixtures.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common DEBUG: copying build/lib/tempest/common/image.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common DEBUG: copying build/lib/tempest/common/identity.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common DEBUG: copying build/lib/tempest/common/custom_matchers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common DEBUG: copying build/lib/tempest/common/credentials_factory.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common DEBUG: copying build/lib/tempest/common/compute.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common DEBUG: copying build/lib/tempest/common/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/utils DEBUG: copying build/lib/tempest/common/utils/net_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/utils DEBUG: copying build/lib/tempest/common/utils/net_info.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/utils DEBUG: copying build/lib/tempest/common/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/utils DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/utils/linux DEBUG: copying build/lib/tempest/common/utils/linux/remote_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/utils/linux DEBUG: copying build/lib/tempest/common/utils/linux/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/utils/linux DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/test_discover DEBUG: copying build/lib/tempest/test_discover/test_discover.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/test_discover DEBUG: copying build/lib/tempest/test_discover/plugins.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/test_discover DEBUG: copying build/lib/tempest/test_discover/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/test_discover DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/cmd DEBUG: copying build/lib/tempest/lib/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/cmd DEBUG: copying build/lib/tempest/lib/cmd/skip_tracker.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/cmd DEBUG: copying build/lib/tempest/lib/cmd/check_uuid.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/cmd DEBUG: copying build/lib/tempest/lib/exceptions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib DEBUG: copying build/lib/tempest/lib/decorators.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib DEBUG: copying build/lib/tempest/lib/base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib DEBUG: copying build/lib/tempest/lib/auth.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib DEBUG: copying build/lib/tempest/lib/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/utils DEBUG: copying build/lib/tempest/lib/common/utils/test_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/utils DEBUG: copying build/lib/tempest/lib/common/utils/misc.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/utils DEBUG: copying build/lib/tempest/lib/common/utils/data_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/utils DEBUG: copying build/lib/tempest/lib/common/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/utils DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/utils/linux DEBUG: copying build/lib/tempest/lib/common/utils/linux/remote_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/utils/linux DEBUG: copying build/lib/tempest/lib/common/utils/linux/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/utils/linux DEBUG: copying build/lib/tempest/lib/common/validation_resources.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: copying build/lib/tempest/lib/common/thread.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: copying build/lib/tempest/lib/common/ssh.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: copying build/lib/tempest/lib/common/rest_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: copying build/lib/tempest/lib/common/profiler.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: copying build/lib/tempest/lib/common/preprov_creds.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: copying build/lib/tempest/lib/common/jsonschema_validator.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: copying build/lib/tempest/lib/common/http.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: copying build/lib/tempest/lib/common/fixed_network.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: copying build/lib/tempest/lib/common/dynamic_creds.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: copying build/lib/tempest/lib/common/cred_provider.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: copying build/lib/tempest/lib/common/cred_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: copying build/lib/tempest/lib/common/api_version_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: copying build/lib/tempest/lib/common/api_version_request.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: copying build/lib/tempest/lib/common/api_microversion_fixture.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: copying build/lib/tempest/lib/common/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/object_storage DEBUG: copying build/lib/tempest/lib/services/object_storage/object_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/object_storage DEBUG: copying build/lib/tempest/lib/services/object_storage/container_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/object_storage DEBUG: copying build/lib/tempest/lib/services/object_storage/capabilities_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/object_storage DEBUG: copying build/lib/tempest/lib/services/object_storage/bulk_middleware_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/object_storage DEBUG: copying build/lib/tempest/lib/services/object_storage/account_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/object_storage DEBUG: copying build/lib/tempest/lib/services/object_storage/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/object_storage DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/versions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/trunks_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/tags_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/subnets_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/subnetpools_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/service_providers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/segments_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/security_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/security_group_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/routers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/quotas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/qos_limit_bandwidth_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/qos_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/ports_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/networks_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/metering_labels_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/metering_label_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/loggable_resource_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/log_resource_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/floating_ips_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/extensions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/agents_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: copying build/lib/tempest/lib/services/network/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume DEBUG: copying build/lib/tempest/lib/services/volume/base_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume DEBUG: copying build/lib/tempest/lib/services/volume/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/volumes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/volume_manage_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/versions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/transfers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/snapshots_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/snapshot_manage_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/scheduler_stats_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/quotas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/quota_classes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/qos_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/messages_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/limits_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/hosts_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/group_types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/group_snapshots_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/extensions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/encryption_types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/capabilities_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/base_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/backups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/availability_zone_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/attachments_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: copying build/lib/tempest/lib/services/volume/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/volumes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/volume_manage_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/transfers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/snapshots_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/snapshot_manage_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/scheduler_stats_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/quotas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/quota_classes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/qos_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/limits_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/hosts_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/extensions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/encryption_types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/capabilities_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/backups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/availability_zone_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/volume/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2 DEBUG: copying build/lib/tempest/lib/services/clients.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services DEBUG: copying build/lib/tempest/lib/services/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity DEBUG: copying build/lib/tempest/lib/services/identity/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2 DEBUG: copying build/lib/tempest/lib/services/identity/v2/users_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2 DEBUG: copying build/lib/tempest/lib/services/identity/v2/token_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2 DEBUG: copying build/lib/tempest/lib/services/identity/v2/tenants_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2 DEBUG: copying build/lib/tempest/lib/services/identity/v2/services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2 DEBUG: copying build/lib/tempest/lib/services/identity/v2/roles_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2 DEBUG: copying build/lib/tempest/lib/services/identity/v2/identity_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2 DEBUG: copying build/lib/tempest/lib/services/identity/v2/endpoints_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2 DEBUG: copying build/lib/tempest/lib/services/identity/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/versions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/users_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/trusts_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/token_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/service_providers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/roles_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/role_assignments_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/regions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/protocols_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/projects_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/project_tags_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/policies_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/oauth_token_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/oauth_consumers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/mappings_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/limits_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/inherited_roles_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/identity_providers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/identity_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/endpoints_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/endpoint_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/endpoint_filter_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/domains_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/domain_configuration_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/credentials_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/catalog_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/application_credentials_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/access_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: copying build/lib/tempest/lib/services/identity/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/placement DEBUG: copying build/lib/tempest/lib/services/placement/resource_providers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/placement DEBUG: copying build/lib/tempest/lib/services/placement/placement_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/placement DEBUG: copying build/lib/tempest/lib/services/placement/base_placement_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/placement DEBUG: copying build/lib/tempest/lib/services/placement/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/placement DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/volumes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/versions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/tenant_usages_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/tenant_networks_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/snapshots_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/servers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/server_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/security_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/security_group_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/security_group_default_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/quotas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/quota_classes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/networks_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/migrations_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/limits_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/keypairs_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/interfaces_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/instance_usage_audit_log_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/images_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/hypervisor_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/hosts_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/floating_ips_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/floating_ips_bulk_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/floating_ip_pools_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/flavors_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/fixed_ips_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/extensions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/certificates_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/base_compute_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/baremetal_nodes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/availability_zone_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/assisted_volume_snapshots_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/aggregates_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/agents_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: copying build/lib/tempest/lib/services/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v1 DEBUG: copying build/lib/tempest/lib/services/image/v1/images_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v1 DEBUG: copying build/lib/tempest/lib/services/image/v1/image_members_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v1 DEBUG: copying build/lib/tempest/lib/services/image/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v1 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2 DEBUG: copying build/lib/tempest/lib/services/image/v2/versions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2 DEBUG: copying build/lib/tempest/lib/services/image/v2/schemas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2 DEBUG: copying build/lib/tempest/lib/services/image/v2/resource_types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2 DEBUG: copying build/lib/tempest/lib/services/image/v2/namespaces_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2 DEBUG: copying build/lib/tempest/lib/services/image/v2/namespace_tags_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2 DEBUG: copying build/lib/tempest/lib/services/image/v2/namespace_properties_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2 DEBUG: copying build/lib/tempest/lib/services/image/v2/namespace_objects_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2 DEBUG: copying build/lib/tempest/lib/services/image/v2/images_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2 DEBUG: copying build/lib/tempest/lib/services/image/v2/image_members_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2 DEBUG: copying build/lib/tempest/lib/services/image/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2 DEBUG: copying build/lib/tempest/lib/services/image/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/cli DEBUG: copying build/lib/tempest/lib/cli/output_parser.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/cli DEBUG: copying build/lib/tempest/lib/cli/base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/cli DEBUG: copying build/lib/tempest/lib/cli/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/cli DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema DEBUG: copying build/lib/tempest/lib/api_schema/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response DEBUG: copying build/lib/tempest/lib/api_schema/response/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/v3_7 DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/v3_7/services.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/v3_7 DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/v3_7/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/v3_7 DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/volumes.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/volume_types.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/versions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/transfers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/snapshots.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/services.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/scheduler_stats.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/quota_classes.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/qos.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/messages.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/manage_volume.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/manage_snapshot.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/limits.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/hosts.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/groups.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/group_types.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/group_snapshots.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/extensions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/encryption_types.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/capabilities.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/backups.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: copying build/lib/tempest/lib/api_schema/response/volume/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_13 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_13/server_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_13 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_13/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_13 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_48 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_48/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_48 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_48/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_48 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_6 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_6/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_6 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_6/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_6 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_54 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_54/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_54 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_54/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_54 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_57 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_57/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_57 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_57/quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_57 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_57/limits.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_57 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_57/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_57 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_11 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_11/services.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_11 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_11/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_11 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_36 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_36/quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_36 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_36/limits.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_36 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_36/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_36 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_61 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_61/flavors.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_61 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_61/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_61 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_73 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_73/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_73 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_73/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_73 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_45 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_45/images.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_45 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_45/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_45 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_59 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_59/migrations.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_59 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_59/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_59 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/volumes.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/versions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/snapshots.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/services.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/server_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/security_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/quota_classes.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/parameter_types.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/migrations.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/limits.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/keypairs.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/interfaces.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/images.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/hypervisors.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/hosts.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/floating_ips.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/flavors_access.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/flavors.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/extensions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/certificates.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/availability_zone.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/aggregates.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/agents.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_1/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_3 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_3/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_3 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_3 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_71 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_71/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_71 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_71/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_71 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_39 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_39/limits.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_39 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_39/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_39 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_23 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_23/migrations.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_23 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_23/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_23 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_55 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_55/flavors.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_55 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_55/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_55 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_8 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_8/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_8 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_8/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_8 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_79 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_79/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_79 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_79/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_79 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_53 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_53/services.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_53 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_53/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_53 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_28 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_28/hypervisors.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_28 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_28/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_28 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_9 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_9/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_9 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_9/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_9 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_70 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_70/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_70 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_70/interfaces.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_70 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_70/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_70 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_41 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_41/aggregates.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_41 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_41/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_41 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_2 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_2/keypairs.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_2 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_2 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_16 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_16/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_16 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_16/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_16 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_19 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_19/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_19 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_19/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_19 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_26 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_26/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_26 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_26/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_26 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_47 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_47/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_47 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_47/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_47 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_63 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_63/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_63 DEBUG: copying build/lib/tempest/lib/api_schema/response/compute/v2_63/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_63 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api DEBUG: copying build/lib/tempest/api/README.rst -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_object_version.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_object_temp_url_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_object_temp_url.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_object_slo.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_object_services.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_object_formpost_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_object_formpost.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_object_expiry.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_healthcheck.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_crossdomain.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_container_sync_middleware.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_container_sync.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_container_staticweb.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_container_services_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_container_services.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_container_quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_container_acl_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_container_acl.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_account_services_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_account_services.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_account_quotas_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_account_quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/test_account_bulk.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/object_storage/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage DEBUG: copying build/lib/tempest/api/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_versions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_tags.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_subnetpools_extensions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_service_providers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_security_groups_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_security_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_routers_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_routers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_ports.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_networks_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_networks.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_floating_ips_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_floating_ips.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_extra_dhcp_options.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_extensions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_dhcp_ipv6.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_allowed_address_pair.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/test_agent_management_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/base_security_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: copying build/lib/tempest/api/network/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin DEBUG: copying build/lib/tempest/api/network/admin/test_routers_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin DEBUG: copying build/lib/tempest/api/network/admin/test_routers_dvr.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin DEBUG: copying build/lib/tempest/api/network/admin/test_routers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin DEBUG: copying build/lib/tempest/api/network/admin/test_quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin DEBUG: copying build/lib/tempest/api/network/admin/test_ports.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin DEBUG: copying build/lib/tempest/api/network/admin/test_negative_quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin DEBUG: copying build/lib/tempest/api/network/admin/test_metering_extensions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin DEBUG: copying build/lib/tempest/api/network/admin/test_floating_ips_admin_actions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin DEBUG: copying build/lib/tempest/api/network/admin/test_external_networks_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin DEBUG: copying build/lib/tempest/api/network/admin/test_external_network_extension.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin DEBUG: copying build/lib/tempest/api/network/admin/test_dhcp_agent_scheduler.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin DEBUG: copying build/lib/tempest/api/network/admin/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2 DEBUG: copying build/lib/tempest/api/image/v2/test_versions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2 DEBUG: copying build/lib/tempest/api/image/v2/test_images_tags_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2 DEBUG: copying build/lib/tempest/api/image/v2/test_images_tags.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2 DEBUG: copying build/lib/tempest/api/image/v2/test_images_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2 DEBUG: copying build/lib/tempest/api/image/v2/test_images_metadefs_schema.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2 DEBUG: copying build/lib/tempest/api/image/v2/test_images_member_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2 DEBUG: copying build/lib/tempest/api/image/v2/test_images_member.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2 DEBUG: copying build/lib/tempest/api/image/v2/test_images.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2 DEBUG: copying build/lib/tempest/api/image/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/admin DEBUG: copying build/lib/tempest/api/image/v2/admin/test_images_metadefs_resource_types.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/admin DEBUG: copying build/lib/tempest/api/image/v2/admin/test_images_metadefs_namespaces.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/admin DEBUG: copying build/lib/tempest/api/image/v2/admin/test_images_metadefs_namespace_tags.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/admin DEBUG: copying build/lib/tempest/api/image/v2/admin/test_images_metadefs_namespace_properties.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/admin DEBUG: copying build/lib/tempest/api/image/v2/admin/test_images_metadefs_namespace_objects.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/admin DEBUG: copying build/lib/tempest/api/image/v2/admin/test_images.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/admin DEBUG: copying build/lib/tempest/api/image/v2/admin/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/admin DEBUG: copying build/lib/tempest/api/image/base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image DEBUG: copying build/lib/tempest/api/image/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v1 DEBUG: copying build/lib/tempest/api/image/v1/test_images_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v1 DEBUG: copying build/lib/tempest/api/image/v1/test_images.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v1 DEBUG: copying build/lib/tempest/api/image/v1/test_image_members_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v1 DEBUG: copying build/lib/tempest/api/image/v1/test_image_members.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v1 DEBUG: copying build/lib/tempest/api/image/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v1 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_volumes_snapshots_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_volumes_snapshots_list.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_volumes_snapshots.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_volumes_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_volumes_list.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_volumes_get.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_volumes_extend.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_volumes_clone_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_volumes_clone.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_volumes_backup.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_volumes_actions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_volume_transfers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_volume_metadata.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_volume_delete_cascade.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_volume_absolute_limits.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_versions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_snapshot_metadata.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_image_metadata.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_extensions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/test_availability_zone.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/api_microversion_fixture.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: copying build/lib/tempest/api/volume/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volumes_list.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volumes_backup.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volumes_actions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volume_types_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volume_types_extra_specs_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volume_types_extra_specs.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volume_types.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volume_type_access.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volume_services_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volume_services.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volume_retype.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volume_quotas_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volume_quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volume_quota_classes.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volume_pools.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volume_manage.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_volume_hosts.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_user_messages.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_snapshots_actions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_snapshot_manage.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_qos.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_multi_backend.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_group_types.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_group_type_specs.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_group_snapshots.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_encrypted_volumes_extend.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/test_backends_capabilities.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: copying build/lib/tempest/api/volume/admin/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v2 DEBUG: copying build/lib/tempest/api/identity/v2/test_users.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v2 DEBUG: copying build/lib/tempest/api/identity/v2/test_tokens.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v2 DEBUG: copying build/lib/tempest/api/identity/v2/test_tenants.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v2 DEBUG: copying build/lib/tempest/api/identity/v2/test_extension.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v2 DEBUG: copying build/lib/tempest/api/identity/v2/test_ec2_credentials.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v2 DEBUG: copying build/lib/tempest/api/identity/v2/test_api_discovery.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v2 DEBUG: copying build/lib/tempest/api/identity/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v2 DEBUG: copying build/lib/tempest/api/identity/base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity DEBUG: copying build/lib/tempest/api/identity/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3 DEBUG: copying build/lib/tempest/api/identity/v3/test_users.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3 DEBUG: copying build/lib/tempest/api/identity/v3/test_tokens.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3 DEBUG: copying build/lib/tempest/api/identity/v3/test_projects.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3 DEBUG: copying build/lib/tempest/api/identity/v3/test_ec2_credentials.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3 DEBUG: copying build/lib/tempest/api/identity/v3/test_domains.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3 DEBUG: copying build/lib/tempest/api/identity/v3/test_catalog.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3 DEBUG: copying build/lib/tempest/api/identity/v3/test_application_credentials.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3 DEBUG: copying build/lib/tempest/api/identity/v3/test_api_discovery.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3 DEBUG: copying build/lib/tempest/api/identity/v3/test_access_rules.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3 DEBUG: copying build/lib/tempest/api/identity/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2 DEBUG: copying build/lib/tempest/api/identity/admin/v2/test_users_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2 DEBUG: copying build/lib/tempest/api/identity/admin/v2/test_users.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2 DEBUG: copying build/lib/tempest/api/identity/admin/v2/test_tokens_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2 DEBUG: copying build/lib/tempest/api/identity/admin/v2/test_tokens.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2 DEBUG: copying build/lib/tempest/api/identity/admin/v2/test_tenants.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2 DEBUG: copying build/lib/tempest/api/identity/admin/v2/test_tenant_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2 DEBUG: copying build/lib/tempest/api/identity/admin/v2/test_services.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2 DEBUG: copying build/lib/tempest/api/identity/admin/v2/test_roles_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2 DEBUG: copying build/lib/tempest/api/identity/admin/v2/test_roles.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2 DEBUG: copying build/lib/tempest/api/identity/admin/v2/test_endpoints.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2 DEBUG: copying build/lib/tempest/api/identity/admin/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2 DEBUG: copying build/lib/tempest/api/identity/admin/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_users_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_users.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_trusts.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_tokens.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_services.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_roles.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_regions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_projects_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_projects.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_project_tags.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_policies.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_oauth_consumers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_list_users.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_list_projects.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_inherits.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_endpoints_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_endpoints.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_endpoint_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_domains_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_domains.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_domain_configuration.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_default_project_id.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_credentials.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/test_application_credentials.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: copying build/lib/tempest/api/identity/admin/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/certificates DEBUG: copying build/lib/tempest/api/compute/certificates/test_certificates.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/certificates DEBUG: copying build/lib/tempest/api/compute/certificates/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/certificates DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/flavors DEBUG: copying build/lib/tempest/api/compute/flavors/test_flavors_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/flavors DEBUG: copying build/lib/tempest/api/compute/flavors/test_flavors.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/flavors DEBUG: copying build/lib/tempest/api/compute/flavors/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/flavors DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/floating_ips DEBUG: copying build/lib/tempest/api/compute/floating_ips/test_list_floating_ips_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/floating_ips DEBUG: copying build/lib/tempest/api/compute/floating_ips/test_list_floating_ips.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/floating_ips DEBUG: copying build/lib/tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/floating_ips DEBUG: copying build/lib/tempest/api/compute/floating_ips/test_floating_ips_actions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/floating_ips DEBUG: copying build/lib/tempest/api/compute/floating_ips/base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/floating_ips DEBUG: copying build/lib/tempest/api/compute/floating_ips/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/floating_ips DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/limits DEBUG: copying build/lib/tempest/api/compute/limits/test_absolute_limits_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/limits DEBUG: copying build/lib/tempest/api/compute/limits/test_absolute_limits.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/limits DEBUG: copying build/lib/tempest/api/compute/limits/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/limits DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/security_groups DEBUG: copying build/lib/tempest/api/compute/security_groups/test_security_groups_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/security_groups DEBUG: copying build/lib/tempest/api/compute/security_groups/test_security_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/security_groups DEBUG: copying build/lib/tempest/api/compute/security_groups/test_security_group_rules_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/security_groups DEBUG: copying build/lib/tempest/api/compute/security_groups/test_security_group_rules.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/security_groups DEBUG: copying build/lib/tempest/api/compute/security_groups/base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/security_groups DEBUG: copying build/lib/tempest/api/compute/security_groups/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/security_groups DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/volumes DEBUG: copying build/lib/tempest/api/compute/volumes/test_volumes_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/volumes DEBUG: copying build/lib/tempest/api/compute/volumes/test_volumes_list.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/volumes DEBUG: copying build/lib/tempest/api/compute/volumes/test_volumes_get.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/volumes DEBUG: copying build/lib/tempest/api/compute/volumes/test_volume_snapshots.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/volumes DEBUG: copying build/lib/tempest/api/compute/volumes/test_attach_volume_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/volumes DEBUG: copying build/lib/tempest/api/compute/volumes/test_attach_volume.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/volumes DEBUG: copying build/lib/tempest/api/compute/volumes/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/volumes DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_volumes_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_volume_swap.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_volume.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_simple_tenant_usage_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_simple_tenant_usage.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_services_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_services.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_servers_on_multinodes.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_servers_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_server_diagnostics_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_server_diagnostics.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_security_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_quotas_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_networks.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_migrations.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_live_migration_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_live_migration.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_keypairs_v210.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_instance_usage_audit_log_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_instance_usage_audit_log.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_hypervisor_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_hypervisor.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_hosts_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_hosts.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_floating_ips_bulk.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_flavors_microversions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_flavors_extra_specs_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_flavors_extra_specs.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_flavors_access_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_flavors_access.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_flavors.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_fixed_ips_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_fixed_ips.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_delete_server.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_create_server.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_availability_zone_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_availability_zone.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_auto_allocate_network.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_aggregates_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_aggregates.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/test_agents.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: copying build/lib/tempest/api/compute/admin/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_virtual_interfaces_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_virtual_interfaces.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_servers_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_servers_microversions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_servers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_server_tags.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_server_rescue_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_server_rescue.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_server_personality.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_server_password.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_server_metadata_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_server_metadata.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_server_group.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_server_addresses_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_server_addresses.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_server_actions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_novnc.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_multiple_create_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_multiple_create.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_list_servers_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_list_server_filters.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_instance_actions_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_instance_actions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_disk_config.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_device_tagging.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_delete_server.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_create_server_multi_nic.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_create_server.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_availability_zone.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/test_attach_interfaces.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: copying build/lib/tempest/api/compute/servers/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images DEBUG: copying build/lib/tempest/api/compute/images/test_list_images.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images DEBUG: copying build/lib/tempest/api/compute/images/test_list_image_filters_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images DEBUG: copying build/lib/tempest/api/compute/images/test_list_image_filters.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images DEBUG: copying build/lib/tempest/api/compute/images/test_images_oneserver_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images DEBUG: copying build/lib/tempest/api/compute/images/test_images_oneserver.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images DEBUG: copying build/lib/tempest/api/compute/images/test_images_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images DEBUG: copying build/lib/tempest/api/compute/images/test_images.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images DEBUG: copying build/lib/tempest/api/compute/images/test_image_metadata_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images DEBUG: copying build/lib/tempest/api/compute/images/test_image_metadata.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images DEBUG: copying build/lib/tempest/api/compute/images/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images DEBUG: copying build/lib/tempest/api/compute/test_versions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute DEBUG: copying build/lib/tempest/api/compute/test_tenant_networks.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute DEBUG: copying build/lib/tempest/api/compute/test_quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute DEBUG: copying build/lib/tempest/api/compute/test_networks.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute DEBUG: copying build/lib/tempest/api/compute/test_extensions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute DEBUG: copying build/lib/tempest/api/compute/base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute DEBUG: copying build/lib/tempest/api/compute/api_microversion_fixture.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute DEBUG: copying build/lib/tempest/api/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/keypairs DEBUG: copying build/lib/tempest/api/compute/keypairs/test_keypairs_v22.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/keypairs DEBUG: copying build/lib/tempest/api/compute/keypairs/test_keypairs_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/keypairs DEBUG: copying build/lib/tempest/api/compute/keypairs/test_keypairs.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/keypairs DEBUG: copying build/lib/tempest/api/compute/keypairs/base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/keypairs DEBUG: copying build/lib/tempest/api/compute/keypairs/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/keypairs DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: copying build/lib/tempest/tests/README.rst -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd/subunit_describe_calls_data DEBUG: copying build/lib/tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd/subunit_describe_calls_data DEBUG: copying build/lib/tempest/tests/cmd/subunit_describe_calls_data/calls.subunit -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd/subunit_describe_calls_data DEBUG: copying build/lib/tempest/tests/cmd/test_saved_state_json.json -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd DEBUG: copying build/lib/tempest/tests/cmd/test_workspace.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd DEBUG: copying build/lib/tempest/tests/cmd/test_verify_tempest_config.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd DEBUG: copying build/lib/tempest/tests/cmd/test_tempest_init.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd DEBUG: copying build/lib/tempest/tests/cmd/test_subunit_describe_calls.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd DEBUG: copying build/lib/tempest/tests/cmd/test_run.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd DEBUG: copying build/lib/tempest/tests/cmd/test_list_plugins.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd DEBUG: copying build/lib/tempest/tests/cmd/test_cleanup_services.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd DEBUG: copying build/lib/tempest/tests/cmd/test_cleanup.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd DEBUG: copying build/lib/tempest/tests/cmd/test_account_generator.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd DEBUG: copying build/lib/tempest/tests/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd DEBUG: copying build/lib/tempest/tests/utils.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: copying build/lib/tempest/tests/test_test.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: copying build/lib/tempest/tests/test_tempest_plugin.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: copying build/lib/tempest/tests/test_microversions.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: copying build/lib/tempest/tests/test_list_tests.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: copying build/lib/tempest/tests/test_imports.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: copying build/lib/tempest/tests/test_hacking.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: copying build/lib/tempest/tests/test_decorators.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: copying build/lib/tempest/tests/test_config.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: copying build/lib/tempest/tests/test_base_test.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: copying build/lib/tempest/tests/fake_tempest_plugin.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: copying build/lib/tempest/tests/fake_config.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: copying build/lib/tempest/tests/base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: copying build/lib/tempest/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/files DEBUG: copying build/lib/tempest/tests/files/testr-conf -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/files DEBUG: copying build/lib/tempest/tests/files/setup.cfg -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/files DEBUG: copying build/lib/tempest/tests/files/passing-tests -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/files DEBUG: copying build/lib/tempest/tests/files/failing-tests -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/files DEBUG: copying build/lib/tempest/tests/files/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/files DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/api DEBUG: copying build/lib/tempest/tests/api/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/api DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/api/compute DEBUG: copying build/lib/tempest/tests/api/compute/test_base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/api/compute DEBUG: copying build/lib/tempest/tests/api/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/api/compute DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/cmd DEBUG: copying build/lib/tempest/tests/lib/cmd/test_check_uuid.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/cmd DEBUG: copying build/lib/tempest/tests/lib/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/cmd DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/cli DEBUG: copying build/lib/tempest/tests/lib/cli/test_output_parser.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/cli DEBUG: copying build/lib/tempest/tests/lib/cli/test_execute.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/cli DEBUG: copying build/lib/tempest/tests/lib/cli/test_command_failed.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/cli DEBUG: copying build/lib/tempest/tests/lib/cli/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/cli DEBUG: copying build/lib/tempest/tests/lib/test_tempest_lib.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib DEBUG: copying build/lib/tempest/tests/lib/test_ssh.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib DEBUG: copying build/lib/tempest/tests/lib/test_decorators.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib DEBUG: copying build/lib/tempest/tests/lib/test_credentials.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib DEBUG: copying build/lib/tempest/tests/lib/test_base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib DEBUG: copying build/lib/tempest/tests/lib/test_auth.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib DEBUG: copying build/lib/tempest/tests/lib/test_api_microversion_fixture.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib DEBUG: copying build/lib/tempest/tests/lib/fake_identity.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib DEBUG: copying build/lib/tempest/tests/lib/fake_http.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib DEBUG: copying build/lib/tempest/tests/lib/fake_credentials.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib DEBUG: copying build/lib/tempest/tests/lib/fake_auth_provider.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib DEBUG: copying build/lib/tempest/tests/lib/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common DEBUG: copying build/lib/tempest/tests/lib/common/test_validation_resources.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common DEBUG: copying build/lib/tempest/tests/lib/common/test_rest_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common DEBUG: copying build/lib/tempest/tests/lib/common/test_profiler.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common DEBUG: copying build/lib/tempest/tests/lib/common/test_preprov_creds.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common DEBUG: copying build/lib/tempest/tests/lib/common/test_jsonschema_validator.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common DEBUG: copying build/lib/tempest/tests/lib/common/test_http.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common DEBUG: copying build/lib/tempest/tests/lib/common/test_dynamic_creds.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common DEBUG: copying build/lib/tempest/tests/lib/common/test_cred_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common DEBUG: copying build/lib/tempest/tests/lib/common/test_api_version_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common DEBUG: copying build/lib/tempest/tests/lib/common/test_api_version_request.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common DEBUG: copying build/lib/tempest/tests/lib/common/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/utils DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/utils/linux DEBUG: copying build/lib/tempest/tests/lib/common/utils/linux/test_remote_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/utils/linux DEBUG: copying build/lib/tempest/tests/lib/common/utils/linux/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/utils/linux DEBUG: copying build/lib/tempest/tests/lib/common/utils/test_test_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/utils DEBUG: copying build/lib/tempest/tests/lib/common/utils/test_misc.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/utils DEBUG: copying build/lib/tempest/tests/lib/common/utils/test_data_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/utils DEBUG: copying build/lib/tempest/tests/lib/common/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/utils DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/placement DEBUG: copying build/lib/tempest/tests/lib/services/placement/test_resource_providers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/placement DEBUG: copying build/lib/tempest/tests/lib/services/placement/test_placement_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/placement DEBUG: copying build/lib/tempest/tests/lib/services/placement/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/placement DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_volumes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_versions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_tenant_usages_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_tenant_networks_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_snapshots_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_servers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_server_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_security_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_security_group_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_security_group_default_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_quotas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_quota_classes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_networks_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_migrations_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_limits_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_keypairs_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_interfaces_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_images_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_hypervisor_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_hosts_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_floating_ips_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_floating_ip_pools_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_flavors_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_fixedIPs_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_extensions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_certificates_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_base_compute_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_baremetal_nodes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_availability_zone_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_assisted_volume_snapshots_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_aggregates_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/test_agents_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute DEBUG: copying build/lib/tempest/tests/lib/services/test_clients.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services DEBUG: copying build/lib/tempest/tests/lib/services/registry_fixture.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services DEBUG: copying build/lib/tempest/tests/lib/services/base.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services DEBUG: copying build/lib/tempest/tests/lib/services/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/object_storage DEBUG: copying build/lib/tempest/tests/lib/services/object_storage/test_object_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/object_storage DEBUG: copying build/lib/tempest/tests/lib/services/object_storage/test_capabilities_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/object_storage DEBUG: copying build/lib/tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/object_storage DEBUG: copying build/lib/tempest/tests/lib/services/object_storage/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/object_storage DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_versions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_trunks_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_tags_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_subnets_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_subnetpools_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_service_providers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_segments_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_security_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_security_group_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_routers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_quotas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_qos_limit_bandwidth_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_qos_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_ports_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_networks_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_metering_labels_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_metering_label_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_loggable_resource_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_log_resource_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_floating_ips_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_extensions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_base_network_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/test_agents_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: copying build/lib/tempest/tests/lib/services/network/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_volumes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_volume_manage_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_versions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_user_messages_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_transfers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_snapshots_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_quotas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_quota_classes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_limits_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_hosts_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_group_types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_extensions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_encryption_types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_capabilities_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_backups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_availability_zone_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/test_attachments_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3 DEBUG: copying build/lib/tempest/tests/lib/services/volume/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity DEBUG: copying build/lib/tempest/tests/lib/services/identity/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_versions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_users_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_trusts_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_token_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_service_providers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_roles_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_role_assignments_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_regions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_protocols_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_projects_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_project_tags_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_policies_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_oauth_token_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_mappings_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_limit_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_identity_providers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_identity_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_endpoints_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_domains_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_credentials_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_catalog_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_application_credentials_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/test_access_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v2/test_users_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v2/test_token_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v2/test_tenants_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v2/test_services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v2/test_roles_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v2/test_identity_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v2/test_endpoints_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2 DEBUG: copying build/lib/tempest/tests/lib/services/identity/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image DEBUG: copying build/lib/tempest/tests/lib/services/image/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2 DEBUG: copying build/lib/tempest/tests/lib/services/image/v2/test_versions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2 DEBUG: copying build/lib/tempest/tests/lib/services/image/v2/test_schemas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2 DEBUG: copying build/lib/tempest/tests/lib/services/image/v2/test_resource_types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2 DEBUG: copying build/lib/tempest/tests/lib/services/image/v2/test_namespaces_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2 DEBUG: copying build/lib/tempest/tests/lib/services/image/v2/test_namespace_tags_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2 DEBUG: copying build/lib/tempest/tests/lib/services/image/v2/test_namespace_properties_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2 DEBUG: copying build/lib/tempest/tests/lib/services/image/v2/test_namespace_object_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2 DEBUG: copying build/lib/tempest/tests/lib/services/image/v2/test_images_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2 DEBUG: copying build/lib/tempest/tests/lib/services/image/v2/test_image_members_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2 DEBUG: copying build/lib/tempest/tests/lib/services/image/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v1 DEBUG: copying build/lib/tempest/tests/lib/services/image/v1/test_image_members_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v1 DEBUG: copying build/lib/tempest/tests/lib/services/image/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v1 DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common DEBUG: copying build/lib/tempest/tests/common/test_waiters.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common DEBUG: copying build/lib/tempest/tests/common/test_image.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common DEBUG: copying build/lib/tempest/tests/common/test_custom_matchers.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common DEBUG: copying build/lib/tempest/tests/common/test_credentials_factory.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common DEBUG: copying build/lib/tempest/tests/common/test_compute.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common DEBUG: copying build/lib/tempest/tests/common/test_alt_available.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common DEBUG: copying build/lib/tempest/tests/common/test_admin_available.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common DEBUG: copying build/lib/tempest/tests/common/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/utils DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/utils/linux DEBUG: copying build/lib/tempest/tests/common/utils/linux/test_remote_client.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/utils/linux DEBUG: copying build/lib/tempest/tests/common/utils/linux/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/utils/linux DEBUG: copying build/lib/tempest/tests/common/utils/test_net_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/utils DEBUG: copying build/lib/tempest/tests/common/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/utils DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/hacking/checks.py to checks.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/hacking/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd/workspace.py to workspace.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd/subunit_describe_calls.py to subunit_describe_calls.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd/run.py to run.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd/main.py to main.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd/init.py to init.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd/list_plugins.py to list_plugins.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd/cleanup.py to cleanup.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd/cleanup_service.py to cleanup_service.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd/verify_tempest_config.py to verify_tempest_config.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/cmd/account_generator.py to account_generator.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_volume_migrate_attached.py to test_volume_migrate_attached.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_volume_boot_pattern.py to test_volume_boot_pattern.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_volume_backup_restore.py to test_volume_backup_restore.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_unified_limits.py to test_unified_limits.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_stamp_pattern.py to test_stamp_pattern.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_snapshot_pattern.py to test_snapshot_pattern.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_shelve_instance.py to test_shelve_instance.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_server_multinode.py to test_server_multinode.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_server_basic_ops.py to test_server_basic_ops.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_server_advanced_ops.py to test_server_advanced_ops.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_security_groups_basic_ops.py to test_security_groups_basic_ops.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_object_storage_basic_ops.py to test_object_storage_basic_ops.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_network_v6.py to test_network_v6.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_network_basic_ops.py to test_network_basic_ops.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_network_advanced_server_ops.py to test_network_advanced_server_ops.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_minimum_basic.py to test_minimum_basic.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_minbw_allocation_placement.py to test_minbw_allocation_placement.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_encrypted_cinder_volumes.py to test_encrypted_cinder_volumes.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_dashboard_basic_ops.py to test_dashboard_basic_ops.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/test_aggregates_basic_ops.py to test_aggregates_basic_ops.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/manager.py to manager.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/scenario/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/services/orchestration/json/orchestration_client.py to orchestration_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/services/orchestration/json/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/services/orchestration/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/services/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/version.py to version.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/test.py to test.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/exceptions.py to exceptions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/config.py to config.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/clients.py to clients.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/waiters.py to waiters.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/tempest_fixtures.py to tempest_fixtures.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/image.py to image.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/identity.py to identity.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/custom_matchers.py to custom_matchers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/credentials_factory.py to credentials_factory.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/compute.py to compute.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/utils/net_utils.py to net_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/utils/net_info.py to net_info.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/utils/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/utils/linux/remote_client.py to remote_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/common/utils/linux/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/test_discover/test_discover.py to test_discover.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/test_discover/plugins.py to plugins.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/test_discover/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/cmd/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/cmd/skip_tracker.py to skip_tracker.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/cmd/check_uuid.py to check_uuid.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/exceptions.py to exceptions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/decorators.py to decorators.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/auth.py to auth.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/utils/test_utils.py to test_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/utils/misc.py to misc.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/utils/data_utils.py to data_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/utils/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/utils/linux/remote_client.py to remote_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/utils/linux/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/validation_resources.py to validation_resources.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/thread.py to thread.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/ssh.py to ssh.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/rest_client.py to rest_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/profiler.py to profiler.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/preprov_creds.py to preprov_creds.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/jsonschema_validator.py to jsonschema_validator.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/http.py to http.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/fixed_network.py to fixed_network.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/dynamic_creds.py to dynamic_creds.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/cred_provider.py to cred_provider.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/cred_client.py to cred_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/api_version_utils.py to api_version_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/api_version_request.py to api_version_request.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/api_microversion_fixture.py to api_microversion_fixture.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/common/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/object_storage/object_client.py to object_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/object_storage/container_client.py to container_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/object_storage/capabilities_client.py to capabilities_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/object_storage/bulk_middleware_client.py to bulk_middleware_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/object_storage/account_client.py to account_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/object_storage/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/versions_client.py to versions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/trunks_client.py to trunks_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/tags_client.py to tags_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/subnets_client.py to subnets_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/subnetpools_client.py to subnetpools_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/service_providers_client.py to service_providers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/segments_client.py to segments_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/security_groups_client.py to security_groups_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/security_group_rules_client.py to security_group_rules_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/routers_client.py to routers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/quotas_client.py to quotas_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py to qos_minimum_bandwidth_rules_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/qos_limit_bandwidth_rules_client.py to qos_limit_bandwidth_rules_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/qos_client.py to qos_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/ports_client.py to ports_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/networks_client.py to networks_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/metering_labels_client.py to metering_labels_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/metering_label_rules_client.py to metering_label_rules_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/loggable_resource_client.py to loggable_resource_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/log_resource_client.py to log_resource_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/floating_ips_client.py to floating_ips_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/extensions_client.py to extensions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/agents_client.py to agents_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/network/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/base_client.py to base_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/volumes_client.py to volumes_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/volume_manage_client.py to volume_manage_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/versions_client.py to versions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/types_client.py to types_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/transfers_client.py to transfers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/snapshots_client.py to snapshots_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/snapshot_manage_client.py to snapshot_manage_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/services_client.py to services_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/scheduler_stats_client.py to scheduler_stats_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/quotas_client.py to quotas_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/quota_classes_client.py to quota_classes_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/qos_client.py to qos_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/messages_client.py to messages_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/limits_client.py to limits_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/hosts_client.py to hosts_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/groups_client.py to groups_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/group_types_client.py to group_types_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/group_snapshots_client.py to group_snapshots_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/extensions_client.py to extensions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/encryption_types_client.py to encryption_types_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/capabilities_client.py to capabilities_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/base_client.py to base_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/backups_client.py to backups_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/availability_zone_client.py to availability_zone_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/attachments_client.py to attachments_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v3/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/volumes_client.py to volumes_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/volume_manage_client.py to volume_manage_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/types_client.py to types_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/transfers_client.py to transfers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/snapshots_client.py to snapshots_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/snapshot_manage_client.py to snapshot_manage_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/services_client.py to services_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/scheduler_stats_client.py to scheduler_stats_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/quotas_client.py to quotas_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/quota_classes_client.py to quota_classes_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/qos_client.py to qos_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/limits_client.py to limits_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/hosts_client.py to hosts_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/extensions_client.py to extensions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/encryption_types_client.py to encryption_types_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/capabilities_client.py to capabilities_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/backups_client.py to backups_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/availability_zone_client.py to availability_zone_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/volume/v2/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/clients.py to clients.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2/users_client.py to users_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2/token_client.py to token_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2/tenants_client.py to tenants_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2/services_client.py to services_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2/roles_client.py to roles_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2/identity_client.py to identity_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2/endpoints_client.py to endpoints_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v2/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/versions_client.py to versions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/users_client.py to users_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/trusts_client.py to trusts_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/token_client.py to token_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/services_client.py to services_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/service_providers_client.py to service_providers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/roles_client.py to roles_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/role_assignments_client.py to role_assignments_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/regions_client.py to regions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/protocols_client.py to protocols_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/projects_client.py to projects_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/project_tags_client.py to project_tags_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/policies_client.py to policies_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/oauth_token_client.py to oauth_token_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/oauth_consumers_client.py to oauth_consumers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/mappings_client.py to mappings_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/limits_client.py to limits_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/inherited_roles_client.py to inherited_roles_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/identity_providers_client.py to identity_providers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/identity_client.py to identity_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/groups_client.py to groups_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/endpoints_client.py to endpoints_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/endpoint_groups_client.py to endpoint_groups_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/endpoint_filter_client.py to endpoint_filter_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/domains_client.py to domains_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/domain_configuration_client.py to domain_configuration_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/credentials_client.py to credentials_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/catalog_client.py to catalog_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/application_credentials_client.py to application_credentials_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/access_rules_client.py to access_rules_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/identity/v3/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/placement/resource_providers_client.py to resource_providers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/placement/placement_client.py to placement_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/placement/base_placement_client.py to base_placement_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/placement/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/volumes_client.py to volumes_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/versions_client.py to versions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/tenant_usages_client.py to tenant_usages_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/tenant_networks_client.py to tenant_networks_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/snapshots_client.py to snapshots_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/services_client.py to services_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/servers_client.py to servers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/server_groups_client.py to server_groups_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/security_groups_client.py to security_groups_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/security_group_rules_client.py to security_group_rules_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/security_group_default_rules_client.py to security_group_default_rules_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/quotas_client.py to quotas_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/quota_classes_client.py to quota_classes_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/networks_client.py to networks_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/migrations_client.py to migrations_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/limits_client.py to limits_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/keypairs_client.py to keypairs_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/interfaces_client.py to interfaces_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/instance_usage_audit_log_client.py to instance_usage_audit_log_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/images_client.py to images_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/hypervisor_client.py to hypervisor_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/hosts_client.py to hosts_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/floating_ips_client.py to floating_ips_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/floating_ips_bulk_client.py to floating_ips_bulk_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/floating_ip_pools_client.py to floating_ip_pools_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/flavors_client.py to flavors_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/fixed_ips_client.py to fixed_ips_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/extensions_client.py to extensions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/certificates_client.py to certificates_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/base_compute_client.py to base_compute_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/baremetal_nodes_client.py to baremetal_nodes_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/availability_zone_client.py to availability_zone_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/assisted_volume_snapshots_client.py to assisted_volume_snapshots_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/aggregates_client.py to aggregates_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/agents_client.py to agents_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/compute/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v1/images_client.py to images_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v1/image_members_client.py to image_members_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v1/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2/versions_client.py to versions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2/schemas_client.py to schemas_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2/resource_types_client.py to resource_types_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2/namespaces_client.py to namespaces_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2/namespace_tags_client.py to namespace_tags_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2/namespace_properties_client.py to namespace_properties_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2/namespace_objects_client.py to namespace_objects_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2/images_client.py to images_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2/image_members_client.py to image_members_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/v2/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/services/image/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/cli/output_parser.py to output_parser.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/cli/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/cli/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/v3_7/services.py to services.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/v3_7/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/volumes.py to volumes.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/volume_types.py to volume_types.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/versions.py to versions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/transfers.py to transfers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/snapshots.py to snapshots.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/services.py to services.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/scheduler_stats.py to scheduler_stats.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/quotas.py to quotas.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/quota_classes.py to quota_classes.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/qos.py to qos.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/messages.py to messages.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/manage_volume.py to manage_volume.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/manage_snapshot.py to manage_snapshot.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/limits.py to limits.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/hosts.py to hosts.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/groups.py to groups.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/group_types.py to group_types.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/group_snapshots.py to group_snapshots.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/extensions.py to extensions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/encryption_types.py to encryption_types.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/capabilities.py to capabilities.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/backups.py to backups.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/volume/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_13/server_groups.py to server_groups.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_13/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_48/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_48/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_6/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_6/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_54/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_54/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_57/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_57/quotas.py to quotas.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_57/limits.py to limits.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_57/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_11/services.py to services.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_11/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_36/quotas.py to quotas.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_36/limits.py to limits.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_36/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_61/flavors.py to flavors.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_61/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_73/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_73/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_45/images.py to images.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_45/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_59/migrations.py to migrations.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_59/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/volumes.py to volumes.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/versions.py to versions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py to tenant_usages.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py to tenant_networks.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/snapshots.py to snapshots.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/services.py to services.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/server_groups.py to server_groups.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/security_groups.py to security_groups.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py to security_group_default_rule.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/quotas.py to quotas.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/quota_classes.py to quota_classes.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/parameter_types.py to parameter_types.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/migrations.py to migrations.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/limits.py to limits.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/keypairs.py to keypairs.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/interfaces.py to interfaces.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py to instance_usage_audit_logs.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/images.py to images.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/hypervisors.py to hypervisors.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/hosts.py to hosts.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/floating_ips.py to floating_ips.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py to flavors_extra_specs.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/flavors_access.py to flavors_access.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/flavors.py to flavors.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py to fixed_ips.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/extensions.py to extensions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/certificates.py to certificates.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py to baremetal_nodes.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/availability_zone.py to availability_zone.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/aggregates.py to aggregates.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/agents.py to agents.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_1/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_3/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_3/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_71/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_71/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_39/limits.py to limits.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_39/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_23/migrations.py to migrations.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_23/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_55/flavors.py to flavors.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_55/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_8/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_8/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_79/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_79/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_53/services.py to services.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_53/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_28/hypervisors.py to hypervisors.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_28/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_9/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_9/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_70/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_70/interfaces.py to interfaces.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_70/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_41/aggregates.py to aggregates.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_41/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_2/keypairs.py to keypairs.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_2/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_16/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_16/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_19/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_19/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_26/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_26/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_47/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_47/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_63/servers.py to servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/lib/api_schema/response/compute/v2_63/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_object_version.py to test_object_version.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_object_temp_url_negative.py to test_object_temp_url_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_object_temp_url.py to test_object_temp_url.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_object_slo.py to test_object_slo.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_object_services.py to test_object_services.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_object_formpost_negative.py to test_object_formpost_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_object_formpost.py to test_object_formpost.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_object_expiry.py to test_object_expiry.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_healthcheck.py to test_healthcheck.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_crossdomain.py to test_crossdomain.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_container_sync_middleware.py to test_container_sync_middleware.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_container_sync.py to test_container_sync.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_container_staticweb.py to test_container_staticweb.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_container_services_negative.py to test_container_services_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_container_services.py to test_container_services.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_container_quotas.py to test_container_quotas.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_container_acl_negative.py to test_container_acl_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_container_acl.py to test_container_acl.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_account_services_negative.py to test_account_services_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_account_services.py to test_account_services.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_account_quotas_negative.py to test_account_quotas_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_account_quotas.py to test_account_quotas.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/test_account_bulk.py to test_account_bulk.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/object_storage/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_versions.py to test_versions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_tags.py to test_tags.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_subnetpools_extensions.py to test_subnetpools_extensions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_service_providers.py to test_service_providers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_security_groups_negative.py to test_security_groups_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_security_groups.py to test_security_groups.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_routers_negative.py to test_routers_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_routers.py to test_routers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_ports.py to test_ports.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_networks_negative.py to test_networks_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_networks.py to test_networks.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_floating_ips_negative.py to test_floating_ips_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_floating_ips.py to test_floating_ips.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_extra_dhcp_options.py to test_extra_dhcp_options.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_extensions.py to test_extensions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_dhcp_ipv6.py to test_dhcp_ipv6.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_allowed_address_pair.py to test_allowed_address_pair.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/test_agent_management_negative.py to test_agent_management_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/base_security_groups.py to base_security_groups.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin/test_routers_negative.py to test_routers_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin/test_routers_dvr.py to test_routers_dvr.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin/test_routers.py to test_routers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin/test_quotas.py to test_quotas.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin/test_ports.py to test_ports.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin/test_negative_quotas.py to test_negative_quotas.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin/test_metering_extensions.py to test_metering_extensions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin/test_floating_ips_admin_actions.py to test_floating_ips_admin_actions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin/test_external_networks_negative.py to test_external_networks_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin/test_external_network_extension.py to test_external_network_extension.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin/test_dhcp_agent_scheduler.py to test_dhcp_agent_scheduler.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/network/admin/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/test_versions.py to test_versions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/test_images_tags_negative.py to test_images_tags_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/test_images_tags.py to test_images_tags.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/test_images_negative.py to test_images_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/test_images_metadefs_schema.py to test_images_metadefs_schema.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/test_images_member_negative.py to test_images_member_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/test_images_member.py to test_images_member.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/test_images.py to test_images.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/admin/test_images_metadefs_resource_types.py to test_images_metadefs_resource_types.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/admin/test_images_metadefs_namespaces.py to test_images_metadefs_namespaces.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/admin/test_images_metadefs_namespace_tags.py to test_images_metadefs_namespace_tags.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/admin/test_images_metadefs_namespace_properties.py to test_images_metadefs_namespace_properties.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/admin/test_images_metadefs_namespace_objects.py to test_images_metadefs_namespace_objects.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/admin/test_images.py to test_images.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v2/admin/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v1/test_images_negative.py to test_images_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v1/test_images.py to test_images.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v1/test_image_members_negative.py to test_image_members_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v1/test_image_members.py to test_image_members.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/image/v1/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_volumes_snapshots_negative.py to test_volumes_snapshots_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_volumes_snapshots_list.py to test_volumes_snapshots_list.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_volumes_snapshots.py to test_volumes_snapshots.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_volumes_negative.py to test_volumes_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_volumes_list.py to test_volumes_list.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_volumes_get.py to test_volumes_get.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_volumes_extend.py to test_volumes_extend.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_volumes_clone_negative.py to test_volumes_clone_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_volumes_clone.py to test_volumes_clone.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_volumes_backup.py to test_volumes_backup.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_volumes_actions.py to test_volumes_actions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_volume_transfers.py to test_volume_transfers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_volume_metadata.py to test_volume_metadata.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_volume_delete_cascade.py to test_volume_delete_cascade.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_volume_absolute_limits.py to test_volume_absolute_limits.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_versions.py to test_versions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_snapshot_metadata.py to test_snapshot_metadata.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_image_metadata.py to test_image_metadata.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_extensions.py to test_extensions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/test_availability_zone.py to test_availability_zone.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/api_microversion_fixture.py to api_microversion_fixture.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volumes_list.py to test_volumes_list.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volumes_backup.py to test_volumes_backup.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volumes_actions.py to test_volumes_actions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volume_types_negative.py to test_volume_types_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volume_types_extra_specs_negative.py to test_volume_types_extra_specs_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volume_types_extra_specs.py to test_volume_types_extra_specs.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volume_types.py to test_volume_types.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volume_type_access.py to test_volume_type_access.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py to test_volume_snapshot_quotas_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volume_services_negative.py to test_volume_services_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volume_services.py to test_volume_services.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volume_retype.py to test_volume_retype.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volume_quotas_negative.py to test_volume_quotas_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volume_quotas.py to test_volume_quotas.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volume_quota_classes.py to test_volume_quota_classes.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volume_pools.py to test_volume_pools.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volume_manage.py to test_volume_manage.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_volume_hosts.py to test_volume_hosts.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_user_messages.py to test_user_messages.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_snapshots_actions.py to test_snapshots_actions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_snapshot_manage.py to test_snapshot_manage.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_qos.py to test_qos.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_multi_backend.py to test_multi_backend.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_groups.py to test_groups.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_group_types.py to test_group_types.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_group_type_specs.py to test_group_type_specs.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_group_snapshots.py to test_group_snapshots.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_encrypted_volumes_extend.py to test_encrypted_volumes_extend.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/test_backends_capabilities.py to test_backends_capabilities.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/volume/admin/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v2/test_users.py to test_users.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v2/test_tokens.py to test_tokens.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v2/test_tenants.py to test_tenants.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v2/test_extension.py to test_extension.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v2/test_ec2_credentials.py to test_ec2_credentials.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v2/test_api_discovery.py to test_api_discovery.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v2/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3/test_users.py to test_users.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3/test_tokens.py to test_tokens.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3/test_projects.py to test_projects.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3/test_ec2_credentials.py to test_ec2_credentials.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3/test_domains.py to test_domains.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3/test_catalog.py to test_catalog.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3/test_application_credentials.py to test_application_credentials.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3/test_api_discovery.py to test_api_discovery.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3/test_access_rules.py to test_access_rules.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/v3/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2/test_users_negative.py to test_users_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2/test_users.py to test_users.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2/test_tokens_negative.py to test_tokens_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2/test_tokens.py to test_tokens.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2/test_tenants.py to test_tenants.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2/test_tenant_negative.py to test_tenant_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2/test_services.py to test_services.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2/test_roles_negative.py to test_roles_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2/test_roles.py to test_roles.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2/test_endpoints.py to test_endpoints.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v2/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_users_negative.py to test_users_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_users.py to test_users.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_trusts.py to test_trusts.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_tokens.py to test_tokens.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_services.py to test_services.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_roles.py to test_roles.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_regions.py to test_regions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_projects_negative.py to test_projects_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_projects.py to test_projects.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_project_tags.py to test_project_tags.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_policies.py to test_policies.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_oauth_consumers.py to test_oauth_consumers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_list_users.py to test_list_users.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_list_projects.py to test_list_projects.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_inherits.py to test_inherits.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_groups.py to test_groups.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_endpoints_negative.py to test_endpoints_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_endpoints.py to test_endpoints.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_endpoint_groups.py to test_endpoint_groups.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_domains_negative.py to test_domains_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_domains.py to test_domains.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_domain_configuration.py to test_domain_configuration.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_default_project_id.py to test_default_project_id.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_credentials.py to test_credentials.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/test_application_credentials.py to test_application_credentials.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/identity/admin/v3/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/certificates/test_certificates.py to test_certificates.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/certificates/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/flavors/test_flavors_negative.py to test_flavors_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/flavors/test_flavors.py to test_flavors.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/flavors/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/floating_ips/test_list_floating_ips_negative.py to test_list_floating_ips_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/floating_ips/test_list_floating_ips.py to test_list_floating_ips.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py to test_floating_ips_actions_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/floating_ips/test_floating_ips_actions.py to test_floating_ips_actions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/floating_ips/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/floating_ips/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/limits/test_absolute_limits_negative.py to test_absolute_limits_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/limits/test_absolute_limits.py to test_absolute_limits.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/limits/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/security_groups/test_security_groups_negative.py to test_security_groups_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/security_groups/test_security_groups.py to test_security_groups.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/security_groups/test_security_group_rules_negative.py to test_security_group_rules_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/security_groups/test_security_group_rules.py to test_security_group_rules.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/security_groups/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/security_groups/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/volumes/test_volumes_negative.py to test_volumes_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/volumes/test_volumes_list.py to test_volumes_list.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/volumes/test_volumes_get.py to test_volumes_get.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/volumes/test_volume_snapshots.py to test_volume_snapshots.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/volumes/test_attach_volume_negative.py to test_attach_volume_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/volumes/test_attach_volume.py to test_attach_volume.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/volumes/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_volumes_negative.py to test_volumes_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_volume_swap.py to test_volume_swap.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_volume.py to test_volume.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_simple_tenant_usage_negative.py to test_simple_tenant_usage_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_simple_tenant_usage.py to test_simple_tenant_usage.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_services_negative.py to test_services_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_services.py to test_services.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_servers_on_multinodes.py to test_servers_on_multinodes.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_servers_negative.py to test_servers_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_servers.py to test_servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_server_diagnostics_negative.py to test_server_diagnostics_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_server_diagnostics.py to test_server_diagnostics.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_security_groups.py to test_security_groups.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_quotas_negative.py to test_quotas_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_quotas.py to test_quotas.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_networks.py to test_networks.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_migrations.py to test_migrations.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_live_migration_negative.py to test_live_migration_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_live_migration.py to test_live_migration.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_keypairs_v210.py to test_keypairs_v210.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_instance_usage_audit_log_negative.py to test_instance_usage_audit_log_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_instance_usage_audit_log.py to test_instance_usage_audit_log.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_hypervisor_negative.py to test_hypervisor_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_hypervisor.py to test_hypervisor.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_hosts_negative.py to test_hosts_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_hosts.py to test_hosts.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_floating_ips_bulk.py to test_floating_ips_bulk.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_flavors_microversions.py to test_flavors_microversions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_flavors_extra_specs_negative.py to test_flavors_extra_specs_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_flavors_extra_specs.py to test_flavors_extra_specs.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_flavors_access_negative.py to test_flavors_access_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_flavors_access.py to test_flavors_access.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_flavors.py to test_flavors.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_fixed_ips_negative.py to test_fixed_ips_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_fixed_ips.py to test_fixed_ips.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_delete_server.py to test_delete_server.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_create_server.py to test_create_server.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_availability_zone_negative.py to test_availability_zone_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_availability_zone.py to test_availability_zone.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_auto_allocate_network.py to test_auto_allocate_network.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_aggregates_negative.py to test_aggregates_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_aggregates.py to test_aggregates.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/test_agents.py to test_agents.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/admin/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_virtual_interfaces_negative.py to test_virtual_interfaces_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_virtual_interfaces.py to test_virtual_interfaces.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_servers_negative.py to test_servers_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_servers_microversions.py to test_servers_microversions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_servers.py to test_servers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_server_tags.py to test_server_tags.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_server_rescue_negative.py to test_server_rescue_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_server_rescue.py to test_server_rescue.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_server_personality.py to test_server_personality.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_server_password.py to test_server_password.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_server_metadata_negative.py to test_server_metadata_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_server_metadata.py to test_server_metadata.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_server_group.py to test_server_group.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_server_addresses_negative.py to test_server_addresses_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_server_addresses.py to test_server_addresses.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_server_actions.py to test_server_actions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_novnc.py to test_novnc.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_multiple_create_negative.py to test_multiple_create_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_multiple_create.py to test_multiple_create.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_list_servers_negative.py to test_list_servers_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_list_server_filters.py to test_list_server_filters.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_instance_actions_negative.py to test_instance_actions_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_instance_actions.py to test_instance_actions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_disk_config.py to test_disk_config.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_device_tagging.py to test_device_tagging.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_delete_server.py to test_delete_server.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_create_server_multi_nic.py to test_create_server_multi_nic.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_create_server.py to test_create_server.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_availability_zone.py to test_availability_zone.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/test_attach_interfaces.py to test_attach_interfaces.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/servers/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images/test_list_images.py to test_list_images.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images/test_list_image_filters_negative.py to test_list_image_filters_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images/test_list_image_filters.py to test_list_image_filters.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images/test_images_oneserver_negative.py to test_images_oneserver_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images/test_images_oneserver.py to test_images_oneserver.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images/test_images_negative.py to test_images_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images/test_images.py to test_images.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images/test_image_metadata_negative.py to test_image_metadata_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images/test_image_metadata.py to test_image_metadata.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/images/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/test_versions.py to test_versions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/test_tenant_networks.py to test_tenant_networks.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/test_quotas.py to test_quotas.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/test_networks.py to test_networks.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/test_extensions.py to test_extensions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/api_microversion_fixture.py to api_microversion_fixture.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/keypairs/test_keypairs_v22.py to test_keypairs_v22.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/keypairs/test_keypairs_negative.py to test_keypairs_negative.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/keypairs/test_keypairs.py to test_keypairs.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/keypairs/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/api/compute/keypairs/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd/test_workspace.py to test_workspace.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd/test_verify_tempest_config.py to test_verify_tempest_config.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd/test_tempest_init.py to test_tempest_init.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd/test_subunit_describe_calls.py to test_subunit_describe_calls.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd/test_run.py to test_run.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd/test_list_plugins.py to test_list_plugins.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd/test_cleanup_services.py to test_cleanup_services.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd/test_cleanup.py to test_cleanup.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd/test_account_generator.py to test_account_generator.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/cmd/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/utils.py to utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/test_test.py to test_test.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/test_tempest_plugin.py to test_tempest_plugin.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/test_microversions.py to test_microversions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/test_list_tests.py to test_list_tests.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/test_imports.py to test_imports.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/test_hacking.py to test_hacking.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/test_decorators.py to test_decorators.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/test_config.py to test_config.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/test_base_test.py to test_base_test.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/fake_tempest_plugin.py to fake_tempest_plugin.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/fake_config.py to fake_config.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/files/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/api/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/api/compute/test_base.py to test_base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/api/compute/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/cmd/test_check_uuid.py to test_check_uuid.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/cmd/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/cli/test_output_parser.py to test_output_parser.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/cli/test_execute.py to test_execute.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/cli/test_command_failed.py to test_command_failed.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/cli/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/test_tempest_lib.py to test_tempest_lib.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/test_ssh.py to test_ssh.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/test_decorators.py to test_decorators.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/test_credentials.py to test_credentials.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/test_base.py to test_base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/test_auth.py to test_auth.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/test_api_microversion_fixture.py to test_api_microversion_fixture.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/fake_identity.py to fake_identity.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/fake_http.py to fake_http.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/fake_credentials.py to fake_credentials.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/fake_auth_provider.py to fake_auth_provider.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/test_validation_resources.py to test_validation_resources.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/test_rest_client.py to test_rest_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/test_profiler.py to test_profiler.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/test_preprov_creds.py to test_preprov_creds.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/test_jsonschema_validator.py to test_jsonschema_validator.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/test_http.py to test_http.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/test_dynamic_creds.py to test_dynamic_creds.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/test_cred_client.py to test_cred_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/test_api_version_utils.py to test_api_version_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/test_api_version_request.py to test_api_version_request.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/utils/linux/test_remote_client.py to test_remote_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/utils/linux/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/utils/test_test_utils.py to test_test_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/utils/test_misc.py to test_misc.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/utils/test_data_utils.py to test_data_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/common/utils/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/placement/test_resource_providers_client.py to test_resource_providers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/placement/test_placement_client.py to test_placement_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/placement/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_volumes_client.py to test_volumes_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_versions_client.py to test_versions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_tenant_usages_client.py to test_tenant_usages_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_tenant_networks_client.py to test_tenant_networks_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_snapshots_client.py to test_snapshots_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_services_client.py to test_services_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_servers_client.py to test_servers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_server_groups_client.py to test_server_groups_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_security_groups_client.py to test_security_groups_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_security_group_rules_client.py to test_security_group_rules_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_security_group_default_rules_client.py to test_security_group_default_rules_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_quotas_client.py to test_quotas_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_quota_classes_client.py to test_quota_classes_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_networks_client.py to test_networks_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_migrations_client.py to test_migrations_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_limits_client.py to test_limits_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_keypairs_client.py to test_keypairs_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_interfaces_client.py to test_interfaces_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py to test_instance_usage_audit_log_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_images_client.py to test_images_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_hypervisor_client.py to test_hypervisor_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_hosts_client.py to test_hosts_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_floating_ips_client.py to test_floating_ips_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py to test_floating_ips_bulk_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_floating_ip_pools_client.py to test_floating_ip_pools_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_flavors_client.py to test_flavors_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_fixedIPs_client.py to test_fixedIPs_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_extensions_client.py to test_extensions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_certificates_client.py to test_certificates_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_base_compute_client.py to test_base_compute_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_baremetal_nodes_client.py to test_baremetal_nodes_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_availability_zone_client.py to test_availability_zone_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_assisted_volume_snapshots_client.py to test_assisted_volume_snapshots_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_aggregates_client.py to test_aggregates_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/test_agents_client.py to test_agents_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/compute/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/test_clients.py to test_clients.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/registry_fixture.py to registry_fixture.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/object_storage/test_object_client.py to test_object_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/object_storage/test_capabilities_client.py to test_capabilities_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py to test_bulk_middleware_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/object_storage/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_versions_client.py to test_versions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_trunks_client.py to test_trunks_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_tags_client.py to test_tags_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_subnets_client.py to test_subnets_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_subnetpools_client.py to test_subnetpools_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_service_providers_client.py to test_service_providers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_segments_client.py to test_segments_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_security_groups_client.py to test_security_groups_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_security_group_rules_client.py to test_security_group_rules_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_routers_client.py to test_routers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_quotas_client.py to test_quotas_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py to test_qos_minimum_bandwidth_rules_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_qos_limit_bandwidth_rules_client.py to test_qos_limit_bandwidth_rules_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_qos_client.py to test_qos_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_ports_client.py to test_ports_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_networks_client.py to test_networks_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_metering_labels_client.py to test_metering_labels_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_metering_label_rules_client.py to test_metering_label_rules_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_loggable_resource_client.py to test_loggable_resource_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_log_resource_client.py to test_log_resource_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_floating_ips_client.py to test_floating_ips_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_extensions_client.py to test_extensions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_base_network_client.py to test_base_network_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/test_agents_client.py to test_agents_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/network/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_volumes_client.py to test_volumes_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_volume_manage_client.py to test_volume_manage_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_versions_client.py to test_versions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_user_messages_client.py to test_user_messages_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_types_client.py to test_types_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_transfers_client.py to test_transfers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_snapshots_client.py to test_snapshots_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py to test_snapshot_manage_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_services_client.py to test_services_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py to test_scheduler_stats_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_quotas_client.py to test_quotas_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_quota_classes_client.py to test_quota_classes_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_limits_client.py to test_limits_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_hosts_client.py to test_hosts_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_groups_client.py to test_groups_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_group_types_client.py to test_group_types_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py to test_group_snapshots_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_extensions_client.py to test_extensions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_encryption_types_client.py to test_encryption_types_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_capabilities_client.py to test_capabilities_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_backups_client.py to test_backups_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_availability_zone_client.py to test_availability_zone_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/test_attachments_client.py to test_attachments_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/v3/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/volume/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_versions_client.py to test_versions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_users_client.py to test_users_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_trusts_client.py to test_trusts_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_token_client.py to test_token_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_services_client.py to test_services_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_service_providers_client.py to test_service_providers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_roles_client.py to test_roles_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_role_assignments_client.py to test_role_assignments_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_regions_client.py to test_regions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_protocols_client.py to test_protocols_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_projects_client.py to test_projects_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_project_tags_client.py to test_project_tags_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_policies_client.py to test_policies_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_oauth_token_client.py to test_oauth_token_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py to test_oauth_consumers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_mappings_client.py to test_mappings_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_limit_client.py to test_limit_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py to test_inherited_roles_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_identity_providers_client.py to test_identity_providers_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_identity_client.py to test_identity_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_groups_client.py to test_groups_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_endpoints_client.py to test_endpoints_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py to test_endpoint_groups_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py to test_endpoint_filter_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_domains_client.py to test_domains_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py to test_domain_configuration_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_credentials_client.py to test_credentials_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_catalog_client.py to test_catalog_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_application_credentials_client.py to test_application_credentials_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/test_access_rules_client.py to test_access_rules_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v3/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2/test_users_client.py to test_users_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2/test_token_client.py to test_token_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2/test_tenants_client.py to test_tenants_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2/test_services_client.py to test_services_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2/test_roles_client.py to test_roles_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2/test_identity_client.py to test_identity_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2/test_endpoints_client.py to test_endpoints_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/identity/v2/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2/test_versions_client.py to test_versions_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2/test_schemas_client.py to test_schemas_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2/test_resource_types_client.py to test_resource_types_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2/test_namespaces_client.py to test_namespaces_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2/test_namespace_tags_client.py to test_namespace_tags_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2/test_namespace_properties_client.py to test_namespace_properties_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2/test_namespace_object_client.py to test_namespace_object_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2/test_images_client.py to test_images_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2/test_image_members_client.py to test_image_members_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v2/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v1/test_image_members_client.py to test_image_members_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/lib/services/image/v1/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/test_waiters.py to test_waiters.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/test_image.py to test_image.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/test_custom_matchers.py to test_custom_matchers.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/test_credentials_factory.py to test_credentials_factory.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/test_compute.py to test_compute.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/test_alt_available.py to test_alt_available.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/test_admin_available.py to test_admin_available.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/utils/linux/test_remote_client.py to test_remote_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/utils/linux/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/utils/test_net_utils.py to test_net_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest/tests/common/utils/__init__.py to __init__.cpython-36.pyc DEBUG: writing byte-compilation script '/tmp/tmprkgyom6x.py' DEBUG: /usr/libexec/platform-python /tmp/tmprkgyom6x.py DEBUG: removing /tmp/tmprkgyom6x.py DEBUG: running install_data DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/etc DEBUG: creating /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/etc/tempest DEBUG: copying etc/accounts.yaml.sample -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/etc/tempest/ DEBUG: copying etc/allow-list.yaml -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/etc/tempest/ DEBUG: copying etc/logging.conf.sample -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/etc/tempest/ DEBUG: copying etc/rbac-persona-accounts.yaml.sample -> /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/etc/tempest/ DEBUG: running install_egg_info DEBUG: running egg_info DEBUG: writing tempest.egg-info/PKG-INFO DEBUG: writing dependency_links to tempest.egg-info/dependency_links.txt DEBUG: writing entry points to tempest.egg-info/entry_points.txt DEBUG: writing top-level names to tempest.egg-info/top_level.txt DEBUG: writing pbr to tempest.egg-info/pbr.json DEBUG: [pbr] Processing SOURCES.txt DEBUG: [pbr] In git context, generating filelist from git DEBUG: /usr/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' DEBUG: warnings.warn(msg) DEBUG: warning: no previously-included files found matching '.gitignore' DEBUG: warning: no previously-included files found matching '.gitreview' DEBUG: warning: no previously-included files matching '*.pyc' found anywhere in distribution DEBUG: writing manifest file 'tempest.egg-info/SOURCES.txt' DEBUG: Copying tempest.egg-info to /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6/site-packages/tempest-28.1.0-py3.6.egg-info DEBUG: running install_scripts DEBUG: Installing check-uuid script to /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/bin DEBUG: Installing skip-tracker script to /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/bin DEBUG: Installing subunit-describe-calls script to /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/bin DEBUG: Installing tempest script to /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/bin DEBUG: + mkdir -p /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/etc/tempest/ DEBUG: + oslo-config-generator --config-file tempest/cmd/config-generator.tempest.conf --output-file /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/etc/tempest/tempest.conf DEBUG: WARNING:stevedore.named:Could not load tempest.config DEBUG: + mkdir -p /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/etc/tempest DEBUG: + mv /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/etc/tempest/accounts.yaml.sample /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/etc/tempest/allow-list.yaml /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/etc/tempest/logging.conf.sample /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/etc/tempest/rbac-persona-accounts.yaml.sample /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/etc/tempest DEBUG: + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 28.1.0-0.20210907163724.ad2c300.el8 --unique-debug-suffix -28.1.0-0.20210907163724.ad2c300.el8.x86_64 --unique-debug-src-base openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/tempest-28.1.0 DEBUG: find: 'debug': No such file or directory DEBUG: + /usr/lib/rpm/check-buildroot DEBUG: + /usr/lib/rpm/redhat/brp-ldconfig DEBUG: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/etc/ld.so.conf: No such file or directory DEBUG: + /usr/lib/rpm/brp-compress DEBUG: + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip DEBUG: + /usr/lib/rpm/brp-python-bytecompile '' 1 DEBUG: Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/lib/python3.6 using /usr/libexec/platform-python DEBUG: + /usr/lib/rpm/brp-python-hardlink DEBUG: + PYTHON3=/usr/libexec/platform-python DEBUG: + /usr/lib/rpm/redhat/brp-mangle-shebangs DEBUG: Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.GKl5ot DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tempest-28.1.0 DEBUG: + export OS_TEST_PATH=./tempest/tests DEBUG: + OS_TEST_PATH=./tempest/tests DEBUG: + export PATH=/builddir/.local/bin:/builddir/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/bin DEBUG: + PATH=/builddir/.local/bin:/builddir/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/bin DEBUG: + export PYTHONPATH=/builddir/build/BUILD/tempest-28.1.0 DEBUG: + PYTHONPATH=/builddir/build/BUILD/tempest-28.1.0 DEBUG: + rm -f ./tempest/tests/test_hacking.py DEBUG: + PYTHON=/usr/libexec/platform-python DEBUG: + stestr --test-path ./tempest/tests run DEBUG: {2} tempest.tests.cmd.test_account_generator.TestGenerateResourcesV2.test_generate_resources_admin [0.043729s] ... ok DEBUG: {2} tempest.tests.cmd.test_account_generator.TestGenerateResourcesV2.test_generate_resources_no_admin [0.007924s] ... ok DEBUG: {2} tempest.tests.cmd.test_account_generator.TestGenerateResourcesV2.test_generate_resources_swift_admin [0.008191s] ... ok DEBUG: {2} tempest.tests.cmd.test_account_generator.TestGenerateResourcesV2.test_generate_resources_swift_no_admin [0.008187s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestKeyPairService.test_delete_fail [0.009891s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestKeyPairService.test_delete_pass [0.007719s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestKeyPairService.test_dry_run [0.007741s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestKeyPairService.test_save_state [0.007967s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestNetworkPortService.test_delete_fail [0.008107s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestNetworkPortService.test_delete_pass [0.009114s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestNetworkPortService.test_dry_run [0.023085s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestNetworkPortService.test_preserve_list [0.027305s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestNetworkPortService.test_save_state [0.007901s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestNetworkRouterService.test_delete_fail [0.060509s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestNetworkRouterService.test_delete_pass [0.009002s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestNetworkRouterService.test_dry_run [0.009342s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestNetworkRouterService.test_preserve_list [0.008580s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestNetworkRouterService.test_save_state [0.008829s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestNetworkService.test_delete_fail [0.010172s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestNetworkService.test_delete_pass [0.009628s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestNetworkService.test_dry_run [0.008487s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestNetworkService.test_preserve_list [0.009545s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestNetworkService.test_save_state [0.008274s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestProjectsService.test_delete_fail [0.008777s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestProjectsService.test_delete_pass [0.008267s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestProjectsService.test_dry_run [0.008032s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestProjectsService.test_preserve_list [0.008021s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestProjectsService.test_save_state [0.008050s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestServerGroupService.test_delete_fail [0.009331s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestServerGroupService.test_delete_pass [0.009630s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestServerGroupService.test_dry_run [0.008625s] ... ok DEBUG: {2} tempest.tests.cmd.test_cleanup_services.TestServerGroupService.test_save_state [0.008165s] ... ok DEBUG: {1} tempest.tests.cmd.test_account_generator.TestDumpAccountsV3.test_dump_accounts [0.038205s] ... ok DEBUG: {1} tempest.tests.cmd.test_account_generator.TestDumpAccountsV3.test_dump_accounts_existing_file [0.021129s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestFlavorService.test_delete_fail [0.048655s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestFlavorService.test_delete_pass [0.019350s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestFlavorService.test_dry_run [0.018383s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestFlavorService.test_preserve_list [0.032715s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestFlavorService.test_save_state [0.007209s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestNetworkMeteringLabelRuleService.test_delete_fail [0.018011s] ... ok DEBUG: {0} tempest.tests.cmd.test_account_generator.TestAccountGeneratorCliCheck.test_account_generator_negative_concurrency [0.029858s] ... ok DEBUG: {0} tempest.tests.cmd.test_account_generator.TestAccountGeneratorCliCheck.test_account_generator_zero_concurrency [0.000957s] ... ok DEBUG: {0} tempest.tests.cmd.test_account_generator.TestAccountGeneratorV2.test_get_credential_provider [0.020708s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestNetworkMeteringLabelRuleService.test_delete_pass [0.034994s] ... ok DEBUG: {0} tempest.tests.cmd.test_account_generator.TestAccountGeneratorV3.test_get_credential_provider [0.006109s] ... ok DEBUG: {0} tempest.tests.cmd.test_account_generator.TestAccountGeneratorV3.test_get_credential_provider_without_domain [0.005432s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup.TestTempestCleanup.test_load_json [0.000617s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup.TestTempestCleanup.test_take_action_got_exception [0.000954s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestNetworkMeteringLabelRuleService.test_dry_run [0.018725s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestNetworkMeteringLabelRuleService.test_save_state [0.006778s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestDomainService.test_delete_fail [0.020069s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestDomainService.test_delete_pass [0.016641s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestDomainService.test_dry_run [0.006314s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestDomainService.test_save_state [0.017805s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestNetworkFloatingIpService.test_delete_fail [0.018021s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestNetworkFloatingIpService.test_delete_pass [0.008020s] ... ok DEBUG: {3} tempest.tests.api.compute.test_base.TestBaseV2ComputeTest.test_check_euqal_version [0.001968s] ... ok DEBUG: {3} tempest.tests.api.compute.test_base.TestBaseV2ComputeTest.test_check_higher_version [0.000479s] ... ok DEBUG: {3} tempest.tests.api.compute.test_base.TestBaseV2ComputeTest.test_check_lower_version [0.000322s] ... ok DEBUG: {3} tempest.tests.api.compute.test_base.TestBaseV2ComputeTest.test_create_image_from_server_no_wait [0.011010s] ... ok DEBUG: {3} tempest.tests.api.compute.test_base.TestBaseV2ComputeTest.test_create_image_from_server_wait_until_active [0.002773s] ... ok DEBUG: {3} tempest.tests.api.compute.test_base.TestBaseV2ComputeTest.test_create_image_from_server_wait_until_active_no_server_wait [0.001842s] ... ok DEBUG: {3} tempest.tests.api.compute.test_base.TestBaseV2ComputeTest.test_create_image_from_server_wait_until_active_not_found_no_fault [0.005986s] ... ok DEBUG: {3} tempest.tests.api.compute.test_base.TestBaseV2ComputeTest.test_create_image_from_server_wait_until_active_not_found_with_fault [0.001745s] ... ok DEBUG: {3} tempest.tests.api.compute.test_base.TestBaseV2ComputeTest.test_create_image_from_server_wait_until_saving_not_found [0.006783s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestNetworkSubnetService.test_delete_fail [0.151208s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestNetworkFloatingIpService.test_dry_run [0.058419s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestNetworkFloatingIpService.test_save_state [0.024759s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestNetworkQuotaService.test_delete_fail [0.030552s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestNetworkQuotaService.test_delete_pass [0.006485s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestNetworkSubnetService.test_delete_pass [0.030113s] ... ok DEBUG: {3} tempest.tests.cmd.test_account_generator.TestDumpAccountsV2.test_dump_accounts [0.066237s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestNetworkSubnetService.test_dry_run [0.020726s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestNetworkSubnetService.test_preserve_list [0.006045s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestNetworkQuotaService.test_dry_run [0.017582s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestNetworkSubnetService.test_save_state [0.017532s] ... ok DEBUG: {3} tempest.tests.cmd.test_account_generator.TestDumpAccountsV2.test_dump_accounts_existing_file [0.039181s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestRoleService.test_delete_fail [0.019005s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestRoleService.test_delete_pass [0.011122s] ... ok DEBUG: {3} tempest.tests.cmd.test_account_generator.TestGenerateResourcesV3.test_generate_resources_admin [0.026158s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestRoleService.test_dry_run [0.023093s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestRoleService.test_save_state [0.005963s] ... ok DEBUG: {3} tempest.tests.cmd.test_account_generator.TestGenerateResourcesV3.test_generate_resources_no_admin [0.022358s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestUserService.test_delete_fail [0.016832s] ... ok DEBUG: {3} tempest.tests.cmd.test_account_generator.TestGenerateResourcesV3.test_generate_resources_swift_admin [0.018880s] ... ok DEBUG: ERROR [tempest.cmd.cleanup] Got NotImplemented error in , full exception: Got NotImplemented error DEBUG: Details: None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/cmd/cleanup_service.py", line 137, in run DEBUG: self.delete() DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/tests/cmd/test_cleanup_services.py", line 33, in delete DEBUG: raise exceptions.NotImplemented DEBUG: tempest.lib.exceptions.NotImplemented: Got NotImplemented error DEBUG: Details: None DEBUG: ERROR [tempest.cmd.cleanup] Got NotImplemented error in , full exception: Got NotImplemented error DEBUG: Details: None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/cmd/cleanup_service.py", line 137, in run DEBUG: self.delete() DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/tests/cmd/test_cleanup_services.py", line 33, in delete DEBUG: raise exceptions.NotImplemented DEBUG: tempest.lib.exceptions.NotImplemented: Got NotImplemented error DEBUG: Details: None DEBUG: ERROR [tempest.cmd.cleanup] Got NotImplemented error in , full exception: Got NotImplemented error DEBUG: Details: None DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/cmd/cleanup_service.py", line 133, in run DEBUG: self.dry_run() DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/tests/cmd/test_cleanup_services.py", line 36, in dry_run DEBUG: raise exceptions.NotImplemented DEBUG: tempest.lib.exceptions.NotImplemented: Got NotImplemented error DEBUG: Details: None DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestUserService.test_delete_pass [0.019115s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestUserService.test_dry_run [0.005899s] ... ok DEBUG: {3} tempest.tests.cmd.test_account_generator.TestGenerateResourcesV3.test_generate_resources_swift_no_admin [0.020684s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestBaseService.test_base_service_init [0.006779s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestBaseService.test_not_implemented_ex [0.001400s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestNetworkSecGroupService.test_delete_fail [0.116560s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestNetworkSecGroupService.test_delete_pass [0.007821s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestUserService.test_preserve_list [0.018003s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestNetworkSecGroupService.test_dry_run [0.019086s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestImagesService.test_delete_fail [0.025698s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestUserService.test_save_state [0.019599s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestImagesService.test_delete_pass [0.020213s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestNetworkSecGroupService.test_preserve_list [0.013021s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestNetworkSecGroupService.test_save_state [0.005847s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestVolumeQuotaService.test_delete_fail [0.028136s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestVolumeQuotaService.test_delete_pass [0.009968s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestNovaQuotaService.test_delete_fail [0.031566s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestNovaQuotaService.test_delete_pass [0.014754s] ... ok DEBUG: {1} tempest.tests.cmd.test_cleanup_services.TestVolumeQuotaService.test_dry_run [0.031686s] ... ok DEBUG: {2} tempest.tests.cmd.test_list_plugins.TestTempestListPlugins.test_run_list_plugins [1.334524s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestNovaQuotaService.test_dry_run [0.033491s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestRegionService.test_delete_fail [0.011509s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestImagesService.test_dry_run [0.097863s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestImagesService.test_preserve_list [0.005607s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestRegionService.test_delete_pass [0.013571s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestImagesService.test_save_state [0.005516s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestNetworkMeteringLabelService.test_delete_fail [0.007063s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestRegionService.test_dry_run [0.013454s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestNetworkMeteringLabelService.test_delete_pass [0.005355s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestNetworkMeteringLabelService.test_dry_run [0.007651s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestNetworkMeteringLabelService.test_save_state [0.007710s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestNetworkSubnetPoolsService.test_delete_fail [0.006352s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestRegionService.test_save_state [0.030230s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestNetworkSubnetPoolsService.test_delete_pass [0.006962s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestNetworkSubnetPoolsService.test_dry_run [0.005377s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestServerService.test_delete_fail [0.010109s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestNetworkSubnetPoolsService.test_preserve_list [0.005651s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestNetworkSubnetPoolsService.test_save_state [0.006413s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestVolumeService.test_delete_fail [0.007922s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestVolumeService.test_delete_pass [0.006955s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestServerService.test_delete_pass [0.029288s] ... ok DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestVolumeService.test_dry_run [0.006608s] ... ok DEBUG: WARNING [tempest.cmd.run] '--black-regex' option is deprecated, use '--exclude-regex' instead which is functionally equivalent. Right now Tempest still supports this option for backward compatibility, however, it will be removed soon. DEBUG: WARNING [tempest.cmd.run] '--exclude-regex' and '--black-regex' are specified at the same time, '--exclude-regex' takes precedence over '--black-regex' DEBUG: WARNING [tempest.cmd.run] '--blacklist-file' option is deprecated, use '--exclude-list' instead which is functionally equivalent. Right now Tempest still supports this option for backward compatibility, however, it will be removed soon. DEBUG: WARNING [tempest.cmd.run] '--exclude-list' and '--blacklist-file' are specified at the same time, '--exclude-list' takes precedence over '--blacklist-file' DEBUG: WARNING [tempest.cmd.run] '--whitelist-file' option is deprecated, use '--include-list' instead which is functionally equivalent. Right now Tempest still supports this option for backward compatibility, however, it will be removed soon. DEBUG: WARNING [tempest.cmd.run] '--include-list' and '--whitelist-file' are specified at the same time, '--include-list' takes precedence over '--whitelist-file' DEBUG: {3} tempest.tests.cmd.test_cleanup_services.TestVolumeService.test_save_state [0.006320s] ... ok DEBUG: {3} tempest.tests.cmd.test_run.TestConfigPathCheck.test_tempest_run_no_config_path [0.000302s] ... ok DEBUG: {3} tempest.tests.cmd.test_run.TestConfigPathCheck.test_tempest_run_set_config_no_exist_path [0.000953s] ... ok DEBUG: {3} tempest.tests.cmd.test_run.TestConfigPathCheck.test_tempest_run_set_config_path [0.000353s] ... ok DEBUG: {3} tempest.tests.cmd.test_run.TestTakeAction.test_config_file_specified [0.002230s] ... ok DEBUG: WARNING [tempest.cmd.run] '--black-regex' option is deprecated, use '--exclude-regex' instead which is functionally equivalent. Right now Tempest still supports this option for backward compatibility, however, it will be removed soon. DEBUG: WARNING [tempest.cmd.run] '--exclude-regex' and '--black-regex' are specified at the same time, '--exclude-regex' takes precedence over '--black-regex' DEBUG: WARNING [tempest.cmd.run] '--blacklist-file' option is deprecated, use '--exclude-list' instead which is functionally equivalent. Right now Tempest still supports this option for backward compatibility, however, it will be removed soon. DEBUG: WARNING [tempest.cmd.run] '--exclude-list' and '--blacklist-file' are specified at the same time, '--exclude-list' takes precedence over '--blacklist-file' DEBUG: WARNING [tempest.cmd.run] '--whitelist-file' option is deprecated, use '--include-list' instead which is functionally equivalent. Right now Tempest still supports this option for backward compatibility, however, it will be removed soon. DEBUG: WARNING [tempest.cmd.run] '--include-list' and '--whitelist-file' are specified at the same time, '--include-list' takes precedence over '--whitelist-file' DEBUG: WARNING [tempest.cmd.run] '--black-regex' option is deprecated, use '--exclude-regex' instead which is functionally equivalent. Right now Tempest still supports this option for backward compatibility, however, it will be removed soon. DEBUG: WARNING [tempest.cmd.run] '--exclude-regex' and '--black-regex' are specified at the same time, '--exclude-regex' takes precedence over '--black-regex' DEBUG: WARNING [tempest.cmd.run] '--blacklist-file' option is deprecated, use '--exclude-list' instead which is functionally equivalent. Right now Tempest still supports this option for backward compatibility, however, it will be removed soon. DEBUG: WARNING [tempest.cmd.run] '--exclude-list' and '--blacklist-file' are specified at the same time, '--exclude-list' takes precedence over '--blacklist-file' DEBUG: WARNING [tempest.cmd.run] '--whitelist-file' option is deprecated, use '--include-list' instead which is functionally equivalent. Right now Tempest still supports this option for backward compatibility, however, it will be removed soon. DEBUG: WARNING [tempest.cmd.run] '--include-list' and '--whitelist-file' are specified at the same time, '--include-list' takes precedence over '--whitelist-file' DEBUG: WARNING [tempest.cmd.run] '--black-regex' option is deprecated, use '--exclude-regex' instead which is functionally equivalent. Right now Tempest still supports this option for backward compatibility, however, it will be removed soon. DEBUG: WARNING [tempest.cmd.run] '--exclude-regex' and '--black-regex' are specified at the same time, '--exclude-regex' takes precedence over '--black-regex' DEBUG: WARNING [tempest.cmd.run] '--blacklist-file' option is deprecated, use '--exclude-list' instead which is functionally equivalent. Right now Tempest still supports this option for backward compatibility, however, it will be removed soon. DEBUG: WARNING [tempest.cmd.run] '--exclude-list' and '--blacklist-file' are specified at the same time, '--exclude-list' takes precedence over '--blacklist-file' DEBUG: WARNING [tempest.cmd.run] '--whitelist-file' option is deprecated, use '--include-list' instead which is functionally equivalent. Right now Tempest still supports this option for backward compatibility, however, it will be removed soon. DEBUG: WARNING [tempest.cmd.run] '--include-list' and '--whitelist-file' are specified at the same time, '--include-list' takes precedence over '--whitelist-file' DEBUG: {3} tempest.tests.cmd.test_run.TestTakeAction.test_config_file_workspace_registered [0.002683s] ... ok DEBUG: {3} tempest.tests.cmd.test_run.TestTakeAction.test_no_config_file_no_workspace_no_state [0.001172s] ... ok DEBUG: {3} tempest.tests.cmd.test_run.TestTakeAction.test_no_config_file_no_workspace_state_true [0.002201s] ... ok DEBUG: {3} tempest.tests.cmd.test_run.TestTakeAction.test_no_workspace_config_file_state_true [0.002799s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestServerService.test_dry_run [0.017114s] ... ok DEBUG: {3} tempest.tests.cmd.test_run.TestTakeAction.test_workspace_not_registered [0.001772s] ... ok DEBUG: {3} tempest.tests.cmd.test_run.TestTakeAction.test_workspace_registered_no_config_no_state [0.002362s] ... ok DEBUG: WARNING [tempest.cmd.run] '--black-regex' option is deprecated, use '--exclude-regex' instead which is functionally equivalent. Right now Tempest still supports this option for backward compatibility, however, it will be removed soon. DEBUG: WARNING [tempest.cmd.run] '--exclude-regex' and '--black-regex' are specified at the same time, '--exclude-regex' takes precedence over '--black-regex' DEBUG: WARNING [tempest.cmd.run] '--blacklist-file' option is deprecated, use '--exclude-list' instead which is functionally equivalent. Right now Tempest still supports this option for backward compatibility, however, it will be removed soon. DEBUG: WARNING [tempest.cmd.run] '--exclude-list' and '--blacklist-file' are specified at the same time, '--exclude-list' takes precedence over '--blacklist-file' DEBUG: WARNING [tempest.cmd.run] '--whitelist-file' option is deprecated, use '--include-list' instead which is functionally equivalent. Right now Tempest still supports this option for backward compatibility, however, it will be removed soon. DEBUG: WARNING [tempest.cmd.run] '--include-list' and '--whitelist-file' are specified at the same time, '--include-list' takes precedence over '--whitelist-file' DEBUG: {3} tempest.tests.cmd.test_run.TestTakeAction.test_workspace_registered_no_config_state_true [0.003815s] ... ok DEBUG: {3} tempest.tests.cmd.test_subunit_describe_calls.TestSubunitDescribeCalls.test_get_description [0.000541s] ... ok DEBUG: {3} tempest.tests.cmd.test_subunit_describe_calls.TestSubunitDescribeCalls.test_get_parser_default_max [0.003726s] ... ok DEBUG: {3} tempest.tests.cmd.test_subunit_describe_calls.TestSubunitDescribeCalls.test_get_parser_default_min [0.000780s] ... ok DEBUG: {3} tempest.tests.cmd.test_subunit_describe_calls.TestSubunitDescribeCalls.test_parse [0.002568s] ... ok DEBUG: {3} tempest.tests.cmd.test_subunit_describe_calls.TestSubunitDescribeCalls.test_take_action_all_stdout [0.001716s] ... ok DEBUG: {3} tempest.tests.cmd.test_subunit_describe_calls.TestSubunitDescribeCalls.test_take_action_exception [0.001720s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestServerService.test_save_state [0.026823s] ... ok DEBUG: {3} tempest.tests.cmd.test_subunit_describe_calls.TestSubunitDescribeCalls.test_take_action_min [0.001351s] ... ok DEBUG: {3} tempest.tests.cmd.test_subunit_describe_calls.TestSubunitDescribeCalls.test_take_action_no_items [0.001636s] ... ok DEBUG: {3} tempest.tests.cmd.test_subunit_describe_calls.TestSubunitDescribeCalls.test_take_action_outfile_files [0.002112s] ... ok DEBUG: {3} tempest.tests.common.test_admin_available.TestAdminAvailable.test__dynamic_creds__accounts_file__no_admin [0.003535s] ... ok DEBUG: {3} tempest.tests.common.test_admin_available.TestAdminAvailable.test__no_dynamic_creds__accounts_file__admin_role [0.002636s] ... ok DEBUG: {3} tempest.tests.common.test_admin_available.TestAdminAvailable.test__no_dynamic_creds__accounts_file__admin_type [0.008632s] ... ok DEBUG: {3} tempest.tests.common.test_admin_available.TestAdminAvailable.test__no_dynamic_creds__accounts_file__no_admin [0.005341s] ... ok DEBUG: {3} tempest.tests.common.test_admin_available.TestAdminAvailable.test__no_dynamic_creds__no_accounts_file__admin [0.002243s] ... ok DEBUG: {3} tempest.tests.common.test_admin_available.TestAdminAvailable.test__no_dynamic_creds__no_accounts_file__no_admin [0.002212s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestSnapshotService.test_delete_fail [0.027620s] ... ok DEBUG: {3} tempest.tests.common.test_admin_available.TestAdminAvailableV3.test__dynamic_creds__accounts_file__no_admin [0.005507s] ... ok DEBUG: {3} tempest.tests.common.test_admin_available.TestAdminAvailableV3.test__no_dynamic_creds__accounts_file__admin_role [0.003362s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestSnapshotService.test_delete_pass [0.008855s] ... ok DEBUG: {3} tempest.tests.common.test_admin_available.TestAdminAvailableV3.test__no_dynamic_creds__accounts_file__admin_type [0.004156s] ... ok DEBUG: {3} tempest.tests.common.test_admin_available.TestAdminAvailableV3.test__no_dynamic_creds__accounts_file__no_admin [0.002963s] ... ok DEBUG: {3} tempest.tests.common.test_admin_available.TestAdminAvailableV3.test__no_dynamic_creds__no_accounts_file__admin [0.002343s] ... ok DEBUG: {3} tempest.tests.common.test_admin_available.TestAdminAvailableV3.test__no_dynamic_creds__no_accounts_file__no_admin [0.002468s] ... ok DEBUG: {3} tempest.tests.common.test_waiters.TestVolumeWaiters.test_wait_for_volume_attachment [0.002022s] ... ok DEBUG: {3} tempest.tests.common.test_waiters.TestVolumeWaiters.test_wait_for_volume_attachment_create [0.003972s] ... ok DEBUG: {3} tempest.tests.common.test_waiters.TestVolumeWaiters.test_wait_for_volume_attachment_not_present [0.001446s] ... ok DEBUG: {3} tempest.tests.common.test_waiters.TestVolumeWaiters.test_wait_for_volume_attachment_remove_from_server [0.001231s] ... ok DEBUG: {3} tempest.tests.common.test_waiters.TestVolumeWaiters.test_wait_for_volume_attachment_remove_from_server_not_found [0.000657s] ... ok DEBUG: {3} tempest.tests.common.test_waiters.TestVolumeWaiters.test_wait_for_volume_attachment_remove_from_server_timeout [0.001326s] ... ok DEBUG: {3} tempest.tests.common.test_waiters.TestVolumeWaiters.test_wait_for_volume_attachment_timeout [0.002443s] ... ok DEBUG: {3} tempest.tests.common.test_waiters.TestVolumeWaiters.test_wait_for_volume_migration_error [0.001162s] ... ok DEBUG: {3} tempest.tests.common.test_waiters.TestVolumeWaiters.test_wait_for_volume_migration_success_and_dst [0.001508s] ... ok DEBUG: {3} tempest.tests.common.test_waiters.TestVolumeWaiters.test_wait_for_volume_migration_timeout [0.001123s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestSnapshotService.test_dry_run [0.036293s] ... ok DEBUG: {3} tempest.tests.common.test_waiters.TestVolumeWaiters.test_wait_for_volume_status_error_extending [0.002394s] ... ok DEBUG: {3} tempest.tests.common.test_waiters.TestVolumeWaiters.test_wait_for_volume_status_error_restoring [0.000879s] ... ok DEBUG: {3} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_get_boot_time [0.003178s] ... ok DEBUG: {3} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_get_disks [0.002680s] ... ok DEBUG: {3} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_get_mac_address [0.004687s] ... ok DEBUG: {3} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_list_disks [0.004881s] ... ok DEBUG: {3} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_ping_host [0.003569s] ... ok DEBUG: {3} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_write_to_console_regular_str [0.006362s] ... ok DEBUG: {0} tempest.tests.cmd.test_cleanup_services.TestSnapshotService.test_save_state [0.030673s] ... ok DEBUG: {3} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_write_to_console_special_chars [0.005265s] ... ok DEBUG: {3} tempest.tests.lib.common.test_api_version_utils.TestSelectRequestMicroversion.test_both_min_version_equal [0.000752s] ... ok DEBUG: {3} tempest.tests.lib.common.test_api_version_utils.TestSelectRequestMicroversion.test_both_min_version_none [0.000370s] ... ok DEBUG: {3} tempest.tests.lib.common.test_api_version_utils.TestSelectRequestMicroversion.test_cfg_min_version_greater [0.001425s] ... ok DEBUG: {3} tempest.tests.lib.common.test_api_version_utils.TestSelectRequestMicroversion.test_cfg_min_version_none [0.000398s] ... ok DEBUG: {3} tempest.tests.lib.common.test_api_version_utils.TestSelectRequestMicroversion.test_class_min_version_greater [0.000550s] ... ok DEBUG: {3} tempest.tests.lib.common.test_api_version_utils.TestSelectRequestMicroversion.test_class_min_version_none [0.000512s] ... ok DEBUG: {3} tempest.tests.lib.common.test_cred_client.TestCredClientV3.test_create_project [0.002189s] ... ok DEBUG: {3} tempest.tests.lib.common.test_cred_client.TestCredClientV3.test_create_user [0.003358s] ... ok DEBUG: {3} tempest.tests.lib.common.test_cred_client.TestCredClientV3.test_delete_project [0.002259s] ... ok DEBUG: {3} tempest.tests.lib.common.test_cred_client.TestCredClientV3.test_get_credentials [0.002726s] ... ok DEBUG: {3} tempest.tests.lib.common.test_http.TestClosingHttp.test_closing_http [0.000534s] ... ok DEBUG: {3} tempest.tests.lib.common.test_http.TestClosingHttp.test_closing_http_with_ca_certs [0.000311s] ... ok DEBUG: {3} tempest.tests.lib.common.test_http.TestClosingHttp.test_closing_http_with_ca_certs_and_dscv [0.000488s] ... ok DEBUG: {3} tempest.tests.lib.common.test_http.TestClosingHttp.test_closing_http_with_dscv [0.000386s] ... ok DEBUG: {3} tempest.tests.lib.common.test_http.TestClosingHttp.test_closing_http_with_timeout [0.000445s] ... ok DEBUG: {3} tempest.tests.lib.common.test_http.TestClosingHttp.test_request [0.006046s] ... ok DEBUG: {3} tempest.tests.lib.common.test_http.TestClosingHttp.test_request_with_fields [0.001583s] ... ok DEBUG: {3} tempest.tests.lib.common.test_http.TestClosingHttp.test_request_with_headers [0.001210s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test__get_creds_by_roles_list_role [0.007944s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test__get_creds_by_roles_no_admin [0.006909s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test__get_creds_by_roles_one_role [0.005682s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_create_hash_file_no_previous_file [0.008448s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_create_hash_file_previous_file [0.008141s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_admin_creds [0.005999s] ... ok DEBUG: WARNING [tempest.lib.common.preprov_creds] Using credentials {'username': 'test_admin1', 'tenant_name': 'test_tenant11'} for v3 API calls. Assuming they are valid in the default domain. DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_admin_creds_by_role [0.008841s] ... ok DEBUG: WARNING [tempest.lib.common.preprov_creds] Using credentials {'username': 'test_admin1', 'tenant_name': 'test_tenant11'} for v3 API calls. Assuming they are valid in the default domain. DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_admin_creds_by_type [0.008130s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_admin_creds_none_available [0.004289s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_alt_creds [0.004792s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_alt_creds_none_available [0.003240s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_free_hash_no_free_accounts [0.011336s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_free_hash_no_previous_accounts [0.011940s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_free_hash_some_in_use_accounts [0.010894s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_hash [0.011137s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_hash_dict [0.006094s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_primary_creds [0.006818s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_primary_creds_none_available [0.054852s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_is_multi_user [0.004180s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_is_not_multi_user [0.003309s] ... ok DEBUG: WARNING [tempest.lib.common.preprov_creds] Using credentials {'username': 'test_user14', 'tenant_name': 'test_tenant14'} for v3 API calls. Assuming they are valid in the default domain. DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_networks_returned_with_creds [0.008065s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_remove_hash_last_account [0.007577s] ... ok DEBUG: {3} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_remove_hash_not_last_account [0.005375s] ... ok DEBUG: {3} tempest.tests.lib.common.test_profiler.TestProfiler.test_profiler_lifecycle [0.000074s] ... ok DEBUG: {3} tempest.tests.lib.common.test_profiler.TestProfiler.test_profiler_lifecycle_generate_trace_id [0.000189s] ... ok DEBUG: {3} tempest.tests.lib.common.test_profiler.TestProfiler.test_serialize [0.000308s] ... ok DEBUG: {3} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaValidatorVersion.test_current_json_schema_validator_version [0.001938s] ... ok DEBUG: {3} tempest.tests.lib.common.utils.test_test_utils.TestCallUntilTrue.test_call_until_true_when_never_true_before_timeout [0.002210s] ... ok DEBUG: {3} tempest.tests.lib.common.utils.test_test_utils.TestCallUntilTrue.test_call_until_true_when_true_at_first_call [0.001085s] ... ok DEBUG: {3} tempest.tests.lib.common.utils.test_test_utils.TestCallUntilTrue.test_call_until_true_when_true_before_timeout [0.000990s] ... ok DEBUG: {3} tempest.tests.lib.common.utils.test_test_utils.TestCallUntilTrue.test_call_until_true_with_params [0.001148s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_assisted_volume_snapshots_client.TestVolumesClient.test_create_assisted_volume_snapshot_with_byte_body [0.000666s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_assisted_volume_snapshots_client.TestVolumesClient.test_create_assisted_volume_snapshot_with_str_body [0.000600s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_assisted_volume_snapshots_client.TestVolumesClient.test_delete_assisted_volume_snapshot [0.000633s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_base_compute_client.TestMicroversionHeaderCheck.test_correct_microverion_in_response [0.000591s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_base_compute_client.TestMicroversionHeaderCheck.test_incorrect_microverion_in_response [0.001963s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_base_compute_client.TestMicroversionHeaderCheck.test_no_microverion_header_in_response [0.000790s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsLatest.test_schema [0.000345s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsV21.test_schema [0.000289s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_certificates_client.TestCertificatesClient.test_create_certificate_with_bytes_body [0.002717s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_certificates_client.TestCertificatesClient.test_create_certificate_with_str_body [0.002200s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_certificates_client.TestCertificatesClient.test_show_certificate_with_bytes_body [0.001582s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_certificates_client.TestCertificatesClient.test_show_certificate_with_str_body [0.003283s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_fixedIPs_client.TestFixedIPsClient.test_reserve_fixed_ip_with_bytes_body [0.000801s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_fixedIPs_client.TestFixedIPsClient.test_reserve_fixed_ip_with_str_body [0.000609s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_fixedIPs_client.TestFixedIPsClient.test_show_fixed_ip_with_bytes_body [0.002840s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_fixedIPs_client.TestFixedIPsClient.test_show_fixed_ip_with_str_body [0.001481s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_floating_ip_pools_client.TestFloatingIPPoolsClient.test_list_floating_ip_pools_with_bytes_body [0.002311s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_floating_ip_pools_client.TestFloatingIPPoolsClient.test_list_floating_ip_pools_with_str_body [0.002108s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_list_host_with_bytes_body [0.002106s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_list_host_with_str_body [0.001030s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_reboot_host_with_bytes_body [0.000969s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_reboot_host_with_str_body [0.000858s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_show_host_with_bytes_body [0.000834s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_show_host_with_str_body [0.000999s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_start_host_with_bytes_body [0.000888s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_start_host_with_str_body [0.000846s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_stop_host_with_bytes_body [0.000947s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_stop_host_with_str_body [0.000846s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_update_host_with_bytes_body [0.001259s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_update_host_with_str_body [0.002629s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_create_interface_with_bytes_body [0.002348s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_create_interface_with_str_body [0.003917s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_delete_interface_with_bytes_body [0.000838s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_delete_interface_with_str_body [0.000502s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_list_interfaces_with_bytes_body [0.003727s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_list_interfaces_with_str_body [0.002024s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_show_interface_with_bytes_body [0.002823s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_show_interface_with_str_body [0.002051s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_action_with_bytes_body [0.000637s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_action_with_str_body [0.001745s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_add_security_group_with_bytes_body [0.000784s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_add_security_group_with_str_body [0.000844s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_attach_volume_with_bytes_body [0.001768s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_attach_volume_with_str_body [0.003042s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_change_password_with_bytes_body [0.000787s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_change_password_with_str_body [0.001970s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_check_tag_existence_byte_body [0.000741s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_check_tag_existence_str_body [0.000686s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_confirm_resize_server [0.000767s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_create_backup_with_bytes_body [0.002164s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_create_backup_with_str_body [0.000548s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_create_server_with_bytes_body [0.001348s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_create_server_with_str_body [0.001336s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_delete_all_tags [0.004494s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_delete_password [0.000741s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_delete_server [0.005938s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_delete_server_metadata [0.000978s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_delete_tag [0.001001s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_detach_volume_with_bytes_body [0.004280s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_detach_volume_with_str_body [0.001572s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_evacuate_server_with_bytes_body [0.006895s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_evacuate_server_with_str_body [0.005449s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_force_delete_server [0.001024s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_get_console_output_with_bytes_body [0.002083s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_get_console_output_with_str_body [0.000834s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_get_vnc_console_with_bytes_body [0.002127s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_get_vnc_console_with_str_body [0.002017s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_inject_network_info [0.000587s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_addresses_by_network_with_bytes_body [0.008781s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_addresses_by_network_with_str_body [0.002248s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_addresses_with_bytes_body [0.005498s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_addresses_with_str_body [0.006441s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_instance_actions_with_bytes_body [0.006111s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_instance_actions_with_str_body [0.001439s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_security_groups_by_server_with_bytes_body [0.002746s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_security_groups_by_server_with_str_body [0.006398s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_server_metadata_with_bytes_body [0.001791s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_server_metadata_with_str_body [0.001165s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_servers_with_bytes_body [0.007191s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_servers_with_str_body [0.005802s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_tags_byte_body [0.001563s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_tags_str_body [0.005378s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_virtual_interfaces_with_bytes_body [0.001332s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_virtual_interfaces_with_str_body [0.001098s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_volume_attachments_with_bytes_body [0.001225s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_volume_attachments_with_str_body [0.006154s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_live_migrate_server_with_bytes_body [0.000562s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_live_migrate_server_with_str_body [0.000682s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_lock_server [0.000662s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_migrate_server_with_bytes_body [0.000644s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_migrate_server_with_str_body [0.000695s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_pause_server [0.005555s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_reboot_server [0.000662s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_rebuild_server_with_bytes_body [0.007415s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_rebuild_server_with_str_body [0.005339s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_remove_security_group [0.000746s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_rescue_server_with_bytes_body [0.000890s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_rescue_server_with_str_body [0.000842s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_reset_network [0.000713s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_reset_state [0.000611s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_resize_server [0.000446s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_restore_soft_deleted_server [0.000503s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_resume_server [0.000446s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_revert_resize [0.000583s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_set_server_metadata_item_with_bytes_body [0.000935s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_set_server_metadata_item_with_str_body [0.000890s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_set_server_metadata_with_bytes_body [0.000970s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_set_server_metadata_with_str_body [0.010914s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_shelve_offload_server [0.000678s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_shelve_server [0.000468s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_instance_action_with_bytes_body [0.001837s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_instance_action_with_str_body [0.001564s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_password_with_bytes_body [0.000837s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_password_with_str_body [0.001427s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_server_diagnostics_with_bytes_body [0.000709s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_server_diagnostics_with_str_body [0.000683s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_server_metadata_item_with_bytes_body [0.000995s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_server_metadata_item_with_str_body [0.001180s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_server_with_bytes_body [0.004296s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_server_with_str_body [0.003641s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_volume_attachment_with_bytes_body [0.001975s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_volume_attachment_with_str_body [0.001049s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_start_server [0.000470s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_stop_server [0.000643s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_suspend_server [0.000442s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_unlock_server [0.000482s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_unpause_server [0.000446s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_unrescue_server [0.000561s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_unshelve_server [0.000643s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_update_all_tags_byte_body [0.001190s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_update_all_tags_str_body [0.001175s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_update_attached_volume [0.000500s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_update_server_metadata_with_bytes_body [0.000871s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_update_server_metadata_with_str_body [0.001933s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_update_tag_byte_body [0.001227s] ... ok DEBUG: {3} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_update_tag_str_body [0.001011s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v2.test_endpoints_client.TestEndpointsClient.test_create_endpoint_with_bytes_body [0.000519s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v2.test_endpoints_client.TestEndpointsClient.test_create_endpoint_with_str_body [0.001413s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v2.test_endpoints_client.TestEndpointsClient.test_delete_endpoint [0.000588s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v2.test_endpoints_client.TestEndpointsClient.test_list_endpoints_with_bytes_body [0.000668s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v2.test_endpoints_client.TestEndpointsClient.test_list_endpoints_with_str_body [0.000511s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_create_credential_with_bytes_body [0.000530s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_create_credential_with_str_body [0.000541s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_delete_credential [0.001166s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_list_credentials_with_bytes_body [0.000536s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_list_credentials_with_str_body [0.000510s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_show_credential_with_bytes_body [0.000445s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_show_credential_with_str_body [0.000582s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_update_credential_with_bytes_body [0.000457s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_update_credential_with_str_body [0.002378s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoint_groups_client.TestEndPointGroupsClient.test_check_endpoint_group_with_bytes_body [0.000484s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoint_groups_client.TestEndPointGroupsClient.test_check_endpoint_group_with_str_body [0.000507s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoint_groups_client.TestEndPointGroupsClient.test_create_endpoint_group_with_bytes_body [0.000599s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoint_groups_client.TestEndPointGroupsClient.test_create_endpoint_group_with_str_body [0.000524s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoint_groups_client.TestEndPointGroupsClient.test_delete_endpoint_group [0.000417s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoint_groups_client.TestEndPointGroupsClient.test_list_endpoint_groups_with_bytes_body [0.000518s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoint_groups_client.TestEndPointGroupsClient.test_list_endpoint_groups_with_str_body [0.000810s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoint_groups_client.TestEndPointGroupsClient.test_show_endpoint_group_with_bytes_body [0.000486s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoint_groups_client.TestEndPointGroupsClient.test_show_endpoint_group_with_str_body [0.000522s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoint_groups_client.TestEndPointGroupsClient.test_update_endpoint_group_with_bytes_body [0.000527s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoint_groups_client.TestEndPointGroupsClient.test_update_endpoint_group_with_str_body [0.002420s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoints_client.TestEndpointsClient.test_create_endpoint_with_bytes_body [0.000575s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoints_client.TestEndpointsClient.test_create_endpoint_with_str_body [0.000457s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoints_client.TestEndpointsClient.test_delete_endpoint [0.000484s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoints_client.TestEndpointsClient.test_list_endpoints_with_bytes_body [0.000566s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoints_client.TestEndpointsClient.test_list_endpoints_with_params [0.000861s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoints_client.TestEndpointsClient.test_list_endpoints_with_str_body [0.000463s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoints_client.TestEndpointsClient.test_show_endpoint_with_bytes_body [0.000586s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoints_client.TestEndpointsClient.test_show_endpoint_with_str_body [0.000464s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoints_client.TestEndpointsClient.test_update_endpoint_with_bytes_body [0.000703s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_endpoints_client.TestEndpointsClient.test_update_endpoint_with_str_body [0.000531s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_identity_providers_client.TestIdentityProvidersClient.test_delete_identity_provider_with_bytes_body [0.001041s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_identity_providers_client.TestIdentityProvidersClient.test_delete_identity_provider_with_str_body [0.000573s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_identity_providers_client.TestIdentityProvidersClient.test_get_identity_provider_with_bytes_body [0.000445s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_identity_providers_client.TestIdentityProvidersClient.test_get_identity_provider_with_str_body [0.000532s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_identity_providers_client.TestIdentityProvidersClient.test_list_identity_providers_with_bytes_body [0.000533s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_identity_providers_client.TestIdentityProvidersClient.test_list_identity_providers_with_str_body [0.000576s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_identity_providers_client.TestIdentityProvidersClient.test_register_identity_provider_with_bytes_body [0.001543s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_identity_providers_client.TestIdentityProvidersClient.test_register_identity_provider_with_str_body [0.000492s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_identity_providers_client.TestIdentityProvidersClient.test_update_identity_provider_with_bytes_body [0.001814s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_identity_providers_client.TestIdentityProvidersClient.test_update_identity_provider_with_str_body [0.000750s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_check_group_has_flag_on_inherited_to_project [0.013170s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_check_group_inherited_project_role_on_domain [0.000869s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_check_user_has_flag_on_inherited_to_project [0.000756s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_check_user_inherited_project_role_on_domain [0.000647s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_create_inherited_role_on_domains_group_with_bytes_body [0.000641s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_create_inherited_role_on_domains_group_with_str_body [0.000730s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_create_inherited_role_on_domains_user_with_bytes_body [0.001115s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_create_inherited_role_on_domains_user_with_str_body [0.000680s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_create_inherited_role_on_projects_group_with_bytes_body [0.000597s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_create_inherited_role_on_projects_user_with_str_body [0.000609s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_delete_inherited_role_from_group_on_domain [0.000822s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_delete_inherited_role_from_group_on_project [0.000666s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_delete_inherited_role_from_user_on_domain [0.000713s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_delete_inherited_role_from_user_on_project [0.000684s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_list_inherited_project_role_for_group_on_domain_with_bytes_body [0.000625s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_list_inherited_project_role_for_group_on_domain_with_str_body [0.000593s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_list_inherited_project_role_for_user_on_domain_with_bytes_body [0.000537s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_list_inherited_project_role_for_user_on_domain_with_str_body [0.000516s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_oauth_consumers_client.TestOAUTHConsumerClient.test_create_consumer_with_bytes_body [0.000607s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_oauth_consumers_client.TestOAUTHConsumerClient.test_create_consumer_with_str_body [0.000556s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_oauth_consumers_client.TestOAUTHConsumerClient.test_delete_consumer [0.000421s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_oauth_consumers_client.TestOAUTHConsumerClient.test_list_consumers_with_bytes_body [0.000687s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_oauth_consumers_client.TestOAUTHConsumerClient.test_list_consumers_with_str_body [0.000653s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_oauth_consumers_client.TestOAUTHConsumerClient.test_show_consumer_with_bytes_body [0.000451s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_oauth_consumers_client.TestOAUTHConsumerClient.test_show_consumer_with_str_body [0.000567s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_oauth_consumers_client.TestOAUTHConsumerClient.test_update_consumer_with_bytes_body [0.000458s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_oauth_consumers_client.TestOAUTHConsumerClient.test_update_consumer_with_str_body [0.001059s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_protocols_client.TestProtocolsClient.test_add_protocol_to_identity_provider_with_bytes_body [0.000549s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_protocols_client.TestProtocolsClient.test_add_protocol_to_identity_provider_with_str_body [0.000501s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_protocols_client.TestProtocolsClient.test_delete_protocol_from_identity_provider_with_bytes_body [0.000467s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_protocols_client.TestProtocolsClient.test_delete_protocol_from_identity_provider_with_str_body [0.000489s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_protocols_client.TestProtocolsClient.test_get_protocol_for_identity_provider_with_bytes_body [0.000502s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_protocols_client.TestProtocolsClient.test_get_protocol_for_identity_provider_with_str_body [0.000434s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_protocols_client.TestProtocolsClient.test_list_protocols_of_identity_provider_with_bytes_body [0.000506s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_protocols_client.TestProtocolsClient.test_list_protocols_of_identity_provider_with_str_body [0.000571s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_protocols_client.TestProtocolsClient.test_update_mapping_for_identity_provider_with_bytes_body [0.000449s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_protocols_client.TestProtocolsClient.test_update_mapping_for_identity_provider_with_str_body [0.000508s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_create_region_with_bytes_body [0.000478s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_create_region_with_str_body [0.000820s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_delete_region [0.000509s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_list_regions_with_bytes_body [0.000482s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_list_regions_with_str_body [0.000507s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_show_region_with_bytes_body [0.000517s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_show_region_with_str_body [0.000446s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_update_region_with_bytes_body [0.000504s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_update_region_with_str_body [0.000456s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_role_assignments_client.TestRoleAssignmentsClient.test_list_group_project_assignments_with_bytes_body [0.000631s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_role_assignments_client.TestRoleAssignmentsClient.test_list_group_project_assignments_with_str_body [0.000475s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_role_assignments_client.TestRoleAssignmentsClient.test_list_user_domain_assignments_with_bytes_body [0.000734s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_role_assignments_client.TestRoleAssignmentsClient.test_list_user_domain_assignments_with_str_body [0.000535s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_role_assignments_client.TestRoleAssignmentsClient.test_list_user_project_effective_assignments_with_bytes_body [0.000593s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_role_assignments_client.TestRoleAssignmentsClient.test_list_user_project_effective_assignments_with_str_body [0.000542s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_check_role_from_group_on_domain_existence [0.000531s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_check_role_from_group_on_project_existence [0.001376s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_check_role_from_group_on_system_existence [0.000852s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_check_role_inference_rule [0.000685s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_check_user_role_existence_on_domain [0.000625s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_check_user_role_existence_on_project [0.000483s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_check_user_role_existence_on_system [0.000793s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_group_role_on_domain_with_bytes_body [0.000607s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_group_role_on_domain_with_str_body [0.000673s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_role_inference_rule_with_bytes_body [0.000808s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_role_inference_rule_with_str_body [0.003008s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_role_with_bytes_body [0.005185s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_role_with_str_body [0.001670s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_user_role_on_domain_with_bytes_body [0.001463s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_user_role_on_domain_with_str_body [0.002258s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_user_role_on_project_with_bytes_body [0.001390s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_user_role_on_project_with_str_body [0.001422s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_delete_role [0.001345s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_delete_role_from_group_on_domain [0.001637s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_delete_role_from_group_on_project [0.002053s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_delete_role_from_group_on_system [0.001408s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_delete_role_from_user_on_domain [0.001306s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_delete_role_from_user_on_project [0.003181s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_delete_role_from_user_on_system [0.001447s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_delete_role_inference_rule [0.001332s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_all_role_inference_rules_with_bytes_body [0.002290s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_all_role_inference_rules_with_str_body [0.001626s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_group_roles_on_domain_with_bytes_body [0.001435s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_group_roles_on_domain_with_str_body [0.001958s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_role_inferences_rules_with_bytes_body [0.001507s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_role_inferences_rules_with_str_body [0.001679s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_roles_with_bytes_body [0.001469s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_roles_with_str_body [0.002822s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_user_roles_on_domain_with_bytes_body [0.001165s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_user_roles_on_domain_with_str_body [0.001647s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_user_roles_on_project_with_bytes_body [0.001108s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_user_roles_on_project_with_str_body [0.001835s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_show_role_inference_rule_with_bytes_body [0.001435s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_show_role_inference_rule_with_str_body [0.002302s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_show_role_with_bytes_body [0.001667s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_show_role_with_str_body [0.011918s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_update_role_with_bytes_body [0.007755s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_update_role_with_str_body [0.001484s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_create_service_with_bytes_body [0.001227s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_create_service_with_str_body [0.001110s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_delete_service [0.001203s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_list_services_with_bytes_body [0.001522s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_list_services_with_params [0.001789s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_list_services_with_str_body [0.003974s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_show_service_with_bytes_body [0.001961s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_show_service_with_str_body [0.002596s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_update_service_with_bytes_body [0.001822s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_update_service_with_str_body [0.000768s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_check_show_trust_role_with_bytes_body [0.000836s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_check_show_trust_role_with_str_body [0.002010s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_check_trust_role [0.002612s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_create_trust_with_bytes_body [0.001086s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_create_trust_with_str_body [0.000668s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_delete_trust [0.000965s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_list_trust_roles_with_bytes_body [0.000737s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_list_trust_roles_with_str_body [0.003250s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_list_trusts_with_bytes_body [0.005444s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_list_trusts_with_str_body [0.002676s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_show_trust_with_bytes_body [0.001404s] ... ok DEBUG: {3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_show_trust_with_str_body [0.001318s] ... ok DEBUG: {3} tempest.tests.lib.services.image.v1.test_image_members_client.TestImageMembersClient.test_create_image_member_with_bytes_body [0.001306s] ... ok DEBUG: {3} tempest.tests.lib.services.image.v1.test_image_members_client.TestImageMembersClient.test_create_image_member_with_str_body [0.001751s] ... ok DEBUG: {3} tempest.tests.lib.services.image.v1.test_image_members_client.TestImageMembersClient.test_delete_image_member [0.001228s] ... ok DEBUG: {3} tempest.tests.lib.services.image.v1.test_image_members_client.TestImageMembersClient.test_list_image_members_with_bytes_body [0.001308s] ... ok DEBUG: {3} tempest.tests.lib.services.image.v1.test_image_members_client.TestImageMembersClient.test_list_image_members_with_str_body [0.001314s] ... ok DEBUG: {3} tempest.tests.lib.services.image.v2.test_schemas_client.TestSchemasClient.test_show_schema_with_bytes_body [0.001410s] ... ok DEBUG: {3} tempest.tests.lib.services.image.v2.test_schemas_client.TestSchemasClient.test_show_schema_with_str_body [0.002619s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_log_resource_client.TestLogResourceClient.test_create_log_with_bytes_body [0.001381s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_log_resource_client.TestLogResourceClient.test_create_log_with_str_body [0.001312s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_log_resource_client.TestLogResourceClient.test_delete_log [0.001700s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_log_resource_client.TestLogResourceClient.test_list_logs_with_bytes_body [0.001520s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_log_resource_client.TestLogResourceClient.test_list_logs_with_str_body [0.001501s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_log_resource_client.TestLogResourceClient.test_show_log_with_bytes_body [0.001343s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_log_resource_client.TestLogResourceClient.test_show_log_with_str_body [0.001373s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_log_resource_client.TestLogResourceClient.test_update_log_with_bytes_body [0.001616s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_log_resource_client.TestLogResourceClient.test_update_log_with_str_body [0.001748s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_loggable_resource_client.TestLoggableResourceClient.test_list_loggable_resources_with_bytes_body [0.001387s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_loggable_resource_client.TestLoggableResourceClient.test_list_loggable_resources_with_str_body [0.001291s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_quotas_client.TestQuotasClient.test_list_quotas_with_bytes_body [0.001609s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_quotas_client.TestQuotasClient.test_list_quotas_with_str_body [0.001614s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_quotas_client.TestQuotasClient.test_reset_quotas [0.001204s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_quotas_client.TestQuotasClient.test_show_default_quotas_with_bytes_body [0.001294s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_quotas_client.TestQuotasClient.test_show_default_quotas_with_str_body [0.001482s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_quotas_client.TestQuotasClient.test_show_quota_details_with_bytes_body [0.001632s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_quotas_client.TestQuotasClient.test_show_quota_details_with_str_body [0.001358s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_quotas_client.TestQuotasClient.test_show_quotas_with_bytes_body [0.001263s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_quotas_client.TestQuotasClient.test_show_quotas_with_str_body [0.001559s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_quotas_client.TestQuotasClient.test_update_quotas_with_bytes_body [0.001525s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_quotas_client.TestQuotasClient.test_update_quotas_with_str_body [0.001370s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_trunks_client.TestTrunksClient.test_add_subports_to_trunk_bytes_body [0.001513s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_trunks_client.TestTrunksClient.test_add_subports_to_trunk_str_body [0.000860s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_trunks_client.TestTrunksClient.test_create_trunk_with_bytes_body [0.000993s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_trunks_client.TestTrunksClient.test_create_trunk_with_str_body [0.001030s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_trunks_client.TestTrunksClient.test_delete_subports_from_trunk_bytes_body [0.000761s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_trunks_client.TestTrunksClient.test_delete_subports_from_trunk_str_body [0.000907s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_trunks_client.TestTrunksClient.test_delete_trunk [0.000640s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_trunks_client.TestTrunksClient.test_list_trunks_with_bytes_body [0.000785s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_trunks_client.TestTrunksClient.test_list_trunks_with_str_body [0.000583s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_trunks_client.TestTrunksClient.test_show_trunk_with_bytes_body [0.000777s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_trunks_client.TestTrunksClient.test_show_trunk_with_str_body [0.006454s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_trunks_client.TestTrunksClient.test_update_trunk_with_bytes_body [0.002777s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_trunks_client.TestTrunksClient.test_update_trunk_with_str_body [0.001503s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_versions_client.TestNetworkVersionsClient.test_list_versions_client_with_bytes_body [0.004550s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_versions_client.TestNetworkVersionsClient.test_list_versions_client_with_str_body [0.001543s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_versions_client.TestNetworkVersionsClient.test_show_version_client_with_bytes_body [0.005067s] ... ok DEBUG: {3} tempest.tests.lib.services.network.test_versions_client.TestNetworkVersionsClient.test_show_version_client_with_str_body [0.006282s] ... ok DEBUG: {3} tempest.tests.lib.services.object_storage.test_capabilities_client.TestCapabilitiesClient.test_list_capabilities_with_bytes_body [0.004390s] ... ok DEBUG: {3} tempest.tests.lib.services.object_storage.test_capabilities_client.TestCapabilitiesClient.test_list_capabilities_with_str_body [0.000824s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_placement_client.TestPlacementClient.test_list_allocation_candidates_with_bytes_body [0.001143s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_placement_client.TestPlacementClient.test_list_allocation_candidates_with_str_body [0.001078s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_placement_client.TestPlacementClient.test_list_allocations_with_bytes_body [0.000597s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_placement_client.TestPlacementClient.test_list_allocations_with_str_body [0.005331s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_resource_providers_client.TestResourceProvidersClient.test_delete_resource_providers_inventories [0.001069s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_resource_providers_client.TestResourceProvidersClient.test_list_resource_provider_aggregates_with_bytes_body [0.005860s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_resource_providers_client.TestResourceProvidersClient.test_list_resource_provider_aggregates_with_str_body [0.000837s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_resource_providers_client.TestResourceProvidersClient.test_list_resource_provider_inventories_with_bytes_body [0.000791s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_resource_providers_client.TestResourceProvidersClient.test_list_resource_provider_inventories_with_str_body [0.003933s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_resource_providers_client.TestResourceProvidersClient.test_list_resource_providers_with_bytes_body [0.000859s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_resource_providers_client.TestResourceProvidersClient.test_list_resource_providers_with_str_body [0.000748s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_resource_providers_client.TestResourceProvidersClient.test_show_resource_provider_usages_with_str_body [0.002922s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_resource_providers_client.TestResourceProvidersClient.test_show_resource_provider_usages_with_with_bytes_body [0.000866s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_resource_providers_client.TestResourceProvidersClient.test_show_resource_provider_with_bytes_body [0.000715s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_resource_providers_client.TestResourceProvidersClient.test_show_resource_provider_with_str_body [0.000631s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_resource_providers_client.TestResourceProvidersClient.test_update_resource_providers_inventories_with_bytes_body [0.002235s] ... ok DEBUG: {3} tempest.tests.lib.services.placement.test_resource_providers_client.TestResourceProvidersClient.test_update_resource_providers_inventories_with_str_body [0.004164s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_attachments_client.TestAttachmentsClient.test_show_attachment [0.000674s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_capabilities_client.TestCapabilitiesClient.test_show_backend_capabilities_with_bytes_body [0.007740s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_capabilities_client.TestCapabilitiesClient.test_show_backend_capabilities_with_str_body [0.002521s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_group_snapshots_client.TestGroupSnapshotsClient.test_create_group_snapshot_with_bytes_body [0.005829s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_group_snapshots_client.TestGroupSnapshotsClient.test_create_group_snapshot_with_str_body [0.004915s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_group_snapshots_client.TestGroupSnapshotsClient.test_delete_group_snapshot [0.000857s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_group_snapshots_client.TestGroupSnapshotsClient.test_list_group_snapshots_with_bytes_body [0.001902s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_group_snapshots_client.TestGroupSnapshotsClient.test_list_group_snapshots_with_detail_with_bytes_body [0.005477s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_group_snapshots_client.TestGroupSnapshotsClient.test_list_group_snapshots_with_detail_with_str_body [0.007341s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_group_snapshots_client.TestGroupSnapshotsClient.test_list_group_snapshots_with_params [0.005920s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_group_snapshots_client.TestGroupSnapshotsClient.test_list_group_snapshots_with_str_body [0.001733s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_group_snapshots_client.TestGroupSnapshotsClient.test_reset_group_snapshot_status [0.004072s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_group_snapshots_client.TestGroupSnapshotsClient.test_show_group_snapshot_with_bytes_body [0.005400s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_group_snapshots_client.TestGroupSnapshotsClient.test_show_group_snapshot_with_str_body [0.001951s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_quotas_client.TestQuotasClient.test_delete_quota_set [0.003876s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_quotas_client.TestQuotasClient.test_show_default_quota_set_with_bytes_body [0.001853s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_quotas_client.TestQuotasClient.test_show_default_quota_set_with_str_body [0.007029s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_quotas_client.TestQuotasClient.test_show_quota_set_with_bytes_body [0.001899s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_quotas_client.TestQuotasClient.test_show_quota_set_with_str_body [0.001559s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_quotas_client.TestQuotasClient.test_update_quota_set_with_bytes_body [0.008842s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_quotas_client.TestQuotasClient.test_update_quota_set_with_str_body [0.002030s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersV355Client.test_accept_volume_transfer_with_bytes_body [0.002578s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersV355Client.test_accept_volume_transfer_with_str_body [0.002471s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersV355Client.test_create_volume_transfer_with_bytes_body [0.006577s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersV355Client.test_create_volume_transfer_with_str_body [0.004902s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersV355Client.test_delete_volume_transfer [0.000796s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersV355Client.test_list_volume_transfers_with_bytes_body [0.006084s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersV355Client.test_list_volume_transfers_with_detail_with_bytes_body [0.002109s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersV355Client.test_list_volume_transfers_with_detail_with_str_body [0.008236s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersV355Client.test_list_volume_transfers_with_str_body [0.001705s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersV355Client.test_show_volume_transfer_with_bytes_body [0.007739s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersV355Client.test_show_volume_transfer_with_str_body [0.001792s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_add_type_access [0.000985s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_create_volume_type_extra_specs_with_bytes_body [0.001621s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_create_volume_type_extra_specs_with_str_body [0.005342s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_create_volume_type_str_body [0.001583s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_create_volume_type_with_bytes_body [0.006020s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_delete_volume_type [0.000759s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_delete_volume_type_extra_specs [0.000716s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_list_type_access_with_bytes_body [0.003919s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_list_type_access_with_str_body [0.001493s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_list_volume_types_extra_specs_with_bytes_body [0.004616s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_list_volume_types_extra_specs_with_str_body [0.001297s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_list_volume_types_with_bytes_body [0.005346s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_list_volume_types_with_str_body [0.002339s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_remove_type_access [0.000930s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_show_default_volume_type_with_bytes_body [0.002198s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_show_default_volume_type_with_str_body [0.007234s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_show_volume_type_extra_specs_with_bytes_body [0.004439s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_show_volume_type_extra_specs_with_str_body [0.001328s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_show_volume_type_with_bytes_body [0.001629s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_show_volume_type_with_str_body [0.005083s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_update_volume_type_extra_specs_with_bytes_body [0.001740s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_update_volume_type_extra_specs_with_str_body [0.001015s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_update_volume_type_with_bytes_body [0.006106s] ... ok DEBUG: {3} tempest.tests.lib.services.volume.v3.test_types_client.TestTypesClient.test_update_volume_type_with_str_body [0.002467s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestGetCredentials.test_invalid_identity_version [0.000663s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_auth_parameters_unscoped [0.005817s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_auth_parameters_with_domain_scope [0.000815s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_auth_parameters_with_project_scope [0.000782s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_auth_parameters_with_scope_unset [0.000580s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_auth_parameters_with_system_scope [0.000565s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url [0.004049s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_scope_project [0.000671s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_to_get_admin_endpoint [0.004951s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_unknown_region [0.000713s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_unscoped_identity [0.000743s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_unscoped_other [0.006589s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_api_version_filter [0.001071s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_extra_path_endpoint [0.000902s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_known_name [0.000716s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_known_name_and_unknown_servce [0.000814s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_non_existent_service [0.003948s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_skip_path_filter [0.000838s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_unknown_name_and_known_service [0.000931s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_unversioned_endpoint [0.000510s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_unversioned_extra_path_endpoint [0.000839s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_without_name [0.000659s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_without_service [0.000697s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_check_credentials_missing_attribute [0.000665s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_check_domain_credentials_missing_attribute [0.007983s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_fill_credentials [0.000869s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request [0.000826s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_alt_auth_cleans_alt [0.000747s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_alt_part_without_alt_data [0.003952s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_alt_part_without_alt_data_no_change_body [0.000878s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_alt_part_without_alt_data_no_change_headers [0.000732s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_alt_part_without_alt_data_no_change_url [0.000717s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_bad_service [0.000983s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_identical_alt_auth_body [0.008812s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_identical_alt_auth_headers [0.001121s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_identical_alt_auth_url [0.000810s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_without_service [0.000771s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_set_scope_all_valid [0.000630s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_set_scope_invalid [0.000678s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_token_expired [0.015203s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_token_not_expired [0.001013s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_token_not_expired_to_be_renewed [0.004245s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider_DomainScope.test_get_auth_with_domain_scope [0.000774s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestReplaceVersion.test_no_version_base [0.000514s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestReplaceVersion.test_no_version_base_solidus [0.000387s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestReplaceVersion.test_no_version_path [0.003509s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestReplaceVersion.test_no_version_path_solidus [0.000379s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestReplaceVersion.test_path_version [0.000391s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestReplaceVersion.test_path_version_solidus [0.000410s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestReplaceVersion.test_path_version_trailing_path [0.000396s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestReplaceVersion.test_path_version_trailing_path_solidus [0.000400s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestReplaceVersion.test_version_no_trailing_path [0.000378s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestReplaceVersion.test_version_no_trailing_path_solidus [0.000411s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestReplaceVersion.test_version_trailing_path [0.000442s] ... ok DEBUG: {3} tempest.tests.lib.test_auth.TestReplaceVersion.test_version_trailing_path_solidus [0.000465s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.CredentialsTests.test_create [0.000366s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.CredentialsTests.test_create_invalid_attr [0.005306s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.CredentialsTests.test_is_valid [0.000433s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_create [0.000501s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_create_invalid_attr [0.000414s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_get_credentials [0.000678s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_get_credentials_not_filled [0.004541s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_is_not_valid [0.000462s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_is_valid [0.000420s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_reset_all_attributes [0.000468s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_reset_single_attribute [0.000491s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_create [0.005589s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_create_invalid_attr [0.000503s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_get_credentials [0.000756s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_get_credentials_not_filled [0.001250s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_is_not_valid [0.000401s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_is_valid [0.000435s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_reset_all_attributes [0.000512s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_reset_single_attribute [0.004378s] ... ok DEBUG: {3} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_synced_attributes [0.000592s] ... ok DEBUG: {3} tempest.tests.lib.test_decorators.TestAttrDecorator.test_attr_decorator_condition_false [0.000582s] ... ok DEBUG: {3} tempest.tests.lib.test_decorators.TestAttrDecorator.test_attr_decorator_condition_true [0.000405s] ... ok DEBUG: {3} tempest.tests.lib.test_decorators.TestAttrDecorator.test_attr_decorator_with_duplicated_type [0.000999s] ... ok DEBUG: {3} tempest.tests.lib.test_decorators.TestAttrDecorator.test_attr_decorator_with_list_type [0.000835s] ... ok DEBUG: {3} tempest.tests.lib.test_decorators.TestAttrDecorator.test_attr_decorator_with_unknown_type [0.000720s] ... ok DEBUG: {3} tempest.tests.lib.test_decorators.TestAttrDecorator.test_attr_without_type [0.000482s] ... ok DEBUG: {3} tempest.tests.lib.test_decorators.TestUnstableTestDecorator.test_skip_bug_given_exception_not_raised [0.005765s] ... ok DEBUG: {3} tempest.tests.lib.test_decorators.TestUnstableTestDecorator.test_skip_bug_without_bug_never_skips [0.001197s] ... ok DEBUG: {3} tempest.tests.lib.test_decorators.TestUnstableTestDecorator.test_skip_invalid_bug_number [0.005220s] ... ok DEBUG: {3} tempest.tests.lib.test_decorators.TestUnstableTestDecorator.test_skip_launchpad_bug [0.006531s] ... ok DEBUG: {3} tempest.tests.lib.test_decorators.TestUnstableTestDecorator.test_skip_storyboard_bug [0.000661s] ... ok DEBUG: {3} tempest.tests.test_decorators.TestRequiresExtDecorator.test_requires_ext_decorator [0.005502s] ... ok DEBUG: {3} tempest.tests.test_decorators.TestRequiresExtDecorator.test_requires_ext_decorator_bad_service [0.004588s] ... ok DEBUG: {3} tempest.tests.test_decorators.TestRequiresExtDecorator.test_requires_ext_decorator_disabled_ext [0.005282s] ... ok DEBUG: {3} tempest.tests.test_decorators.TestRequiresExtDecorator.test_requires_ext_decorator_with_all_ext_enabled [0.006615s] ... ok DEBUG: {1} tempest.tests.cmd.test_subunit_describe_calls.TestCli.test_run_all_stdout [1.770553s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_run_list [2.733131s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_run_list [3.427587s] ... ok DEBUG: {1} tempest.tests.cmd.test_subunit_describe_calls.TestCli.test_run_min [2.425801s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_exclude_regex_failing [3.282614s] ... ok DEBUG: {1} tempest.tests.cmd.test_subunit_describe_calls.TestCli.test_run_verbose [2.452965s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_exclude_regex_failing [3.248381s] ... ok DEBUG: {3} tempest.tests.test_list_tests.TestTestList.test_stestr_list_no_errors [5.730560s] ... ok DEBUG: {3} tempest.tests.test_test.TestSetNetworkResources.test_set_network_resources_child_only [0.001657s] ... ok DEBUG: {3} tempest.tests.test_test.TestSetNetworkResources.test_set_network_resources_children [0.001636s] ... ok DEBUG: {3} tempest.tests.test_test.TestSetNetworkResources.test_set_network_resources_right_order [0.001146s] ... ok DEBUG: No .stestr.conf file was found for local execution DEBUG: No .stestr.conf file was found for local execution DEBUG: {1} tempest.tests.cmd.test_subunit_describe_calls.TestCli.test_run_verbose_all_stdout [1.649276s] ... ok DEBUG: {1} tempest.tests.cmd.test_subunit_describe_calls.TestUrlParser.test_get_service_custom_ports [0.000601s] ... ok DEBUG: {1} tempest.tests.cmd.test_subunit_describe_calls.TestUrlParser.test_get_service_default_ports [0.000456s] ... ok DEBUG: {1} tempest.tests.cmd.test_subunit_describe_calls.TestUrlParser.test_get_service_port_not_found [0.000268s] ... ok DEBUG: {1} tempest.tests.cmd.test_subunit_describe_calls.TestUrlParser.test_parse_details_none [0.000297s] ... ok DEBUG: {1} tempest.tests.cmd.test_subunit_describe_calls.TestUrlParser.test_url_path_no_match [0.000362s] ... ok DEBUG: {1} tempest.tests.cmd.test_subunit_describe_calls.TestUrlParser.test_url_path_ports [0.000317s] ... ok DEBUG: {1} tempest.tests.cmd.test_verify_tempest_config.TestGetAPIVersions.test_get_unversioned_endpoint_base [0.000594s] ... ok DEBUG: {1} tempest.tests.cmd.test_verify_tempest_config.TestGetAPIVersions.test_get_unversioned_endpoint_subpath [0.000362s] ... ok DEBUG: {1} tempest.tests.cmd.test_verify_tempest_config.TestGetAPIVersions.test_get_unversioned_endpoint_subpath_trailing_solidus [0.000315s] ... ok DEBUG: {1} tempest.tests.cmd.test_verify_tempest_config.TestGetAPIVersions.test_remove_version_project [0.000346s] ... ok DEBUG: {1} tempest.tests.cmd.test_verify_tempest_config.TestGetAPIVersions.test_url_grab_versioned_nova_nossl [0.000738s] ... ok DEBUG: {1} tempest.tests.cmd.test_verify_tempest_config.TestGetAPIVersions.test_url_grab_versioned_nova_ssl [0.000444s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_exclude_regex_failing_with_stestr_repository [3.465510s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspace.test_run_workspace_list [1.297353s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_exclude_regex_failing_with_stestr_repository [2.965142s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspace.test_run_workspace_move [1.166573s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_exclude_regex_passing [2.025142s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspace.test_run_workspace_register [1.085205s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_exclude_regex_passing [2.908361s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspace.test_run_workspace_remove_directory [1.219315s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspace.test_run_workspace_remove_entry [1.152962s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_exclude_regex_passing_with_stestr_repository [2.761124s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_exclude_regex_passing_with_stestr_repository [2.110241s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspace.test_run_workspace_rename [1.240775s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_path_expansion [0.003781s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_register_new_workspace_alphanumeric_data [0.004680s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_register_new_workspace_integer_data [0.011299s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_register_new_workspace_no_name [0.006508s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_register_new_workspace_no_path [0.012085s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_validate_path_exists [0.002564s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_get [0.010043s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_list_workspaces [0.013128s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_move [0.009093s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_move_no_workspace_name [0.006778s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_move_no_workspace_path [0.011996s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_move_wrong_path [0.011896s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_move_wrong_workspace [0.003441s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_path_not_exist [0.014150s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_remove_directory [0.004914s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_remove_directory_no_path [0.011557s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_remove_entry [0.013048s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_remove_entry_no_name [0.003714s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_remove_entry_wrong_name [0.002027s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_rename [0.015558s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_rename_alphanumeric_data [0.002927s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_rename_integer_data [0.011304s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_rename_no_exist_old_name [0.002218s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_rename_no_name_exist [0.008630s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_rename_with_existing_name [0.002309s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_name_already_exists [0.013533s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_name_exists [0.001453s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_name_exists_check_new_name [0.001470s] ... ok DEBUG: {1} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_name_not_exists [0.001554s] ... ok DEBUG: {1} tempest.tests.common.test_custom_matchers.TestMatchesDictExceptForKeys.test__str__ [0.000322s] ... ok DEBUG: {1} tempest.tests.common.test_custom_matchers.TestMatchesDictExceptForKeys.test_describe_difference [0.000393s] ... ok DEBUG: {1} tempest.tests.common.test_custom_matchers.TestMatchesDictExceptForKeys.test_matches_match [0.000352s] ... ok DEBUG: {1} tempest.tests.common.test_custom_matchers.TestMatchesDictExceptForKeys.test_mismatch_details [0.000381s] ... ok DEBUG: {1} tempest.tests.common.test_image.TestImage.test_get_image_meta_from_headers [0.000337s] ... ok DEBUG: {1} tempest.tests.common.test_image.TestImage.test_image_meta_to_headers [0.000335s] ... ok DEBUG: {1} tempest.tests.common.test_waiters.TestImageWaiters.test_wait_for_image_copied_to_stores [0.000630s] ... ok DEBUG: {1} tempest.tests.common.test_waiters.TestImageWaiters.test_wait_for_image_copied_to_stores_timeout [0.008908s] ... ok DEBUG: {1} tempest.tests.common.test_waiters.TestImageWaiters.test_wait_for_image_imported_to_stores [0.000695s] ... ok DEBUG: {1} tempest.tests.common.test_waiters.TestImageWaiters.test_wait_for_image_imported_to_stores_failure [0.001215s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_failing [1.849432s] ... ok DEBUG: {1} tempest.tests.common.test_waiters.TestImageWaiters.test_wait_for_image_imported_to_stores_timeout [1.016378s] ... ok DEBUG: {1} tempest.tests.common.test_waiters.TestImageWaiters.test_wait_for_image_status [0.000984s] ... ok DEBUG: {1} tempest.tests.common.test_waiters.TestImageWaiters.test_wait_for_image_status_error_on_image_create [0.000770s] ... ok DEBUG: {1} tempest.tests.common.test_waiters.TestImageWaiters.test_wait_for_image_status_timeout [0.002278s] ... ok DEBUG: {1} tempest.tests.common.test_waiters.TestImageWaiters.test_wait_for_image_tasks_status [0.000843s] ... ok DEBUG: DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; fake command DEBUG: DEBUG [tempest.lib.common.utils.linux.remote_client] Caller: TestRemoteClientWithServer:test_exec_command_debug_ssh_console. Timeout trying to ssh to server {'id': 'server_uuid', 'name': 'fake_server', 'status': 'ACTIVE'} DEBUG: DEBUG [tempest.lib.common.utils.linux.remote_client] Console log for server server_uuid: Console output for server_uuid DEBUG: {1} tempest.tests.common.test_waiters.TestImageWaiters.test_wait_for_image_tasks_status_timeout [0.032229s] ... ok DEBUG: DEBUG [tempest.lib.common.utils.linux.remote_client] Caller: TestRemoteClientWithServer:test_validate_debug_ssh_console. Timeout trying to ssh to server {'id': 'server_uuid', 'name': 'fake_server', 'status': 'ACTIVE'} DEBUG: DEBUG [tempest.lib.common.utils.linux.remote_client] Console log for server server_uuid: Console output for server_uuid DEBUG: {1} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClientWithServer.test_exec_command_debug_ssh_console [0.019144s] ... ok DEBUG: {1} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClientWithServer.test_validate_debug_ssh_console [0.003204s] ... ok DEBUG: {1} tempest.tests.lib.cli.test_command_failed.TestOutputParser.test_command_failed_exception [0.000344s] ... ok DEBUG: {1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_details_multiple_with_invalid_line [0.000347s] ... ok DEBUG: {1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_details_multiple_with_normal_line_label_false [0.000332s] ... ok DEBUG: {1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_details_multiple_with_normal_line_label_true [0.000327s] ... ok DEBUG: {1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_details_with_normal_line_label_false [0.000243s] ... ok DEBUG: {1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_details_with_normal_line_label_true [0.000275s] ... ok DEBUG: WARNING [tempest.lib.cli.output_parser] skipping invalid table line: DEBUG: WARNING [tempest.lib.cli.output_parser] skipping invalid table line: DEBUG: WARNING [tempest.lib.cli.output_parser] skipping invalid table line: aaaa DEBUG: WARNING [tempest.lib.cli.output_parser] skipping invalid table line: DEBUG: {1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_listing [0.016608s] ... ok DEBUG: {1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_table_with_invalid_line [0.000743s] ... ok DEBUG: WARNING [tempest.lib.cli.output_parser] skipping invalid table line: DEBUG: WARNING [tempest.lib.cli.output_parser] Missing end of table DEBUG: WARNING [tempest.lib.cli.output_parser] Invalid line between tables: DEBUG: {1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_table_with_list [0.014644s] ... ok DEBUG: {1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_table_with_normal_values [0.000938s] ... ok DEBUG: {1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_tables_with_invalid_line [0.000439s] ... ok DEBUG: {1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_tables_with_invalid_values [0.000375s] ... ok DEBUG: {1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_tables_with_normal_values [0.000334s] ... ok DEBUG: {1} tempest.tests.lib.cmd.test_check_uuid.TestSourcePatcher.test_add_patch [0.020410s] ... ok DEBUG: {1} tempest.tests.lib.cmd.test_check_uuid.TestSourcePatcher.test_apply_patches [0.001968s] ... ok DEBUG: {1} tempest.tests.lib.common.test_api_version_utils.TestMicroversionHeaderMatches.test_compare_versions_equal [0.000505s] ... ok DEBUG: {1} tempest.tests.lib.common.test_api_version_utils.TestMicroversionHeaderMatches.test_compare_versions_greater_than [0.000416s] ... ok DEBUG: {1} tempest.tests.lib.common.test_api_version_utils.TestMicroversionHeaderMatches.test_compare_versions_greater_than_equal [0.000897s] ... ok DEBUG: {1} tempest.tests.lib.common.test_api_version_utils.TestMicroversionHeaderMatches.test_compare_versions_header_not_present [0.000412s] ... ok DEBUG: {1} tempest.tests.lib.common.test_api_version_utils.TestMicroversionHeaderMatches.test_compare_versions_invalid_operation [0.000625s] ... ok DEBUG: {1} tempest.tests.lib.common.test_api_version_utils.TestMicroversionHeaderMatches.test_compare_versions_less_than [0.000445s] ... ok DEBUG: {1} tempest.tests.lib.common.test_api_version_utils.TestMicroversionHeaderMatches.test_compare_versions_less_than_equal [0.000455s] ... ok DEBUG: {1} tempest.tests.lib.common.test_api_version_utils.TestMicroversionHeaderMatches.test_compare_versions_not_equal [0.015593s] ... ok DEBUG: {1} tempest.tests.lib.common.test_api_version_utils.TestMicroversionHeaderMatches.test_compare_versions_with_name_in_microversion [0.000630s] ... ok DEBUG: {1} tempest.tests.lib.common.test_api_version_utils.TestMicroversionHeaderMatches.test_header_does_not_match [0.000554s] ... ok DEBUG: {1} tempest.tests.lib.common.test_api_version_utils.TestMicroversionHeaderMatches.test_header_matches [0.000437s] ... ok DEBUG: {1} tempest.tests.lib.common.test_api_version_utils.TestMicroversionHeaderMatches.test_header_not_present [0.015665s] ... ok DEBUG: {1} tempest.tests.lib.common.test_cred_client.TestCredClientV2.test_create_project [0.001879s] ... ok DEBUG: {1} tempest.tests.lib.common.test_cred_client.TestCredClientV2.test_delete_project [0.012841s] ... ok DEBUG: {1} tempest.tests.lib.common.test_cred_client.TestCredClientV2.test_get_credentials [0.001136s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_admin_creds [0.054274s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_all_cred_cleanup [0.080090s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_alt_creds [0.026184s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_dhcp_without_subnet [0.022483s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_get_different_role_creds_with_default_scope [0.021320s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_get_different_role_creds_with_domain_scope [0.023921s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_get_different_role_creds_with_project_scope [0.020182s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_failing [2.252986s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_get_different_role_creds_with_system_scope [0.019807s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_get_role_creds_with_different_scope [0.021544s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_get_same_role_creds_with_default_scope [0.017533s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_get_same_role_creds_with_domain_scope [0.140458s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_get_same_role_creds_with_project_scope [0.023598s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_get_same_role_creds_with_system_scope [0.022973s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_member_role_creation_with_duplicate [0.023369s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_network_admin_creation [0.055848s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_network_alt_creation [0.016233s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_network_cleanup [0.034113s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_network_creation [0.017273s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_no_network_creation_with_config_set [0.014322s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_no_network_resources [0.014176s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_primary_creds [0.023181s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_project_alt_admin_creds [0.011999s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_project_alt_member_creds [0.017607s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_project_alt_reader_creds [0.013789s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_role_creds [0.030742s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_role_creds_with_domain_scope [0.024553s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_role_creds_with_project_scope [0.028441s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_role_creds_with_system_scope [0.025357s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_router_without_network [0.018972s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_subnet_without_network [0.017234s] ... ok DEBUG: {1} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_tempest_client [0.017553s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test__get_creds_by_roles_list_role [0.010661s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test__get_creds_by_roles_no_admin [0.009402s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test__get_creds_by_roles_one_role [0.016803s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_create_hash_file_no_previous_file [0.005495s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_create_hash_file_previous_file [0.023254s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_admin_creds [0.004625s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_admin_creds_by_role [0.003802s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_admin_creds_by_type [0.017297s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_admin_creds_none_available [0.003510s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_alt_creds [0.003953s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_alt_creds_none_available [0.010565s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_free_hash_no_free_accounts [0.023351s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_free_hash_no_previous_accounts [0.006344s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_free_hash_some_in_use_accounts [0.016607s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_hash [0.016259s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_hash_dict [0.002952s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_primary_creds [0.003745s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_primary_creds_none_available [0.019721s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_is_multi_user [0.004471s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_is_not_multi_user [0.011718s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_networks_returned_with_creds [0.012811s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_remove_hash_last_account [0.026664s] ... ok DEBUG: {1} tempest.tests.lib.common.test_preprov_creds.TestPreProvisionedCredentials.test_remove_hash_not_last_account [0.059323s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestResponseBodyData.test_str [0.000771s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_format_fail [0.005514s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_format_pass [0.001198s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_formats_in_anyOf_fail_no_match [0.003822s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_formats_in_anyOf_pass [0.003950s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_formats_in_anyOf_pass_both_match [0.001879s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_formats_in_oneOf_fail_both_match [0.004115s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_formats_in_oneOf_fail_no_match [0.001047s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_formats_in_oneOf_pass [0.003003s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_formats_pass_for_unknow_format [0.000652s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientUpdateHeaders.test_copy_update_headers [0.001229s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientUpdateHeaders.test_delete_update_headers [0.002237s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientUpdateHeaders.test_get_update_headers [0.000963s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientUpdateHeaders.test_head_update_headers [0.001114s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientUpdateHeaders.test_patch_update_headers [0.000895s] ... ok DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientUpdateHeaders.test_post_update_headers [0.000897s] ... ok DEBUG: ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key keypair_name DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/lib/common/validation_resources.py", line 299, in clear_validation_resources DEBUG: keypair_client.delete_keypair(keypair_name) DEBUG: File "", line 3, in delete_keypair DEBUG: File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ DEBUG: return _mock_self._mock_call(*args, **kwargs) DEBUG: File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call DEBUG: raise effect DEBUG: Exception: keypair exception DEBUG: ERROR [tempest.lib.common.validation_resources] Exception raised while deleting security group sg_id DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources DEBUG: security_group_client.delete_security_group(sec_id) DEBUG: File "", line 3, in delete_security_group DEBUG: File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ DEBUG: return _mock_self._mock_call(*args, **kwargs) DEBUG: File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call DEBUG: raise effect DEBUG: Exception: sg exception DEBUG: ERROR [tempest.lib.common.validation_resources] Exception raised while deleting ip 1234 DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/lib/common/validation_resources.py", line 335, in clear_validation_resources DEBUG: floating_ip_client.delete_floatingip(fip_id) DEBUG: File "", line 3, in delete_floatingip DEBUG: File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ DEBUG: return _mock_self._mock_call(*args, **kwargs) DEBUG: File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call DEBUG: raise effect DEBUG: Exception: fip exception DEBUG: {1} tempest.tests.lib.common.test_rest_client.TestRestClientUpdateHeaders.test_put_update_headers [0.003271s] ... ok DEBUG: {1} tempest.tests.lib.common.test_validation_resources.TestClearValidationResourcesFixture.test_clear_validation_resources_exceptions [0.009942s] ... ok DEBUG: {1} tempest.tests.lib.common.test_validation_resources.TestClearValidationResourcesFixture.test_clear_validation_resources_neutron [0.006177s] ... ok DEBUG: {1} tempest.tests.lib.common.test_validation_resources.TestClearValidationResourcesFixture.test_clear_validation_resources_nova_net [0.008220s] ... ok DEBUG: WARNING [tempest.lib.common.validation_resources] Keypair keypair_name is not found when attempting to delete DEBUG: WARNING [tempest.lib.common.validation_resources] Security group sg_id is not found when attempting to delete DEBUG: WARNING [tempest.lib.common.validation_resources] Floating ip 1234 not found while attempting to delete DEBUG: {1} tempest.tests.lib.common.test_validation_resources.TestClearValidationResourcesFixture.test_clear_validation_resources_wait_not_found_delete [0.010939s] ... ok DEBUG: WARNING [tempest.lib.common.validation_resources] Security group sg_id is not found when attempting to delete DEBUG: {1} tempest.tests.lib.common.test_validation_resources.TestClearValidationResourcesFixture.test_clear_validation_resources_wait_not_found_wait [0.008195s] ... ok DEBUG: {1} tempest.tests.lib.common.test_validation_resources.TestValidationResources.test_create_ssh_security_group_neutron [0.005443s] ... ok DEBUG: {1} tempest.tests.lib.common.test_validation_resources.TestValidationResources.test_create_ssh_security_group_nova_net [0.008901s] ... ok DEBUG: {1} tempest.tests.lib.common.test_validation_resources.TestValidationResources.test_create_ssh_security_no_rules [0.007547s] ... ok DEBUG: {1} tempest.tests.lib.common.test_validation_resources.TestValidationResources.test_create_validation_resources_neutron [0.007256s] ... ok DEBUG: {1} tempest.tests.lib.common.test_validation_resources.TestValidationResources.test_create_validation_resources_nova_net [0.006355s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_arbitrary_string [0.000465s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_chunkify [0.000320s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_parse_image_id [0.000302s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_infiniband_guid_address [0.000551s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_int [0.000302s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_mac_address [0.000456s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_name_with_default_prefix [0.000249s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_name_with_none_prefix [0.000334s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_name_with_prefix [0.000426s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_password [0.000374s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_password_with_len [0.000441s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_password_with_len_2 [0.000360s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_url [0.000405s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_uuid [0.000472s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_uuid_hex [0.003360s] ... ok DEBUG: {1} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_random_bytes [0.009411s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_agents_client.TestAgentsClient.test_create_agent_with_bytes_body [0.001881s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_agents_client.TestAgentsClient.test_create_agent_with_str_body [0.001213s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_agents_client.TestAgentsClient.test_delete_agent [0.000454s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_agents_client.TestAgentsClient.test_list_agents_with_bytes_body [0.004298s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_agents_client.TestAgentsClient.test_list_agents_with_str_body [0.002821s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_agents_client.TestAgentsClient.test_update_agent_with_bytes_body [0.001292s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_agents_client.TestAgentsClient.test_update_agent_with_str_body [0.001924s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_baremetal_nodes_client.TestBareMetalNodesClient.test_list_bareMetal_nodes_with_bytes_body [0.001283s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_baremetal_nodes_client.TestBareMetalNodesClient.test_list_bareMetal_nodes_with_str_body [0.002369s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_baremetal_nodes_client.TestBareMetalNodesClient.test_show_bareMetal_node_with_bytes_body [0.001250s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_baremetal_nodes_client.TestBareMetalNodesClient.test_show_bareMetal_node_with_str_body [0.001290s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_base_compute_client.TestClientWithMicroversionHeader.test_microverion_header [0.000290s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_base_compute_client.TestClientWithMicroversionHeader.test_microverion_header_in_raw_request [0.000475s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_base_compute_client.TestClientWithoutMicroversionHeader.test_no_microverion_header [0.001936s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_base_compute_client.TestClientWithoutMicroversionHeader.test_no_microverion_header_in_raw_request [0.000561s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsV210.test_schema [0.000355s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsV29.test_schema [0.000266s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_add_flavor_access_byte_body [0.001111s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_add_flavor_access_str_body [0.002914s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_create_flavor__byte_body [0.001641s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_create_flavor_str_body [0.002951s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_delete_flavor [0.000539s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_is_resource_deleted_false_byte_body [0.001735s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_is_resource_deleted_false_str_body [0.002900s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_is_resource_deleted_true_byte_body [0.001496s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_is_resource_deleted_true_str_body [0.002609s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_list_flavor_access_byte_body [0.001004s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_list_flavor_access_str_body [0.000977s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_list_flavor_extra_specs__byte_body [0.002365s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_list_flavor_extra_specs_str_body [0.000956s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_list_flavors_byte_body [0.001356s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_list_flavors_str_body [0.002512s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_remove_flavor_access_byte_body [0.000967s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_remove_flavor_access_str_body [0.000905s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_set_flavor_extra_spec_byte_body [0.002178s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_set_flavor_extra_spec_str_body [0.000867s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_show_flavor_byte_body [0.001444s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_show_flavor_extra_spec__byte_body [0.000841s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_show_flavor_extra_spec_str_body [0.002423s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_show_flavor_str_body [0.001454s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_unset_flavor_extra_spec [0.000514s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_update_flavor__byte_body [0.004305s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_update_flavor_extra_spec_byte_body [0.001799s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_update_flavor_extra_spec_str_body [0.002465s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_update_flavor_str_body [0.003020s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_floating_ips_bulk_client.TestFloatingIPsBulkClient.test_create_floating_ips_bulk_with_bytes_body [0.003737s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_floating_ips_bulk_client.TestFloatingIPsBulkClient.test_create_floating_ips_bulk_with_str_body [0.003031s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_floating_ips_bulk_client.TestFloatingIPsBulkClient.test_delete_floating_ips_bulk_with_bytes_body [0.003959s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_floating_ips_bulk_client.TestFloatingIPsBulkClient.test_delete_floating_ips_bulk_with_str_body [0.001926s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_floating_ips_bulk_client.TestFloatingIPsBulkClient.test_list_floating_ips_bulk_with_bytes_body [0.004511s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_floating_ips_bulk_client.TestFloatingIPsBulkClient.test_list_floating_ips_bulk_with_str_body [0.007666s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_list_hypervisor_byte_body [0.002140s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_list_hypervisor_str_body [0.001795s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_list_servers_on_hypervisor_byte_body [0.003897s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_list_servers_on_hypervisor_str_body [0.002750s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_search_hypervisor_byte_body [0.001738s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_search_hypervisor_str_body [0.001865s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_show_hypervisor_byte_body [0.003245s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_show_hypervisor_statistics_byte_body [0.004193s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_show_hypervisor_statistics_str_body [0.002283s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_show_hypervisor_str_body [0.003351s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_show_hypervisor_uptime_byte_body [0.001727s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_show_hypervisor_uptime_str_body [0.001934s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_instance_usage_audit_log_client.TestInstanceUsagesAuditLogClient.test_list_instance_usage_audit_logs_with_bytes_body [0.002389s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_instance_usage_audit_log_client.TestInstanceUsagesAuditLogClient.test_list_instance_usage_audit_logs_with_str_body [0.002296s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_instance_usage_audit_log_client.TestInstanceUsagesAuditLogClient.test_show_instance_usage_audit_log_with_str_body [0.006117s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_instance_usage_audit_log_client.TestInstanceUsagesAuditLogClient.test_show_network_with_bytes_body_with_bytes_body [0.002670s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_limits_client.TestLimitsClient.test_show_limits_with_bytes_body [0.003061s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_limits_client.TestLimitsClient.test_show_limits_with_str_body [0.005336s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_quota_classes_client.TestQuotaClassesClient.test_show_quota_class_set_with_bytes_body [0.003177s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_quota_classes_client.TestQuotaClassesClient.test_show_quota_class_set_with_str_body [0.002300s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_quota_classes_client.TestQuotaClassesClient.test_update_quota_class_set [0.003444s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClient.test_create_server_group_byte_body [0.001881s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClient.test_create_server_group_str_body [0.003147s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClient.test_delete_server_group [0.000905s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClient.test_list_server_groups_byte_body [0.002157s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClient.test_list_server_groups_str_body [0.002034s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClient.test_show_server_group_byte_body [0.001839s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClient.test_show_server_group_str_body [0.004533s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_servers_client.TestServersClientMinV26.test_get_remote_consoles [0.002549s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_create_shapshot_with_bytes_body [0.002152s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_create_snapshot_with_str_body [0.002716s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_delete_snapshot [0.000671s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_is_resource_deleted_false [0.000627s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_is_resource_deleted_true [0.000619s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_list_snapshots_with_byte_body [0.007335s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_list_snapshots_with_params [0.003036s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_list_snapshots_with_str_body [0.002253s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_show_snapshot_with_bytes_body [0.019960s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_show_snapshot_with_str_body [0.001988s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_versions_client.TestVersionsClient.test_get_base_version_url [0.007917s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_versions_client.TestVersionsClient.test_get_base_version_url_app_name [0.000583s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_versions_client.TestVersionsClient.test_get_base_version_url_double_slash [0.000559s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_versions_client.TestVersionsClient.test_get_version_by_url_with_bytes_body [0.017332s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_versions_client.TestVersionsClient.test_get_version_by_url_with_str_body [0.002763s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_versions_client.TestVersionsClient.test_list_versions_client_with_bytes_body [0.003856s] ... ok DEBUG: {1} tempest.tests.lib.services.compute.test_versions_client.TestVersionsClient.test_list_versions_client_with_str_body [0.002318s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_create_role_with_bytes_body [0.000811s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_create_role_with_str_body [0.000765s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_create_user_role_on_project_with_bytes_body [0.000956s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_create_user_role_on_project_with_str_body [0.012896s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_delete_role [0.000723s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_delete_role_from_user_on_project [0.000458s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_list_roles_with_bytes_body [0.000663s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_list_roles_with_str_body [0.000508s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_list_user_roles_on_project_with_bytes_body [0.000494s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_list_user_roles_on_project_with_str_body [0.002536s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_show_role_with_bytes_body [0.000783s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_show_role_with_str_body [0.000454s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_create_user_ec2_credential_with_bytes_body [0.000530s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_create_user_ec2_credential_with_str_body [0.000521s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_create_user_with_bytes_body [0.000484s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_create_user_with_str_body [0.000659s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_delete_user [0.000469s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_delete_user_ec2_credential [0.000431s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_list_user_ec2_credentials_with_bytes_body [0.000664s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_list_user_ec2_credentials_with_str_body [0.000462s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_list_users_with_bytes_body [0.000550s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_list_users_with_str_body [0.000469s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_show_user_ec2_credential_with_bytes_body [0.000574s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_show_user_ec2_credential_with_str_body [0.000498s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_show_user_with_bytes_body [0.000464s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_show_user_with_str_body [0.021857s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_enabled_with_bytes_body [0.000806s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_enabled_with_str_body [0.000645s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_own_password_with_bytes_body [0.000606s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_own_password_with_str_body [0.000569s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_password_with_bytes_body [0.001042s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_password_with_str_body [0.000526s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_with_bytes_body [0.000546s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_with_str_body [0.000488s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_access_rules_client.TestAccessRulesClient.test_delete_access_rule [0.000656s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_access_rules_client.TestAccessRulesClient.test_list_access_rule_with_bytes_body [0.000515s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_access_rules_client.TestAccessRulesClient.test_list_access_rule_with_str_body [0.000528s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_access_rules_client.TestAccessRulesClient.test_show_access_rule_with_bytes_body [0.000554s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_access_rules_client.TestAccessRulesClient.test_show_access_rule_with_str_body [0.000640s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_create_domain_config_with_bytes_body [0.000529s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_create_domain_config_with_str_body [0.012143s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_delete_domain_config [0.000496s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_delete_domain_group_config [0.000676s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_delete_domain_group_option_config [0.000554s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_show_default_config_settings_with_bytes_body [0.000465s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_show_default_config_settings_with_str_body [0.000580s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_show_default_group_config_with_bytes_body [0.000557s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_show_default_group_config_with_str_body [0.000484s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_show_default_group_option_with_bytes_body [0.000557s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_show_default_group_option_with_str_body [0.000467s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_show_domain_config_with_bytes_body [0.000671s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_show_domain_config_with_str_body [0.000519s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_show_domain_group_config_with_bytes_body [0.000507s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_show_domain_group_config_with_str_body [0.000596s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_show_domain_group_option_config_with_bytes_body [0.000563s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_show_domain_group_option_config_with_str_body [0.000518s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_test_update_domain_group_config_with_str_body [0.020028s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_update_domain_config_with_bytes_body [0.000859s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_update_domain_config_with_str_body [0.000758s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_update_domain_group_config_with_bytes_body [0.000525s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_update_domain_group_option_config_with_bytes_body [0.000592s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_domain_configuration_client.TestDomainConfigurationClient.test_update_domain_group_option_config_with_str_body [0.000675s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_identity_client.TestIdentityClient.test_check_token_existence [0.000566s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_identity_client.TestIdentityClient.test_delete_token [0.000657s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_identity_client.TestIdentityClient.test_list_auth_domains_with_bytes_body [0.000647s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_identity_client.TestIdentityClient.test_list_auth_domains_with_str_body [0.000956s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_identity_client.TestIdentityClient.test_list_auth_projects_with_bytes_body [0.000642s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_identity_client.TestIdentityClient.test_list_auth_projects_with_str_body [0.000829s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_identity_client.TestIdentityClient.test_show_api_description_with_bytes_body [0.000522s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_identity_client.TestIdentityClient.test_show_api_description_with_str_body [0.005232s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_identity_client.TestIdentityClient.test_show_token_with_bytes_body [0.000518s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_identity_client.TestIdentityClient.test_show_token_with_str_body [0.000769s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_limit_client.TestLimitsClient.test_create_limit [0.000903s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_limit_client.TestLimitsClient.test_create_limit_with_domain [0.000651s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_limit_client.TestLimitsClient.test_get_registered_limits [0.000535s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_limit_client.TestLimitsClient.test_update_limit [0.000581s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_limit_client.TestLimitsClient.test_update_limit_with_description [0.002311s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_create_project_with_bytes_body [0.000610s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_create_project_with_str_body [0.000577s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_delete_project [0.000638s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_list_projects_with_bytes_body [0.001242s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_list_projects_with_str_body [0.000691s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_show_project_with_bytes_body [0.000626s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_show_project_with_str_body [0.000532s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_update_project_with_bytes_body [0.001053s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_update_project_with_str_body [0.000644s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_token_client.TestTokenClientV3.test_auth [0.000740s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_token_client.TestTokenClientV3.test_auth_with_project_id_and_domain_id [0.001132s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_token_client.TestTokenClientV3.test_auth_with_tenant [0.000658s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_token_client.TestTokenClientV3.test_init_without_authurl [0.000478s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_token_client.TestTokenClientV3.test_request_with_bytes_body [0.000683s] ... ok DEBUG: {1} tempest.tests.lib.services.identity.v3.test_token_client.TestTokenClientV3.test_request_with_str_body [0.000522s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespace_object_client.TestNamespaceObjectClient.test_create_namespace_object_with_bytes_body [0.000581s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespace_object_client.TestNamespaceObjectClient.test_create_namespace_object_with_str_body [0.000676s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespace_object_client.TestNamespaceObjectClient.test_delete_namespace_objects [0.000557s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespace_object_client.TestNamespaceObjectClient.test_list_namespace_object_with_bytes_body [0.000644s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespace_object_client.TestNamespaceObjectClient.test_list_namespace_object_with_str_body [0.000631s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_failing_with_stestr_repository [2.621309s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespace_object_client.TestNamespaceObjectClient.test_show_namespace_object_with_bytes_body [0.000624s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespace_object_client.TestNamespaceObjectClient.test_show_namespace_object_with_str_body [0.000884s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespace_object_client.TestNamespaceObjectClient.test_update_namespace_object_with_bytes_body [0.000720s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespace_object_client.TestNamespaceObjectClient.test_update_namespace_object_with_str_body [0.000585s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_create_namespace_with_bytes_body [0.000568s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_create_namespace_with_str_body [0.006129s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_delete_namespace [0.000745s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_list_namespaces_with_bytes_body [0.000588s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_list_namespaces_with_str_body [0.000643s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_show_namespace_with_bytes_body [0.000560s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_show_namespace_with_str_body [0.000691s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_update_namespace_with_bytes_body [0.001956s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_update_namespace_with_str_body [0.000658s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_versions_client.TestVersionsClient.test_has_version [0.000730s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_versions_client.TestVersionsClient.test_list_versions_with_bytes_body [0.000618s] ... ok DEBUG: {1} tempest.tests.lib.services.image.v2.test_versions_client.TestVersionsClient.test_list_versions_with_str_body [0.000577s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_extensions_client.TestExtensionsClient.test_list_extensions_with_bytes_body [0.002823s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_extensions_client.TestExtensionsClient.test_list_extensions_with_str_body [0.000714s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_extensions_client.TestExtensionsClient.test_show_extension_with_bytes_body [0.000941s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_extensions_client.TestExtensionsClient.test_show_extension_with_str_body [0.001562s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_networks_client.TestNetworksClient.test_create_bulk_network_with_bytes_body [0.000624s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_networks_client.TestNetworksClient.test_create_bulk_network_with_str_body [0.000608s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_networks_client.TestNetworksClient.test_create_network_with_bytes_body [0.000705s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_networks_client.TestNetworksClient.test_create_network_with_str_body [0.000673s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_networks_client.TestNetworksClient.test_delete_network [0.000530s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_networks_client.TestNetworksClient.test_list_dhcp_agents_on_hosting_network_with_bytes_body [0.000687s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_networks_client.TestNetworksClient.test_list_dhcp_agents_on_hosting_network_with_str_body [0.000581s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_networks_client.TestNetworksClient.test_list_networks_with_bytes_body [0.000733s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_networks_client.TestNetworksClient.test_list_networks_with_str_body [0.000684s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_networks_client.TestNetworksClient.test_show_network_with_bytes_body [0.000530s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_networks_client.TestNetworksClient.test_show_network_with_str_body [0.000606s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_networks_client.TestNetworksClient.test_update_network_with_bytes_body [0.009739s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_networks_client.TestNetworksClient.test_update_network_with_str_body [0.001000s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_qos_minimum_bandwidth_rules_client.TestQosMinimumBandwidthRulesClient.test_create_minimum_bandwidth_rule_with_bytes_body [0.000888s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_qos_minimum_bandwidth_rules_client.TestQosMinimumBandwidthRulesClient.test_create_minimum_bandwidth_rule_with_str_body [0.004801s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_qos_minimum_bandwidth_rules_client.TestQosMinimumBandwidthRulesClient.test_delete_minimum_bandwidth_rule [0.000826s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_qos_minimum_bandwidth_rules_client.TestQosMinimumBandwidthRulesClient.test_list_minimum_bandwidth_rule_with_bytes_body [0.001662s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_qos_minimum_bandwidth_rules_client.TestQosMinimumBandwidthRulesClient.test_list_minimum_bandwidth_rule_with_str_body [0.000755s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_qos_minimum_bandwidth_rules_client.TestQosMinimumBandwidthRulesClient.test_show_minimum_bandwidth_rule_with_bytes_body [0.000729s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_qos_minimum_bandwidth_rules_client.TestQosMinimumBandwidthRulesClient.test_show_minimum_bandwidth_rule_with_str_body [0.001324s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_qos_minimum_bandwidth_rules_client.TestQosMinimumBandwidthRulesClient.test_update_minimum_bandwidth_rule_with_bytes_body [0.000841s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_qos_minimum_bandwidth_rules_client.TestQosMinimumBandwidthRulesClient.test_update_minimum_bandwidth_rule_with_str_body [0.000709s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_security_groups_client.TestSecurityGroupsClient.test_create_security_group_with_bytes_body [0.001191s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_security_groups_client.TestSecurityGroupsClient.test_create_security_group_with_str_body [0.001618s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_security_groups_client.TestSecurityGroupsClient.test_delete_security_group [0.000724s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_security_groups_client.TestSecurityGroupsClient.test_list_security_groups_with_bytes_body [0.000742s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_security_groups_client.TestSecurityGroupsClient.test_list_security_groups_with_str_body [0.001197s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_security_groups_client.TestSecurityGroupsClient.test_show_security_group_with_bytes_body [0.000829s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_security_groups_client.TestSecurityGroupsClient.test_show_security_group_with_str_body [0.000876s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_security_groups_client.TestSecurityGroupsClient.test_update_security_group_with_bytes_body [0.001312s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_security_groups_client.TestSecurityGroupsClient.test_update_security_group_with_str_body [0.001119s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_segments_client.TestSegmentsClient.test_create_segment_with_bytes_body [0.000762s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_segments_client.TestSegmentsClient.test_create_segment_with_str_body [0.000924s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_segments_client.TestSegmentsClient.test_delete_segment [0.000685s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_segments_client.TestSegmentsClient.test_list_segment_with_bytes_body [0.001148s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_segments_client.TestSegmentsClient.test_list_segment_with_str_body [0.000728s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_segments_client.TestSegmentsClient.test_show_segment_with_bytes_body [0.000852s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_segments_client.TestSegmentsClient.test_show_segment_with_str_body [0.000739s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_segments_client.TestSegmentsClient.test_update_segment_with_bytes_body [0.000807s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_segments_client.TestSegmentsClient.test_update_segment_with_str_body [0.000803s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_service_providers_client.TestServiceProvidersClient.test_list_service_providers_with_bytes_body [0.000897s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_service_providers_client.TestServiceProvidersClient.test_list_service_providers_with_str_body [0.001078s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_subnets_client.TestSubnetsClient.test_create_bulk_subnets_with_bytes_body [0.000874s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_subnets_client.TestSubnetsClient.test_create_bulk_subnets_with_str_body [0.000769s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_subnets_client.TestSubnetsClient.test_create_subnet_with_bytes_body [0.000847s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_subnets_client.TestSubnetsClient.test_create_subnet_with_str_body [0.000757s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_subnets_client.TestSubnetsClient.test_delete_subnet [0.000706s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_subnets_client.TestSubnetsClient.test_list_subnets_with_bytes_body [0.000807s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_subnets_client.TestSubnetsClient.test_list_subnets_with_str_body [0.001354s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_subnets_client.TestSubnetsClient.test_show_subnet_with_bytes_body [0.000762s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_subnets_client.TestSubnetsClient.test_show_subnet_with_str_body [0.000713s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_subnets_client.TestSubnetsClient.test_update_subnet_with_bytes_body [0.000820s] ... ok DEBUG: {1} tempest.tests.lib.services.network.test_subnets_client.TestSubnetsClient.test_update_subnet_with_str_body [0.000924s] ... ok DEBUG: {1} tempest.tests.lib.services.test_clients.TestClientsFactory.test___init___class_not_found [0.001224s] ... ok DEBUG: {1} tempest.tests.lib.services.test_clients.TestClientsFactory.test___init___no_module [0.000764s] ... ok DEBUG: {1} tempest.tests.lib.services.test_clients.TestClientsFactory.test___init___not_a_class [0.000923s] ... ok DEBUG: {1} tempest.tests.lib.services.test_clients.TestClientsFactory.test___init___one_class [0.001391s] ... ok DEBUG: {1} tempest.tests.lib.services.test_clients.TestClientsFactory.test___init___two_classes [0.000975s] ... ok DEBUG: {1} tempest.tests.lib.services.test_clients.TestClientsFactory.test__get_partial_class_later_kwargs [0.000793s] ... ok DEBUG: {1} tempest.tests.lib.services.test_clients.TestClientsFactory.test__get_partial_class_no_later_kwargs [0.001431s] ... ok DEBUG: {1} tempest.tests.lib.services.test_clients.TestClientsFactory.test__get_partial_class_with_alias [0.000695s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_hosts_client.TestHostsClient.test_list_hosts_with_bytes_body [0.004643s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_hosts_client.TestHostsClient.test_list_hosts_with_str_body [0.001940s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_hosts_client.TestHostsClient.test_show_host_with_bytes_body [0.002081s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_hosts_client.TestHostsClient.test_show_host_with_str_body [0.001854s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_quota_classes_client.TestQuotaClassesClient.test_show_quota_class_set_with_bytes_body [0.001908s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_quota_classes_client.TestQuotaClassesClient.test_show_quota_class_set_with_str_body [0.001937s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_quota_classes_client.TestQuotaClassesClient.test_update_quota_class_set_with_bytes_body [0.005532s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_quota_classes_client.TestQuotaClassesClient.test_update_quota_class_set_with_str_boy [0.002251s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_scheduler_stats_client.TestSchedulerStatsClient.test_list_pools_with_bytes_body [0.002319s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_scheduler_stats_client.TestSchedulerStatsClient.test_list_pools_with_bytes_body_and_detail [0.002640s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_scheduler_stats_client.TestSchedulerStatsClient.test_list_pools_with_str_body [0.001757s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_scheduler_stats_client.TestSchedulerStatsClient.test_list_pools_with_str_body_and_detail [0.003567s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_services_client.TestServicesClient.test_disable_log_reason_with_bytes_body [0.002044s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_services_client.TestServicesClient.test_disable_log_reason_with_str_body [0.002362s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_services_client.TestServicesClient.test_disable_service_with_bytes_body [0.002265s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_services_client.TestServicesClient.test_disable_service_with_str_body [0.002064s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_services_client.TestServicesClient.test_enable_service_with_bytes_body [0.001877s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_services_client.TestServicesClient.test_enable_service_with_str_body [0.005663s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_services_client.TestServicesClient.test_freeze_host_with_bytes_body [0.000753s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_services_client.TestServicesClient.test_freeze_host_with_str_body [0.000775s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_services_client.TestServicesClient.test_list_services_with_bytes_body [0.003096s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_services_client.TestServicesClient.test_list_services_with_params [0.002458s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_services_client.TestServicesClient.test_list_services_with_str_body [0.002312s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_services_client.TestServicesClient.test_thaw_host_with_bytes_body [0.000734s] ... ok DEBUG: {1} tempest.tests.lib.services.volume.v3.test_services_client.TestServicesClient.test_thaw_host_with_str_body [0.000889s] ... ok DEBUG: {1} tempest.tests.lib.test_auth.TestBaseAuthProvider.test_auth_class [0.000552s] ... ok DEBUG: {1} tempest.tests.lib.test_auth.TestBaseAuthProvider.test_auth_data_property_when_cache_exists [0.000719s] ... ok DEBUG: {1} tempest.tests.lib.test_auth.TestBaseAuthProvider.test_check_credentials_bad_type [0.000441s] ... ok DEBUG: {1} tempest.tests.lib.test_auth.TestBaseAuthProvider.test_delete_auth_data_property_through_clear_auth [0.000392s] ... ok DEBUG: {1} tempest.tests.lib.test_auth.TestBaseAuthProvider.test_delete_auth_data_property_through_deleter [0.000860s] ... ok DEBUG: {1} tempest.tests.lib.test_auth.TestBaseAuthProvider.test_set_and_reset_alt_auth_data [0.000448s] ... ok DEBUG: {1} tempest.tests.lib.test_base.TestSetUpClass.test_setup_class_raises_runtime_error [0.000166s] ... ok DEBUG: {1} tempest.tests.lib.test_decorators.TestIdempotentIdDecorator.test_idempotent_id_not_str [0.000465s] ... ok DEBUG: {1} tempest.tests.lib.test_decorators.TestIdempotentIdDecorator.test_idempotent_id_not_valid_uuid [0.000489s] ... ok DEBUG: {1} tempest.tests.lib.test_decorators.TestIdempotentIdDecorator.test_positive [0.000447s] ... ok DEBUG: {1} tempest.tests.lib.test_decorators.TestIdempotentIdDecorator.test_positive_without_doc [0.000408s] ... ok DEBUG: {1} tempest.tests.lib.test_tempest_lib.TestTempest_lib.test_something [0.000442s] ... ok DEBUG: {1} tempest.tests.test_imports.TestImports.test_account_generator_command_import [0.000492s] ... ok DEBUG: {1} tempest.tests.test_imports.TestImports.test_cleanup_command_import [0.000386s] ... ok DEBUG: {1} tempest.tests.test_imports.TestImports.test_init_command_import [0.000438s] ... ok DEBUG: {1} tempest.tests.test_imports.TestImports.test_list_plugins_command_import [0.006006s] ... ok DEBUG: {1} tempest.tests.test_imports.TestImports.test_run_command_import [0.000293s] ... ok DEBUG: {1} tempest.tests.test_imports.TestImports.test_subunit_descibe_command_import [0.000301s] ... ok DEBUG: {1} tempest.tests.test_imports.TestImports.test_verify_tempest_config_command_import [0.000271s] ... ok DEBUG: {1} tempest.tests.test_imports.TestImports.test_workspace_command_import [0.000286s] ... ok DEBUG: {1} tempest.tests.test_tempest_plugin.TestPluginDiscovery.test__get_service_clients_with_two_plugins [0.000391s] ... ok DEBUG: {1} tempest.tests.test_tempest_plugin.TestPluginDiscovery.test__register_service_clients_one_plugin_no_service_clients [0.000318s] ... ok DEBUG: {1} tempest.tests.test_tempest_plugin.TestPluginDiscovery.test__register_service_clients_with_one_plugin [0.000428s] ... ok DEBUG: {1} tempest.tests.test_tempest_plugin.TestPluginDiscovery.test_load_tests_with_one_plugin [0.000279s] ... ok DEBUG: {1} tempest.tests.test_tempest_plugin.TestPluginDiscovery.test_load_tests_with_two_plugins [0.000280s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_failing_with_stestr_repository [2.943926s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_fails [2.314266s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_fails [2.962893s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_passes [2.879168s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_passes_with_config_file [2.831839s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_passes_with_stestr_repository [3.137576s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_new_old_arg_comb [7.297071s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_with_exclude_list_failing [2.052746s] ... ok DEBUG: The specified repository directory ./stestr already exists. Please check if the repository already exists or select a different path DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_with_exclude_list_passing [1.824139s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_with_exclude_list_regex_exclude_fail_check_pass [1.790971s] ... ok DEBUG: The specified repository directory ./stestr already exists. Please check if the repository already exists or select a different path DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_new_old_arg_comb_with_stestr_repository [7.119218s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_with_exclude_list_regex_exclude_pass_check_fail [2.029151s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_with_exclude_list_regex_exclude_pass_check_pass [2.447969s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_passes [2.573320s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_with_include_list [2.035426s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_passes_with_config_file [2.187790s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_with_include_regex_include_fail_check_pass [2.791655s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_passes_with_stestr_repository [3.453658s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_with_include_regex_include_pass_check_fail [2.773177s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_with_exclude_list_failing [2.647997s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_with_include_regex_include_pass_check_pass [2.864430s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_with_exclude_list_passing [3.119753s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_with_worker_file [3.246299s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestTempestRun.test__build_regex_default [0.002734s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestTempestRun.test__build_regex_regex [0.005152s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestTempestRun.test__build_regex_smoke [0.000757s] ... ok DEBUG: {2} tempest.tests.cmd.test_run.TestTempestRun.test__build_regex_smoke_regex [0.005334s] ... ok DEBUG: {2} tempest.tests.cmd.test_subunit_describe_calls.TestArgumentParser.test_init [0.004338s] ... ok DEBUG: {2} tempest.tests.cmd.test_subunit_describe_calls.TestMainCli.test_main [1.070057s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_with_exclude_list_regex_exclude_fail_check_pass [3.480722s] ... ok DEBUG: {2} tempest.tests.cmd.test_subunit_describe_calls.TestMainCli.test_main_all_stdout [0.901720s] ... ok DEBUG: {2} tempest.tests.cmd.test_subunit_describe_calls.TestMainCli.test_main_output_file [0.978889s] ... ok DEBUG: {2} tempest.tests.cmd.test_subunit_describe_calls.TestMainCli.test_main_verbose [0.652492s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_with_exclude_list_regex_exclude_pass_check_fail [2.977025s] ... ok DEBUG: {2} tempest.tests.cmd.test_subunit_describe_calls.TestMainCli.test_main_verbose_and_all_stdout [0.761602s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_check_service_availability [0.019219s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_contains_version_negative_data [0.006423s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_contains_version_positive_data [0.002182s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_get_cinder_api_versions [0.009242s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_get_config_file [0.045829s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_get_extension_client [0.005855s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_get_extension_client_sysexit [0.004586s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_get_keystone_api_versions [0.005713s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_get_nova_versions [0.009435s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_get_versions_invalid_response [0.010549s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_print_and_or_update_false [0.003680s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_print_and_or_update_true [0.002080s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_api_versions [0.004726s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_api_versions_not_implemented [0.002057s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_cinder [0.002494s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_cinder_all [0.003012s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_cinder_none [0.003237s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_neutron [0.007493s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_neutron_all [0.002684s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_neutron_none [0.007024s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_nova [0.003076s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_nova_all [0.002368s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_nova_none [0.002429s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_swift [0.004598s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_swift_all [0.003156s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_swift_none [0.003613s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_glance_version_no_v1 [0.002789s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_glance_version_no_v2_with_v1_0 [0.003006s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_glance_version_no_v2_with_v1_1 [0.003063s] ... ok DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_glance_version_no_version [0.003686s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_config/types.py:57: UserWarning: converting '3000' to a string DEBUG: warnings.warn('converting \'%s\' to a string' % str_val) DEBUG: WARNING [tempest.cmd.verify_tempest_config] Glance is available in the catalog, but no known version, (v1.x or v2.x) of Glance could be found, so Glance should be configured as not available DEBUG: {2} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_keystone_api_versions_no_v3 [0.004949s] ... ok DEBUG: {2} tempest.tests.common.test_compute.TestCompute.test_rfp_frame_fully_cached [0.000728s] ... ok DEBUG: {2} tempest.tests.common.test_compute.TestCompute.test_rfp_frame_not_cached [0.000587s] ... ok DEBUG: {2} tempest.tests.common.test_compute.TestCompute.test_rfp_frame_partially_cached [0.000680s] ... ok DEBUG: {2} tempest.tests.lib.cmd.test_check_uuid.TestCLInterface.test_fix_argument_no [0.004772s] ... ok DEBUG: {2} tempest.tests.lib.cmd.test_check_uuid.TestCLInterface.test_fix_argument_yes [0.002967s] ... ok DEBUG: {2} tempest.tests.lib.cmd.test_check_uuid.TestTestChecker.test_add_import_for_test_uuid_no_tempest [0.008369s] ... ok DEBUG: {2} tempest.tests.lib.cmd.test_check_uuid.TestTestChecker.test_add_import_for_test_uuid_tempest [0.001265s] ... ok DEBUG: {2} tempest.tests.lib.cmd.test_check_uuid.TestTestChecker.test_add_import_no_import [0.000448s] ... ok DEBUG: {2} tempest.tests.lib.cmd.test_check_uuid.TestTestChecker.test_add_uuid_to_test_decorator [0.000579s] ... ok DEBUG: {2} tempest.tests.lib.cmd.test_check_uuid.TestTestChecker.test_add_uuid_to_test_def [0.000518s] ... ok DEBUG: {2} tempest.tests.lib.common.test_api_version_request.APIVersionRequestTests.test_get_string [0.000335s] ... ok DEBUG: {2} tempest.tests.lib.common.test_api_version_request.APIVersionRequestTests.test_invalid_version_strings [0.000789s] ... ok DEBUG: {2} tempest.tests.lib.common.test_api_version_request.APIVersionRequestTests.test_null_version [0.000261s] ... ok DEBUG: {2} tempest.tests.lib.common.test_api_version_request.APIVersionRequestTests.test_valid_version_strings [0.000278s] ... ok DEBUG: {2} tempest.tests.lib.common.test_api_version_request.APIVersionRequestTests.test_version_comparisons [0.004752s] ... ok DEBUG: {2} tempest.tests.lib.common.test_api_version_request.APIVersionRequestTests.test_version_matches [0.000739s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_admin_creds [0.006343s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_all_cred_cleanup [0.006174s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_alt_creds [0.005270s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_dhcp_without_subnet [0.009320s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_get_different_role_creds_with_default_scope [0.008148s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_get_different_role_creds_with_project_scope [0.006218s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_get_same_role_creds_with_default_scope [0.006988s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_get_same_role_creds_with_project_scope [0.005521s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_network_admin_creation [0.006622s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_network_alt_creation [0.008293s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_network_cleanup [0.013753s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_network_creation [0.085594s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_no_network_creation_with_config_set [0.016834s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_no_network_resources [0.016176s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_primary_creds [0.006290s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_project_alt_admin_creds [0.010404s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_project_alt_member_creds [0.019144s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_project_alt_reader_creds [0.010496s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_role_creds [0.006401s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_role_creds_with_project_scope [0.004296s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_router_without_network [0.006063s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_subnet_without_network [0.006239s] ... ok DEBUG: {2} tempest.tests.lib.common.test_dynamic_creds.TestDynamicCredentialProvider.test_tempest_client [0.009945s] ... ok DEBUG: {2} tempest.tests.lib.common.test_http.TestClosingProxyHttp.test_class_without_proxy_url [0.000473s] ... ok DEBUG: {2} tempest.tests.lib.common.test_http.TestClosingProxyHttp.test_closing_http [0.000350s] ... ok DEBUG: {2} tempest.tests.lib.common.test_http.TestClosingProxyHttp.test_closing_http_with_ca_certs [0.000628s] ... ok DEBUG: {2} tempest.tests.lib.common.test_http.TestClosingProxyHttp.test_closing_http_with_ca_certs_and_dscv [0.000511s] ... ok DEBUG: {2} tempest.tests.lib.common.test_http.TestClosingProxyHttp.test_closing_http_with_dscv [0.005331s] ... ok DEBUG: {2} tempest.tests.lib.common.test_http.TestClosingProxyHttp.test_closing_http_with_timeout [0.000345s] ... ok DEBUG: {2} tempest.tests.lib.common.test_http.TestClosingProxyHttp.test_request [0.001086s] ... ok DEBUG: {2} tempest.tests.lib.common.test_http.TestClosingProxyHttp.test_request_with_fields [0.002209s] ... ok DEBUG: {2} tempest.tests.lib.common.test_http.TestClosingProxyHttp.test_request_with_headers [0.004460s] ... ok DEBUG: {2} tempest.tests.lib.common.test_http.TestClosingProxyHttpRedirects.test_redirect_default [0.000386s] ... ok DEBUG: {2} tempest.tests.lib.common.test_http.TestClosingProxyHttpRedirects.test_redirect_off [0.000299s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestExpectedSuccess.test_expected_succes_int_match [0.000632s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestExpectedSuccess.test_expected_succes_int_no_match [0.000886s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestExpectedSuccess.test_expected_succes_list_match [0.000729s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestExpectedSuccess.test_expected_succes_list_no_match [0.001030s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestExpectedSuccess.test_non_success_expected_code_as_non_int [0.000762s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestExpectedSuccess.test_non_success_expected_int [0.000799s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestExpectedSuccess.test_non_success_expected_list [0.000566s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestExpectedSuccess.test_non_success_read_code_as_list [0.018827s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestExpectedSuccess.test_non_success_read_code_as_string [0.000621s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRateLimiting.test__get_retry_after_delay_of_zero_with_http_date [0.003889s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRateLimiting.test__get_retry_after_delay_of_zero_with_integer [0.000756s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRateLimiting.test__get_retry_after_delay_with_http_date [0.000479s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRateLimiting.test__get_retry_after_delay_with_integer [0.000528s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRateLimiting.test__get_retry_after_delay_with_invalid_http_date [0.000618s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRateLimiting.test__get_retry_after_delay_with_missing_date_header [0.000690s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRateLimiting.test__get_retry_after_delay_with_missing_retry_after_header [0.000470s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRateLimiting.test_is_absolute_limit_gives_false_with_retry_after [0.000492s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientHeadersJSON.test_copy [0.001642s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientHeadersJSON.test_delete [0.004092s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientHeadersJSON.test_get [0.001007s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientHeadersJSON.test_head [0.001216s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientHeadersJSON.test_patch [0.001099s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientHeadersJSON.test_post [0.000989s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientHeadersJSON.test_put [0.001941s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientJSONHeaderSchemaValidation.test_validate_header_schema_fail [0.007914s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientJSONHeaderSchemaValidation.test_validate_header_schema_pass [0.001140s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientNotFoundHandling.test_post [0.003319s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientParseRespJSON.test_parse_empty_list [0.000611s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientParseRespJSON.test_parse_nullable_dict [0.000611s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientParseRespJSON.test_parse_resp_body_dict [0.000619s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientParseRespJSON.test_parse_resp_body_item [0.000494s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientParseRespJSON.test_parse_resp_body_list [0.000609s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientParseRespJSON.test_parse_resp_one_top_key_without_list_or_dict [0.000498s] ... ok DEBUG: {2} tempest.tests.lib.common.test_rest_client.TestRestClientParseRespJSON.test_parse_resp_two_top_keys [0.000618s] ... ok DEBUG: {2} tempest.tests.lib.common.utils.test_misc.TestMisc.test_singleton [0.000373s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_add_host_with_bytes_body [0.007027s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_add_host_with_str_body [0.001385s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_create_aggregate_with_bytes_body [0.001554s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_create_aggregate_with_str_body [0.004920s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_delete_aggregate [0.000887s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_list_aggregates_with_bytes_body [0.001870s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_list_aggregates_with_str_body [0.001541s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_remove_host_with_bytes_body [0.010127s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_remove_host_with_str_body [0.002026s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_set_metadata_with_bytes_body [0.001895s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_set_metadata_with_str_body [0.003839s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_show_aggregate_with_bytes_body [0.001847s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_show_aggregate_with_str_body [0.014404s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_update_aggregate_with_bytes_body [0.001618s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_update_aggregate_with_str_body [0.001994s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsNone.test_schema [0.000313s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsV25.test_schema [0.002064s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_extensions_client.TestExtensionsClient.test_list_extensions_with_bytes_body [0.001394s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_extensions_client.TestExtensionsClient.test_list_extensions_with_str_body [0.001045s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_extensions_client.TestExtensionsClient.test_show_extension_with_bytes_body [0.000636s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_extensions_client.TestExtensionsClient.test_show_extension_with_str_body [0.000461s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_create_image_with_bytes_body [0.001689s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_create_image_with_str_body [0.003380s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_delete_image_metadata_item_with_bytes_body [0.000661s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_delete_image_metadata_item_with_str_body [0.002140s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_delete_image_with_bytes_body [0.000511s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_delete_image_with_str_body [0.000488s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_list_image_metadata_with_bytes_body [0.002479s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_list_image_metadata_with_str_body [0.000890s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_list_images_with_bytes_body [0.001401s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_list_images_with_str_body [0.004627s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_resource_delete_with_bytes_body [0.001039s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_resource_delete_with_str_body [0.002438s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_set_image_metadata_item_with_bytes_body [0.001327s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_set_image_metadata_item_with_str_body [0.001861s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_set_image_metadata_with_bytes_body [0.001255s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_set_image_metadata_with_str_body [0.001337s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_show_image_metadata_item_with_bytes_body [0.001220s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_show_image_metadata_item_with_str_body [0.001406s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_show_image_with_bytes_body [0.002065s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_show_image_with_str_body [0.005445s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_update_image_metadata_with_bytes_body [0.001175s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_update_image_metadata_with_str_body [0.002015s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_migrations_client.TestMigrationsClient.test_list_migration_with_bytes_body [0.002339s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_migrations_client.TestMigrationsClient.test_list_migration_with_str_body [0.005584s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_group_default_rules_client.TestSecurityGroupDefaultRulesClient.test_create_security_default_group_rule_with_bytes_body [0.001245s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_group_default_rules_client.TestSecurityGroupDefaultRulesClient.test_create_security_default_group_rule_with_str_body [0.002046s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_group_default_rules_client.TestSecurityGroupDefaultRulesClient.test_delete_security_group_default_rule [0.000567s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_group_default_rules_client.TestSecurityGroupDefaultRulesClient.test_list_security_group_default_rules_with_bytes_body [0.001810s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_group_default_rules_client.TestSecurityGroupDefaultRulesClient.test_list_security_group_default_rules_with_str_body [0.001658s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_group_default_rules_client.TestSecurityGroupDefaultRulesClient.test_show_security_group_default_rule_with_bytes_body [0.001238s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_group_default_rules_client.TestSecurityGroupDefaultRulesClient.test_show_security_group_default_rule_with_str_body [0.001200s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_create_security_group_with_bytes_body [0.004051s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_create_security_group_with_str_body [0.001820s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_delete_security_group [0.000542s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_is_resource_deleted_false [0.000525s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_is_resource_deleted_true [0.000601s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_list_security_groups_with_bytes_body [0.002110s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_list_security_groups_with_str_body [0.001762s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_show_security_group_with_bytes_body [0.005396s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_show_security_group_with_str_body [0.001841s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_update_security_group_with_bytes_body [0.002233s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_update_security_group_with_str_body [0.004333s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClientMinV213.test_create_server_group_byte_body [0.002019s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClientMinV213.test_create_server_group_str_body [0.001426s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClientMinV213.test_delete_server_group [0.000583s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClientMinV213.test_list_server_groups_byte_body [0.001342s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClientMinV213.test_list_server_groups_str_body [0.008113s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClientMinV213.test_show_server_group_byte_body [0.001333s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClientMinV213.test_show_server_group_str_body [0.005425s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_disable_service_with_bytes_body [0.007905s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_disable_service_with_str_body [0.001236s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_enable_service_with_bytes_body [0.001293s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_enable_service_with_str_body [0.001100s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_list_services_with_bytes_body [0.007048s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_list_services_with_str_body [0.001825s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_log_reason_disabled_service_with_bytes_body [0.001417s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_log_reason_disabled_service_with_str_body [0.011001s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_update_forced_down_with_bytes_body [0.001435s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_update_forced_down_with_str_body [0.001734s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_update_service_disable_scheduling_with_bytes_body [0.001169s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_update_service_disable_scheduling_with_str_body [0.001267s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_update_service_enable_scheduling_with_bytes_body [0.001410s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_update_service_enable_scheduling_with_str_body [0.000568s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_update_service_forced_down_with_bytes_body [0.007778s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_update_service_forced_down_with_str_body [0.002792s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_tenant_networks_client.TestTenantNetworksClient.test_list_tenant_networks_with_bytes_body [0.001701s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_tenant_networks_client.TestTenantNetworksClient.test_list_tenant_networks_with_str_body [0.009873s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_tenant_networks_client.TestTenantNetworksClient.test_show_tenant_network_with_bytes_body [0.008524s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_tenant_networks_client.TestTenantNetworksClient.test_show_tenant_network_with_str_body [0.001894s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_create_volume_with_bytes_body [0.004184s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_create_volume_with_str_body [0.005953s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_delete_volume [0.000844s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_is_resource_deleted_false [0.000662s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_is_resource_deleted_true [0.005351s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_list_volumes_with_byte_body [0.005732s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_list_volumes_with_params [0.002218s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_list_volumes_with_str_body [0.009046s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_show_volume_with_bytes_body [0.002555s] ... ok DEBUG: {2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_show_volume_with_str_body [0.006645s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_check_token_existence_with_bytes_body [0.000671s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_check_token_existence_with_str_body [0.000480s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_delete_token [0.000623s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_list_endpoints_for_token_with_bytes_body [0.000663s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_list_endpoints_for_token_with_str_body [0.000483s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_show_api_description_with_bytes_body [0.000515s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_show_api_description_with_str_body [0.000596s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_show_list_extensions_with_bytes_body [0.000514s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_show_list_extensions_with_str_body [0.000533s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_show_token_with_bytes_body [0.000465s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_show_token_with_str_body [0.012744s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_services_client.TestServicesClient.test_create_service_with_bytes_body [0.000725s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_services_client.TestServicesClient.test_create_service_with_str_body [0.000550s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_services_client.TestServicesClient.test_delete_service [0.000922s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_services_client.TestServicesClient.test_show_service_with_bytes_body [0.005004s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_services_client.TestServicesClient.test_show_service_with_str_body [0.000908s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_create_tenant_with_bytes_body [0.002209s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_create_tenant_with_str_body [0.000910s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_delete_tenant [0.001004s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_list_tenant_users_with_bytes_body [0.002552s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_list_tenant_users_with_str_body [0.000754s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_list_tenants_with_bytes_body [0.000864s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_list_tenants_with_str_body [0.003854s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_show_tenant_with_bytes_body [0.000896s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_show_tenant_with_str_body [0.000816s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_update_tenant_with_bytes_body [0.002948s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_update_tenant_with_str_body [0.001003s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_token_client.TestTokenClientV2.test_auth [0.000857s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_token_client.TestTokenClientV2.test_auth_with_tenant [0.003197s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_token_client.TestTokenClientV2.test_init_without_authurl [0.000498s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_token_client.TestTokenClientV2.test_request_with_bytes_body [0.002319s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v2.test_token_client.TestTokenClientV2.test_request_with_str_body [0.002387s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_create_policy_with_bytes_body [0.002485s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_create_policy_with_str_body [0.000660s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_delete_policy [0.000891s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_delete_policy_association_for_endpoint [0.001008s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_delete_policy_association_for_region_and_service [0.000757s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_delete_policy_association_for_service [0.002148s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_list_endpoints_for_policy_with_bytes_body [0.000864s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_list_endpoints_for_policy_with_str_body [0.000664s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_list_policies_with_bytes_body [0.000830s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_list_policies_with_str_body [0.002814s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_list_policy_for_endpoint_with_bytes_body [0.000735s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_list_policy_for_endpoint_with_str_body [0.000901s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_show_policy_association_for_endpoint [0.003329s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_show_policy_association_for_region_and_service [0.000518s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_show_policy_association_for_service [0.000558s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_show_policy_with_bytes_body [0.000701s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_show_policy_with_str_body [0.001018s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_update_policy_association_for_endpoint [0.000773s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_update_policy_association_for_region_and_service [0.000579s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_update_policy_association_for_service [0.001047s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_update_policy_with_bytes_body [0.001005s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_update_policy_with_str_body [0.000967s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_project_tags_client.TestProjectTagsClient.test_check_project_project_tag_existence [0.000920s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_project_tags_client.TestProjectTagsClient.test_delete_all_project_tags [0.004408s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_project_tags_client.TestProjectTagsClient.test_delete_project_tag [0.000441s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_project_tags_client.TestProjectTagsClient.test_list_project_tags_with_bytes_body [0.000566s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_project_tags_client.TestProjectTagsClient.test_list_project_tags_with_str_body [0.000534s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_project_tags_client.TestProjectTagsClient.test_update_all_project_tags_with_bytes_body [0.001322s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_project_tags_client.TestProjectTagsClient.test_update_all_project_tags_with_str_body [0.000780s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_project_tags_client.TestProjectTagsClient.test_update_project_tag_with_bytes_body [0.000701s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_project_tags_client.TestProjectTagsClient.test_update_project_tag_with_str_body [0.000756s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_service_providers_client.TestServiceProvidersClient.test_delete_service_provider_with_bytes_body [0.000852s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_service_providers_client.TestServiceProvidersClient.test_delete_service_provider_with_str_body [0.006014s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_service_providers_client.TestServiceProvidersClient.test_get_service_provider_with_bytes_body [0.000625s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_service_providers_client.TestServiceProvidersClient.test_get_service_provider_with_str_body [0.000511s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_service_providers_client.TestServiceProvidersClient.test_list_service_providers_with_bytes_body [0.000550s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_service_providers_client.TestServiceProvidersClient.test_list_service_providers_with_str_body [0.000617s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_service_providers_client.TestServiceProvidersClient.test_register_service_provider_with_bytes_body [0.000640s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_service_providers_client.TestServiceProvidersClient.test_register_service_provider_with_str_body [0.001024s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_service_providers_client.TestServiceProvidersClient.test_update_service_provider_with_bytes_body [0.000559s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_service_providers_client.TestServiceProvidersClient.test_update_service_provider_with_str_body [0.000682s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_change_user_password [0.000889s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_create_user_ec2_credential_with_bytes_body [0.000864s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_create_user_ec2_credential_with_str_body [0.006530s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_create_user_with_bytes_body [0.000846s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_create_user_with_string_body [0.000634s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_delete_user [0.000542s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_delete_user_ec2_credential [0.005093s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_list_user_ec2_credentials_with_bytes_body [0.000742s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_list_user_ec2_credentials_with_str_body [0.000563s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_list_user_groups_with_bytes_body [0.000536s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_list_user_groups_with_string_body [0.000662s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_list_user_projects_with_bytes_body [0.003453s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_list_user_projects_with_string_body [0.000498s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_list_users_with_bytes_body [0.000999s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_list_users_with_string_body [0.001036s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_show_user_ec2_credential_with_bytes_body [0.001057s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_show_user_ec2_credential_with_str_body [0.000894s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_show_user_with_bytes_body [0.000880s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_show_user_with_string_body [0.004131s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_update_user_with_bytes_body [0.006754s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_update_user_with_string_body [0.000656s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_versions_client.TestIdentityClient.test_list_versions_with_bytes_body [0.001442s] ... ok DEBUG: {2} tempest.tests.lib.services.identity.v3.test_versions_client.TestIdentityClient.test_list_versions_with_str_body [0.000996s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_create_image_member_with_bytes_body [0.001094s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_create_image_member_with_str_body [0.003161s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_delete_image_member [0.000861s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_list_image_members_with_bytes_body [0.000975s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_list_image_members_with_str_body [0.000921s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_show_image_member_with_bytes_body [0.008496s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_show_image_member_with_str_body [0.000873s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_update_image_member_with_bytes_body [0.000719s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_update_image_member_with_str_body [0.001078s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_add_image_tag [0.000927s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_create_image_with_bytes_body [0.000909s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_create_image_with_str_body [0.004385s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_deactivate_image [0.006385s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_delete_image [0.000630s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_delete_image_tag [0.000495s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_list_images_with_bytes_body [0.000548s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_list_images_with_str_body [0.000630s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_reactivate_image [0.000431s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_show_image_file [0.000439s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_show_image_tasks [0.000540s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_show_image_with_bytes_body [0.000714s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_show_image_with_str_body [0.009384s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_store_image_file [0.002331s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_update_image_with_bytes_body [0.000567s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_update_image_with_str_body [0.000725s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_namespace_properties_client.TestNamespacePropertiesClient.test_create_namespace_property_with_bytes_body [0.000553s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_namespace_properties_client.TestNamespacePropertiesClient.test_create_namespace_property_with_str_body [0.000465s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_namespace_properties_client.TestNamespacePropertiesClient.test_delete_namespace [0.000566s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_namespace_properties_client.TestNamespacePropertiesClient.test_list_namespace_property_with_bytes_body [0.000588s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_namespace_properties_client.TestNamespacePropertiesClient.test_list_namespace_property_with_str_body [0.000485s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_namespace_properties_client.TestNamespacePropertiesClient.test_show_namespace_property_with_bytes_body [0.000499s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_namespace_properties_client.TestNamespacePropertiesClient.test_show_namespace_property_with_str_body [0.000464s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_namespace_properties_client.TestNamespacePropertiesClient.test_update_namespace_property_with_bytes_body [0.012856s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_namespace_properties_client.TestNamespacePropertiesClient.test_update_namespace_property_with_str_body [0.000620s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_resource_types_client.TestResourceTypesClient.test_create_resource_type_association_with_bytes_body [0.000529s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_resource_types_client.TestResourceTypesClient.test_create_resource_type_association_with_str_body [0.000578s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_resource_types_client.TestResourceTypesClient.test_delete_resource_type_association [0.000588s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_resource_types_client.TestResourceTypesClient.test_list_resource_type_association_with_bytes_body [0.000616s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_resource_types_client.TestResourceTypesClient.test_list_resource_type_association_with_str_body [0.000454s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_resource_types_client.TestResourceTypesClient.test_list_resource_types_with_bytes_body [0.000538s] ... ok DEBUG: {2} tempest.tests.lib.services.image.v2.test_resource_types_client.TestResourceTypesClient.test_list_resource_types_with_str_body [0.000630s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_agents_client.TestAgentsClient.test_delete_agent [0.000563s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_agents_client.TestAgentsClient.test_list_agent_with_bytes_body [0.000481s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_agents_client.TestAgentsClient.test_list_agent_with_str_body [0.000697s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_agents_client.TestAgentsClient.test_show_agent_with_bytes_body [0.007856s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_agents_client.TestAgentsClient.test_show_agent_with_str_body [0.000688s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_agents_client.TestAgentsClient.test_update_agent_with_bytes_body [0.000470s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_agents_client.TestAgentsClient.test_update_agent_with_str_body [0.000625s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_base_network_client.TestBaseNetworkClient.test_create_resource [0.000869s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_base_network_client.TestBaseNetworkClient.test_create_resource_expect_different_values [0.000786s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_base_network_client.TestBaseNetworkClient.test_update_resource [0.000845s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_base_network_client.TestBaseNetworkClient.test_update_resource_expect_different_values [0.000878s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_floating_ips_client.TestFloatingIPsClient.test_create_floatingip_with_bytes_body [0.000520s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_floating_ips_client.TestFloatingIPsClient.test_create_floatingip_with_str_body [0.013307s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_floating_ips_client.TestFloatingIPsClient.test_delete_floatingip [0.002037s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_floating_ips_client.TestFloatingIPsClient.test_list_floatingips_with_bytes_body [0.000865s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_floating_ips_client.TestFloatingIPsClient.test_list_floatingips_with_str_body [0.002339s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_floating_ips_client.TestFloatingIPsClient.test_show_floatingips_with_bytes_body [0.000776s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_floating_ips_client.TestFloatingIPsClient.test_show_floatingips_with_str_body [0.000680s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_floating_ips_client.TestFloatingIPsClient.test_update_floatingip_with_bytes_body [0.000984s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_floating_ips_client.TestFloatingIPsClient.test_update_floatingip_with_str_body [0.000745s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_ports_client.TestPortsClient.test_create_bulk_port_with_bytes_body [0.000804s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_ports_client.TestPortsClient.test_create_bulk_port_with_str_body [0.003455s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_ports_client.TestPortsClient.test_create_port_with_bytes_body [0.000814s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_ports_client.TestPortsClient.test_create_port_with_str_body [0.000882s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_ports_client.TestPortsClient.test_delete_port [0.000576s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_ports_client.TestPortsClient.test_list_ports_with_bytes_body [0.000701s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_ports_client.TestPortsClient.test_list_ports_with_str_body [0.000824s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_ports_client.TestPortsClient.test_show_port_with_bytes_body [0.008844s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_ports_client.TestPortsClient.test_show_port_with_str_body [0.000635s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_ports_client.TestPortsClient.test_update_port_with_bytes_body [0.000644s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_ports_client.TestPortsClient.test_update_port_with_str_body [0.000668s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_qos_limit_bandwidth_rules_client.TestQosLimitBandwidthRulesClient.test_create_limit_bandwidth_rules [0.000506s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_qos_limit_bandwidth_rules_client.TestQosLimitBandwidthRulesClient.test_delete_limit_bandwidth_rule [0.000549s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_qos_limit_bandwidth_rules_client.TestQosLimitBandwidthRulesClient.test_list_minimum_bandwidth_rules [0.000537s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_qos_limit_bandwidth_rules_client.TestQosLimitBandwidthRulesClient.test_show_limit_bandwidth_rules [0.000924s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_qos_limit_bandwidth_rules_client.TestQosLimitBandwidthRulesClient.test_update_limit_bandwidth_rules [0.018938s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_routers_client.TestRoutersClient.test_create_router_with_bytes_body [0.000745s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_routers_client.TestRoutersClient.test_create_router_with_str_body [0.000792s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_routers_client.TestRoutersClient.test_delete_router [0.000741s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_routers_client.TestRoutersClient.test_list_routers_with_bytes_body [0.000599s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_routers_client.TestRoutersClient.test_list_routers_with_str_body [0.000479s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_routers_client.TestRoutersClient.test_update_router_with_bytes_body [0.001048s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_routers_client.TestRoutersClient.test_update_router_with_str_body [0.001056s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_subnetpools_client.TestSubnetsClient.test_create_subnetpool_with_bytes_body [0.009728s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_subnetpools_client.TestSubnetsClient.test_create_subnetpool_with_str_body [0.000699s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_subnetpools_client.TestSubnetsClient.test_delete_subnetpool [0.000464s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_subnetpools_client.TestSubnetsClient.test_list_subnetpools_with_bytes_body [0.000667s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_subnetpools_client.TestSubnetsClient.test_list_subnetpools_with_str_body [0.000572s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_subnetpools_client.TestSubnetsClient.test_show_subnetpool_with_bytes_body [0.000499s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_subnetpools_client.TestSubnetsClient.test_show_subnetpool_with_str_body [0.000524s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_subnetpools_client.TestSubnetsClient.test_update_subnet_with_bytes_body [0.002680s] ... ok DEBUG: {2} tempest.tests.lib.services.network.test_subnetpools_client.TestSubnetsClient.test_update_subnet_with_str_body [0.000524s] ... ok DEBUG: {2} tempest.tests.lib.services.object_storage.test_object_client.TestObjectClient.test_create_continue_with_no_continue_received [0.003736s] ... ok DEBUG: {2} tempest.tests.lib.services.object_storage.test_object_client.TestObjectClient.test_create_object_continue_no_data [0.002301s] ... ok DEBUG: {2} tempest.tests.lib.services.object_storage.test_object_client.TestObjectClient.test_create_object_continue_with_data [0.010325s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_availability_zone_client.TestAvailabilityZoneClient.test_list_availability_zones_with_bytes_body [0.000709s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_availability_zone_client.TestAvailabilityZoneClient.test_list_availability_zones_with_str_body [0.000578s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_encryption_types_client.TestEncryptionTypesClient.test_create_encryption_type_with_bytes_body [0.001271s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_encryption_types_client.TestEncryptionTypesClient.test_create_encryption_type_with_str_body [0.008985s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_encryption_types_client.TestEncryptionTypesClient.test_delete_encryption_type [0.000712s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_encryption_types_client.TestEncryptionTypesClient.test_show_encryption_specs_item_with_bytes_body [0.000900s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_encryption_types_client.TestEncryptionTypesClient.test_show_encryption_specs_item_with_str_body [0.000765s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_encryption_types_client.TestEncryptionTypesClient.test_show_encryption_type_with_bytes_body [0.001357s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_encryption_types_client.TestEncryptionTypesClient.test_show_encryption_type_with_str_body [0.007119s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_encryption_types_client.TestEncryptionTypesClient.test_update_encryption_type_with_bytes_body [0.001293s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_encryption_types_client.TestEncryptionTypesClient.test_update_encryption_type_with_str_body [0.001131s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_create_group_type_with_bytes_body [0.001225s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_create_group_type_with_str_body [0.005405s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_create_or_update_group_type_specs_with_bytes_body [0.008259s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_create_or_update_group_type_specs_with_str_body [0.001620s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_delete_group_type [0.000750s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_delete_group_type_specs_item [0.000750s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_list_group_type_specs_with_bytes_body [0.007631s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_list_group_type_specs_with_str_body [0.001660s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_list_group_types_with_bytes_body [0.001879s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_list_group_types_with_str_body [0.010858s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_show_default_group_type_with_bytes_body [0.001749s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_show_default_group_type_with_str_body [0.001858s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_show_group_type_specs_item_with_bytes_body [0.008955s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_show_group_type_specs_item_with_str_body [0.001038s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_show_group_type_with_bytes_body [0.002263s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_show_group_type_with_str_body [0.001440s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_update_group_type_specs_item_with_bytes_body [0.011756s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_update_group_type_specs_item_with_str_body [0.001489s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_update_group_types_with_bytes_body [0.002115s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_group_types_client.TestGroupTypesClient.test_update_group_types_with_str_body [0.003664s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_limits_client.TestLimitsClient.test_show_limits_with_bytes_body [0.002058s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_limits_client.TestLimitsClient.test_show_limits_with_str_body [0.001731s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_snapshot_manage_client.TestSnapshotManageClient.test_manage_snapshot_with_bytes_body [0.003006s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_snapshot_manage_client.TestSnapshotManageClient.test_manage_snapshot_with_str_body [0.001675s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_user_messages_client.TestUserMessagesClient.test_delete_user_message [0.000560s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_user_messages_client.TestUserMessagesClient.test_list_user_message_with_bytes_body [0.008200s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_user_messages_client.TestUserMessagesClient.test_list_user_message_with_str_body [0.001899s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_user_messages_client.TestUserMessagesClient.test_show_user_message_with_bytes_body [0.001432s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_user_messages_client.TestUserMessagesClient.test_show_user_message_with_str_body [0.008920s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_versions_client.TestVersionsClient.test_get_base_version_url_app_name [0.000502s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_versions_client.TestVersionsClient.test_list_versions_with_bytes_body [0.002248s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_versions_client.TestVersionsClient.test_list_versions_with_str_body [0.001509s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_versions_client.TestVersionsClient.test_show_version_details_with_bytes_body [0.006168s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_versions_client.TestVersionsClient.test_show_version_details_with_str_body [0.001653s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_volume_manage_client.TestVolumeManageClient.test_manage_volume_with_bytes_body [0.006678s] ... ok DEBUG: {2} tempest.tests.lib.services.volume.v3.test_volume_manage_client.TestVolumeManageClient.test_manage_volume_with_str_body [0.011753s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url [0.000667s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_to_get_admin_endpoint [0.000424s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_unknown_region [0.000453s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_api_version_filter [0.000739s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_extra_path_endpoint [0.000375s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_known_name [0.002171s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_known_name_and_unknown_servce [0.000745s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_non_existent_service [0.007625s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_skip_path_filter [0.000562s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_unknown_name_and_known_service [0.000429s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_unversioned_endpoint [0.001275s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_unversioned_extra_path_endpoint [0.000369s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_without_name [0.000380s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_without_service [0.000556s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_check_credentials_missing_attribute [0.000539s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_fill_credentials [0.001781s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request [0.000646s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_alt_auth_cleans_alt [0.000580s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_alt_part_without_alt_data [0.008450s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_alt_part_without_alt_data_no_change_body [0.000599s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_alt_part_without_alt_data_no_change_headers [0.000562s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_alt_part_without_alt_data_no_change_url [0.000684s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_bad_service [0.000671s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_identical_alt_auth_body [0.000517s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_identical_alt_auth_headers [0.000632s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_identical_alt_auth_url [0.012187s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_without_service [0.000775s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_set_scope_all_valid [0.000425s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_set_scope_invalid [0.000478s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_token_expired [0.016652s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_token_not_expired [0.000647s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_token_not_expired_to_be_renewed [0.000522s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV3Credentials.testProjectTenantCollision [0.000451s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV3Credentials.testProjectTenantNoCollision [0.000275s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV3Credentials.testSetAttrProjectDomain [0.000285s] ... ok DEBUG: {2} tempest.tests.lib.test_auth.TestKeystoneV3Credentials.testSetAttrUserDomain [0.000264s] ... ok DEBUG: {2} tempest.tests.lib.test_decorators.TestSkipBecauseDecorator.test_skip_because_launchpad_bug_and_condition_false [0.000353s] ... ok DEBUG: {2} tempest.tests.lib.test_decorators.TestSkipBecauseDecorator.test_skip_because_launchpad_bug_and_condition_true [0.000486s] ... ok DEBUG: {2} tempest.tests.lib.test_decorators.TestSkipBecauseDecorator.test_skip_because_storyboard_bug_and_condition_false [0.000332s] ... ok DEBUG: {2} tempest.tests.lib.test_decorators.TestSkipBecauseDecorator.test_skip_because_storyboard_bug_and_condition_true [0.000682s] ... ok DEBUG: {2} tempest.tests.lib.test_decorators.TestSkipBecauseDecorator.test_skip_bug_without_bug_never_skips [0.000435s] ... ok DEBUG: {2} tempest.tests.lib.test_decorators.TestSkipBecauseDecorator.test_skip_invalid_bug_number [0.000436s] ... ok DEBUG: {2} tempest.tests.lib.test_decorators.TestSkipBecauseDecorator.test_skip_launchpad_bug [0.000964s] ... ok DEBUG: {2} tempest.tests.lib.test_decorators.TestSkipBecauseDecorator.test_skip_storyboard_bug [0.003744s] ... ok DEBUG: {2} tempest.tests.lib.test_ssh.TestSshClient.test_exec_bad_command_output [0.012380s] ... ok DEBUG: {2} tempest.tests.lib.test_ssh.TestSshClient.test_exec_command [0.013168s] ... ok DEBUG: {2} tempest.tests.lib.test_ssh.TestSshClient.test_exec_command_no_select [0.127086s] ... ok DEBUG: {2} tempest.tests.lib.test_ssh.TestSshClient.test_exec_good_command_output [0.017923s] ... ok DEBUG: {2} tempest.tests.lib.test_ssh.TestSshClient.test_get_ssh_connection [0.001455s] ... ok DEBUG: WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to root@localhost (). Number attempts: 1. Retry after 2 seconds. DEBUG: {2} tempest.tests.lib.test_ssh.TestSshClient.test_get_ssh_connection_over_ssh [0.004843s] ... ok DEBUG: {2} tempest.tests.lib.test_ssh.TestSshClient.test_get_ssh_connection_timeout [0.002097s] ... ok DEBUG: {2} tempest.tests.lib.test_ssh.TestSshClient.test_get_ssh_connection_two_attemps [0.001795s] ... ok DEBUG: {2} tempest.tests.lib.test_ssh.TestSshClient.test_pkey_calls_paramiko_RSAKey [0.000691s] ... ok DEBUG: {2} tempest.tests.lib.test_ssh.TestSshClient.test_timeout_in_exec_command [0.012058s] ... ok DEBUG: {2} tempest.tests.test_decorators.TestServicesDecorator.test_services_decorator_with_duplicated_service [0.008025s] ... ok DEBUG: {2} tempest.tests.test_decorators.TestServicesDecorator.test_services_decorator_with_invalid_service [0.001949s] ... ok DEBUG: {2} tempest.tests.test_decorators.TestServicesDecorator.test_services_decorator_with_multiple_services [0.007975s] ... ok DEBUG: {2} tempest.tests.test_decorators.TestServicesDecorator.test_services_decorator_with_service_valid_and_unavailable [0.002672s] ... ok DEBUG: {2} tempest.tests.test_decorators.TestServicesDecorator.test_services_decorator_with_single_service [0.012457s] ... ok DEBUG: {2} tempest.tests.test_decorators.TestServicesDecorator.test_services_list [0.002323s] ... ok DEBUG: {2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_invalid_version [0.002520s] ... ok DEBUG: {2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_210_210 [0.002621s] ... ok DEBUG: {2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_22_23 [0.002112s] ... ok DEBUG: {2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_22_latest [0.014511s] ... ok DEBUG: {2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_invalid_test_version [0.007897s] ... ok DEBUG: {2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_latest_latest [0.013878s] ... ok DEBUG: {2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_none_23 [0.013962s] ... ok DEBUG: {2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_none_latest [0.008887s] ... ok DEBUG: {2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_none_none [0.013767s] ... ok DEBUG: No tempest extensions client for fakeservice DEBUG: Config option fakeservice in group fake-service-available should be changed to: False DEBUG: Config option fakeservice in group fake-service-available should be changed to: False DEBUG: /builddir/build/BUILD/tempest-28.1.0/check-uuid-no4268xqx6/tests.py:3 DEBUG: missing @decorators.idempotent_id('...') DEBUG: TestClass.test_tests DEBUG: /builddir/build/BUILD/tempest-28.1.0/check-uuid-yessyn76p3p/tests.py fixed DEBUG: /tmp/tmp4s3y1w3n/tmpxjzuq9zv fixed DEBUG: /tmp/tmp4gmk3qlm/tmp2lmxrtbg fixed DEBUG: (WARNING) /tmp/tmp0uyuwh4_/tmpu5thpufc: The file is not valid as it does not contain any import line! Therefore the import needed by @decorators.idempotent_id is not added! DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_with_exclude_list_regex_exclude_pass_check_pass [3.102422s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_with_include_list [2.121416s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_with_include_regex_include_fail_check_pass [2.005372s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_with_include_regex_include_pass_check_fail [2.451354s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_with_include_regex_include_pass_check_pass [2.080344s] ... ok DEBUG: {0} tempest.tests.cmd.test_run.TestOldArgRunReturnCode.test_tempest_run_with_worker_file [1.943821s] ... ok DEBUG: {0} tempest.tests.cmd.test_tempest_init.TestTempestInit.test_create_working_dir [0.072349s] ... ok DEBUG: {0} tempest.tests.cmd.test_tempest_init.TestTempestInit.test_create_working_dir_with_existing_local_dir_non_empty [0.002236s] ... ok DEBUG: {0} tempest.tests.cmd.test_tempest_init.TestTempestInit.test_generate_sample_config [0.037793s] ... ok DEBUG: {0} tempest.tests.cmd.test_tempest_init.TestTempestInit.test_generate_stestr_conf [0.000710s] ... ok DEBUG: {0} tempest.tests.cmd.test_tempest_init.TestTempestInit.test_take_action_fails [0.001028s] ... ok DEBUG: {0} tempest.tests.cmd.test_tempest_init.TestTempestInit.test_update_local_conf [0.022405s] ... ok DEBUG: {0} tempest.tests.common.test_alt_available.TestAltAvailable.test__dynamic_creds__accounts_file__one_user [0.003224s] ... ok DEBUG: {0} tempest.tests.common.test_alt_available.TestAltAvailable.test__no_dynamic_creds__accounts_file__one_user [0.003548s] ... ok DEBUG: {0} tempest.tests.common.test_alt_available.TestAltAvailable.test__no_dynamic_creds__accounts_file__two_users [0.002355s] ... ok DEBUG: {0} tempest.tests.common.test_alt_available.TestAltAvailable.test__no_dynamic_creds__accounts_file__two_users_identical [0.007588s] ... ok DEBUG: {0} tempest.tests.common.test_alt_available.TestAltAvailableV3.test__dynamic_creds__accounts_file__one_user [0.003038s] ... ok DEBUG: {0} tempest.tests.common.test_alt_available.TestAltAvailableV3.test__no_dynamic_creds__accounts_file__one_user [0.002913s] ... ok DEBUG: {0} tempest.tests.common.test_alt_available.TestAltAvailableV3.test__no_dynamic_creds__accounts_file__two_users [0.002914s] ... ok DEBUG: {0} tempest.tests.common.test_alt_available.TestAltAvailableV3.test__no_dynamic_creds__accounts_file__two_users_identical [0.002445s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_configured_admin_credentials [0.006080s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_configured_admin_credentials_not_fill_not_valid [0.003598s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_configured_admin_credentials_not_fill_valid [0.003334s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_credentials_provider_dynamic [0.003534s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_credentials_provider_force_dynamic [0.002784s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_credentials_provider_preprov [0.002750s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_credentials_provider_preprov_no_file [0.003771s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_credentials_v2 [0.003713s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_credentials_v3_domain [0.003949s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_credentials_v3_no_domain [0.003535s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_credentials_v3_system [0.008706s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_dynamic_provider_params_creds_v2 [0.008101s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_dynamic_provider_params_creds_v3 [0.008057s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_dynamic_provider_params_creds_vx [0.007799s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_dynamic_provider_params_no_creds [0.008802s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_preprov_provider_params_creds_v2 [0.007511s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_preprov_provider_params_creds_v3 [0.007070s] ... ok DEBUG: {0} tempest.tests.common.test_credentials_factory.TestCredentialsFactory.test_get_preprov_provider_params_creds_vx [0.004382s] ... ok DEBUG: {0} tempest.tests.common.test_waiters.TestInterfaceWaiters.test_wait_for_guest_os_boot [0.002630s] ... ok DEBUG: {0} tempest.tests.common.test_waiters.TestInterfaceWaiters.test_wait_for_guest_os_boot_timeout [0.001603s] ... ok DEBUG: {0} tempest.tests.common.test_waiters.TestInterfaceWaiters.test_wait_for_interface_detach [0.003663s] ... ok DEBUG: {0} tempest.tests.common.test_waiters.TestInterfaceWaiters.test_wait_for_interface_detach_timeout [0.002139s] ... ok DEBUG: {0} tempest.tests.common.test_waiters.TestInterfaceWaiters.test_wait_for_interface_status [0.001902s] ... ok DEBUG: {0} tempest.tests.common.test_waiters.TestInterfaceWaiters.test_wait_for_interface_status_timeout [0.002731s] ... ok DEBUG: usage: generator [-h] [-c /etc/tempest.conf] [--os-username ] DEBUG: [--os-password ] DEBUG: [--os-project-name ] DEBUG: [--os-domain-name ] [--tag TAG] DEBUG: [-r CONCURRENCY] [--with-admin] [-i {2,3}] DEBUG: accounts_file.yaml DEBUG: generator: error: argument -r/--concurrency: Concurrency value should be a positive number DEBUG: usage: generator [-h] [-c /etc/tempest.conf] [--os-username ] DEBUG: [--os-password ] DEBUG: [--os-project-name ] DEBUG: [--os-domain-name ] [--tag TAG] DEBUG: [-r CONCURRENCY] [--with-admin] [-i {2,3}] DEBUG: accounts_file.yaml DEBUG: generator: error: argument -r/--concurrency: Concurrency value should be a positive number DEBUG: /usr/lib/python3.6/site-packages/oslo_config/types.py:57: UserWarning: converting '3000' to a string DEBUG: warnings.warn('converting \'%s\' to a string' % str_val) DEBUG: DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; fake command DEBUG: DEBUG [tempest.lib.common.utils.linux.remote_client] Caller: TestRemoteClientWithBrokenServer:test_exec_command_debug_ssh_console. Timeout trying to ssh to server {'id': 'broken_server_uuid', 'name': 'broken_server', 'status': 'ERROR'} DEBUG: DEBUG [tempest.lib.common.utils.linux.remote_client] Could not get console_log for server broken_server_uuid DEBUG: {0} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClientWithBrokenServer.test_exec_command_debug_ssh_console [0.006526s] ... ok DEBUG: DEBUG [tempest.lib.common.utils.linux.remote_client] Caller: TestRemoteClientWithBrokenServer:test_validate_debug_ssh_console. Timeout trying to ssh to server {'id': 'broken_server_uuid', 'name': 'broken_server', 'status': 'ERROR'} DEBUG: DEBUG [tempest.lib.common.utils.linux.remote_client] Could not get console_log for server broken_server_uuid DEBUG: {0} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClientWithBrokenServer.test_validate_debug_ssh_console [0.005579s] ... ok DEBUG: {0} tempest.tests.common.utils.test_net_utils.TestGetPingPayloadSize.test_None [0.001692s] ... ok DEBUG: {0} tempest.tests.common.utils.test_net_utils.TestGetPingPayloadSize.test_ipv4 [0.000356s] ... ok DEBUG: {0} tempest.tests.common.utils.test_net_utils.TestGetPingPayloadSize.test_ipv6 [0.000398s] ... ok DEBUG: {0} tempest.tests.common.utils.test_net_utils.TestGetPingPayloadSize.test_too_low_mtu [0.000376s] ... ok DEBUG: {0} tempest.tests.lib.cli.test_execute.TestCLIClient.test_execute_with_default_api_version [0.000770s] ... ok DEBUG: {0} tempest.tests.lib.cli.test_execute.TestCLIClient.test_execute_with_domain_id [0.005292s] ... ok DEBUG: {0} tempest.tests.lib.cli.test_execute.TestCLIClient.test_execute_with_domain_name [0.000877s] ... ok DEBUG: {0} tempest.tests.lib.cli.test_execute.TestCLIClient.test_execute_with_empty_api_version [0.000920s] ... ok DEBUG: {0} tempest.tests.lib.cli.test_execute.TestCLIClient.test_execute_with_explicit_api_version [0.004363s] ... ok DEBUG: {0} tempest.tests.lib.cli.test_execute.TestCLIClient.test_execute_with_prefix [0.000804s] ... ok DEBUG: {0} tempest.tests.lib.cli.test_execute.TestExecute.test_execute_failure [0.028635s] ... ok DEBUG: {0} tempest.tests.lib.cli.test_execute.TestExecute.test_execute_failure_raise_exception [0.023142s] ... ok DEBUG: {0} tempest.tests.lib.cli.test_execute.TestExecute.test_execute_success [0.023812s] ... ok DEBUG: {0} tempest.tests.lib.cli.test_execute.TestExecute.test_execute_with_prefix [0.011280s] ... ok DEBUG: {0} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_cfg_version_min_greater_than_max [0.001911s] ... ok DEBUG: {0} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_version_above_cfg_max [0.000722s] ... ok DEBUG: {0} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_version_below_cfg_min [0.000395s] ... ok DEBUG: {0} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_version_cfg_in_range [0.000524s] ... ok DEBUG: {0} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_version_equal [0.000362s] ... ok DEBUG: {0} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_version_max_in_range [0.004172s] ... ok DEBUG: {0} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_version_min_greater_than_max [0.000572s] ... ok DEBUG: {0} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_version_min_in_range [0.000478s] ... ok DEBUG: {0} tempest.tests.lib.common.test_http.TestClosingHttpRedirects.test_redirect_default [0.000494s] ... ok DEBUG: {0} tempest.tests.lib.common.test_http.TestClosingHttpRedirects.test_redirect_off [0.000362s] ... ok DEBUG: {0} tempest.tests.lib.common.test_jsonschema_validator.TestJSONSchemaDateTimeFormat.test_date_time_or_null_format [0.004788s] ... ok DEBUG: {0} tempest.tests.lib.common.test_jsonschema_validator.TestJSONSchemaDateTimeFormat.test_invalid_date_time_format [0.018414s] ... ok DEBUG: {0} tempest.tests.lib.common.test_jsonschema_validator.TestJSONSchemaDateTimeFormat.test_valid_date_time_format [0.004774s] ... ok DEBUG: WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestProperties.test_properties [0.001905s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestResponseBody.test_str [0.000265s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestResponseBodyList.test_str [0.000350s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_400 [0.000404s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_400_with_dict [0.000484s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_401 [0.002953s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_401_with_dict [0.000715s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_403 [0.000584s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_403_with_dict [0.000449s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_404 [0.000836s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_404_with_dict [0.002584s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_404_with_invalid_dict [0.000541s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_409 [0.000597s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_409_with_dict [0.000648s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_410 [0.000564s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_410_with_dict [0.000564s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_410_with_invalid_dict [0.000602s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_412 [0.000606s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_413 [0.000449s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_413_without_absolute_limit [0.003055s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_415 [0.000525s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_422 [0.000592s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_500_with_dict [0.000616s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_500_with_text [0.000675s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_501_with_dict [0.000574s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_501_with_text [0.000411s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_bigger_than_400 [0.000419s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerJSON.test_response_less_than_400 [0.000339s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_fake_content_type [0.000331s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_400 [0.000359s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_400_with_dict [0.000535s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_401 [0.000335s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_401_with_dict [0.000382s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_403 [0.002550s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_403_with_dict [0.000323s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_404 [0.000349s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_404_with_dict [0.000306s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_404_with_invalid_dict [0.000363s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_409 [0.000316s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_409_with_dict [0.000310s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_410 [0.000365s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_410_with_dict [0.000455s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_410_with_invalid_dict [0.002680s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_412 [0.000412s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_413 [0.000357s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_413_without_absolute_limit [0.000239s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_415 [0.000373s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_422 [0.000313s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_500_with_dict [0.000351s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_500_with_text [0.000341s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_501_with_dict [0.000318s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_501_with_text [0.002742s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_bigger_than_400 [0.000528s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_less_than_400 [0.000293s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientHTTPMethods.test_copy [0.001294s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientHTTPMethods.test_delete [0.000910s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientHTTPMethods.test_get [0.000931s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientHTTPMethods.test_head [0.001126s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientHTTPMethods.test_patch [0.001439s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientHTTPMethods.test_post [0.000956s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientHTTPMethods.test_put [0.000860s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_disable_additional_property_fail [0.001028s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_disable_additional_property_pass [0.000585s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_enable_additional_property_pass [0.001900s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_missing_required_attribute [0.000734s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_missing_response_body [0.000735s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_multiple_allowed_type [0.001094s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_not_http_success_code [0.000405s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_pass_with_http_redirect_code [0.000829s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_pass_with_http_success_code [0.000541s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_response_body_list_pass [0.000650s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_response_body_not_list [0.002089s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_unexpected_response_body [0.000759s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_wrong_attribute_type [0.001161s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_wrong_status_code [0.000468s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientUtils.test__str__ [0.002844s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientUtils.test_get_versions [0.000720s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientUtils.test_wait_for_deletion_with_unimplemented_deleted_method [0.000492s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientUtils.test_wait_for_resource_deletion [0.000861s] ... ok DEBUG: {0} tempest.tests.lib.common.test_rest_client.TestRestClientUtils.test_wait_for_resource_deletion_not_deleted [0.001094s] ... ok DEBUG: {0} tempest.tests.lib.common.test_validation_resources.TestValidationResourcesFixture.test_use_fixture [0.002096s] ... ok DEBUG: {0} tempest.tests.lib.common.test_validation_resources.TestValidationResourcesFixture.test_use_fixture_context [0.003267s] ... ok DEBUG: {0} tempest.tests.lib.common.utils.linux.test_remote_client.TestRemoteClient.test_debug_ssh_with_console [0.001014s] ... ok DEBUG: {0} tempest.tests.lib.common.utils.linux.test_remote_client.TestRemoteClient.test_debug_ssh_without_console [0.001450s] ... ok DEBUG: {0} tempest.tests.lib.common.utils.linux.test_remote_client.TestRemoteClient.test_exec_command [0.000553s] ... ok DEBUG: {0} tempest.tests.lib.common.utils.linux.test_remote_client.TestRemoteClient.test_validate_authentication [0.000503s] ... ok DEBUG: {0} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_call_and_ignore_notfound_exc [0.000359s] ... ok DEBUG: {0} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_call_and_ignore_notfound_exc_when_notfound_raised [0.000292s] ... ok DEBUG: {0} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_call_and_ignore_notfound_exc_when_serverfault_raised [0.001022s] ... ok DEBUG: WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running .raise_serverfault at 0x7f95262696a8>, retrying... DEBUG: WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running .raise_serverfault at 0x7f95262696a8>, retrying... DEBUG: {0} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_call_and_ignore_notfound_exc_when_value_error_raised [0.001551s] ... ok DEBUG: {0} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_find_test_caller_setup_no_self [0.000308s] ... ok DEBUG: {0} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_find_test_caller_setup_self [0.000294s] ... ok DEBUG: {0} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_find_test_caller_setupclass_cls [0.000230s] ... ok DEBUG: {0} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_find_test_caller_teardown_class [0.000275s] ... ok DEBUG: {0} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_find_test_caller_teardown_no_self [0.000303s] ... ok DEBUG: {0} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_find_test_caller_teardown_self [0.000235s] ... ok DEBUG: {0} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_find_test_caller_test_case [0.000275s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_availability_zone_client.TestAvailabilityZoneClient.test_list_availability_zones_with_bytes_body [0.001519s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_availability_zone_client.TestAvailabilityZoneClient.test_list_availability_zones_with_str_body [0.001144s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsNotFound.test_schema [0.000421s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsV22.test_schema [0.000304s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_associate_floating_ip_to_server [0.000538s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_create_floating_ip_byte_body [0.001767s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_create_floating_ip_str_body [0.001751s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_delete_floating_ip [0.000714s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_disassociate_floating_ip_from_server [0.000631s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_is_resource_deleted_false [0.000430s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_is_resource_deleted_true [0.001440s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_list_floating_ips_byte_body [0.001731s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_list_floating_ips_str_body [0.001632s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_show_floating_ip_byte_body [0.001610s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_show_floating_ip_str_body [0.002290s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_keypairs_client.TestKeyPairsClient.test_create_keypair_with_bytes_body [0.002567s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_keypairs_client.TestKeyPairsClient.test_create_keypair_with_str_body [0.001223s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_keypairs_client.TestKeyPairsClient.test_delete_keypair [0.000569s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_keypairs_client.TestKeyPairsClient.test_list_keypairs_with_bytes_body [0.001033s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_keypairs_client.TestKeyPairsClient.test_list_keypairs_with_str_body [0.001127s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_keypairs_client.TestKeyPairsClient.test_show_keypair_with_bytes_body [0.001449s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_keypairs_client.TestKeyPairsClient.test_show_keypair_with_str_body [0.001435s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_networks_client.TestNetworksClient.test_list_networks_with_bytes_body [0.000505s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_networks_client.TestNetworksClient.test_list_networks_with_str_body [0.000533s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_networks_client.TestNetworksClient.test_show_network_with_bytes_body [0.000660s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_networks_client.TestNetworksClient.test_show_network_with_str_body [0.000467s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_delete_quota_set [0.000864s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_show_default_quota_set_with_bytes_body [0.001875s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_show_default_quota_set_with_str_body [0.002096s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_show_quota_set_for_user_with_bytes_body [0.001391s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_show_quota_set_for_user_with_str_body [0.001743s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_show_quota_set_with_bytes_body [0.001711s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_show_quota_set_with_details [0.002994s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_show_quota_set_with_str_body [0.003582s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_update_quota_set_for_user_with_bytes_body [0.001510s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_update_quota_set_for_user_with_str_body [0.001382s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_update_quota_set_with_bytes_body [0.001813s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_update_quota_set_with_str_body [0.001688s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_security_group_rules_client.TestSecurityGroupRulesClient.test_create_security_group_rule_with_bytes_body [0.004094s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_security_group_rules_client.TestSecurityGroupRulesClient.test_create_security_group_rule_with_str_body [0.002497s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_security_group_rules_client.TestSecurityGroupRulesClient.test_delete_security_group_rule [0.000658s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_tenant_usages_client.TestTenantUsagesClient.test_list_tenant_usages_with_bytes_body [0.002430s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_tenant_usages_client.TestTenantUsagesClient.test_list_tenant_usages_with_str_body [0.004415s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_tenant_usages_client.TestTenantUsagesClient.test_show_tenant_usage_with_bytes_body [0.002152s] ... ok DEBUG: {0} tempest.tests.lib.services.compute.test_tenant_usages_client.TestTenantUsagesClient.test_show_tenant_usage_with_str_body [0.004076s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_application_credentials_client.TestApplicationCredentialsClient.test_create_application_credential_with_bytes_body [0.000624s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_application_credentials_client.TestApplicationCredentialsClient.test_create_application_credential_with_str_body [0.000824s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_application_credentials_client.TestApplicationCredentialsClient.test_delete_application_credential [0.000624s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_application_credentials_client.TestApplicationCredentialsClient.test_list_application_credential_with_bytes_body [0.000801s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_application_credentials_client.TestApplicationCredentialsClient.test_list_application_credential_with_str_body [0.000481s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_application_credentials_client.TestApplicationCredentialsClient.test_show_application_credential_with_bytes_body [0.000587s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_application_credentials_client.TestApplicationCredentialsClient.test_show_application_credential_with_str_body [0.002235s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_catalog_client.TestCatalogClient.test_show_catalog_with_bytes_body [0.000601s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_catalog_client.TestCatalogClient.test_show_catalog_with_str_body [0.000508s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_domains_client.TestDomainsClient.test_create_domain_with_bytes_body [0.000558s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_domains_client.TestDomainsClient.test_create_domain_with_str_body [0.000474s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_domains_client.TestDomainsClient.test_delete_domain [0.001058s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_domains_client.TestDomainsClient.test_list_domain_with_bytes_body [0.000528s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_domains_client.TestDomainsClient.test_list_domain_with_str_body [0.000698s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_domains_client.TestDomainsClient.test_show_domain_with_bytes_body [0.000669s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_domains_client.TestDomainsClient.test_show_domain_with_str_body [0.000746s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_domains_client.TestDomainsClient.test_update_domain_with_bytes_body [0.000569s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_domains_client.TestDomainsClient.test_update_domain_with_str_body [0.000824s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_add_endpoint_group_to_project_with_bytes_body [0.000693s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_add_endpoint_group_to_project_with_str_body [0.000706s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_add_endpoint_to_project_with_bytes_body [0.000465s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_add_endpoint_to_project_with_str_body [0.000485s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_check_endpoint_in_project_with_bytes_body [0.000473s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_check_endpoint_in_project_with_str_body [0.000605s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_delete_endpoint_from_project [0.000417s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_delete_endpoint_group_from_project [0.000666s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_list_endpoint_groups_for_project_with_bytes_body [0.000521s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_list_endpoint_groups_for_project_with_str_body [0.000837s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_list_endpoints_for_endpoint_group_with_bytes_body [0.000813s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_list_endpoints_for_endpoint_group_with_str_body [0.000523s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_list_endpoints_in_project_with_bytes_body [0.000560s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_list_endpoints_in_project_with_str_body [0.000589s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_list_projects_for_endpoint_group_with_bytes_body [0.000517s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_list_projects_for_endpoint_group_with_str_body [0.003659s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_list_projects_for_endpoint_with_bytes_body [0.000588s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_list_projects_for_endpoint_with_str_body [0.000764s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_show_endpoint_group_for_project_with_bytes_body [0.000499s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_endpoint_filter_client.TestEndPointsFilterClient.test_show_endpoint_group_for_project_with_str_body [0.000494s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_add_user_to_group [0.000477s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_check_user_in_group [0.000643s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_create_group_with_bytes_body [0.002907s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_create_group_with_string_body [0.000594s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_delete_group [0.000461s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_delete_group_user [0.000681s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_list_groups_with_bytes_body [0.000522s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_list_groups_with_string_body [0.000512s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_list_users_in_group_with_bytes_body [0.000626s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_list_users_in_group_with_string_body [0.000683s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_show_group_with_bytes_body [0.000524s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_show_group_with_string_body [0.000646s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_update_group_with_bytes_body [0.000635s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_update_group_with_string_body [0.000759s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_mappings_client.TestMappingsClient.test_create_mapping_with_bytes_body [0.000593s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_mappings_client.TestMappingsClient.test_create_mapping_with_str_body [0.000461s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_mappings_client.TestMappingsClient.test_delete_mapping_with_bytes_body [0.000516s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_mappings_client.TestMappingsClient.test_delete_mapping_with_str_body [0.000597s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_mappings_client.TestMappingsClient.test_get_mapping_with_bytes_body [0.000449s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_mappings_client.TestMappingsClient.test_get_mapping_with_str_body [0.000505s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_mappings_client.TestMappingsClient.test_list_mappings_with_bytes_body [0.000467s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_mappings_client.TestMappingsClient.test_list_mappings_with_str_body [0.004320s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_mappings_client.TestMappingsClient.test_update_mapping_with_bytes_body [0.000558s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_mappings_client.TestMappingsClient.test_update_mapping_with_str_body [0.000513s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_oauth_token_client.TestOAUTHTokenClient.test_authorize_token_request_with_bytes_body [0.000540s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_oauth_token_client.TestOAUTHTokenClient.test_authorize_token_request_with_str_body [0.000547s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_oauth_token_client.TestOAUTHTokenClient.test_create_access_token [0.000758s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_oauth_token_client.TestOAUTHTokenClient.test_create_request_token [0.000679s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_oauth_token_client.TestOAUTHTokenClient.test_get_access_token [0.000456s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_oauth_token_client.TestOAUTHTokenClient.test_get_access_token_role [0.000593s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_oauth_token_client.TestOAUTHTokenClient.test_list_access_token_roles [0.000480s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_oauth_token_client.TestOAUTHTokenClient.test_list_access_tokens [0.000453s] ... ok DEBUG: {0} tempest.tests.lib.services.identity.v3.test_oauth_token_client.TestOAUTHTokenClient.test_revoke_access_token [0.001938s] ... ok DEBUG: {0} tempest.tests.lib.services.image.v2.test_namespace_tags_client.TestNamespaceTagsClient.test_create_namespace_tag_with_bytes_body [0.000757s] ... ok DEBUG: {0} tempest.tests.lib.services.image.v2.test_namespace_tags_client.TestNamespaceTagsClient.test_create_namespace_tag_with_str_body [0.000612s] ... ok DEBUG: {0} tempest.tests.lib.services.image.v2.test_namespace_tags_client.TestNamespaceTagsClient.test_create_namespace_tags_with_bytes_body [0.000686s] ... ok DEBUG: {0} tempest.tests.lib.services.image.v2.test_namespace_tags_client.TestNamespaceTagsClient.test_create_namespace_tags_with_str_body [0.000764s] ... ok DEBUG: {0} tempest.tests.lib.services.image.v2.test_namespace_tags_client.TestNamespaceTagsClient.test_delete_all_namespace_tags [0.001901s] ... ok DEBUG: {0} tempest.tests.lib.services.image.v2.test_namespace_tags_client.TestNamespaceTagsClient.test_delete_namespace_tag_definition [0.000560s] ... ok DEBUG: {0} tempest.tests.lib.services.image.v2.test_namespace_tags_client.TestNamespaceTagsClient.test_list_namespace_tags_with_bytes_body [0.000623s] ... ok DEBUG: {0} tempest.tests.lib.services.image.v2.test_namespace_tags_client.TestNamespaceTagsClient.test_list_namespace_tags_with_str_body [0.000687s] ... ok DEBUG: {0} tempest.tests.lib.services.image.v2.test_namespace_tags_client.TestNamespaceTagsClient.test_show_namespace_tag_with_bytes_body [0.000537s] ... ok DEBUG: {0} tempest.tests.lib.services.image.v2.test_namespace_tags_client.TestNamespaceTagsClient.test_show_namespace_tag_with_str_body [0.000587s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_metering_label_rules_client.TestMeteringLabelRulesClient.test_create_metering_label_rule_with_bytes_body [0.002754s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_metering_label_rules_client.TestMeteringLabelRulesClient.test_create_metering_label_rule_with_str_body [0.000638s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_metering_label_rules_client.TestMeteringLabelRulesClient.test_delete_metering_label_rule [0.000723s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_metering_label_rules_client.TestMeteringLabelRulesClient.test_list_metering_label_rules_with_bytes_body [0.000566s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_metering_label_rules_client.TestMeteringLabelRulesClient.test_list_metering_label_rules_with_str_body [0.000640s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_metering_label_rules_client.TestMeteringLabelRulesClient.test_show_metering_label_rule_with_bytes_body [0.000646s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_metering_label_rules_client.TestMeteringLabelRulesClient.test_show_metering_label_rule_with_str_body [0.000683s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_metering_labels_client.TestMeteringLabelsClient.test_create_metering_label_with_bytes_body [0.000526s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_metering_labels_client.TestMeteringLabelsClient.test_create_metering_label_with_str_body [0.000519s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_metering_labels_client.TestMeteringLabelsClient.test_delete_metering_label [0.000621s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_metering_labels_client.TestMeteringLabelsClient.test_list_metering_labels_with_bytes_body [0.000714s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_metering_labels_client.TestMeteringLabelsClient.test_list_metering_labels_with_str_body [0.000631s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_metering_labels_client.TestMeteringLabelsClient.test_show_metering_label_with_bytes_body [0.000631s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_metering_labels_client.TestMeteringLabelsClient.test_show_metering_label_with_str_body [0.000702s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_qos_client.TestQosClient.test_create_qos_policy_with_bytes_body [0.000621s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_qos_client.TestQosClient.test_create_qos_policy_with_str_body [0.000496s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_qos_client.TestQosClient.test_delete_qos_policy [0.000463s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_qos_client.TestQosClient.test_list_qos_policies_with_bytes_body [0.000467s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_qos_client.TestQosClient.test_list_qos_policies_with_str_body [0.001698s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_qos_client.TestQosClient.test_show_qos_policy_with_bytes_body [0.000573s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_qos_client.TestQosClient.test_show_qos_policy_with_str_body [0.000491s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_qos_client.TestQosClient.test_update_qos_policy_with_bytes_body [0.000594s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_qos_client.TestQosClient.test_update_qos_policy_with_str_body [0.000585s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_security_group_rules_client.TestSecurityGroupsClient.test_create_security_group_rule_with_bytes_body [0.000704s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_security_group_rules_client.TestSecurityGroupsClient.test_create_security_group_rule_with_str_body [0.001007s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_security_group_rules_client.TestSecurityGroupsClient.test_delete_security_group_rule [0.000518s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_security_group_rules_client.TestSecurityGroupsClient.test_list_security_group_rules_with_bytes_body [0.000631s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_security_group_rules_client.TestSecurityGroupsClient.test_list_security_group_rules_with_str_body [0.000756s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_security_group_rules_client.TestSecurityGroupsClient.test_show_security_group_rule_with_bytes_body [0.001346s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_security_group_rules_client.TestSecurityGroupsClient.test_show_security_group_rule_with_str_body [0.000572s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_tags_client.TestTagsClient.test_check_tag_existence_with_bytes_body [0.000624s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_tags_client.TestTagsClient.test_check_tag_existence_with_str_body [0.000489s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_tags_client.TestTagsClient.test_create_tag_with_bytes_body [0.000524s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_tags_client.TestTagsClient.test_create_tag_with_str_body [0.002703s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_tags_client.TestTagsClient.test_delete_all_tags [0.000555s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_tags_client.TestTagsClient.test_delete_tag [0.000501s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_tags_client.TestTagsClient.test_list_tags_with_bytes_body [0.000556s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_tags_client.TestTagsClient.test_list_tags_with_str_body [0.000606s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_tags_client.TestTagsClient.test_update_all_tags_with_bytes_body [0.000499s] ... ok DEBUG: {0} tempest.tests.lib.services.network.test_tags_client.TestTagsClient.test_update_all_tags_with_str_body [0.000555s] ... ok DEBUG: {0} tempest.tests.lib.services.object_storage.test_bulk_middleware_client.TestBulkMiddlewareClient.test_delete_bulk_data [0.000536s] ... ok DEBUG: {0} tempest.tests.lib.services.object_storage.test_bulk_middleware_client.TestBulkMiddlewareClient.test_delete_bulk_data_with_post_200 [0.000633s] ... ok DEBUG: {0} tempest.tests.lib.services.object_storage.test_bulk_middleware_client.TestBulkMiddlewareClient.test_delete_bulk_data_with_post_204 [0.000506s] ... ok DEBUG: {0} tempest.tests.lib.services.object_storage.test_bulk_middleware_client.TestBulkMiddlewareClient.test_upload_archive [0.000503s] ... ok DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___base_creds_uri [0.000536s] ... ok DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___creds_uri_none [0.000709s] ... ok DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___creds_uri_params [0.001524s] ... ok DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___creds_uri_params_unknown_services [0.000735s] ... ok DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___creds_v2_uri [0.001216s] ... ok DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___creds_v3_uri [0.001285s] ... ok DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___invalid_creds_uri [0.000550s] ... ok DEBUG: ERROR [tempest.lib.services.clients] Failed to register service client from plugin service1 with parameters {'name': 'client1', 'service_version': 'client1.v1', 'module_path': 'I cannot load this', 'client_names': ['SomeClient1']} DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/lib/services/clients.py", line 393, in __init__ DEBUG: self.register_service_client_module(**service_client) DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/lib/services/clients.py", line 450, in register_service_client_module DEBUG: **params) DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/lib/services/clients.py", line 171, in __init__ DEBUG: _module = importlib.import_module(module_path) DEBUG: File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module DEBUG: return _bootstrap._gcd_import(name[level:], package, level) DEBUG: File "", line 994, in _gcd_import DEBUG: File "", line 971, in _find_and_load DEBUG: File "", line 953, in _find_and_load_unlocked DEBUG: ModuleNotFoundError: No module named 'I cannot load this' DEBUG: ERROR [tempest.lib.services.clients] Failed to register service client from plugin service2 with parameters {'name': 'client2', 'service_version': 'client2.v1', 'module_path': 'This neither', 'client_names': ['SomeClient1']} DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/lib/services/clients.py", line 393, in __init__ DEBUG: self.register_service_client_module(**service_client) DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/lib/services/clients.py", line 450, in register_service_client_module DEBUG: **params) DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/lib/services/clients.py", line 171, in __init__ DEBUG: _module = importlib.import_module(module_path) DEBUG: File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module DEBUG: return _bootstrap._gcd_import(name[level:], package, level) DEBUG: File "", line 994, in _gcd_import DEBUG: File "", line 971, in _find_and_load DEBUG: File "", line 953, in _find_and_load_unlocked DEBUG: ModuleNotFoundError: No module named 'This neither' DEBUG: ERROR [tempest.lib.services.clients] Failed to list available modules due to name conflicts: [Error registering plugin serviceC: Plugin serviceC is trying to register a service {'client1.v1'} already claimed by another one, Error registering plugin serviceD: Plugin serviceD is trying to register a service {'client1.v2'} already claimed by another one] DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___plugin_service_clients_cannot_load [0.001984s] ... ok DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___plugin_service_clients_name_conflict [0.001446s] ... ok DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test__setup_parameters_all [0.003185s] ... ok DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test__setup_parameters_none [0.064351s] ... ok DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test__setup_parameters_none_no_region [0.001681s] ... ok DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test_register_service_client_module [0.001641s] ... ok DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test_register_service_client_module_duplicate_name [0.001403s] ... ok DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test_register_service_client_module_duplicate_service [0.001304s] ... ok DEBUG: {0} tempest.tests.lib.services.test_clients.TestServiceClients.test_register_service_client_module_override_default [0.002132s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_backups_client.TestBackupsClient.test_list_backups_with_bytes_body [0.001771s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_backups_client.TestBackupsClient.test_list_backups_with_detail_with_bytes_body [0.003237s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_backups_client.TestBackupsClient.test_list_backups_with_detail_with_str_body [0.002787s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_backups_client.TestBackupsClient.test_list_backups_with_params [0.003852s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_backups_client.TestBackupsClient.test_list_backups_with_str_body [0.001565s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_backups_client.TestBackupsClient.test_update_backup_with_bytes_body [0.001456s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_backups_client.TestBackupsClient.test_update_backup_with_str_body [0.001623s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_extensions_client.TestExtensionsClient.test_list_extensions_with_bytes_body [0.002303s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_extensions_client.TestExtensionsClient.test_list_extensions_with_str_body [0.001443s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_groups_client.TestGroupsClient.test_create_group_from_group [0.001123s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_groups_client.TestGroupsClient.test_create_group_from_group_snapshot [0.002547s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_groups_client.TestGroupsClient.test_create_group_with_bytes_body [0.001141s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_groups_client.TestGroupsClient.test_create_group_with_str_body [0.000988s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_groups_client.TestGroupsClient.test_delete_group [0.000512s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_groups_client.TestGroupsClient.test_list_group_details_with_bytes_body [0.001969s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_groups_client.TestGroupsClient.test_list_group_details_with_str_body [0.002232s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_groups_client.TestGroupsClient.test_list_groups_with_bytes_body [0.001155s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_groups_client.TestGroupsClient.test_list_groups_with_str_body [0.001192s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_groups_client.TestGroupsClient.test_reset_group_status [0.000541s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_groups_client.TestGroupsClient.test_show_group_with_bytes_body [0.001652s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_groups_client.TestGroupsClient.test_show_group_with_str_body [0.004711s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_groups_client.TestGroupsClient.test_update_group [0.000672s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_create_snapshot_metadata_with_bytes_body [0.001073s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_create_snapshot_metadata_with_str_body [0.000973s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_create_snapshot_with_bytes_body [0.001446s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_create_snapshot_with_str_body [0.001349s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_delete_snapshot [0.000453s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_force_delete_snapshot [0.000514s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_list_snapshots_with_bytes_body [0.003871s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_list_snapshots_with_str_body [0.001726s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_show_snapshot_metadata_item_with_bytes_body [0.001012s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_show_snapshot_metadata_item_with_str_body [0.001008s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_show_snapshot_metadata_with_bytes_body [0.000897s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_show_snapshot_metadata_with_str_body [0.000973s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_show_snapshot_with_bytes_body [0.001555s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_show_snapshot_with_str_body [0.001437s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_update_snapshot_metadata_with_bytes_body [0.000959s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_update_snapshot_metadata_with_str_body [0.001029s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_update_snapshot_with_bytes_body [0.003487s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_snapshots_client.TestSnapshotsClient.test_update_snapshot_with_str_body [0.001414s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersClient.test_accept_volume_transfer_with_bytes_body [0.001671s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersClient.test_accept_volume_transfer_with_str_body [0.002472s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersClient.test_create_volume_transfer_with_bytes_body [0.001730s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersClient.test_create_volume_transfer_with_str_body [0.001655s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersClient.test_delete_volume_transfer [0.000830s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersClient.test_list_volume_transfers_with_bytes_body [0.003591s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersClient.test_list_volume_transfers_with_detail_with_bytes_body [0.001466s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersClient.test_list_volume_transfers_with_detail_with_str_body [0.001928s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersClient.test_list_volume_transfers_with_str_body [0.001348s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersClient.test_show_volume_transfer_with_bytes_body [0.001246s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_transfers_client.TestTransfersClient.test_show_volume_transfer_with_str_body [0.004454s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_volumes_client.TestVolumesClient.test_force_detach_volume_with_bytes_body [0.000491s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_volumes_client.TestVolumesClient.test_force_detach_volume_with_str_body [0.000495s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_volumes_client.TestVolumesClient.test_retype_volume_with_bytes_body [0.000444s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_volumes_client.TestVolumesClient.test_retype_volume_with_str_body [0.000565s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_volumes_client.TestVolumesClient.test_show_volume_image_metadata_with_bytes_body [0.000831s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_volumes_client.TestVolumesClient.test_show_volume_image_metadata_with_str_body [0.000824s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_volumes_client.TestVolumesClient.test_show_volume_metadata_item_with_bytes_body [0.000991s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_volumes_client.TestVolumesClient.test_show_volume_metadata_item_with_str_body [0.000804s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_volumes_client.TestVolumesClient.test_show_volume_summary_with_bytes_body [0.000965s] ... ok DEBUG: {0} tempest.tests.lib.services.volume.v3.test_volumes_client.TestVolumesClient.test_show_volume_summary_with_str_body [0.003387s] ... ok DEBUG: {0} tempest.tests.lib.test_api_microversion_fixture.TestAPIMicroversionFixture.test_compute_microversion [0.000308s] ... ok DEBUG: {0} tempest.tests.lib.test_api_microversion_fixture.TestAPIMicroversionFixture.test_multiple_service_microversion [0.000252s] ... ok DEBUG: {0} tempest.tests.lib.test_api_microversion_fixture.TestAPIMicroversionFixture.test_placement_microversion [0.000281s] ... ok DEBUG: {0} tempest.tests.lib.test_api_microversion_fixture.TestAPIMicroversionFixture.test_volume_microversion [0.000241s] ... ok DEBUG: {0} tempest.tests.lib.test_base.TestAttr.test_has_no_attrs [0.000233s] ... ok DEBUG: {0} tempest.tests.lib.test_base.TestAttr.test_has_one_attr [0.000123s] ... ok DEBUG: {0} tempest.tests.lib.test_base.TestAttr.test_has_two_attrs [0.000126s] ... ok DEBUG: {0} tempest.tests.lib.test_decorators.TestRelatedBugDecorator.test_relatedbug_when_exception_invalid_bug_number [0.000525s] ... ok DEBUG: {0} tempest.tests.lib.test_decorators.TestRelatedBugDecorator.test_relatedbug_when_exception_invalid_bug_type [0.000491s] ... ok DEBUG: {0} tempest.tests.lib.test_decorators.TestRelatedBugDecorator.test_relatedbug_when_exception_with_launchpad_bug_type [0.000758s] ... ok DEBUG: {0} tempest.tests.lib.test_decorators.TestRelatedBugDecorator.test_relatedbug_when_exception_with_storyboard_bug_type [0.000604s] ... ok DEBUG: {0} tempest.tests.lib.test_decorators.TestRelatedBugDecorator.test_relatedbug_when_no_exception [0.000339s] ... ok DEBUG: {0} tempest.tests.test_base_test.TestBaseTestCase.test_get_tenant_network [0.004648s] ... ok DEBUG: {0} tempest.tests.test_base_test.TestBaseTestCase.test_get_tenant_network_with_alt_creds [0.003360s] ... ok DEBUG: {0} tempest.tests.test_base_test.TestBaseTestCase.test_get_tenant_network_with_nova_net [0.003637s] ... ok DEBUG: {0} tempest.tests.test_base_test.TestBaseTestCase.test_get_tenant_network_with_role_creds [0.004019s] ... ok DEBUG: {0} tempest.tests.test_config.TestServiceClientConfig.test_service_client_config_no_service [0.002639s] ... ok DEBUG: {0} tempest.tests.test_config.TestServiceClientConfig.test_service_client_config_service_all [0.006744s] ... ok DEBUG: {0} tempest.tests.test_config.TestServiceClientConfig.test_service_client_config_service_minimal [0.007699s] ... ok DEBUG: {0} tempest.tests.test_config.TestServiceClientConfig.test_service_client_config_service_unknown [0.008382s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClass.test_grandparent_skip_checks_not_invoked [0.009022s] ... ok DEBUG: ERROR [tempest.test] teardown of resources failed: ((, Exception('mock3 resource cleanup failure',), ), (, Exception('mock1 resource cleanup failure',), )) DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/test.py", line 207, in tearDownClass DEBUG: teardown() DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/test.py", line 589, in resource_cleanup DEBUG: raise testtools.MultipleExceptions(*cleanup_errors) DEBUG: testtools.runtest.MultipleExceptions: ((, Exception('mock3 resource cleanup failure',), ), (, Exception('mock1 resource cleanup failure',), )) DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClass.test_resource_cleanup [0.003157s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClass.test_resource_cleanup_failures [0.003384s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClass.test_setup_class_overwritten [0.003415s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClass.test_setup_credentials_all [0.003875s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClass.test_setup_credentials_with_multiple_role_and_system_scope [0.002681s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClass.test_setup_credentials_with_role_and_multiple_scope [0.002031s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClass.test_setup_credentials_with_role_and_system_scope [0.002101s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClass.test_skip_checks_admin [0.003470s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClass.test_skip_checks_admin_not_available [0.002470s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClass.test_skip_checks_identity_v2_not_available [0.001907s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClass.test_skip_checks_identity_v3_not_available [0.002120s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClass.test_super_resource_cleanup_not_invoked [0.002935s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClass.test_super_setup_credentials_not_invoked [0.002397s] ... ok DEBUG: ERROR [tempest.test] teardown of resources failed: resource_cleanup for BadResourceCleanup did not call the super's resource_cleanup DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/test.py", line 212, in tearDownClass DEBUG: "super's resource_cleanup" % cls.__name__) DEBUG: RuntimeError: resource_cleanup for BadResourceCleanup did not call the super's resource_cleanup DEBUG: ERROR [tempest.test] teardown of credentials failed: clear exploded DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/test.py", line 207, in tearDownClass DEBUG: teardown() DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/tests/test_test.py", line 626, in tracker DEBUG: self.mocks[name]() DEBUG: File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ DEBUG: return _mock_self._mock_call(*args, **kwargs) DEBUG: File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call DEBUG: raise effect DEBUG: Exception: clear exploded DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClass.test_super_skip_checks_not_invoked [0.002577s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClassFixtures.test_no_error_flow [0.001499s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClassFixtures.test_skip_credentials_clients_fails [0.001308s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClassFixtures.test_skip_credentials_clients_resources_credentials_clear_fails [0.002095s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClassFixtures.test_skip_credentials_clients_resources_fails [0.001815s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClassFixtures.test_skip_credentials_fails [0.001135s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClassFixtures.test_skip_credentials_fails_clear_fails [0.001608s] ... ok DEBUG: {0} tempest.tests.test_test.TestTempestBaseTestClassFixtures.test_skip_only [0.001029s] ... ok DEBUG: ERROR [tempest.test] teardown of credentials failed: clear exploded DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/test.py", line 166, in setUpClass DEBUG: cls.setup_credentials() DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/tests/test_test.py", line 626, in tracker DEBUG: self.mocks[name]() DEBUG: File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ DEBUG: return _mock_self._mock_call(*args, **kwargs) DEBUG: File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call DEBUG: raise effect DEBUG: Exception: sc exploded DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/test.py", line 207, in tearDownClass DEBUG: teardown() DEBUG: File "/builddir/build/BUILD/tempest-28.1.0/tempest/tests/test_test.py", line 626, in tracker DEBUG: self.mocks[name]() DEBUG: File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ DEBUG: return _mock_self._mock_call(*args, **kwargs) DEBUG: File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call DEBUG: raise effect DEBUG: Exception: clear exploded DEBUG: {0} tempest.tests.test_test.TestValidationResources.test_validation_resources_exists [0.006664s] ... ok DEBUG: {0} tempest.tests.test_test.TestValidationResources.test_validation_resources_fixture [0.010855s] ... ok DEBUG: {0} tempest.tests.test_test.TestValidationResources.test_validation_resources_invalid_config [0.006887s] ... ok DEBUG: {0} tempest.tests.test_test.TestValidationResources.test_validation_resources_invalid_config_nova_net [0.008516s] ... ok DEBUG: {0} tempest.tests.test_test.TestValidationResources.test_validation_resources_new [0.009340s] ... ok DEBUG: {0} tempest.tests.test_test.TestValidationResources.test_validation_resources_no_validation [0.009272s] ... ok DEBUG: ====== DEBUG: Totals DEBUG: ====== DEBUG: Ran: 2305 tests in 74.4754 sec. DEBUG: - Passed: 2305 DEBUG: - Skipped: 0 DEBUG: - Expected Fail: 0 DEBUG: - Unexpected Success: 0 DEBUG: - Failed: 0 DEBUG: Sum of execute time for each test: 161.8190 sec. DEBUG: ============== DEBUG: Worker Balance DEBUG: ============== DEBUG: - Worker 0 (520 tests) => 0:01:13.299281 DEBUG: - Worker 1 (549 tests) => 0:00:19.663743 DEBUG: - Worker 2 (588 tests) => 0:01:01.740190 DEBUG: - Worker 3 (648 tests) => 0:00:07.707850 DEBUG: Processing files: openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.noarch DEBUG: + exit 0 DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ynTqhu DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tempest-28.1.0 DEBUG: + DOCDIR=/builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/doc/openstack-tempest DEBUG: + export LC_ALL=C DEBUG: + LC_ALL=C DEBUG: + export DOCDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/doc/openstack-tempest DEBUG: + cp -pr README.rst /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/doc/openstack-tempest DEBUG: + exit 0 DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.QSgBut DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tempest-28.1.0 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/licenses/openstack-tempest DEBUG: + export LC_ALL=C DEBUG: + LC_ALL=C DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/licenses/openstack-tempest DEBUG: + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/licenses/openstack-tempest DEBUG: + exit 0 DEBUG: Provides: config(openstack-tempest) = 1:28.1.0-0.20210907163724.ad2c300.el8 openstack-tempest = 1:28.1.0-0.20210907163724.ad2c300.el8 DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Requires: /usr/libexec/platform-python DEBUG: Processing files: python3-tempest-28.1.0-0.20210907163724.ad2c300.el8.noarch DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.qLhssx DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tempest-28.1.0 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/licenses/python3-tempest DEBUG: + export LC_ALL=C DEBUG: + LC_ALL=C DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/licenses/python3-tempest DEBUG: + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/licenses/python3-tempest DEBUG: + exit 0 DEBUG: Provides: python3-tempest = 1:28.1.0-0.20210907163724.ad2c300.el8 python3.6dist(tempest) = 28.1.0 python3dist(tempest) = 28.1.0 DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Requires: python(abi) = 3.6 DEBUG: Obsoletes: python-tempest-lib DEBUG: Processing files: python3-tempest-tests-28.1.0-0.20210907163724.ad2c300.el8.noarch DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.mLNESt DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tempest-28.1.0 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/licenses/python3-tempest-tests DEBUG: + export LC_ALL=C DEBUG: + LC_ALL=C DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/licenses/python3-tempest-tests DEBUG: + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/licenses/python3-tempest-tests DEBUG: + exit 0 DEBUG: Provides: python3-tempest-tests = 1:28.1.0-0.20210907163724.ad2c300.el8 DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Requires: python(abi) = 3.6 DEBUG: Processing files: openstack-tempest-all-28.1.0-0.20210907163724.ad2c300.el8.noarch DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xdZKkw DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tempest-28.1.0 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/licenses/openstack-tempest-all DEBUG: + export LC_ALL=C DEBUG: + LC_ALL=C DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/licenses/openstack-tempest-all DEBUG: + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/licenses/openstack-tempest-all DEBUG: + exit 0 DEBUG: Provides: openstack-tempest-all = 1:28.1.0-0.20210907163724.ad2c300.el8 DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Processing files: openstack-tempest-doc-28.1.0-0.20210907163724.ad2c300.el8.noarch DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6KKwQv DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tempest-28.1.0 DEBUG: + DOCDIR=/builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/doc/openstack-tempest-doc DEBUG: + export LC_ALL=C DEBUG: + LC_ALL=C DEBUG: + export DOCDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/doc/openstack-tempest-doc DEBUG: + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/doc/openstack-tempest-doc DEBUG: + exit 0 DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.pjIXzx DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tempest-28.1.0 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/licenses/openstack-tempest-doc DEBUG: + export LC_ALL=C DEBUG: + LC_ALL=C DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/licenses/openstack-tempest-doc DEBUG: + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64/usr/share/licenses/openstack-tempest-doc DEBUG: + exit 0 DEBUG: Provides: openstack-tempest-doc = 1:28.1.0-0.20210907163724.ad2c300.el8 DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64 DEBUG: Wrote: /builddir/build/RPMS/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/python3-tempest-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/python3-tempest-tests-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-tempest-all-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-tempest-doc-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm DEBUG: Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bZIrGw DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tempest-28.1.0 DEBUG: + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.x86_64 DEBUG: + exit 0 DEBUG: Child return code was: 0 Finish: rpmbuild openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.src.rpm DEBUG: Copying packages to result dir Finish: build phase for openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.src.rpm INFO: Done(/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.src.rpm) Config(dlrn-1) 5 minutes 30 seconds INFO: Results and/or logs in: /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 INFO: Cleaning up build root ('cleanup_on_success=True') Start: clean chroot DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/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-centos8-xena-x86_64-1/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/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-centos8-xena-x86_64-1/root DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC 7402 24-Core 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: 64K DEBUG: L1i cache: 64K 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 ibpb vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip 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: 16212188 3976960 4110240 2427792 8124988 9471708 DEBUG: Swap: 16777212 3484188 13293024 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs 4.3G 582M 3.8G 14% /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/etc DEBUG: method _fixup_build_user skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos8-xena-x86_64-1/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/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/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['gtar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./proc DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./sys DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./dev DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./tmp/ccache DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/yum DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/dnf DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/log DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC 7402 24-Core 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: 64K DEBUG: L1i cache: 64K 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 ibpb vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip 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: 16212188 4199604 2288744 3391148 9723840 7982528 DEBUG: Swap: 16777212 3483932 13293280 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'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 995M 3.4G 24% /var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm DEBUG: creating dir: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/yum_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-xena-x86_64-1/dnf_cache', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc/filesystems DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.920j0jui', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/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-centos8-xena-x86_64-1/root DEBUG: resultdir = /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf DEBUG: configure DNF vars DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '43c57bbd269649df860111a3cc94dfe0', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/usr/sbin/usermod', '-u', '1024', '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', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: usermod: no changes DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/.initialized Finish: chroot init INFO: Installing built packages DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,bind', '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: installing package(s): /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/openstack-tempest-doc-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/openstack-tempest-all-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/python3-tempest-tests-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/python3-tempest-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm /home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/proc', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/sys', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/installation-homedir DEBUG: ['/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/', '--releasever', '8', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=local', '--disableplugin=spacewalk', 'install', '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/openstack-tempest-doc-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm', '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/openstack-tempest-all-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm', '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/python3-tempest-tests-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm', '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/python3-tempest-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm', '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.l5gdyh2n:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'd861011e34b7485894eadb75c294cc67', '-D', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.l5gdyh2n:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/installation-homedir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--setenv=LC_MESSAGES=C.UTF-8', '--resolv-conf=off', '/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/', '--releasever', '8', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=local', '--disableplugin=spacewalk', 'install', '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/openstack-tempest-doc-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm', '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/openstack-tempest-all-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm', '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/python3-tempest-tests-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm', '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/python3-tempest-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm', '/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94/openstack-tempest-28.1.0-0.20210907163724.ad2c300.el8.noarch.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk DEBUG: Invalid configuration value: failovermethod=priority in /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/etc/dnf/dnf.conf; Configuration: OptionBinding with id "failovermethod" does not exist DEBUG: delorean-openstack-ironic-staging-drivers-c1727 22 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-cinderlib-aacb772f2ee0a8c4026eb 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-os-service-types-0b2f4733eb1bbb 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-aodh-e61fba4a0bce1305366071a 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-sahara-plugin-spark-53aee26e049 22 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-402fe188b4e7ff76109e8a5 23 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-ba9a2f14a081e13e43225 23 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-c419a7bad00c1f087cc09 23 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-neutron-vpnaas-8de26cbfcd956 23 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-5dd7ad9ad8998c5285fe 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-keystone-cf5f1e5651052be52f1 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-fb0293538020e2611048ff 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-vitrage-tests-tempest-a99b1497f 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-zaqar-82e67146274b525c6bb94e 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-vitrage-ui-c829088a91eaa6734 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tripleo-validations-0c6a43a1 22 kB/s | 3.0 kB 00:00 DEBUG: CentOS-Stream - Base 16 kB/s | 3.9 kB 00:00 DEBUG: CentOS-Stream - AppStream 10 kB/s | 4.4 kB 00:00 DEBUG: CentOS-Stream - Extras 22 kB/s | 3.0 kB 00:00 DEBUG: CentOS-Stream - PowerTools 19 kB/s | 4.4 kB 00:00 DEBUG: dlrn-xena-testing 22 kB/s | 3.0 kB 00:00 DEBUG: dlrn-xena-build-deps 25 kB/s | 3.0 kB 00:00 DEBUG: Advanced Virtualization mirror 18 kB/s | 3.0 kB 00:00 DEBUG: Messaging RabbitMQ 19 kB/s | 3.0 kB 00:00 DEBUG: opstools 17 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 18 kB/s | 3.0 kB 00:00 DEBUG: Dependencies resolved. DEBUG: =========================================================================================================================== DEBUG: Package Arch Version Repository Size DEBUG: =========================================================================================================================== DEBUG: Installing: DEBUG: openstack-tempest noarch 1:28.1.0-0.20210907163724.ad2c300.el8 @commandline 16 k DEBUG: openstack-tempest-all noarch 1:28.1.0-0.20210907163724.ad2c300.el8 @commandline 11 k DEBUG: openstack-tempest-doc noarch 1:28.1.0-0.20210907163724.ad2c300.el8 @commandline 1.2 M DEBUG: python3-tempest noarch 1:28.1.0-0.20210907163724.ad2c300.el8 @commandline 1.5 M DEBUG: python3-tempest-tests noarch 1:28.1.0-0.20210907163724.ad2c300.el8 @commandline 492 k DEBUG: Installing dependencies: DEBUG: augeas-libs x86_64 1.12.0-6.el8 Stream-BaseOS 436 k DEBUG: bc x86_64 1.07.1-5.el8 Stream-BaseOS 129 k DEBUG: blosc x86_64 1.20.1-1.el8 delorean-xena-testing 62 k DEBUG: checkpolicy x86_64 2.9-1.el8 Stream-BaseOS 348 k DEBUG: dbus-glib x86_64 0.110-2.el8 Stream-BaseOS 127 k DEBUG: dejavu-fonts-common noarch 2.35-7.el8 Stream-BaseOS 74 k DEBUG: dejavu-sans-fonts noarch 2.35-7.el8 Stream-BaseOS 1.6 M DEBUG: desktop-file-utils x86_64 0.23-8.el8 Stream-AppStream 80 k DEBUG: dib-utils noarch 0.0.11-0.20210906193016.51661c3.el8 delorean-component-common 11 k DEBUG: double-conversion x86_64 3.1.5-4.el8 delorean-xena-testing 50 k DEBUG: groff-base x86_64 1.22.3-18.el8 Stream-BaseOS 1.0 M DEBUG: hdf5 x86_64 1.10.5-5.el8 delorean-xena-testing 2.1 M DEBUG: hostname x86_64 3.20-7.el8.0.1 Stream-BaseOS 32 k DEBUG: hwdata noarch 0.314-8.10.el8 Stream-BaseOS 1.7 M DEBUG: initscripts x86_64 10.00.15-1.el8 Stream-BaseOS 339 k DEBUG: ipa-client-common noarch 4.9.3-1.module_el8.5.0+841+ab9088e2 Stream-AppStream 181 k DEBUG: ipa-common noarch 4.9.3-1.module_el8.5.0+841+ab9088e2 Stream-AppStream 792 k DEBUG: ipa-selinux noarch 4.9.3-1.module_el8.5.0+841+ab9088e2 Stream-AppStream 173 k DEBUG: ipcalc x86_64 0.2.4-4.el8 Stream-BaseOS 38 k DEBUG: iproute x86_64 5.12.0-3.el8 Stream-BaseOS 775 k DEBUG: keyutils x86_64 1.5.10-9.el8 Stream-BaseOS 66 k DEBUG: libX11-xcb x86_64 1.6.8-5.el8 Stream-AppStream 14 k DEBUG: libaec x86_64 1.0.2-3.el8 Stream-PowerTools 39 k DEBUG: libbpf x86_64 0.4.0-1.el8 Stream-BaseOS 110 k DEBUG: libdrm x86_64 2.4.106-2.el8 Stream-AppStream 167 k DEBUG: libevent x86_64 2.1.8-5.el8 Stream-BaseOS 253 k DEBUG: libgfortran x86_64 8.5.0-3.el8 Stream-BaseOS 643 k DEBUG: libglvnd x86_64 1:1.3.2-1.el8 Stream-AppStream 127 k DEBUG: libglvnd-glx x86_64 1:1.3.2-1.el8 Stream-AppStream 137 k DEBUG: libibverbs x86_64 35.0-1.el8 Stream-BaseOS 335 k DEBUG: libipa_hbac x86_64 2.5.2-2.el8 Stream-BaseOS 115 k DEBUG: libmnl x86_64 1.0.4-6.el8 Stream-BaseOS 30 k DEBUG: libnl3 x86_64 3.5.0-1.el8 Stream-BaseOS 320 k DEBUG: libpcap x86_64 14:1.9.1-5.el8 Stream-BaseOS 169 k DEBUG: libpciaccess x86_64 0.14-1.el8 Stream-BaseOS 32 k DEBUG: libpq x86_64 13.3-1.el8_4 Stream-AppStream 197 k DEBUG: libqhull x86_64 1:7.2.1-2.el8 delorean-xena-testing 168 k DEBUG: libquadmath x86_64 8.5.0-3.el8 Stream-BaseOS 170 k DEBUG: libselinux-utils x86_64 2.9-5.el8 Stream-BaseOS 243 k DEBUG: libsodium x86_64 1.0.18-2.el8 delorean-xena-testing 163 k DEBUG: libxshmfence x86_64 1.3-2.el8 Stream-AppStream 13 k DEBUG: libxslt x86_64 1.1.32-6.el8 Stream-BaseOS 250 k DEBUG: libyaml x86_64 0.1.7-5.el8 Stream-BaseOS 61 k DEBUG: lzo x86_64 2.08-14.el8 Stream-BaseOS 69 k DEBUG: mesa-libGL x86_64 21.1.5-1.el8 Stream-AppStream 184 k DEBUG: mesa-libGLU x86_64 9.0.0-15.el8 Stream-AppStream 185 k DEBUG: mesa-libglapi x86_64 21.1.5-1.el8 Stream-AppStream 66 k DEBUG: network-scripts x86_64 10.00.15-1.el8 Stream-BaseOS 196 k DEBUG: network-scripts-openvswitch2.15 x86_64 2.15.0-35.el8s centos-nfv-ovs 21 k DEBUG: nmap x86_64 2:7.70-6.el8 Stream-AppStream 5.8 M DEBUG: nmap-ncat x86_64 2:7.70-6.el8 Stream-AppStream 237 k DEBUG: numactl-libs x86_64 2.0.12-13.el8 Stream-BaseOS 36 k DEBUG: openblas x86_64 0.3.12-1.el8 Stream-AppStream 4.6 M DEBUG: openblas-threads x86_64 0.3.12-1.el8 Stream-AppStream 4.7 M DEBUG: openvswitch-selinux-extra-policy noarch 1.0-28.el8 centos-nfv-ovs 15 k DEBUG: openvswitch2.15 x86_64 2.15.0-35.el8s centos-nfv-ovs 15 M DEBUG: os-collect-config noarch 13.0.2-0.20210906223958.a309852.el8 delorean-component-tripleo 48 k DEBUG: os-refresh-config noarch 13.0.2-0.20210906223554.5bb536c.el8 delorean-component-tripleo 20 k DEBUG: pciutils x86_64 3.7.0-1.el8 Stream-BaseOS 105 k DEBUG: pciutils-libs x86_64 3.7.0-1.el8 Stream-BaseOS 54 k DEBUG: perl-Carp noarch 1.42-396.el8 Stream-BaseOS 30 k DEBUG: perl-Data-Dumper x86_64 2.167-399.el8 Stream-BaseOS 58 k DEBUG: perl-Digest noarch 1.17-395.el8 Stream-AppStream 27 k DEBUG: perl-Digest-MD5 x86_64 2.55-396.el8 Stream-AppStream 37 k DEBUG: perl-Encode x86_64 4:2.97-3.el8 Stream-BaseOS 1.5 M DEBUG: perl-Errno x86_64 1.28-420.el8 Stream-BaseOS 76 k DEBUG: perl-Exporter noarch 5.72-396.el8 Stream-BaseOS 34 k DEBUG: perl-File-Path noarch 2.15-2.el8 Stream-BaseOS 38 k DEBUG: perl-File-Temp noarch 0.230.600-1.el8 Stream-BaseOS 63 k DEBUG: perl-Filter x86_64 2:1.58-2.el8 Stream-AppStream 82 k DEBUG: perl-Getopt-Long noarch 1:2.50-4.el8 Stream-BaseOS 63 k DEBUG: perl-HTTP-Tiny noarch 0.074-1.el8 Stream-BaseOS 58 k DEBUG: perl-IO x86_64 1.38-420.el8 Stream-BaseOS 142 k DEBUG: perl-MIME-Base64 x86_64 3.15-396.el8 Stream-BaseOS 31 k DEBUG: perl-Net-SSLeay x86_64 1.88-1.module_el8.4.0+517+be1595ff Stream-AppStream 379 k DEBUG: perl-PathTools x86_64 3.74-1.el8 Stream-BaseOS 90 k DEBUG: perl-Pod-Escapes noarch 1:1.07-395.el8 Stream-BaseOS 20 k DEBUG: perl-Pod-Perldoc noarch 3.28-396.el8 Stream-BaseOS 86 k DEBUG: perl-Pod-Simple noarch 1:3.35-395.el8 Stream-BaseOS 213 k DEBUG: perl-Pod-Usage noarch 4:1.69-395.el8 Stream-BaseOS 34 k DEBUG: perl-Scalar-List-Utils x86_64 3:1.49-2.el8 Stream-BaseOS 68 k DEBUG: perl-Socket x86_64 4:2.027-3.el8 Stream-BaseOS 59 k DEBUG: perl-Storable x86_64 1:3.11-3.el8 Stream-BaseOS 98 k DEBUG: perl-Term-ANSIColor noarch 4.06-396.el8 Stream-BaseOS 46 k DEBUG: perl-Term-Cap noarch 1.17-395.el8 Stream-BaseOS 23 k DEBUG: perl-Text-ParseWords noarch 3.30-395.el8 Stream-BaseOS 18 k DEBUG: perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 Stream-BaseOS 24 k DEBUG: perl-Text-Unidecode noarch 1.30-5.el8 Stream-AppStream 149 k DEBUG: perl-Time-Local noarch 1:1.280-1.el8 Stream-BaseOS 34 k DEBUG: perl-URI noarch 1.73-3.el8 Stream-AppStream 116 k DEBUG: perl-Unicode-Normalize x86_64 1.25-396.el8 Stream-BaseOS 82 k DEBUG: perl-XML-Parser x86_64 2.44-11.el8 Stream-AppStream 226 k DEBUG: perl-XML-XPath noarch 1.42-3.el8 Stream-AppStream 88 k DEBUG: perl-constant noarch 1.33-396.el8 Stream-BaseOS 25 k DEBUG: perl-encoding x86_64 4:2.22-3.el8 Stream-AppStream 68 k DEBUG: perl-interpreter x86_64 4:5.26.3-420.el8 Stream-BaseOS 6.3 M DEBUG: perl-libnet noarch 3.11-3.el8 Stream-AppStream 121 k DEBUG: perl-libs x86_64 4:5.26.3-420.el8 Stream-BaseOS 1.6 M DEBUG: perl-macros x86_64 4:5.26.3-420.el8 Stream-BaseOS 72 k DEBUG: perl-open noarch 1.11-420.el8 Stream-AppStream 77 k DEBUG: perl-parent noarch 1:0.237-1.el8 Stream-BaseOS 20 k DEBUG: perl-podlators noarch 4.11-1.el8 Stream-BaseOS 118 k DEBUG: perl-threads x86_64 1:2.21-2.el8 Stream-BaseOS 61 k DEBUG: perl-threads-shared x86_64 1.58-2.el8 Stream-BaseOS 48 k DEBUG: policycoreutils x86_64 2.9-15.el8 Stream-BaseOS 373 k DEBUG: policycoreutils-python-utils noarch 2.9-15.el8 Stream-BaseOS 252 k DEBUG: python-openstackclient-lang noarch 5.6.0-0.20210906202628.6ce7da8.el8 delorean-component-clients 57 k DEBUG: python-oslo-cache-lang noarch 2.8.1-0.20210907074603.40946a9.el8 delorean-component-common 16 k DEBUG: python-oslo-concurrency-lang noarch 4.4.0-0.20210906191147.7dcf9e9.el8 delorean-component-common 13 k DEBUG: python-oslo-db-lang noarch 10.0.0-0.20210906195904.f3bdd4d.el8 delorean-component-common 13 k DEBUG: python-oslo-i18n-lang noarch 5.0.1-0.20210906170458.73187bd.el8 delorean-component-common 13 k DEBUG: python-oslo-log-lang noarch 4.6.0-0.20210906185501.41c8807.el8 delorean-component-common 12 k DEBUG: python-oslo-middleware-lang noarch 4.4.0-0.20210906194222.da7987c.el8 delorean-component-common 11 k DEBUG: python-oslo-policy-lang noarch 3.8.2-0.20210906200231.c7fd9f4.el8 delorean-component-common 11 k DEBUG: python-oslo-utils-lang noarch 4.10.0-0.20210906171309.2c74bb9.el8 delorean-component-common 12 k DEBUG: python-oslo-versionedobjects-lang noarch 2.5.0-0.20210906203954.a85275f.el8 delorean-component-common 12 k DEBUG: python-pycadf-common noarch 3.1.1-0.20210906193823.4179996.el8 delorean-component-common 14 k DEBUG: python-vitrageclient-bash-completion noarch 4.4.0-0.20210906235002.bc829d3.el8 delorean-component-clients 11 k DEBUG: python3-Bottleneck x86_64 1.2.1-13.el8 delorean-xena-testing 131 k DEBUG: python3-Cython x86_64 0.29.2-1.el8 delorean-xena-build-deps 2.4 M DEBUG: python3-PyMySQL noarch 0.10.1-2.module_el8.5.0+761+faacb0fb Stream-AppStream 98 k DEBUG: python3-alembic noarch 1.4.3-1.el8 delorean-xena-testing 816 k DEBUG: python3-amqp noarch 5.0.5-1.el8 delorean-xena-testing 97 k DEBUG: python3-anyjson noarch 0.3.3-24.el8 delorean-xena-testing 19 k DEBUG: python3-aodhclient noarch 2.2.0-0.20210906223041.b747ae3.el8 delorean-component-clients 55 k DEBUG: python3-appdirs noarch 1.4.3-12.el8 delorean-xena-testing 23 k DEBUG: python3-atomicwrites noarch 1.3.0-6.el8 delorean-xena-testing 20 k DEBUG: python3-attrs noarch 17.4.0-6.el8 Stream-AppStream 53 k DEBUG: python3-audit x86_64 3.0-0.17.20191104git1c2f876.el8 Stream-BaseOS 86 k DEBUG: python3-augeas noarch 0.5.0-12.el8 Stream-AppStream 31 k DEBUG: python3-autopage noarch 0.4.0-1.el8 delorean-xena-testing 38 k DEBUG: python3-barbican-tests-tempest noarch 1.4.1-0.20210907045359.ced0ebe.el8 delorean-component-security 90 k DEBUG: python3-barbicanclient noarch 5.1.0-0.20210906204203.ad49c40.el8 delorean-component-clients 130 k DEBUG: python3-bcrypt x86_64 3.1.7-3.el8 delorean-xena-testing 44 k DEBUG: python3-beautifulsoup4 noarch 4.9.3-1.el8 delorean-xena-testing 215 k DEBUG: python3-cachetools noarch 4.2.0-1.el8 delorean-xena-testing 35 k DEBUG: python3-cairo x86_64 1.16.3-6.el8 Stream-AppStream 90 k DEBUG: python3-ceilometerclient noarch 2.9.0-0.20210906203439.3b4e35a.el8 delorean-component-clients 107 k DEBUG: python3-certifi noarch 2018.10.15-8.el8 delorean-xena-testing 16 k DEBUG: python3-cinder-tests-tempest noarch 1.5.0-0.20210907045649.a2a23ca.el8 delorean-component-cinder 72 k DEBUG: python3-cinderclient noarch 8.0.0-0.20210906202342.e03111d.el8 delorean-component-clients 227 k DEBUG: python3-cliff noarch 3.9.0-0.20210906184402.734bc0c.el8 delorean-component-common 95 k DEBUG: python3-cmd2 noarch 1.4.0-1.1.el8 delorean-xena-testing 307 k DEBUG: python3-colorama noarch 0.4.3-3.el8 delorean-xena-testing 36 k DEBUG: python3-contextvars noarch 2.4-1.el8 delorean-xena-testing 18 k DEBUG: python3-cotyledon noarch 1.7.3-4.el8 delorean-xena-testing 46 k DEBUG: python3-cycler noarch 0.10.0-13.el8 delorean-xena-testing 20 k DEBUG: python3-dataclasses noarch 0.8-1.el8 delorean-xena-testing 33 k DEBUG: python3-dateutil noarch 1:2.6.1-6.el8 Stream-BaseOS 251 k DEBUG: python3-dbus x86_64 1.2.4-15.el8 Stream-BaseOS 134 k DEBUG: python3-ddt noarch 1.2.1-4.el8 delorean-xena-testing 18 k DEBUG: python3-debtcollector noarch 2.2.0-0.20210906171012.649189d.el8 delorean-component-common 31 k DEBUG: python3-decorator noarch 4.4.0-5.el8 delorean-xena-testing 32 k DEBUG: python3-designate-tests-tempest noarch 0.12.0-0.20210907050254.da27a70.el8 delorean-component-network 156 k DEBUG: python3-dictdiffer noarch 0.8.1-2.el8 delorean-xena-testing 32 k DEBUG: python3-dns noarch 1.15.0-10.el8 Stream-BaseOS 253 k DEBUG: python3-dogpile-cache noarch 1.1.2-1.1.el8 delorean-xena-testing 90 k DEBUG: python3-editor noarch 1.0.4-4.el8 delorean-xena-testing 19 k DEBUG: python3-etcd3gw noarch 0.2.5-1.el8 delorean-xena-testing 41 k DEBUG: python3-extras noarch 1.0.0-10.el8 delorean-xena-testing 21 k DEBUG: python3-fastcache x86_64 1.1.0-5.el8 delorean-xena-testing 28 k DEBUG: python3-fasteners noarch 0.14.1-20.el8 delorean-xena-testing 44 k DEBUG: python3-fixtures noarch 3.0.0-16.el8 delorean-xena-testing 96 k DEBUG: python3-fluidity-sm noarch 0.2.0-16.el8 delorean-xena-testing 20 k DEBUG: python3-future noarch 0.18.2-3.el8 delorean-xena-testing 789 k DEBUG: python3-futurist noarch 2.3.0-0.20210906193931.1a1c6f8.el8 delorean-component-common 63 k DEBUG: python3-gabbi noarch 1.49.0-1.el8 delorean-xena-testing 263 k DEBUG: python3-glanceclient noarch 1:3.5.0-0.20210906183538.74a55bd.el8 delorean-component-clients 147 k DEBUG: python3-gmpy2 x86_64 2.0.8-7.el8 delorean-xena-testing 155 k DEBUG: python3-gnocchiclient noarch 7.0.4-0.20210906195629.64814b9.el8 delorean-component-clients 76 k DEBUG: python3-google-auth noarch 1:1.24.0-1.el8 delorean-xena-testing 132 k DEBUG: python3-gssapi x86_64 1.5.1-5.el8 Stream-AppStream 490 k DEBUG: python3-h11 noarch 0.12.0-1.el8 delorean-xena-testing 99 k DEBUG: python3-h2 noarch 3.2.0-4.el8 delorean-xena-testing 99 k DEBUG: python3-heat-tests-tempest noarch 1.2.1-0.20210907051309.adb8ba7.el8 delorean-component-tempest 133 k DEBUG: python3-heatclient noarch 2.4.0-0.20210906190845.b438314.el8 delorean-component-clients 163 k DEBUG: python3-hpack noarch 3.0.0-11.el8 delorean-xena-testing 51 k DEBUG: python3-httpcore noarch 0.12.2-1.2.el8 delorean-xena-testing 83 k DEBUG: python3-httpx noarch 0.16.1-1.1.el8 delorean-xena-testing 119 k DEBUG: python3-hyperframe noarch 5.2.0-7.el8 delorean-xena-testing 28 k DEBUG: python3-immutables x86_64 0.14-1.el8 delorean-xena-testing 67 k DEBUG: python3-importlib-metadata noarch 1.7.0-1.el8 delorean-xena-testing 46 k DEBUG: python3-inotify noarch 0.9.6-13.el8 Stream-BaseOS 57 k DEBUG: python3-ipaclient noarch 4.9.3-1.module_el8.5.0+841+ab9088e2 Stream-AppStream 685 k DEBUG: python3-ipalib noarch 4.9.3-1.module_el8.5.0+841+ab9088e2 Stream-AppStream 747 k DEBUG: python3-ironic-tests-tempest noarch 2.3.0-0.20210907052047.c77d2ae.el8 delorean-component-baremetal 167 k DEBUG: python3-iso8601 noarch 0.1.12-3.el8 delorean-xena-testing 25 k DEBUG: python3-jeepney noarch 0.4.3-1.el8 delorean-xena-testing 4.7 M DEBUG: python3-jmespath noarch 0.9.0-11.el8 Stream-AppStream 45 k DEBUG: python3-jsonpatch noarch 1.21-2.el8 Stream-AppStream 27 k DEBUG: python3-jsonpath-rw noarch 1.4.0-3.el8 delorean-xena-testing 40 k DEBUG: python3-jsonpath-rw-ext noarch 1.2.2-1.el8 delorean-xena-testing 39 k DEBUG: python3-jsonpointer noarch 1.10-11.el8 Stream-AppStream 20 k DEBUG: python3-jsonschema noarch 3.2.0-5.el8 delorean-xena-testing 112 k DEBUG: python3-jwcrypto noarch 0.5.0-1.module_el8.5.0+749+7571487a Stream-AppStream 66 k DEBUG: python3-jwt noarch 1.6.1-2.el8 Stream-BaseOS 43 k DEBUG: python3-kazoo noarch 2.8.0-1.el8 delorean-xena-testing 164 k DEBUG: python3-keyring noarch 21.0.0-1.el8 delorean-xena-testing 80 k DEBUG: python3-keystone-tests-tempest noarch 0.7.1-0.20210907052344.faa9b13.el8 delorean-component-security 152 k DEBUG: python3-keystoneauth1 noarch 4.3.1-0.20210906172353.112bcae.el8 delorean-component-security 431 k DEBUG: python3-keystoneclient noarch 1:4.2.0-0.20210906183208.d5cb761.el8 delorean-component-clients 252 k DEBUG: python3-keystonemiddleware noarch 9.3.0-0.20210907075711.90df936.el8 delorean-component-security 92 k DEBUG: python3-kiwisolver x86_64 1.1.0-4.el8 delorean-xena-testing 78 k DEBUG: python3-kombu noarch 1:5.0.2-1.el8 delorean-xena-testing 338 k DEBUG: python3-kubernetes noarch 11.0.0-4.el8 delorean-xena-testing 1.2 M DEBUG: python3-kuryr-tests-tempest noarch 0.10.1-0.20210907052640.02778b3.el8 delorean-component-tempest 86 k DEBUG: python3-ldap x86_64 3.3.1-2.el8 Stream-AppStream 230 k DEBUG: python3-lexicon noarch 1.0.0-9.el8 delorean-xena-testing 19 k DEBUG: python3-libipa_hbac x86_64 2.5.2-2.el8 Stream-BaseOS 108 k DEBUG: python3-libselinux x86_64 2.9-5.el8 Stream-BaseOS 283 k DEBUG: python3-libsemanage x86_64 2.9-6.el8 Stream-BaseOS 127 k DEBUG: python3-linecache2 noarch 1.0.0-25.el8 delorean-xena-testing 18 k DEBUG: python3-logutils noarch 0.3.5-11.el8 delorean-xena-testing 49 k DEBUG: python3-lxml x86_64 4.2.3-3.el8 Stream-AppStream 1.5 M DEBUG: python3-magnum-tests-tempest noarch 1.4.1-0.20210907052911.9b9eacf.el8 delorean-component-tempest 76 k DEBUG: python3-mako noarch 1.0.6-13.el8 Stream-AppStream 157 k DEBUG: python3-manila-tests-tempest noarch 1:1.5.1-0.20210907053208.e4a1e88.el8 delorean-component-manila 415 k DEBUG: python3-matplotlib x86_64 3.1.1-2.el8 delorean-xena-testing 3.3 M DEBUG: python3-matplotlib-data noarch 3.1.1-2.el8 delorean-xena-testing 1.8 M DEBUG: python3-matplotlib-data-fonts noarch 3.1.1-2.el8 delorean-xena-testing 2.4 M DEBUG: python3-matplotlib-tk x86_64 3.1.1-2.el8 delorean-xena-testing 64 k DEBUG: python3-memcached noarch 1.59-1.el8 delorean-xena-testing 44 k DEBUG: python3-migrate noarch 0.13.0-1.el8 delorean-xena-testing 238 k DEBUG: python3-mimeparse noarch 1.6.0-11.el8 delorean-xena-testing 17 k DEBUG: python3-mistral-tests-tempest noarch 1.2.1-0.20210907053443.091926b.el8 delorean-component-tempest 79 k DEBUG: python3-mistralclient noarch 4.2.0-0.20210906220336.20a10f0.el8 delorean-component-clients 169 k DEBUG: python3-mock noarch 3.0.5-7.el8 delorean-xena-testing 55 k DEBUG: python3-monotonic noarch 1.5-5.el8 delorean-xena-testing 19 k DEBUG: python3-more-itertools noarch 7.2.0-3.el8 delorean-xena-testing 59 k DEBUG: python3-mpmath noarch 1.1.0-6.el8 delorean-xena-testing 1.0 M DEBUG: python3-msgpack x86_64 1.0.2-1.el8 delorean-xena-testing 93 k DEBUG: python3-munch noarch 2.5.0-3.el8 delorean-xena-testing 26 k DEBUG: python3-murano-pkg-check noarch 0.3.0-15.el8 delorean-xena-testing 56 k DEBUG: python3-murano-tests-tempest noarch 2.3.1-0.20210907053741.e3ff450.el8 delorean-component-tempest 153 k DEBUG: python3-muranoclient noarch 2.2.0-0.20210906233939.8a6848e.el8 delorean-component-clients 339 k DEBUG: python3-netaddr noarch 0.7.19-8.el8 Stream-AppStream 1.5 M DEBUG: python3-netifaces x86_64 0.10.6-4.el8 Stream-AppStream 25 k DEBUG: python3-networking-l2gw-tests-tempest noarch 0.1.1-0.20210907055338.82e3d07.el8 delorean-component-network 46 k DEBUG: python3-networkx noarch 2.5-1.el8 delorean-xena-testing 2.5 M DEBUG: python3-neutron-lib noarch 2.15.0-0.20210906221639.5ff14c6.el8 delorean-component-network 406 k DEBUG: python3-neutron-tests-tempest noarch 1.6.1-0.20210907001235.feb7f94.el8 delorean-component-network 527 k DEBUG: python3-neutronclient noarch 7.5.0-0.20210906201946.ae39756.el8 delorean-component-clients 310 k DEBUG: python3-novaclient noarch 1:17.5.0-0.20210906190044.f431295.el8 delorean-component-clients 225 k DEBUG: python3-novajoin-tests-tempest noarch 0.0.4-0.20210907060726.b2e5485.el8 delorean-component-security 54 k DEBUG: python3-numexpr x86_64 2.7.1-1.el8 delorean-xena-testing 198 k DEBUG: python3-numpy x86_64 1:1.14.3-10.el8 Stream-AppStream 3.7 M DEBUG: python3-numpy-f2py x86_64 1:1.14.3-10.el8 Stream-AppStream 225 k DEBUG: python3-oauthlib noarch 2.1.0-1.el8 Stream-BaseOS 155 k DEBUG: python3-octavia-tests-tempest noarch 1.8.1-0.20210907060855.605899c.el8 delorean-component-octavia 283 k DEBUG: python3-octavia-tests-tempest-golang x86_64 1.8.1-0.20210907060855.605899c.el8 delorean-component-octavia 1.6 M DEBUG: python3-openshift noarch 1:0.10.1-3.el8 delorean-xena-testing 54 k DEBUG: python3-openstackclient noarch 5.6.0-0.20210906202628.6ce7da8.el8 delorean-component-clients 1.3 M DEBUG: python3-openstacksdk noarch 0.59.0-0.20210906172933.d0d4d8b.el8 delorean-component-clients 876 k DEBUG: python3-openvswitch2.15 x86_64 2.15.0-35.el8s centos-nfv-ovs 235 k DEBUG: python3-os-client-config noarch 2.1.0-0.20210906184124.bc96c23.el8 delorean-component-tripleo 53 k DEBUG: python3-os-ken noarch 2.1.0-0.20210906220824.f78a0ec.el8 delorean-component-network 2.1 M DEBUG: python3-os-service-types noarch 1.7.0-0.20210907084649.0b2f473.el8 delorean-component-clients 36 k DEBUG: python3-os-testr noarch 2.0.0-0.20210906204943.248dc81.el8 delorean-component-common 71 k DEBUG: python3-os-traits noarch 2.6.0-0.20210906221358.c323982.el8 delorean-component-common 44 k DEBUG: python3-osc-lib noarch 2.4.2-0.20210906184656.415a6c7.el8 delorean-component-clients 77 k DEBUG: python3-oslo-cache noarch 2.8.1-0.20210907074603.40946a9.el8 delorean-component-common 52 k DEBUG: python3-oslo-concurrency noarch 4.4.0-0.20210906191147.7dcf9e9.el8 delorean-component-common 40 k DEBUG: python3-oslo-config noarch 2:8.7.1-0.20210907075421.1a7bd66.el8 delorean-component-common 227 k DEBUG: python3-oslo-context noarch 3.3.1-0.20210906185249.641a1e0.el8 delorean-component-common 25 k DEBUG: python3-oslo-db noarch 10.0.0-0.20210906195904.f3bdd4d.el8 delorean-component-common 147 k DEBUG: python3-oslo-i18n noarch 5.0.1-0.20210906170458.73187bd.el8 delorean-component-common 57 k DEBUG: python3-oslo-log noarch 4.6.0-0.20210906185501.41c8807.el8 delorean-component-common 62 k DEBUG: python3-oslo-messaging noarch 12.9.1-0.20210906194937.f9de265.el8 delorean-component-common 231 k DEBUG: python3-oslo-metrics noarch 0.3.0-0.20210906194437.43eee50.el8 delorean-component-common 23 k DEBUG: python3-oslo-middleware noarch 4.4.0-0.20210906194222.da7987c.el8 delorean-component-common 57 k DEBUG: python3-oslo-policy noarch 3.8.2-0.20210906200231.c7fd9f4.el8 delorean-component-common 75 k DEBUG: python3-oslo-serialization noarch 4.2.0-0.20210906182904.2b94a4f.el8 delorean-component-common 32 k DEBUG: python3-oslo-service noarch 2.6.0-0.20210906194725.091fd65.el8 delorean-component-common 70 k DEBUG: python3-oslo-upgradecheck noarch 1.4.0-0.20210906201147.3ca8698.el8 delorean-component-common 26 k DEBUG: python3-oslo-utils noarch 4.10.0-0.20210906171309.2c74bb9.el8 delorean-component-common 79 k DEBUG: python3-oslo-versionedobjects noarch 2.5.0-0.20210906203954.a85275f.el8 delorean-component-common 77 k DEBUG: python3-oslotest noarch 4.4.1-0.20210907083654.aaf3a72.el8 delorean-component-clients 47 k DEBUG: python3-osprofiler noarch 3.4.1-0.20210906210856.951efdc.el8 delorean-component-common 132 k DEBUG: python3-ovsdbapp noarch 1.12.0-0.20210906231808.35c8eae.el8 delorean-component-network 123 k DEBUG: python3-pandas x86_64 0.25.3-1.el8 delorean-xena-testing 11 M DEBUG: python3-paramiko noarch 2.7.2-1.el8 delorean-xena-testing 314 k DEBUG: python3-paste noarch 3.5.0-1.el8 delorean-xena-testing 813 k DEBUG: python3-paste-deploy noarch 2.1.1-1.el8 delorean-xena-testing 40 k DEBUG: python3-patrole-tests-tempest noarch 0.12.0-0.20210907061956.54fc749.el8 delorean-component-tempest 321 k DEBUG: python3-pecan noarch 1.3.3-2.el8 delorean-xena-testing 283 k DEBUG: python3-pillow x86_64 5.1.1-16.el8 Stream-AppStream 632 k DEBUG: python3-pluggy noarch 0.13.1-2.el8 delorean-xena-testing 41 k DEBUG: python3-policycoreutils noarch 2.9-15.el8 Stream-BaseOS 2.2 M DEBUG: python3-prettytable noarch 0.7.2-14.el8 Stream-AppStream 44 k DEBUG: python3-prometheus_client noarch 0.7.1-2.el8 delorean-xena-testing 82 k DEBUG: python3-psutil x86_64 5.7.3-1.el8 delorean-xena-testing 420 k DEBUG: python3-psycopg2 x86_64 2.7.5-7.el8 Stream-AppStream 172 k DEBUG: python3-py noarch 1.5.3-4.el8 Stream-AppStream 472 k DEBUG: python3-pyOpenSSL noarch 19.0.0-1.el8 Stream-AppStream 103 k DEBUG: python3-pyasn1 noarch 0.4.6-3.el8 delorean-xena-testing 140 k DEBUG: python3-pyasn1-modules noarch 0.4.6-3.el8 delorean-xena-testing 151 k DEBUG: python3-pycadf noarch 3.1.1-0.20210906193823.4179996.el8 delorean-component-common 51 k DEBUG: python3-pydot noarch 1.4.1-1.el8 delorean-xena-testing 51 k DEBUG: python3-pyglet noarch 1.4.6-1.el8 delorean-xena-testing 1.3 M DEBUG: python3-pygraphviz x86_64 1.5-9.el8 delorean-xena-testing 91 k DEBUG: python3-pynacl x86_64 1.4.0-1.el8 delorean-xena-testing 109 k DEBUG: python3-pyngus noarch 2.3.0-4.el8 delorean-xena-testing 54 k DEBUG: python3-pyperclip noarch 1.8.0-2.el8 delorean-xena-testing 24 k DEBUG: python3-pyrsistent x86_64 0.17.3-1.el8 delorean-xena-testing 107 k DEBUG: python3-pysnmp noarch 4.4.12-5.el8 centos-opstools 699 k DEBUG: python3-pytest noarch 4.6.9-1.el8 delorean-xena-testing 485 k DEBUG: python3-pyusb noarch 1.0.0-9.module_el8.5.0+749+7571487a Stream-AppStream 88 k DEBUG: python3-pyyaml x86_64 5.4.1-2.el8 delorean-xena-testing 208 k DEBUG: python3-qpid-proton x86_64 0.30.0-2.el8 centos-opstools 396 k DEBUG: python3-qrcode-core noarch 5.1-12.module_el8.5.0+749+7571487a Stream-AppStream 46 k DEBUG: python3-rdo-openvswitch noarch 1:2.15-2.el8 delorean-xena-testing 7.1 k DEBUG: python3-redis noarch 3.5.3-1.el8 delorean-xena-testing 142 k DEBUG: python3-repoze-lru noarch 0.7-6.el8 delorean-xena-testing 33 k DEBUG: python3-requests-oauthlib noarch 1.0.0-1.el8 Stream-BaseOS 43 k DEBUG: python3-requestsexceptions noarch 1.4.0-0.20210906172734.d7ac0ff.el8 delorean-component-common 15 k DEBUG: python3-rfc3986 noarch 1.4.0-3.el8 delorean-xena-testing 52 k DEBUG: python3-routes noarch 2.4.1-12.el8 delorean-xena-testing 196 k DEBUG: python3-rsa noarch 4.6-2.el8 delorean-xena-testing 60 k DEBUG: python3-ruamel-yaml x86_64 0.16.5-3.el8 delorean-xena-testing 203 k DEBUG: python3-ruamel-yaml-clib x86_64 0.1.2-1.el8 delorean-xena-testing 143 k DEBUG: python3-sahara-tempest noarch 0.13.0-0.20210907022335.98063d3.el8 delorean-component-tempest 25 k DEBUG: python3-sahara-tests-tempest noarch 0.13.0-0.20210907022335.98063d3.el8 delorean-component-tempest 95 k DEBUG: python3-saharaclient noarch 3.3.0-0.20210906222434.401e663.el8 delorean-component-clients 194 k DEBUG: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 Stream-AppStream 14 M DEBUG: python3-secretstorage noarch 3.1.1-4.el8 delorean-xena-testing 36 k DEBUG: python3-semantic_version noarch 2.6.0-5.el8 Stream-AppStream 30 k DEBUG: python3-setools x86_64 4.3.0-2.el8 Stream-BaseOS 626 k DEBUG: python3-setproctitle x86_64 1.1.10-16.el8 delorean-xena-testing 24 k DEBUG: python3-simplejson x86_64 3.17.2-2.el8 delorean-xena-testing 280 k DEBUG: python3-smi noarch 0.3.4-6.el8 delorean-xena-testing 136 k DEBUG: python3-sniffio noarch 1.2.0-1.el8 delorean-xena-testing 22 k DEBUG: python3-soupsieve noarch 2.1.0-1.el8 delorean-xena-testing 66 k DEBUG: python3-sqlparse noarch 0.3.1-3.el8 delorean-xena-testing 88 k DEBUG: python3-sss-murmur x86_64 2.5.2-2.el8 Stream-BaseOS 98 k DEBUG: python3-statsd noarch 3.2.1-16.el8 delorean-xena-testing 35 k DEBUG: python3-stestr noarch 2.6.0-4.el8 delorean-xena-testing 166 k DEBUG: python3-stevedore noarch 3.4.0-0.20210906165939.8846a3f.el8 delorean-component-clients 68 k DEBUG: python3-string_utils noarch 0.6.0-10.el8 delorean-xena-testing 19 k DEBUG: python3-subunit noarch 1.4.0-1.el8 delorean-xena-testing 97 k DEBUG: python3-swiftclient noarch 3.12.0-0.20210906190604.38c435f.el8 delorean-component-clients 175 k DEBUG: python3-sympy noarch 1.4-6.el8 delorean-xena-testing 10 M DEBUG: python3-tables x86_64 3.5.2-6.el8 delorean-xena-testing 1.4 M DEBUG: python3-telemetry-tests-tempest noarch 1.4.1-0.20210907064437.c410268.el8 delorean-component-tempest 46 k DEBUG: python3-tempestconf noarch 3.2.2-0.20210907064630.2bf7bf6.el8 delorean-component-tempest 90 k DEBUG: python3-tempita noarch 0.5.1-25.el8 delorean-xena-testing 39 k DEBUG: python3-tenacity noarch 6.2.0-1.el8 delorean-xena-testing 50 k DEBUG: python3-testrepository noarch 0.0.20-20.el8 delorean-xena-testing 174 k DEBUG: python3-testresources noarch 2.0.1-1.el8 delorean-xena-testing 62 k DEBUG: python3-testscenarios noarch 0.5.0-17.el8 delorean-xena-testing 40 k DEBUG: python3-testtools noarch 2.3.0-15.el8 delorean-xena-testing 356 k DEBUG: python3-tkinter x86_64 3.6.8-40.el8 Stream-AppStream 371 k DEBUG: python3-tooz noarch 2.9.0-0.20210906195442.174065f.el8 delorean-component-common 108 k DEBUG: python3-traceback2 noarch 1.4.0-25.el8 delorean-xena-testing 24 k DEBUG: python3-trove-tests-tempest noarch 1:1.3.0-0.20210907065445.4922ec7.el8 delorean-component-tempest 57 k DEBUG: python3-ujson x86_64 2.0.3-2.el8 delorean-xena-testing 31 k DEBUG: python3-unittest2 noarch 1.1.0-16.el8 Stream-PowerTools 186 k DEBUG: python3-vine noarch 5.0.0-2.el8 delorean-xena-testing 26 k DEBUG: python3-vitrage noarch 7.5.1-0.20210907094219.7630444.el8 delorean-component-common 553 k DEBUG: python3-vitrage-tests-tempest noarch 5.4.0-0.20210907155355.a99b149.el8 delorean-component-tempest 127 k DEBUG: python3-vitrageclient noarch 4.4.0-0.20210906235002.bc829d3.el8 delorean-component-clients 71 k DEBUG: python3-voluptuous noarch 0.12.1-1.el8 delorean-xena-testing 62 k DEBUG: python3-waitress noarch 1.4.2-1.el8 delorean-xena-testing 255 k DEBUG: python3-warlock noarch 1.3.3-1.el8 delorean-xena-testing 22 k DEBUG: python3-watcher-tests-tempest noarch 1:2.3.0-0.20210907070512.d97f4b3.el8 delorean-component-tempest 104 k DEBUG: python3-wcwidth noarch 0.2.5-2.el8 delorean-xena-testing 47 k DEBUG: python3-webencodings noarch 0.5.1-6.el8 Stream-AppStream 27 k DEBUG: python3-webob noarch 1.8.6-3.el8 delorean-xena-testing 253 k DEBUG: python3-websocket-client noarch 0.56.0-5.el8 delorean-xena-testing 61 k DEBUG: python3-webtest noarch 2.0.35-3.el8 delorean-xena-testing 87 k DEBUG: python3-werkzeug noarch 2.0.1-2.el8 delorean-xena-testing 456 k DEBUG: python3-wrapt x86_64 1.12.1-3.el8 delorean-xena-testing 55 k DEBUG: python3-wsgi_intercept noarch 1.9.2-1.el8 delorean-xena-testing 54 k DEBUG: python3-yappi x86_64 1.3.0-1.el8 delorean-xena-testing 54 k DEBUG: python3-yaql noarch 1.1.3-10.el8 delorean-xena-testing 190 k DEBUG: python3-yubico noarch 1.3.2-9.module_el8.5.0+749+7571487a Stream-AppStream 63 k DEBUG: python3-zake noarch 0.2.2-18.el8 delorean-xena-testing 46 k DEBUG: python3-zaqar-tests-tempest noarch 1.3.1-0.20210907070826.3813c99.el8 delorean-component-tempest 73 k DEBUG: python3-zaqarclient noarch 2.1.0-0.20210906185825.e388947.el8 delorean-component-clients 130 k DEBUG: python3-zipp noarch 3.4.0-1.el8 delorean-xena-testing 16 k DEBUG: qpid-proton-c x86_64 0.30.0-2.el8 centos-opstools 199 k DEBUG: rdma-core x86_64 35.0-1.el8 Stream-BaseOS 59 k DEBUG: rdo-network-scripts-openvswitch noarch 1:2.15-2.el8 delorean-xena-testing 6.8 k DEBUG: rdo-openvswitch noarch 1:2.15-2.el8 delorean-xena-testing 7.0 k DEBUG: rpm-plugin-selinux x86_64 4.14.3-18.el8 Stream-BaseOS 77 k DEBUG: selinux-policy noarch 3.14.3-79.el8 Stream-BaseOS 635 k DEBUG: selinux-policy-targeted noarch 3.14.3-79.el8 Stream-BaseOS 15 M DEBUG: snappy x86_64 1.1.8-3.el8 Stream-BaseOS 37 k DEBUG: tcl x86_64 1:8.6.8-2.el8 Stream-BaseOS 1.1 M DEBUG: texlive-base noarch 7:20180414-23.el8 Stream-AppStream 2.4 M DEBUG: texlive-dvipng x86_64 7:20180414-23.el8 Stream-AppStream 332 k DEBUG: texlive-kpathsea x86_64 7:20180414-23.el8 Stream-AppStream 1.1 M DEBUG: texlive-lib x86_64 7:20180414-23.el8 Stream-AppStream 541 k DEBUG: texlive-tetex noarch 7:20180414-23.el8 Stream-AppStream 402 k DEBUG: texlive-texlive.infra noarch 7:20180414-23.el8 Stream-AppStream 280 k DEBUG: tk x86_64 1:8.6.8-1.el8 Stream-AppStream 1.6 M DEBUG: unbound-libs x86_64 1.7.3-17.el8 Stream-AppStream 503 k DEBUG: xdg-utils noarch 1.1.2-5.el8 Stream-AppStream 84 k DEBUG: Installing weak dependencies: DEBUG: bash-completion noarch 1:2.7-5.el8 Stream-BaseOS 274 k DEBUG: geolite2-city noarch 20180605-1.el8 Stream-AppStream 19 M DEBUG: geolite2-country noarch 20180605-1.el8 Stream-AppStream 1.0 M DEBUG: libmaxminddb x86_64 1.2.0-10.el8 Stream-AppStream 33 k DEBUG: perl-IO-Socket-IP noarch 0.39-5.el8 Stream-AppStream 47 k DEBUG: perl-IO-Socket-SSL noarch 2.066-4.module_el8.4.0+517+be1595ff Stream-AppStream 298 k DEBUG: perl-Mozilla-CA noarch 20160104-7.module_el8.3.0+416+dee7bcef Stream-AppStream 15 k DEBUG: python3-cssselect noarch 0.9.2-13.el8 delorean-xena-testing 40 k DEBUG: python3-html5lib noarch 1:0.999999999-6.el8 Stream-AppStream 214 k DEBUG: python3-invoke noarch 1.4.0-1.el8 delorean-xena-testing 157 k DEBUG: Enabling module streams: DEBUG: idm client DEBUG: perl 5.26 DEBUG: perl-IO-Socket-SSL 2.066 DEBUG: perl-libwww-perl 6.34 DEBUG: Transaction Summary DEBUG: =========================================================================================================================== DEBUG: Install 412 Packages DEBUG: Total size: 210 M DEBUG: Total download size: 5.6 M DEBUG: Installed size: 830 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] python-openstackclient-lang-5.6.0-0.20210906202628.6ce7da8.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-vitrageclient-bash-completion-4.4.0-0.20210906235002.bc829d3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-aodhclient-2.2.0-0.20210906223041.b747ae3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-barbicanclient-5.1.0-0.20210906204203.ad49c40.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-ceilometerclient-2.9.0-0.20210906203439.3b4e35a.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cinderclient-8.0.0-0.20210906202342.e03111d.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-glanceclient-3.5.0-0.20210906183538.74a55bd.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-gnocchiclient-7.0.4-0.20210906195629.64814b9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-heatclient-2.4.0-0.20210906190845.b438314.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneclient-4.2.0-0.20210906183208.d5cb761.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-mistralclient-4.2.0-0.20210906220336.20a10f0.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-neutronclient-7.5.0-0.20210906201946.ae39756.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-novaclient-17.5.0-0.20210906190044.f431295.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-openstackclient-5.6.0-0.20210906202628.6ce7da8.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-openstacksdk-0.59.0-0.20210906172933.d0d4d8b.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-service-types-1.7.0-0.20210907084649.0b2f473.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-osc-lib-2.4.2-0.20210906184656.415a6c7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslotest-4.4.1-0.20210907083654.aaf3a72.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-stevedore-3.4.0-0.20210906165939.8846a3f.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-swiftclient-3.12.0-0.20210906190604.38c435f.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-vitrageclient-4.4.0-0.20210906235002.bc829d3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-zaqarclient-2.1.0-0.20210906185825.e388947.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-cache-lang-2.8.1-0.20210907074603.40946a9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-concurrency-lang-4.4.0-0.20210906191147.7dcf9e9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-db-lang-10.0.0-0.20210906195904.f3bdd4d.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-i18n-lang-5.0.1-0.20210906170458.73187bd.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-log-lang-4.6.0-0.20210906185501.41c8807.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-middleware-lang-4.4.0-0.20210906194222.da7987c.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-policy-lang-3.8.2-0.20210906200231.c7fd9f4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-utils-lang-4.10.0-0.20210906171309.2c74bb9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-versionedobjects-lang-2.5.0-0.20210906203954.a85275f.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-pycadf-common-3.1.1-0.20210906193823.4179996.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cliff-3.9.0-0.20210906184402.734bc0c.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-debtcollector-2.2.0-0.20210906171012.649189d.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-futurist-2.3.0-0.20210906193931.1a1c6f8.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-testr-2.0.0-0.20210906204943.248dc81.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-traits-2.6.0-0.20210906221358.c323982.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-cache-2.8.1-0.20210907074603.40946a9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-concurrency-4.4.0-0.20210906191147.7dcf9e9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-config-8.7.1-0.20210907075421.1a7bd66.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-context-3.3.1-0.20210906185249.641a1e0.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-db-10.0.0-0.20210906195904.f3bdd4d.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-i18n-5.0.1-0.20210906170458.73187bd.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-log-4.6.0-0.20210906185501.41c8807.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-messaging-12.9.1-0.20210906194937.f9de265.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-metrics-0.3.0-0.20210906194437.43eee50.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-middleware-4.4.0-0.20210906194222.da7987c.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-policy-3.8.2-0.20210906200231.c7fd9f4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-serialization-4.2.0-0.20210906182904.2b94a4f.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-service-2.6.0-0.20210906194725.091fd65.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-upgradecheck-1.4.0-0.20210906201147.3ca8698.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-utils-4.10.0-0.20210906171309.2c74bb9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-versionedobjects-2.5.0-0.20210906203954.a85275f.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-osprofiler-3.4.1-0.20210906210856.951efdc.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pycadf-3.1.1-0.20210906193823.4179996.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-requestsexceptions-1.4.0-0.20210906172734.d7ac0ff.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tooz-2.9.0-0.20210906195442.174065f.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-vitrage-7.5.1-0.20210907094219.7630444.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-neutron-lib-2.15.0-0.20210906221639.5ff14c6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-ken-2.1.0-0.20210906220824.f78a0ec.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-ovsdbapp-1.12.0-0.20210906231808.35c8eae.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneauth1-4.3.1-0.20210906172353.112bcae.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystonemiddleware-9.3.0-0.20210907075711.90df936.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-client-config-2.1.0-0.20210906184124.bc96c23.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] augeas-libs-1.12.0-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] bash-completion-2.7-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] bc-1.07.1-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] checkpolicy-2.9-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dbus-glib-0.110-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dejavu-fonts-common-2.35-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] dejavu-sans-fonts-2.35-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] groff-base-1.22.3-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] hostname-3.20-7.el8.0.1.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] hwdata-0.314-8.10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] initscripts-10.00.15-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ipcalc-0.2.4-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] iproute-5.12.0-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] keyutils-1.5.10-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libbpf-0.4.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libevent-2.1.8-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgfortran-8.5.0-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libibverbs-35.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libipa_hbac-2.5.2-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libmnl-1.0.4-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libnl3-3.5.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpcap-1.9.1-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpciaccess-0.14-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libquadmath-8.5.0-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libselinux-utils-2.9-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxslt-1.1.32-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libyaml-0.1.7-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lzo-2.08-14.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] network-scripts-10.00.15-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] numactl-libs-2.0.12-13.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pciutils-3.7.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pciutils-libs-3.7.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Carp-1.42-396.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Data-Dumper-2.167-399.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Encode-2.97-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Errno-1.28-420.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Exporter-5.72-396.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Path-2.15-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Temp-0.230.600-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Getopt-Long-2.50-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-HTTP-Tiny-0.074-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-1.38-420.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-MIME-Base64-3.15-396.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-PathTools-3.74-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Escapes-1.07-395.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Perldoc-3.28-396.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Simple-3.35-395.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Usage-1.69-395.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Scalar-List-Utils-1.49-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Socket-2.027-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Storable-3.11-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Term-ANSIColor-4.06-396.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Term-Cap-1.17-395.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Text-ParseWords-3.30-395.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Time-Local-1.280-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Unicode-Normalize-1.25-396.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-constant-1.33-396.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-interpreter-5.26.3-420.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-libs-5.26.3-420.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-macros-5.26.3-420.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-parent-0.237-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-podlators-4.11-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-threads-2.21-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-threads-shared-1.58-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] policycoreutils-2.9-15.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] policycoreutils-python-utils-2.9-15.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-dateutil-2.6.1-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dbus-1.2.4-15.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-dns-1.15.0-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-inotify-0.9.6-13.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jwt-1.6.1-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-libipa_hbac-2.5.2-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-libselinux-2.9-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-libsemanage-2.9-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-oauthlib-2.1.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-policycoreutils-2.9-15.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-requests-oauthlib-1.0.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-setools-4.3.0-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-sss-murmur-2.5.2-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rdma-core-35.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rpm-plugin-selinux-4.14.3-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] selinux-policy-3.14.3-79.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] selinux-policy-targeted-3.14.3-79.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] snappy-1.1.8-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] tcl-8.6.8-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] desktop-file-utils-0.23-8.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] geolite2-city-20180605-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] geolite2-country-20180605-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] ipa-client-common-4.9.3-1.module_el8.5.0+841+ab9088e2.noarch.rpm: Already downloaded DEBUG: [SKIPPED] ipa-common-4.9.3-1.module_el8.5.0+841+ab9088e2.noarch.rpm: Already downloaded DEBUG: [SKIPPED] ipa-selinux-4.9.3-1.module_el8.5.0+841+ab9088e2.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libX11-xcb-1.6.8-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libdrm-2.4.106-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libglvnd-1.3.2-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libglvnd-glx-1.3.2-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libmaxminddb-1.2.0-10.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpq-13.3-1.el8_4.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxshmfence-1.3-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] mesa-libGL-21.1.5-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] mesa-libGLU-9.0.0-15.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] mesa-libglapi-21.1.5-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nmap-7.70-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nmap-ncat-7.70-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openblas-0.3.12-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openblas-threads-0.3.12-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Digest-1.17-395.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Digest-MD5-2.55-396.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Filter-1.58-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-Socket-IP-0.39-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be1595ff.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595ff.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Text-Unidecode-1.30-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-URI-1.73-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-XML-Parser-2.44-11.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-XML-XPath-1.42-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-encoding-2.22-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-libnet-3.11-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-open-1.11-420.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-PyMySQL-0.10.1-2.module_el8.5.0+761+faacb0fb.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-attrs-17.4.0-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-augeas-0.5.0-12.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cairo-1.16.3-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-gssapi-1.5.1-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-html5lib-0.999999999-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-ipaclient-4.9.3-1.module_el8.5.0+841+ab9088e2.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-ipalib-4.9.3-1.module_el8.5.0+841+ab9088e2.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jmespath-0.9.0-11.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonpatch-1.21-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonpointer-1.10-11.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jwcrypto-0.5.0-1.module_el8.5.0+749+7571487a.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-ldap-3.3.1-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-lxml-4.2.3-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-mako-1.0.6-13.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-netaddr-0.7.19-8.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-netifaces-0.10.6-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-numpy-1.14.3-10.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-numpy-f2py-1.14.3-10.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pillow-5.1.1-16.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-prettytable-0.7.2-14.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-psycopg2-2.7.5-7.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-py-1.5.3-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyOpenSSL-19.0.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyusb-1.0.0-9.module_el8.5.0+749+7571487a.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-qrcode-core-5.1-12.module_el8.5.0+749+7571487a.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-semantic_version-2.6.0-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tkinter-3.6.8-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-webencodings-0.5.1-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-yubico-1.3.2-9.module_el8.5.0+749+7571487a.noarch.rpm: Already downloaded DEBUG: [SKIPPED] texlive-base-20180414-23.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] texlive-dvipng-20180414-23.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-kpathsea-20180414-23.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-lib-20180414-23.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-tetex-20180414-23.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] texlive-texlive.infra-20180414-23.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] tk-8.6.8-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] unbound-libs-1.7.3-17.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] xdg-utils-1.1.2-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libaec-1.0.2-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-unittest2-1.1.0-16.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] blosc-1.20.1-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] double-conversion-3.1.5-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] hdf5-1.10.5-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libqhull-7.2.1-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsodium-1.0.18-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-Bottleneck-1.2.1-13.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-alembic-1.4.3-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-amqp-5.0.5-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-anyjson-0.3.3-24.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-appdirs-1.4.3-12.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-atomicwrites-1.3.0-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-autopage-0.4.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-bcrypt-3.1.7-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-beautifulsoup4-4.9.3-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cachetools-4.2.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-certifi-2018.10.15-8.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cmd2-1.4.0-1.1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-colorama-0.4.3-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-contextvars-2.4-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cotyledon-1.7.3-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cssselect-0.9.2-13.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cycler-0.10.0-13.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dataclasses-0.8-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-ddt-1.2.1-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-decorator-4.4.0-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dictdiffer-0.8.1-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dogpile-cache-1.1.2-1.1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-editor-1.0.4-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-etcd3gw-0.2.5-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-extras-1.0.0-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-fastcache-1.1.0-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-fasteners-0.14.1-20.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-fixtures-3.0.0-16.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-fluidity-sm-0.2.0-16.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-future-0.18.2-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-gabbi-1.49.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-gmpy2-2.0.8-7.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-google-auth-1.24.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-h11-0.12.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-h2-3.2.0-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-hpack-3.0.0-11.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-httpcore-0.12.2-1.2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-httpx-0.16.1-1.1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-hyperframe-5.2.0-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-immutables-0.14-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-importlib-metadata-1.7.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-invoke-1.4.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-iso8601-0.1.12-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jeepney-0.4.3-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonpath-rw-1.4.0-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonpath-rw-ext-1.2.2-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonschema-3.2.0-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-kazoo-2.8.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keyring-21.0.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-kiwisolver-1.1.0-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-kombu-5.0.2-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-kubernetes-11.0.0-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-lexicon-1.0.0-9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-linecache2-1.0.0-25.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-logutils-0.3.5-11.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-matplotlib-3.1.1-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-matplotlib-data-3.1.1-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-matplotlib-data-fonts-3.1.1-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-matplotlib-tk-3.1.1-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-memcached-1.59-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-migrate-0.13.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-mimeparse-1.6.0-11.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-mock-3.0.5-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-monotonic-1.5-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-more-itertools-7.2.0-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-mpmath-1.1.0-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-msgpack-1.0.2-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-munch-2.5.0-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-murano-pkg-check-0.3.0-15.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-networkx-2.5-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-numexpr-2.7.1-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-openshift-0.10.1-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pandas-0.25.3-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-paramiko-2.7.2-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-paste-3.5.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-paste-deploy-2.1.1-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pecan-1.3.3-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pluggy-0.13.1-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-prometheus_client-0.7.1-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-psutil-5.7.3-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyasn1-0.4.6-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyasn1-modules-0.4.6-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pydot-1.4.1-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyglet-1.4.6-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pygraphviz-1.5-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pynacl-1.4.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyngus-2.3.0-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyperclip-1.8.0-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyrsistent-0.17.3-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pytest-4.6.9-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyyaml-5.4.1-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-rdo-openvswitch-2.15-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-redis-3.5.3-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-repoze-lru-0.7-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rfc3986-1.4.0-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-routes-2.4.1-12.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rsa-4.6-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-ruamel-yaml-0.16.5-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-ruamel-yaml-clib-0.1.2-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-secretstorage-3.1.1-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-setproctitle-1.1.10-16.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-simplejson-3.17.2-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-smi-0.3.4-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sniffio-1.2.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-soupsieve-2.1.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sqlparse-0.3.1-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-statsd-3.2.1-16.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-stestr-2.6.0-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-string_utils-0.6.0-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-subunit-1.4.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sympy-1.4-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tables-3.5.2-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-tempita-0.5.1-25.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tenacity-6.2.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testrepository-0.0.20-20.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testresources-2.0.1-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testscenarios-0.5.0-17.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testtools-2.3.0-15.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-traceback2-1.4.0-25.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-ujson-2.0.3-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-vine-5.0.0-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-voluptuous-0.12.1-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-waitress-1.4.2-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-warlock-1.3.3-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wcwidth-0.2.5-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-webob-1.8.6-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-websocket-client-0.56.0-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-webtest-2.0.35-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-werkzeug-2.0.1-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wrapt-1.12.1-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-wsgi_intercept-1.9.2-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-yappi-1.3.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-yaql-1.1.3-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-zake-0.2.2-18.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-zipp-3.4.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] rdo-network-scripts-openvswitch-2.15-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] rdo-openvswitch-2.15-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-Cython-0.29.2-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pysnmp-4.4.12-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-qpid-proton-0.30.0-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] qpid-proton-c-0.30.0-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] network-scripts-openvswitch2.15-2.15.0-35.el8s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openvswitch-selinux-extra-policy-1.0-28.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] openvswitch2.15-2.15.0-35.el8s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-openvswitch2.15-2.15.0-35.el8s.x86_64.rpm: Already downloaded DEBUG: (378/407): python3-cinder-tests-tempest-1.5.0-0 340 kB/s | 72 kB 00:00 DEBUG: (379/407): python3-ironic-tests-tempest-2.3.0-0 638 kB/s | 167 kB 00:00 DEBUG: (380/407): dib-utils-0.0.11-0.20210906193016.51 284 kB/s | 11 kB 00:00 DEBUG: (381/407): python3-saharaclient-3.3.0-0.2021090 1.1 MB/s | 194 kB 00:00 DEBUG: (382/407): python3-muranoclient-2.2.0-0.2021090 836 kB/s | 339 kB 00:00 DEBUG: (383/407): python3-networking-l2gw-tests-tempes 733 kB/s | 46 kB 00:00 DEBUG: (384/407): python3-designate-tests-tempest-0.12 1.1 MB/s | 156 kB 00:00 DEBUG: (385/407): python3-manila-tests-tempest-1.5.1-0 1.4 MB/s | 415 kB 00:00 DEBUG: (386/407): python3-octavia-tests-tempest-1.8.1- 1.1 MB/s | 283 kB 00:00 DEBUG: (387/407): python3-neutron-tests-tempest-1.6.1- 1.4 MB/s | 527 kB 00:00 DEBUG: (388/407): python3-barbican-tests-tempest-1.4.1 920 kB/s | 90 kB 00:00 DEBUG: (389/407): python3-keystone-tests-tempest-0.7.1 1.7 MB/s | 152 kB 00:00 DEBUG: (390/407): python3-novajoin-tests-tempest-0.0.4 870 kB/s | 54 kB 00:00 DEBUG: (391/407): python3-kuryr-tests-tempest-0.10.1-0 1.3 MB/s | 86 kB 00:00 DEBUG: (392/407): python3-heat-tests-tempest-1.2.1-0.2 1.4 MB/s | 133 kB 00:00 DEBUG: (393/407): python3-magnum-tests-tempest-1.4.1-0 1.3 MB/s | 76 kB 00:00 DEBUG: (394/407): python3-mistral-tests-tempest-1.2.1- 1.4 MB/s | 79 kB 00:00 DEBUG: (395/407): python3-murano-tests-tempest-2.3.1-0 1.4 MB/s | 153 kB 00:00 DEBUG: (396/407): python3-sahara-tempest-0.13.0-0.2021 581 kB/s | 25 kB 00:00 DEBUG: (397/407): python3-patrole-tests-tempest-0.12.0 1.9 MB/s | 321 kB 00:00 DEBUG: (398/407): python3-sahara-tests-tempest-0.13.0- 1.5 MB/s | 95 kB 00:00 DEBUG: (399/407): python3-telemetry-tests-tempest-1.4. 651 kB/s | 46 kB 00:00 DEBUG: (400/407): python3-octavia-tests-tempest-golang 2.3 MB/s | 1.6 MB 00:00 DEBUG: (401/407): python3-tempestconf-3.2.2-0.20210907 1.4 MB/s | 90 kB 00:00 DEBUG: (402/407): python3-trove-tests-tempest-1.3.0-0. 1.4 MB/s | 57 kB 00:00 DEBUG: (403/407): python3-vitrage-tests-tempest-5.4.0- 2.1 MB/s | 127 kB 00:00 DEBUG: (404/407): python3-watcher-tests-tempest-2.3.0- 1.7 MB/s | 104 kB 00:00 DEBUG: (405/407): python3-zaqar-tests-tempest-1.3.1-0. 1.0 MB/s | 73 kB 00:00 DEBUG: (406/407): os-collect-config-13.0.2-0.202109062 1.1 MB/s | 48 kB 00:00 DEBUG: (407/407): os-refresh-config-13.0.2-0.202109062 545 kB/s | 20 kB 00:00 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 3.8 MB/s | 5.6 MB 00:01 DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : python3-iso8601-0.1.12-3.el8.noarch 1/412 DEBUG: Installing : python3-netaddr-0.7.19-8.el8.noarch 2/412 DEBUG: Installing : python3-webob-1.8.6-3.el8.noarch 3/412 DEBUG: Installing : python3-prettytable-0.7.2-14.el8.noarch 4/412 DEBUG: Installing : python3-dateutil-1:2.6.1-6.el8.noarch 5/412 DEBUG: Installing : python3-pyasn1-0.4.6-3.el8.noarch 6/412 DEBUG: Installing : python3-decorator-4.4.0-5.el8.noarch 7/412 DEBUG: Installing : python3-tenacity-6.2.0-1.el8.noarch 8/412 DEBUG: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/412 DEBUG: Installing : python3-mako-1.0.6-13.el8.noarch 10/412 DEBUG: Installing : python3-futurist-2.3.0-0.20210906193931.1a1c6f8. 11/412 DEBUG: Installing : python3-pyasn1-modules-0.4.6-3.el8.noarch 12/412 DEBUG: Installing : python3-voluptuous-0.12.1-1.el8.noarch 13/412 DEBUG: Installing : python3-simplejson-3.17.2-2.el8.x86_64 14/412 DEBUG: Installing : python3-rfc3986-1.4.0-3.el8.noarch 15/412 DEBUG: Installing : python3-msgpack-1.0.2-1.el8.x86_64 16/412 DEBUG: Installing : python3-mock-3.0.5-7.el8.noarch 17/412 DEBUG: Installing : python3-extras-1.0.0-10.el8.noarch 18/412 DEBUG: Installing : python3-certifi-2018.10.15-8.el8.noarch 19/412 DEBUG: Installing : python3-cachetools-4.2.0-1.el8.noarch 20/412 DEBUG: Running scriptlet: texlive-base-7:20180414-23.el8.noarch 21/412 DEBUG: Installing : texlive-base-7:20180414-23.el8.noarch 21/412 DEBUG: Installing : python3-pillow-5.1.1-16.el8.x86_64 22/412 DEBUG: Installing : python3-netifaces-0.10.6-4.el8.x86_64 23/412 DEBUG: Installing : python3-attrs-17.4.0-6.el8.noarch 24/412 DEBUG: Installing : python3-PyMySQL-0.10.1-2.module_el8.5.0+761+faac 25/412 DEBUG: Installing : python3-libselinux-2.9-5.el8.x86_64 26/412 DEBUG: Installing : python3-dns-1.15.0-10.el8.noarch 27/412 DEBUG: Installing : libselinux-utils-2.9-5.el8.x86_64 28/412 DEBUG: Installing : policycoreutils-2.9-15.el8.x86_64 29/412 DEBUG: Running scriptlet: policycoreutils-2.9-15.el8.x86_64 29/412 DEBUG: Installing : rpm-plugin-selinux-4.14.3-18.el8.x86_64 30/412 DEBUG: Installing : selinux-policy-3.14.3-79.el8.noarch 31/412 DEBUG: Running scriptlet: selinux-policy-3.14.3-79.el8.noarch 31/412 DEBUG: Running scriptlet: selinux-policy-targeted-3.14.3-79.el8.noarch 32/412 DEBUG: Installing : selinux-policy-targeted-3.14.3-79.el8.noarch 32/412 DEBUG: Running scriptlet: selinux-policy-targeted-3.14.3-79.el8.noarch 32/412 DEBUG: Installing : python3-gssapi-1.5.1-5.el8.x86_64 33/412 DEBUG: Installing : python3-yaql-1.1.3-10.el8.noarch 34/412 DEBUG: Installing : python3-matplotlib-data-fonts-3.1.1-2.el8.noarch 35/412 DEBUG: Installing : python3-matplotlib-data-3.1.1-2.el8.noarch 36/412 DEBUG: Installing : python3-wrapt-1.12.1-3.el8.x86_64 37/412 DEBUG: Installing : python3-debtcollector-2.2.0-0.20210906171012.649 38/412 DEBUG: Installing : python3-oslo-context-3.3.1-0.20210906185249.641a 39/412 DEBUG: Installing : python3-wcwidth-0.2.5-2.el8.noarch 40/412 DEBUG: Installing : python3-vine-5.0.0-2.el8.noarch 41/412 DEBUG: Installing : python3-amqp-5.0.5-1.el8.noarch 42/412 DEBUG: Installing : python3-tempita-0.5.1-25.el8.noarch 43/412 DEBUG: Installing : python3-paste-3.5.0-1.el8.noarch 44/412 DEBUG: Installing : python3-paste-deploy-2.1.1-1.el8.noarch 45/412 DEBUG: Installing : python3-setproctitle-1.1.10-16.el8.x86_64 46/412 DEBUG: Installing : python3-pydot-1.4.1-1.el8.noarch 47/412 DEBUG: Installing : python3-psutil-5.7.3-1.el8.x86_64 48/412 DEBUG: Installing : python3-future-0.18.2-3.el8.noarch 49/412 DEBUG: Installing : python3-fasteners-0.14.1-20.el8.noarch 50/412 DEBUG: Installing : python3-colorama-0.4.3-3.el8.noarch 51/412 DEBUG: Installing : python3-bcrypt-3.1.7-3.el8.x86_64 52/412 DEBUG: Installing : python3-unittest2-1.1.0-16.el8.noarch 53/412 DEBUG: Installing : texlive-lib-7:20180414-23.el8.x86_64 54/412 DEBUG: Installing : python3-pyusb-1.0.0-9.module_el8.5.0+749+7571487 55/412 DEBUG: Installing : geolite2-country-20180605-1.el8.noarch 56/412 DEBUG: Installing : geolite2-city-20180605-1.el8.noarch 57/412 DEBUG: Installing : tcl-1:8.6.8-2.el8.x86_64 58/412 DEBUG: Running scriptlet: tcl-1:8.6.8-2.el8.x86_64 58/412 DEBUG: Installing : python3-jwt-1.6.1-2.el8.noarch 59/412 DEBUG: Installing : libquadmath-8.5.0-3.el8.x86_64 60/412 DEBUG: Running scriptlet: libquadmath-8.5.0-3.el8.x86_64 60/412 DEBUG: Installing : libgfortran-8.5.0-3.el8.x86_64 61/412 DEBUG: Running scriptlet: libgfortran-8.5.0-3.el8.x86_64 61/412 DEBUG: Installing : openblas-0.3.12-1.el8.x86_64 62/412 DEBUG: Running scriptlet: openblas-0.3.12-1.el8.x86_64 62/412 DEBUG: Installing : openblas-threads-0.3.12-1.el8.x86_64 63/412 DEBUG: Running scriptlet: openblas-threads-0.3.12-1.el8.x86_64 63/412 DEBUG: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 64/412 DEBUG: Installing : python3-numexpr-2.7.1-1.el8.x86_64 65/412 DEBUG: Installing : libnl3-3.5.0-1.el8.x86_64 66/412 DEBUG: Running scriptlet: libnl3-3.5.0-1.el8.x86_64 66/412 DEBUG: Installing : hwdata-0.314-8.10.el8.noarch 67/412 DEBUG: Installing : python3-os-traits-2.6.0-0.20210906221358.c323982 68/412 DEBUG: Installing : python3-os-service-types-1.7.0-0.20210907084649. 69/412 DEBUG: Installing : libpciaccess-0.14-1.el8.x86_64 70/412 DEBUG: Installing : libdrm-2.4.106-2.el8.x86_64 71/412 DEBUG: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 72/412 DEBUG: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 72/412 DEBUG: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 73/412 DEBUG: Installing : python3-Bottleneck-1.2.1-13.el8.x86_64 74/412 DEBUG: Installing : python3-oauthlib-2.1.0-1.el8.noarch 75/412 DEBUG: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 76/412 DEBUG: Running scriptlet: tk-1:8.6.8-1.el8.x86_64 77/412 DEBUG: Installing : tk-1:8.6.8-1.el8.x86_64 77/412 DEBUG: Running scriptlet: tk-1:8.6.8-1.el8.x86_64 77/412 DEBUG: Installing : python3-tkinter-3.6.8-40.el8.x86_64 78/412 DEBUG: Installing : libmaxminddb-1.2.0-10.el8.x86_64 79/412 DEBUG: Running scriptlet: libmaxminddb-1.2.0-10.el8.x86_64 79/412 DEBUG: Installing : ipcalc-0.2.4-4.el8.x86_64 80/412 DEBUG: Installing : python3-yubico-1.3.2-9.module_el8.5.0+749+757148 81/412 DEBUG: Installing : python3-cotyledon-1.7.3-4.el8.noarch 82/412 DEBUG: Installing : python3-libsemanage-2.9-6.el8.x86_64 83/412 DEBUG: Installing : python3-setools-4.3.0-2.el8.x86_64 84/412 DEBUG: Installing : python3-ldap-3.3.1-2.el8.x86_64 85/412 DEBUG: Installing : python3-etcd3gw-0.2.5-1.el8.noarch 86/412 DEBUG: Installing : python3-jsonpath-rw-1.4.0-3.el8.noarch 87/412 DEBUG: Installing : python3-jsonpath-rw-ext-1.2.2-1.el8.noarch 88/412 DEBUG: Installing : python3-prometheus_client-0.7.1-2.el8.noarch 89/412 DEBUG: Installing : python3-rsa-4.6-2.el8.noarch 90/412 DEBUG: Installing : python3-google-auth-1:1.24.0-1.el8.noarch 91/412 DEBUG: Installing : qpid-proton-c-0.30.0-2.el8.x86_64 92/412 DEBUG: Installing : python3-qpid-proton-0.30.0-2.el8.x86_64 93/412 DEBUG: Installing : python3-pyngus-2.3.0-4.el8.noarch 94/412 DEBUG: Installing : python3-Cython-0.29.2-1.el8.x86_64 95/412 DEBUG: Installing : python3-zipp-3.4.0-1.el8.noarch 96/412 DEBUG: Installing : python3-importlib-metadata-1.7.0-1.el8.noarch 97/412 DEBUG: Installing : python3-stevedore-3.4.0-0.20210906165939.8846a3f 98/412 DEBUG: Installing : python3-keystoneauth1-4.3.1-0.20210906172353.112 99/412 DEBUG: Installing : python3-dogpile-cache-1.1.2-1.1.el8.noarch 100/412 DEBUG: Installing : python3-kombu-1:5.0.2-1.el8.noarch 101/412 DEBUG: Installing : python3-pluggy-0.13.1-2.el8.noarch 102/412 DEBUG: Installing : python3-yappi-1.3.0-1.el8.x86_64 103/412 DEBUG: Installing : python3-wsgi_intercept-1.9.2-1.el8.noarch 104/412 DEBUG: Installing : python3-websocket-client-0.56.0-5.el8.noarch 105/412 DEBUG: Installing : python3-waitress-1.4.2-1.el8.noarch 106/412 DEBUG: Installing : python3-testresources-2.0.1-1.el8.noarch 107/412 DEBUG: Installing : python3-string_utils-0.6.0-10.el8.noarch 108/412 DEBUG: Installing : python3-statsd-3.2.1-16.el8.noarch 109/412 DEBUG: Installing : python3-sqlparse-0.3.1-3.el8.noarch 110/412 DEBUG: Installing : python3-migrate-0.13.0-1.el8.noarch 111/412 DEBUG: Installing : python3-soupsieve-2.1.0-1.el8.noarch 112/412 DEBUG: Installing : python3-smi-0.3.4-6.el8.noarch 113/412 DEBUG: Installing : python3-pysnmp-4.4.12-5.el8.noarch 114/412 DEBUG: Installing : python3-ruamel-yaml-clib-0.1.2-1.el8.x86_64 115/412 DEBUG: Installing : python3-ruamel-yaml-0.16.5-3.el8.x86_64 116/412 DEBUG: Installing : python3-repoze-lru-0.7-6.el8.noarch 117/412 DEBUG: Installing : python3-routes-2.4.1-12.el8.noarch 118/412 DEBUG: Installing : python3-redis-3.5.3-1.el8.noarch 119/412 DEBUG: Installing : python3-pyrsistent-0.17.3-1.el8.x86_64 120/412 DEBUG: Installing : python3-jsonschema-3.2.0-5.el8.noarch 121/412 DEBUG: Installing : python3-pyperclip-1.8.0-2.el8.noarch 122/412 DEBUG: Installing : python3-cmd2-1.4.0-1.1.el8.noarch 123/412 DEBUG: Installing : python3-pygraphviz-1.5-9.el8.x86_64 124/412 DEBUG: Installing : python3-munch-2.5.0-3.el8.noarch 125/412 DEBUG: Installing : python3-more-itertools-7.2.0-3.el8.noarch 126/412 DEBUG: Installing : python3-monotonic-1.5-5.el8.noarch 127/412 DEBUG: Installing : python3-mimeparse-1.6.0-11.el8.noarch 128/412 DEBUG: Installing : python3-memcached-1.59-1.el8.noarch 129/412 DEBUG: Installing : python3-logutils-0.3.5-11.el8.noarch 130/412 DEBUG: Installing : python3-linecache2-1.0.0-25.el8.noarch 131/412 DEBUG: Installing : python3-traceback2-1.4.0-25.el8.noarch 132/412 DEBUG: Installing : python3-fixtures-3.0.0-16.el8.noarch 133/412 DEBUG: Installing : python3-testtools-2.3.0-15.el8.noarch 134/412 DEBUG: Installing : python3-subunit-1.4.0-1.el8.noarch 135/412 DEBUG: Installing : python3-oslotest-4.4.1-0.20210907083654.aaf3a72. 136/412 DEBUG: Installing : python3-testscenarios-0.5.0-17.el8.noarch 137/412 DEBUG: Installing : python3-testrepository-0.0.20-20.el8.noarch 138/412 DEBUG: Installing : python3-lexicon-1.0.0-9.el8.noarch 139/412 DEBUG: Installing : python3-kiwisolver-1.1.0-4.el8.x86_64 140/412 DEBUG: Installing : python3-kazoo-2.8.0-1.el8.noarch 141/412 DEBUG: Installing : python3-zake-0.2.2-18.el8.noarch 142/412 DEBUG: Installing : python3-jeepney-0.4.3-1.el8.noarch 143/412 DEBUG: Installing : python3-secretstorage-3.1.1-4.el8.noarch 144/412 DEBUG: Installing : python3-keyring-21.0.0-1.el8.noarch 145/412 DEBUG: Installing : python3-immutables-0.14-1.el8.x86_64 146/412 DEBUG: Installing : python3-contextvars-2.4-1.el8.noarch 147/412 DEBUG: Installing : python3-sniffio-1.2.0-1.el8.noarch 148/412 DEBUG: Installing : python3-hyperframe-5.2.0-7.el8.noarch 149/412 DEBUG: Installing : python3-hpack-3.0.0-11.el8.noarch 150/412 DEBUG: Installing : python3-h2-3.2.0-4.el8.noarch 151/412 DEBUG: Installing : python3-h11-0.12.0-1.el8.noarch 152/412 DEBUG: Installing : python3-httpcore-0.12.2-1.2.el8.noarch 153/412 DEBUG: Installing : python3-httpx-0.16.1-1.1.el8.noarch 154/412 DEBUG: Installing : python3-gmpy2-2.0.8-7.el8.x86_64 155/412 DEBUG: Installing : python3-fluidity-sm-0.2.0-16.el8.noarch 156/412 DEBUG: Installing : python3-fastcache-1.1.0-5.el8.x86_64 157/412 DEBUG: Installing : python3-editor-1.0.4-4.el8.noarch 158/412 DEBUG: Installing : python3-alembic-1.4.3-1.el8.noarch 159/412 DEBUG: Installing : python3-dictdiffer-0.8.1-2.el8.noarch 160/412 DEBUG: Installing : python3-dataclasses-0.8-1.el8.noarch 161/412 DEBUG: Installing : python3-werkzeug-2.0.1-2.el8.noarch 162/412 DEBUG: Installing : python3-cycler-0.10.0-13.el8.noarch 163/412 DEBUG: Installing : python3-cssselect-0.9.2-13.el8.noarch 164/412 DEBUG: Installing : python3-autopage-0.4.0-1.el8.noarch 165/412 DEBUG: Installing : python3-atomicwrites-1.3.0-6.el8.noarch 166/412 DEBUG: Installing : python3-appdirs-1.4.3-12.el8.noarch 167/412 DEBUG: Installing : python3-anyjson-0.3.3-24.el8.noarch 168/412 DEBUG: Installing : libsodium-1.0.18-2.el8.x86_64 169/412 DEBUG: Installing : python3-pynacl-1.4.0-1.el8.x86_64 170/412 DEBUG: Installing : libqhull-1:7.2.1-2.el8.x86_64 171/412 DEBUG: Installing : double-conversion-3.1.5-4.el8.x86_64 172/412 DEBUG: Installing : python3-ujson-2.0.3-2.el8.x86_64 173/412 DEBUG: Installing : libaec-1.0.2-3.el8.x86_64 174/412 DEBUG: Installing : hdf5-1.10.5-5.el8.x86_64 175/412 DEBUG: Installing : python3-webencodings-0.5.1-6.el8.noarch 176/412 DEBUG: Installing : python3-html5lib-1:0.999999999-6.el8.noarch 177/412 DEBUG: Installing : python3-semantic_version-2.6.0-5.el8.noarch 178/412 DEBUG: Installing : python3-qrcode-core-5.1-12.module_el8.5.0+749+75 179/412 DEBUG: Installing : python3-py-1.5.3-4.el8.noarch 180/412 DEBUG: Installing : python3-pytest-4.6.9-1.el8.noarch 181/412 DEBUG: Installing : python3-jwcrypto-0.5.0-1.module_el8.5.0+749+7571 182/412 DEBUG: Installing : python3-jsonpointer-1.10-11.el8.noarch 183/412 DEBUG: Installing : python3-jsonpatch-1.21-2.el8.noarch 184/412 DEBUG: Installing : python3-warlock-1.3.3-1.el8.noarch 185/412 DEBUG: Installing : python3-jmespath-0.9.0-11.el8.noarch 186/412 DEBUG: Installing : python3-cairo-1.16.3-6.el8.x86_64 187/412 DEBUG: Installing : mesa-libglapi-21.1.5-1.el8.x86_64 188/412 DEBUG: Running scriptlet: mesa-libglapi-21.1.5-1.el8.x86_64 188/412 DEBUG: Installing : libxshmfence-1.3-2.el8.x86_64 189/412 DEBUG: Installing : libpq-13.3-1.el8_4.x86_64 190/412 DEBUG: Installing : python3-psycopg2-2.7.5-7.el8.x86_64 191/412 DEBUG: Installing : libglvnd-1:1.3.2-1.el8.x86_64 192/412 DEBUG: Installing : libX11-xcb-1.6.8-5.el8.x86_64 193/412 DEBUG: Installing : libglvnd-glx-1:1.3.2-1.el8.x86_64 194/412 DEBUG: Installing : mesa-libGL-21.1.5-1.el8.x86_64 195/412 DEBUG: Installing : mesa-libGLU-9.0.0-15.el8.x86_64 196/412 DEBUG: Installing : python3-pyglet-1.4.6-1.el8.noarch 197/412 DEBUG: Installing : ipa-client-common-4.9.3-1.module_el8.5.0+841+ab9 198/412 DEBUG: Installing : desktop-file-utils-0.23-8.el8.x86_64 199/412 DEBUG: Installing : xdg-utils-1.1.2-5.el8.noarch 200/412 DEBUG: Installing : snappy-1.1.8-3.el8.x86_64 201/412 DEBUG: Installing : blosc-1.20.1-1.el8.x86_64 202/412 DEBUG: Installing : python3-sss-murmur-2.5.2-2.el8.x86_64 203/412 DEBUG: Installing : python3-inotify-0.9.6-13.el8.noarch 204/412 DEBUG: Installing : python3-audit-3.0-0.17.20191104git1c2f876.el8.x8 205/412 DEBUG: Installing : pciutils-libs-3.7.0-1.el8.x86_64 206/412 DEBUG: Running scriptlet: pciutils-libs-3.7.0-1.el8.x86_64 206/412 DEBUG: Installing : pciutils-3.7.0-1.el8.x86_64 207/412 DEBUG: Installing : rdma-core-35.0-1.el8.x86_64 208/412 DEBUG: Running scriptlet: rdma-core-35.0-1.el8.x86_64 208/412 DEBUG: Installing : libibverbs-35.0-1.el8.x86_64 209/412 DEBUG: Running scriptlet: libibverbs-35.0-1.el8.x86_64 209/412 DEBUG: Installing : libpcap-14:1.9.1-5.el8.x86_64 210/412 DEBUG: Installing : nmap-ncat-2:7.70-6.el8.x86_64 211/412 DEBUG: Running scriptlet: nmap-ncat-2:7.70-6.el8.x86_64 211/412 DEBUG: Installing : nmap-2:7.70-6.el8.x86_64 212/412 DEBUG: Installing : numactl-libs-2.0.12-13.el8.x86_64 213/412 DEBUG: Running scriptlet: numactl-libs-2.0.12-13.el8.x86_64 213/412 DEBUG: Installing : lzo-2.08-14.el8.x86_64 214/412 DEBUG: Installing : python3-tables-3.5.2-6.el8.x86_64 215/412 DEBUG: Installing : libyaml-0.1.7-5.el8.x86_64 216/412 DEBUG: Installing : python3-pyyaml-5.4.1-2.el8.x86_64 217/412 DEBUG: Installing : python3-cliff-3.9.0-0.20210906184402.734bc0c.el8 218/412 DEBUG: Installing : python3-gnocchiclient-7.0.4-0.20210906195629.648 219/412 DEBUG: Installing : python3-stestr-2.6.0-4.el8.noarch 220/412 DEBUG: Installing : python3-ddt-1.2.1-4.el8.noarch 221/412 DEBUG: Installing : python3-os-testr-2.0.0-0.20210906204943.248dc81. 222/412 DEBUG: Installing : python3-gabbi-1.49.0-1.el8.noarch 223/412 DEBUG: Installing : python3-kubernetes-11.0.0-4.el8.noarch 224/412 DEBUG: Installing : python3-openshift-1:0.10.1-3.el8.noarch 225/412 DEBUG: Installing : python3-invoke-1.4.0-1.el8.noarch 226/412 DEBUG: Installing : python3-paramiko-2.7.2-1.el8.noarch 227/412 DEBUG: Installing : libxslt-1.1.32-6.el8.x86_64 228/412 DEBUG: Installing : python3-beautifulsoup4-4.9.3-1.el8.noarch 229/412 DEBUG: Installing : python3-lxml-4.2.3-3.el8.x86_64 230/412 DEBUG: Installing : python3-webtest-2.0.35-3.el8.noarch 231/412 DEBUG: Installing : python3-pecan-1.3.3-2.el8.noarch 232/412 DEBUG: Installing : libmnl-1.0.4-6.el8.x86_64 233/412 DEBUG: Running scriptlet: libmnl-1.0.4-6.el8.x86_64 233/412 DEBUG: Installing : libipa_hbac-2.5.2-2.el8.x86_64 234/412 DEBUG: Running scriptlet: libipa_hbac-2.5.2-2.el8.x86_64 234/412 DEBUG: Installing : python3-libipa_hbac-2.5.2-2.el8.x86_64 235/412 DEBUG: Installing : libevent-2.1.8-5.el8.x86_64 236/412 DEBUG: Running scriptlet: unbound-libs-1.7.3-17.el8.x86_64 237/412 DEBUG: Installing : unbound-libs-1.7.3-17.el8.x86_64 237/412 DEBUG: Running scriptlet: unbound-libs-1.7.3-17.el8.x86_64 237/412 DEBUG: Installing : libbpf-0.4.0-1.el8.x86_64 238/412 DEBUG: Installing : iproute-5.12.0-3.el8.x86_64 239/412 DEBUG: Installing : keyutils-1.5.10-9.el8.x86_64 240/412 DEBUG: Installing : initscripts-10.00.15-1.el8.x86_64 241/412 DEBUG: Running scriptlet: initscripts-10.00.15-1.el8.x86_64 241/412 DEBUG: Installing : hostname-3.20-7.el8.0.1.x86_64 242/412 DEBUG: Running scriptlet: hostname-3.20-7.el8.0.1.x86_64 242/412 DEBUG: Installing : groff-base-1.22.3-18.el8.x86_64 243/412 DEBUG: Installing : perl-Digest-1.17-395.el8.noarch 244/412 DEBUG: Installing : perl-Digest-MD5-2.55-396.el8.x86_64 245/412 DEBUG: Installing : perl-Data-Dumper-2.167-399.el8.x86_64 246/412 DEBUG: Installing : perl-libnet-3.11-3.el8.noarch 247/412 DEBUG: Installing : perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595 248/412 DEBUG: Installing : perl-URI-1.73-3.el8.noarch 249/412 DEBUG: Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 250/412 DEBUG: Installing : perl-Time-Local-1:1.280-1.el8.noarch 251/412 DEBUG: Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 252/412 DEBUG: Installing : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+de 253/412 DEBUG: Installing : perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be 254/412 DEBUG: Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 255/412 DEBUG: Installing : perl-Term-Cap-1.17-395.el8.noarch 256/412 DEBUG: Installing : perl-File-Temp-0.230.600-1.el8.noarch 257/412 DEBUG: Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 258/412 DEBUG: Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 259/412 DEBUG: Installing : perl-podlators-4.11-1.el8.noarch 260/412 DEBUG: Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 261/412 DEBUG: Installing : perl-Text-ParseWords-3.30-395.el8.noarch 262/412 DEBUG: Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 263/412 DEBUG: Installing : perl-MIME-Base64-3.15-396.el8.x86_64 264/412 DEBUG: Installing : perl-Storable-1:3.11-3.el8.x86_64 265/412 DEBUG: Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 266/412 DEBUG: Installing : perl-Errno-1.28-420.el8.x86_64 267/412 DEBUG: Installing : perl-Socket-4:2.027-3.el8.x86_64 268/412 DEBUG: Installing : perl-Encode-4:2.97-3.el8.x86_64 269/412 DEBUG: Installing : perl-Carp-1.42-396.el8.noarch 270/412 DEBUG: Installing : perl-Exporter-5.72-396.el8.noarch 271/412 DEBUG: Installing : perl-libs-4:5.26.3-420.el8.x86_64 272/412 DEBUG: Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 273/412 DEBUG: Installing : perl-parent-1:0.237-1.el8.noarch 274/412 DEBUG: Installing : perl-macros-4:5.26.3-420.el8.x86_64 275/412 DEBUG: Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 276/412 DEBUG: Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 277/412 DEBUG: Installing : perl-File-Path-2.15-2.el8.noarch 278/412 DEBUG: Installing : perl-IO-1.38-420.el8.x86_64 279/412 DEBUG: Installing : perl-PathTools-3.74-1.el8.x86_64 280/412 DEBUG: Installing : perl-constant-1.33-396.el8.noarch 281/412 DEBUG: Installing : perl-threads-1:2.21-2.el8.x86_64 282/412 DEBUG: Installing : perl-threads-shared-1.58-2.el8.x86_64 283/412 DEBUG: Installing : perl-interpreter-4:5.26.3-420.el8.x86_64 284/412 DEBUG: Installing : perl-XML-Parser-2.44-11.el8.x86_64 285/412 DEBUG: Installing : perl-Filter-2:1.58-2.el8.x86_64 286/412 DEBUG: Installing : perl-encoding-4:2.22-3.el8.x86_64 287/412 DEBUG: Installing : perl-open-1.11-420.el8.noarch 288/412 DEBUG: Installing : perl-XML-XPath-1.42-3.el8.noarch 289/412 DEBUG: Installing : perl-Text-Unidecode-1.30-5.el8.noarch 290/412 DEBUG: Installing : texlive-texlive.infra-7:20180414-23.el8.noarch 291/412 DEBUG: Installing : texlive-tetex-7:20180414-23.el8.noarch 292/412 DEBUG: Installing : texlive-kpathsea-7:20180414-23.el8.x86_64 293/412 DEBUG: Running scriptlet: texlive-kpathsea-7:20180414-23.el8.x86_64 293/412 DEBUG: Installing : texlive-dvipng-7:20180414-23.el8.x86_64 294/412 DEBUG: Running scriptlet: texlive-dvipng-7:20180414-23.el8.x86_64 294/412 DEBUG: Installing : dejavu-fonts-common-2.35-7.el8.noarch 295/412 DEBUG: Installing : dejavu-sans-fonts-2.35-7.el8.noarch 296/412 DEBUG: Installing : python3-matplotlib-tk-3.1.1-2.el8.x86_64 297/412 DEBUG: Installing : python3-matplotlib-3.1.1-2.el8.x86_64 298/412 DEBUG: Installing : python3-mpmath-1.1.0-6.el8.noarch 299/412 DEBUG: Installing : python3-sympy-1.4-6.el8.noarch 300/412 DEBUG: Installing : python3-pandas-0.25.3-1.el8.x86_64 301/412 DEBUG: Installing : python3-networkx-2.5-1.el8.noarch 302/412 DEBUG: Installing : dbus-glib-0.110-2.el8.x86_64 303/412 DEBUG: Running scriptlet: dbus-glib-0.110-2.el8.x86_64 303/412 DEBUG: Installing : python3-dbus-1.2.4-15.el8.x86_64 304/412 DEBUG: Installing : checkpolicy-2.9-1.el8.x86_64 305/412 DEBUG: Installing : python3-policycoreutils-2.9-15.el8.noarch 306/412 DEBUG: Installing : policycoreutils-python-utils-2.9-15.el8.noarch 307/412 DEBUG: Running scriptlet: ipa-selinux-4.9.3-1.module_el8.5.0+841+ab9088e2. 308/412 DEBUG: Installing : ipa-selinux-4.9.3-1.module_el8.5.0+841+ab9088e2. 308/412 DEBUG: Running scriptlet: ipa-selinux-4.9.3-1.module_el8.5.0+841+ab9088e2. 308/412 DEBUG: Installing : ipa-common-4.9.3-1.module_el8.5.0+841+ab9088e2.n 309/412 DEBUG: Installing : python3-ipalib-4.9.3-1.module_el8.5.0+841+ab9088 310/412 DEBUG: Running scriptlet: openvswitch-selinux-extra-policy-1.0-28.el8.noar 311/412 DEBUG: Installing : openvswitch-selinux-extra-policy-1.0-28.el8.noar 311/412 DEBUG: Running scriptlet: openvswitch-selinux-extra-policy-1.0-28.el8.noar 311/412 DEBUG: Installing : bc-1.07.1-5.el8.x86_64 312/412 DEBUG: Running scriptlet: bc-1.07.1-5.el8.x86_64 312/412 DEBUG: Installing : network-scripts-10.00.15-1.el8.x86_64 313/412 DEBUG: Running scriptlet: network-scripts-10.00.15-1.el8.x86_64 313/412 DEBUG: Installing : network-scripts-openvswitch2.15-2.15.0-35.el8s.x 314/412 DEBUG: Running scriptlet: openvswitch2.15-2.15.0-35.el8s.x86_64 315/412 DEBUG: Installing : openvswitch2.15-2.15.0-35.el8s.x86_64 315/412 DEBUG: Running scriptlet: openvswitch2.15-2.15.0-35.el8s.x86_64 315/412 DEBUG: Installing : python3-openvswitch2.15-2.15.0-35.el8s.x86_64 316/412 DEBUG: Installing : rdo-network-scripts-openvswitch-1:2.15-2.el8.noa 317/412 DEBUG: Installing : rdo-openvswitch-1:2.15-2.el8.noarch 318/412 DEBUG: Installing : python3-rdo-openvswitch-1:2.15-2.el8.noarch 319/412 DEBUG: Installing : python3-ovsdbapp-1.12.0-0.20210906231808.35c8eae 320/412 DEBUG: Installing : bash-completion-1:2.7-5.el8.noarch 321/412 DEBUG: Installing : augeas-libs-1.12.0-6.el8.x86_64 322/412 DEBUG: Running scriptlet: augeas-libs-1.12.0-6.el8.x86_64 322/412 DEBUG: Installing : python3-augeas-0.5.0-12.el8.noarch 323/412 DEBUG: Installing : python3-ipaclient-4.9.3-1.module_el8.5.0+841+ab9 324/412 DEBUG: Installing : python3-octavia-tests-tempest-golang-1.8.1-0.202 325/412 DEBUG: Installing : python3-requestsexceptions-1.4.0-0.2021090617273 326/412 DEBUG: Installing : python3-openstacksdk-0.59.0-0.20210906172933.d0d 327/412 DEBUG: Installing : python3-os-client-config-2.1.0-0.20210906184124. 328/412 DEBUG: Installing : python-pycadf-common-3.1.1-0.20210906193823.4179 329/412 DEBUG: Installing : python-oslo-versionedobjects-lang-2.5.0-0.202109 330/412 DEBUG: Installing : python-oslo-utils-lang-4.10.0-0.20210906171309.2 331/412 DEBUG: Installing : python-oslo-policy-lang-3.8.2-0.20210906200231.c 332/412 DEBUG: Installing : python-oslo-middleware-lang-4.4.0-0.202109061942 333/412 DEBUG: Installing : python-oslo-log-lang-4.6.0-0.20210906185501.41c8 334/412 DEBUG: Installing : python-oslo-i18n-lang-5.0.1-0.20210906170458.731 335/412 DEBUG: Installing : python3-oslo-i18n-5.0.1-0.20210906170458.73187bd 336/412 DEBUG: Installing : python3-oslo-utils-4.10.0-0.20210906171309.2c74b 337/412 DEBUG: Installing : python3-oslo-config-2:8.7.1-0.20210907075421.1a7 338/412 DEBUG: Installing : python3-oslo-serialization-4.2.0-0.2021090618290 339/412 DEBUG: Installing : python3-oslo-log-4.6.0-0.20210906185501.41c8807. 340/412 DEBUG: Installing : python3-keystoneclient-1:4.2.0-0.20210906183208. 341/412 DEBUG: Installing : python3-osc-lib-2.4.2-0.20210906184656.415a6c7.e 342/412 DEBUG: Installing : python3-neutronclient-7.5.0-0.20210906201946.ae3 343/412 DEBUG: Installing : python3-novaclient-1:17.5.0-0.20210906190044.f43 344/412 DEBUG: Installing : python3-oslo-policy-3.8.2-0.20210906200231.c7fd9 345/412 DEBUG: Installing : python3-mistralclient-4.2.0-0.20210906220336.20a 346/412 DEBUG: Installing : python3-zaqarclient-2.1.0-0.20210906185825.e3889 347/412 DEBUG: Installing : python3-swiftclient-3.12.0-0.20210906190604.38c4 348/412 DEBUG: Installing : python3-heatclient-2.4.0-0.20210906190845.b43831 349/412 DEBUG: Installing : python3-cinderclient-8.0.0-0.20210906202342.e031 350/412 DEBUG: Installing : python3-glanceclient-1:3.5.0-0.20210906183538.74 351/412 DEBUG: Installing : python3-ceilometerclient-2.9.0-0.20210906203439. 352/412 DEBUG: Installing : python3-oslo-middleware-4.4.0-0.20210906194222.d 353/412 DEBUG: Installing : python3-os-ken-2.1.0-0.20210906220824.f78a0ec.el 354/412 DEBUG: warning: group neutron does not exist - using root DEBUG: Installing : python3-oslo-upgradecheck-1.4.0-0.20210906201147 355/412 DEBUG: Installing : python3-oslo-metrics-0.3.0-0.20210906194437.43ee 356/412 DEBUG: Installing : python3-barbicanclient-5.1.0-0.20210906204203.ad 357/412 DEBUG: Installing : python3-pycadf-3.1.1-0.20210906193823.4179996.el 358/412 DEBUG: Installing : python3-tooz-2.9.0-0.20210906195442.174065f.el8. 359/412 DEBUG: Installing : python3-murano-pkg-check-0.3.0-15.el8.noarch 360/412 DEBUG: Installing : python3-muranoclient-2.2.0-0.20210906233939.8a68 361/412 DEBUG: Installing : python-oslo-db-lang-10.0.0-0.20210906195904.f3bd 362/412 DEBUG: Installing : python3-oslo-db-10.0.0-0.20210906195904.f3bdd4d. 363/412 DEBUG: Installing : python-oslo-concurrency-lang-4.4.0-0.20210906191 364/412 DEBUG: Installing : python3-oslo-concurrency-4.4.0-0.20210906191147. 365/412 DEBUG: Installing : python3-tempest-1:28.1.0-0.20210907163724.ad2c30 366/412 DEBUG: Installing : python3-oslo-service-2.6.0-0.20210906194725.091f 367/412 DEBUG: Installing : python3-oslo-messaging-12.9.1-0.20210906194937.f 368/412 DEBUG: Installing : python3-osprofiler-3.4.1-0.20210906210856.951efd 369/412 DEBUG: Installing : python3-aodhclient-2.2.0-0.20210906223041.b747ae 370/412 DEBUG: Installing : python3-oslo-versionedobjects-2.5.0-0.2021090620 371/412 DEBUG: Installing : python3-neutron-lib-2.15.0-0.20210906221639.5ff1 372/412 DEBUG: Installing : python3-neutron-tests-tempest-1.6.1-0.2021090700 373/412 DEBUG: Installing : python3-networking-l2gw-tests-tempest-0.1.1-0.20 374/412 DEBUG: Installing : python3-trove-tests-tempest-1:1.3.0-0.2021090706 375/412 DEBUG: Installing : python3-ironic-tests-tempest-2.3.0-0.20210907052 376/412 DEBUG: Installing : python3-cinder-tests-tempest-1.5.0-0.20210907045 377/412 DEBUG: Installing : python3-manila-tests-tempest-1:1.5.1-0.202109070 378/412 DEBUG: Installing : python3-designate-tests-tempest-0.12.0-0.2021090 379/412 DEBUG: Installing : python3-octavia-tests-tempest-1.8.1-0.2021090706 380/412 DEBUG: Installing : python3-barbican-tests-tempest-1.4.1-0.202109070 381/412 DEBUG: Installing : python3-keystone-tests-tempest-0.7.1-0.202109070 382/412 DEBUG: Installing : python3-novajoin-tests-tempest-0.0.4-0.202109070 383/412 DEBUG: Installing : python3-kuryr-tests-tempest-0.10.1-0.20210907052 384/412 DEBUG: Installing : python3-magnum-tests-tempest-1.4.1-0.20210907052 385/412 DEBUG: Installing : python3-mistral-tests-tempest-1.2.1-0.2021090705 386/412 DEBUG: Installing : python3-murano-tests-tempest-2.3.1-0.20210907053 387/412 DEBUG: Installing : python3-tempestconf-3.2.2-0.20210907064630.2bf7b 388/412 DEBUG: Installing : openstack-tempest-1:28.1.0-0.20210907163724.ad2c 389/412 DEBUG: Installing : python3-watcher-tests-tempest-1:2.3.0-0.20210907 390/412 DEBUG: Installing : python3-zaqar-tests-tempest-1.3.1-0.202109070708 391/412 DEBUG: Installing : python3-tempest-tests-1:28.1.0-0.20210907163724. 392/412 DEBUG: Installing : python3-patrole-tests-tempest-0.12.0-0.202109070 393/412 DEBUG: Installing : python-oslo-cache-lang-2.8.1-0.20210907074603.40 394/412 DEBUG: Installing : python3-oslo-cache-2.8.1-0.20210907074603.40946a 395/412 DEBUG: Installing : python3-keystonemiddleware-9.3.0-0.2021090707571 396/412 DEBUG: Installing : dib-utils-0.0.11-0.20210906193016.51661c3.el8.no 397/412 DEBUG: Installing : os-refresh-config-13.0.2-0.20210906223554.5bb536 398/412 DEBUG: Installing : os-collect-config-13.0.2-0.20210906223958.a30985 399/412 DEBUG: Running scriptlet: os-collect-config-13.0.2-0.20210906223958.a30985 399/412 DEBUG: Installing : python3-heat-tests-tempest-1.2.1-0.2021090705130 400/412 DEBUG: Installing : python3-telemetry-tests-tempest-1.4.1-0.20210907 401/412 DEBUG: Installing : python-vitrageclient-bash-completion-4.4.0-0.202 402/412 DEBUG: Installing : python3-vitrageclient-4.4.0-0.20210906235002.bc8 403/412 DEBUG: Installing : python-openstackclient-lang-5.6.0-0.202109062026 404/412 DEBUG: Installing : python3-openstackclient-5.6.0-0.20210906202628.6 405/412 DEBUG: Running scriptlet: python3-openstackclient-5.6.0-0.20210906202628.6 405/412 DEBUG: The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. DEBUG: Installing : python3-saharaclient-3.3.0-0.20210906222434.401e 406/412 DEBUG: Installing : python3-sahara-tempest-0.13.0-0.20210907022335.9 407/412 DEBUG: Installing : python3-sahara-tests-tempest-0.13.0-0.2021090702 408/412 DEBUG: Installing : python3-vitrage-7.5.1-0.20210907094219.7630444.e 409/412 DEBUG: Installing : python3-vitrage-tests-tempest-5.4.0-0.2021090715 410/412 DEBUG: Installing : openstack-tempest-all-1:28.1.0-0.20210907163724. 411/412 DEBUG: Installing : openstack-tempest-doc-1:28.1.0-0.20210907163724. 412/412 DEBUG: Running scriptlet: texlive-base-7:20180414-23.el8.noarch 412/412 DEBUG: Running scriptlet: ipa-selinux-4.9.3-1.module_el8.5.0+841+ab9088e2. 412/412 DEBUG: Running scriptlet: openvswitch-selinux-extra-policy-1.0-28.el8.noar 412/412 DEBUG: Running scriptlet: openstack-tempest-doc-1:28.1.0-0.20210907163724. 412/412 DEBUG: Running scriptlet: desktop-file-utils-0.23-8.el8.x86_64 412/412 DEBUG: Running scriptlet: texlive-kpathsea-7:20180414-23.el8.x86_64 412/412 DEBUG: updmap [WARNING]: resetting $HOME value (was /var/lib/mock/dlrn-centos8-xena-x86_64-1/root/installation-homedir) to root's actual home (/root). DEBUG: Verifying : python3-ironic-tests-tempest-2.3.0-0.20210907052 1/412 DEBUG: Verifying : python3-cinder-tests-tempest-1.5.0-0.20210907045 2/412 DEBUG: Verifying : python-openstackclient-lang-5.6.0-0.202109062026 3/412 DEBUG: Verifying : python-vitrageclient-bash-completion-4.4.0-0.202 4/412 DEBUG: Verifying : python3-aodhclient-2.2.0-0.20210906223041.b747ae 5/412 DEBUG: Verifying : python3-barbicanclient-5.1.0-0.20210906204203.ad 6/412 DEBUG: Verifying : python3-ceilometerclient-2.9.0-0.20210906203439. 7/412 DEBUG: Verifying : python3-cinderclient-8.0.0-0.20210906202342.e031 8/412 DEBUG: Verifying : python3-glanceclient-1:3.5.0-0.20210906183538.74 9/412 DEBUG: Verifying : python3-gnocchiclient-7.0.4-0.20210906195629.648 10/412 DEBUG: Verifying : python3-heatclient-2.4.0-0.20210906190845.b43831 11/412 DEBUG: Verifying : python3-keystoneclient-1:4.2.0-0.20210906183208. 12/412 DEBUG: Verifying : python3-mistralclient-4.2.0-0.20210906220336.20a 13/412 DEBUG: Verifying : python3-muranoclient-2.2.0-0.20210906233939.8a68 14/412 DEBUG: Verifying : python3-neutronclient-7.5.0-0.20210906201946.ae3 15/412 DEBUG: Verifying : python3-novaclient-1:17.5.0-0.20210906190044.f43 16/412 DEBUG: Verifying : python3-openstackclient-5.6.0-0.20210906202628.6 17/412 DEBUG: Verifying : python3-openstacksdk-0.59.0-0.20210906172933.d0d 18/412 DEBUG: Verifying : python3-os-service-types-1.7.0-0.20210907084649. 19/412 DEBUG: Verifying : python3-osc-lib-2.4.2-0.20210906184656.415a6c7.e 20/412 DEBUG: Verifying : python3-oslotest-4.4.1-0.20210907083654.aaf3a72. 21/412 DEBUG: Verifying : python3-saharaclient-3.3.0-0.20210906222434.401e 22/412 DEBUG: Verifying : python3-stevedore-3.4.0-0.20210906165939.8846a3f 23/412 DEBUG: Verifying : python3-swiftclient-3.12.0-0.20210906190604.38c4 24/412 DEBUG: Verifying : python3-vitrageclient-4.4.0-0.20210906235002.bc8 25/412 DEBUG: Verifying : python3-zaqarclient-2.1.0-0.20210906185825.e3889 26/412 DEBUG: Verifying : dib-utils-0.0.11-0.20210906193016.51661c3.el8.no 27/412 DEBUG: Verifying : python-oslo-cache-lang-2.8.1-0.20210907074603.40 28/412 DEBUG: Verifying : python-oslo-concurrency-lang-4.4.0-0.20210906191 29/412 DEBUG: Verifying : python-oslo-db-lang-10.0.0-0.20210906195904.f3bd 30/412 DEBUG: Verifying : python-oslo-i18n-lang-5.0.1-0.20210906170458.731 31/412 DEBUG: Verifying : python-oslo-log-lang-4.6.0-0.20210906185501.41c8 32/412 DEBUG: Verifying : python-oslo-middleware-lang-4.4.0-0.202109061942 33/412 DEBUG: Verifying : python-oslo-policy-lang-3.8.2-0.20210906200231.c 34/412 DEBUG: Verifying : python-oslo-utils-lang-4.10.0-0.20210906171309.2 35/412 DEBUG: Verifying : python-oslo-versionedobjects-lang-2.5.0-0.202109 36/412 DEBUG: Verifying : python-pycadf-common-3.1.1-0.20210906193823.4179 37/412 DEBUG: Verifying : python3-cliff-3.9.0-0.20210906184402.734bc0c.el8 38/412 DEBUG: Verifying : python3-debtcollector-2.2.0-0.20210906171012.649 39/412 DEBUG: Verifying : python3-futurist-2.3.0-0.20210906193931.1a1c6f8. 40/412 DEBUG: Verifying : python3-os-testr-2.0.0-0.20210906204943.248dc81. 41/412 DEBUG: Verifying : python3-os-traits-2.6.0-0.20210906221358.c323982 42/412 DEBUG: Verifying : python3-oslo-cache-2.8.1-0.20210907074603.40946a 43/412 DEBUG: Verifying : python3-oslo-concurrency-4.4.0-0.20210906191147. 44/412 DEBUG: Verifying : python3-oslo-config-2:8.7.1-0.20210907075421.1a7 45/412 DEBUG: Verifying : python3-oslo-context-3.3.1-0.20210906185249.641a 46/412 DEBUG: Verifying : python3-oslo-db-10.0.0-0.20210906195904.f3bdd4d. 47/412 DEBUG: Verifying : python3-oslo-i18n-5.0.1-0.20210906170458.73187bd 48/412 DEBUG: Verifying : python3-oslo-log-4.6.0-0.20210906185501.41c8807. 49/412 DEBUG: Verifying : python3-oslo-messaging-12.9.1-0.20210906194937.f 50/412 DEBUG: Verifying : python3-oslo-metrics-0.3.0-0.20210906194437.43ee 51/412 DEBUG: Verifying : python3-oslo-middleware-4.4.0-0.20210906194222.d 52/412 DEBUG: Verifying : python3-oslo-policy-3.8.2-0.20210906200231.c7fd9 53/412 DEBUG: Verifying : python3-oslo-serialization-4.2.0-0.2021090618290 54/412 DEBUG: Verifying : python3-oslo-service-2.6.0-0.20210906194725.091f 55/412 DEBUG: Verifying : python3-oslo-upgradecheck-1.4.0-0.20210906201147 56/412 DEBUG: Verifying : python3-oslo-utils-4.10.0-0.20210906171309.2c74b 57/412 DEBUG: Verifying : python3-oslo-versionedobjects-2.5.0-0.2021090620 58/412 DEBUG: Verifying : python3-osprofiler-3.4.1-0.20210906210856.951efd 59/412 DEBUG: Verifying : python3-pycadf-3.1.1-0.20210906193823.4179996.el 60/412 DEBUG: Verifying : python3-requestsexceptions-1.4.0-0.2021090617273 61/412 DEBUG: Verifying : python3-tooz-2.9.0-0.20210906195442.174065f.el8. 62/412 DEBUG: Verifying : python3-vitrage-7.5.1-0.20210907094219.7630444.e 63/412 DEBUG: Verifying : python3-manila-tests-tempest-1:1.5.1-0.202109070 64/412 DEBUG: Verifying : python3-designate-tests-tempest-0.12.0-0.2021090 65/412 DEBUG: Verifying : python3-networking-l2gw-tests-tempest-0.1.1-0.20 66/412 DEBUG: Verifying : python3-neutron-lib-2.15.0-0.20210906221639.5ff1 67/412 DEBUG: Verifying : python3-neutron-tests-tempest-1.6.1-0.2021090700 68/412 DEBUG: Verifying : python3-os-ken-2.1.0-0.20210906220824.f78a0ec.el 69/412 DEBUG: Verifying : python3-ovsdbapp-1.12.0-0.20210906231808.35c8eae 70/412 DEBUG: Verifying : python3-octavia-tests-tempest-1.8.1-0.2021090706 71/412 DEBUG: Verifying : python3-octavia-tests-tempest-golang-1.8.1-0.202 72/412 DEBUG: Verifying : python3-barbican-tests-tempest-1.4.1-0.202109070 73/412 DEBUG: Verifying : python3-keystone-tests-tempest-0.7.1-0.202109070 74/412 DEBUG: Verifying : python3-keystoneauth1-4.3.1-0.20210906172353.112 75/412 DEBUG: Verifying : python3-keystonemiddleware-9.3.0-0.2021090707571 76/412 DEBUG: Verifying : python3-novajoin-tests-tempest-0.0.4-0.202109070 77/412 DEBUG: Verifying : python3-heat-tests-tempest-1.2.1-0.2021090705130 78/412 DEBUG: Verifying : python3-kuryr-tests-tempest-0.10.1-0.20210907052 79/412 DEBUG: Verifying : python3-magnum-tests-tempest-1.4.1-0.20210907052 80/412 DEBUG: Verifying : python3-mistral-tests-tempest-1.2.1-0.2021090705 81/412 DEBUG: Verifying : python3-murano-tests-tempest-2.3.1-0.20210907053 82/412 DEBUG: Verifying : python3-patrole-tests-tempest-0.12.0-0.202109070 83/412 DEBUG: Verifying : python3-sahara-tempest-0.13.0-0.20210907022335.9 84/412 DEBUG: Verifying : python3-sahara-tests-tempest-0.13.0-0.2021090702 85/412 DEBUG: Verifying : python3-telemetry-tests-tempest-1.4.1-0.20210907 86/412 DEBUG: Verifying : python3-tempestconf-3.2.2-0.20210907064630.2bf7b 87/412 DEBUG: Verifying : python3-trove-tests-tempest-1:1.3.0-0.2021090706 88/412 DEBUG: Verifying : python3-vitrage-tests-tempest-5.4.0-0.2021090715 89/412 DEBUG: Verifying : python3-watcher-tests-tempest-1:2.3.0-0.20210907 90/412 DEBUG: Verifying : python3-zaqar-tests-tempest-1.3.1-0.202109070708 91/412 DEBUG: Verifying : os-collect-config-13.0.2-0.20210906223958.a30985 92/412 DEBUG: Verifying : os-refresh-config-13.0.2-0.20210906223554.5bb536 93/412 DEBUG: Verifying : python3-os-client-config-2.1.0-0.20210906184124. 94/412 DEBUG: Verifying : augeas-libs-1.12.0-6.el8.x86_64 95/412 DEBUG: Verifying : bash-completion-1:2.7-5.el8.noarch 96/412 DEBUG: Verifying : bc-1.07.1-5.el8.x86_64 97/412 DEBUG: Verifying : checkpolicy-2.9-1.el8.x86_64 98/412 DEBUG: Verifying : dbus-glib-0.110-2.el8.x86_64 99/412 DEBUG: Verifying : dejavu-fonts-common-2.35-7.el8.noarch 100/412 DEBUG: Verifying : dejavu-sans-fonts-2.35-7.el8.noarch 101/412 DEBUG: Verifying : groff-base-1.22.3-18.el8.x86_64 102/412 DEBUG: Verifying : hostname-3.20-7.el8.0.1.x86_64 103/412 DEBUG: Verifying : hwdata-0.314-8.10.el8.noarch 104/412 DEBUG: Verifying : initscripts-10.00.15-1.el8.x86_64 105/412 DEBUG: Verifying : ipcalc-0.2.4-4.el8.x86_64 106/412 DEBUG: Verifying : iproute-5.12.0-3.el8.x86_64 107/412 DEBUG: Verifying : keyutils-1.5.10-9.el8.x86_64 108/412 DEBUG: Verifying : libbpf-0.4.0-1.el8.x86_64 109/412 DEBUG: Verifying : libevent-2.1.8-5.el8.x86_64 110/412 DEBUG: Verifying : libgfortran-8.5.0-3.el8.x86_64 111/412 DEBUG: Verifying : libibverbs-35.0-1.el8.x86_64 112/412 DEBUG: Verifying : libipa_hbac-2.5.2-2.el8.x86_64 113/412 DEBUG: Verifying : libmnl-1.0.4-6.el8.x86_64 114/412 DEBUG: Verifying : libnl3-3.5.0-1.el8.x86_64 115/412 DEBUG: Verifying : libpcap-14:1.9.1-5.el8.x86_64 116/412 DEBUG: Verifying : libpciaccess-0.14-1.el8.x86_64 117/412 DEBUG: Verifying : libquadmath-8.5.0-3.el8.x86_64 118/412 DEBUG: Verifying : libselinux-utils-2.9-5.el8.x86_64 119/412 DEBUG: Verifying : libxslt-1.1.32-6.el8.x86_64 120/412 DEBUG: Verifying : libyaml-0.1.7-5.el8.x86_64 121/412 DEBUG: Verifying : lzo-2.08-14.el8.x86_64 122/412 DEBUG: Verifying : network-scripts-10.00.15-1.el8.x86_64 123/412 DEBUG: Verifying : numactl-libs-2.0.12-13.el8.x86_64 124/412 DEBUG: Verifying : pciutils-3.7.0-1.el8.x86_64 125/412 DEBUG: Verifying : pciutils-libs-3.7.0-1.el8.x86_64 126/412 DEBUG: Verifying : perl-Carp-1.42-396.el8.noarch 127/412 DEBUG: Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 128/412 DEBUG: Verifying : perl-Encode-4:2.97-3.el8.x86_64 129/412 DEBUG: Verifying : perl-Errno-1.28-420.el8.x86_64 130/412 DEBUG: Verifying : perl-Exporter-5.72-396.el8.noarch 131/412 DEBUG: Verifying : perl-File-Path-2.15-2.el8.noarch 132/412 DEBUG: Verifying : perl-File-Temp-0.230.600-1.el8.noarch 133/412 DEBUG: Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 134/412 DEBUG: Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 135/412 DEBUG: Verifying : perl-IO-1.38-420.el8.x86_64 136/412 DEBUG: Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 137/412 DEBUG: Verifying : perl-PathTools-3.74-1.el8.x86_64 138/412 DEBUG: Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 139/412 DEBUG: Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 140/412 DEBUG: Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 141/412 DEBUG: Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 142/412 DEBUG: Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 143/412 DEBUG: Verifying : perl-Socket-4:2.027-3.el8.x86_64 144/412 DEBUG: Verifying : perl-Storable-1:3.11-3.el8.x86_64 145/412 DEBUG: Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 146/412 DEBUG: Verifying : perl-Term-Cap-1.17-395.el8.noarch 147/412 DEBUG: Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 148/412 DEBUG: Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 149/412 DEBUG: Verifying : perl-Time-Local-1:1.280-1.el8.noarch 150/412 DEBUG: Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 151/412 DEBUG: Verifying : perl-constant-1.33-396.el8.noarch 152/412 DEBUG: Verifying : perl-interpreter-4:5.26.3-420.el8.x86_64 153/412 DEBUG: Verifying : perl-libs-4:5.26.3-420.el8.x86_64 154/412 DEBUG: Verifying : perl-macros-4:5.26.3-420.el8.x86_64 155/412 DEBUG: Verifying : perl-parent-1:0.237-1.el8.noarch 156/412 DEBUG: Verifying : perl-podlators-4.11-1.el8.noarch 157/412 DEBUG: Verifying : perl-threads-1:2.21-2.el8.x86_64 158/412 DEBUG: Verifying : perl-threads-shared-1.58-2.el8.x86_64 159/412 DEBUG: Verifying : policycoreutils-2.9-15.el8.x86_64 160/412 DEBUG: Verifying : policycoreutils-python-utils-2.9-15.el8.noarch 161/412 DEBUG: Verifying : python3-audit-3.0-0.17.20191104git1c2f876.el8.x8 162/412 DEBUG: Verifying : python3-dateutil-1:2.6.1-6.el8.noarch 163/412 DEBUG: Verifying : python3-dbus-1.2.4-15.el8.x86_64 164/412 DEBUG: Verifying : python3-dns-1.15.0-10.el8.noarch 165/412 DEBUG: Verifying : python3-inotify-0.9.6-13.el8.noarch 166/412 DEBUG: Verifying : python3-jwt-1.6.1-2.el8.noarch 167/412 DEBUG: Verifying : python3-libipa_hbac-2.5.2-2.el8.x86_64 168/412 DEBUG: Verifying : python3-libselinux-2.9-5.el8.x86_64 169/412 DEBUG: Verifying : python3-libsemanage-2.9-6.el8.x86_64 170/412 DEBUG: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 171/412 DEBUG: Verifying : python3-policycoreutils-2.9-15.el8.noarch 172/412 DEBUG: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 173/412 DEBUG: Verifying : python3-setools-4.3.0-2.el8.x86_64 174/412 DEBUG: Verifying : python3-sss-murmur-2.5.2-2.el8.x86_64 175/412 DEBUG: Verifying : rdma-core-35.0-1.el8.x86_64 176/412 DEBUG: Verifying : rpm-plugin-selinux-4.14.3-18.el8.x86_64 177/412 DEBUG: Verifying : selinux-policy-3.14.3-79.el8.noarch 178/412 DEBUG: Verifying : selinux-policy-targeted-3.14.3-79.el8.noarch 179/412 DEBUG: Verifying : snappy-1.1.8-3.el8.x86_64 180/412 DEBUG: Verifying : tcl-1:8.6.8-2.el8.x86_64 181/412 DEBUG: Verifying : desktop-file-utils-0.23-8.el8.x86_64 182/412 DEBUG: Verifying : geolite2-city-20180605-1.el8.noarch 183/412 DEBUG: Verifying : geolite2-country-20180605-1.el8.noarch 184/412 DEBUG: Verifying : ipa-client-common-4.9.3-1.module_el8.5.0+841+ab9 185/412 DEBUG: Verifying : ipa-common-4.9.3-1.module_el8.5.0+841+ab9088e2.n 186/412 DEBUG: Verifying : ipa-selinux-4.9.3-1.module_el8.5.0+841+ab9088e2. 187/412 DEBUG: Verifying : libX11-xcb-1.6.8-5.el8.x86_64 188/412 DEBUG: Verifying : libdrm-2.4.106-2.el8.x86_64 189/412 DEBUG: Verifying : libglvnd-1:1.3.2-1.el8.x86_64 190/412 DEBUG: Verifying : libglvnd-glx-1:1.3.2-1.el8.x86_64 191/412 DEBUG: Verifying : libmaxminddb-1.2.0-10.el8.x86_64 192/412 DEBUG: Verifying : libpq-13.3-1.el8_4.x86_64 193/412 DEBUG: Verifying : libxshmfence-1.3-2.el8.x86_64 194/412 DEBUG: Verifying : mesa-libGL-21.1.5-1.el8.x86_64 195/412 DEBUG: Verifying : mesa-libGLU-9.0.0-15.el8.x86_64 196/412 DEBUG: Verifying : mesa-libglapi-21.1.5-1.el8.x86_64 197/412 DEBUG: Verifying : nmap-2:7.70-6.el8.x86_64 198/412 DEBUG: Verifying : nmap-ncat-2:7.70-6.el8.x86_64 199/412 DEBUG: Verifying : openblas-0.3.12-1.el8.x86_64 200/412 DEBUG: Verifying : openblas-threads-0.3.12-1.el8.x86_64 201/412 DEBUG: Verifying : perl-Digest-1.17-395.el8.noarch 202/412 DEBUG: Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 203/412 DEBUG: Verifying : perl-Filter-2:1.58-2.el8.x86_64 204/412 DEBUG: Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 205/412 DEBUG: Verifying : perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be 206/412 DEBUG: Verifying : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+de 207/412 DEBUG: Verifying : perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595 208/412 DEBUG: Verifying : perl-Text-Unidecode-1.30-5.el8.noarch 209/412 DEBUG: Verifying : perl-URI-1.73-3.el8.noarch 210/412 DEBUG: Verifying : perl-XML-Parser-2.44-11.el8.x86_64 211/412 DEBUG: Verifying : perl-XML-XPath-1.42-3.el8.noarch 212/412 DEBUG: Verifying : perl-encoding-4:2.22-3.el8.x86_64 213/412 DEBUG: Verifying : perl-libnet-3.11-3.el8.noarch 214/412 DEBUG: Verifying : perl-open-1.11-420.el8.noarch 215/412 DEBUG: Verifying : python3-PyMySQL-0.10.1-2.module_el8.5.0+761+faac 216/412 DEBUG: Verifying : python3-attrs-17.4.0-6.el8.noarch 217/412 DEBUG: Verifying : python3-augeas-0.5.0-12.el8.noarch 218/412 DEBUG: Verifying : python3-cairo-1.16.3-6.el8.x86_64 219/412 DEBUG: Verifying : python3-gssapi-1.5.1-5.el8.x86_64 220/412 DEBUG: Verifying : python3-html5lib-1:0.999999999-6.el8.noarch 221/412 DEBUG: Verifying : python3-ipaclient-4.9.3-1.module_el8.5.0+841+ab9 222/412 DEBUG: Verifying : python3-ipalib-4.9.3-1.module_el8.5.0+841+ab9088 223/412 DEBUG: Verifying : python3-jmespath-0.9.0-11.el8.noarch 224/412 DEBUG: Verifying : python3-jsonpatch-1.21-2.el8.noarch 225/412 DEBUG: Verifying : python3-jsonpointer-1.10-11.el8.noarch 226/412 DEBUG: Verifying : python3-jwcrypto-0.5.0-1.module_el8.5.0+749+7571 227/412 DEBUG: Verifying : python3-ldap-3.3.1-2.el8.x86_64 228/412 DEBUG: Verifying : python3-lxml-4.2.3-3.el8.x86_64 229/412 DEBUG: Verifying : python3-mako-1.0.6-13.el8.noarch 230/412 DEBUG: Verifying : python3-netaddr-0.7.19-8.el8.noarch 231/412 DEBUG: Verifying : python3-netifaces-0.10.6-4.el8.x86_64 232/412 DEBUG: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 233/412 DEBUG: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 234/412 DEBUG: Verifying : python3-pillow-5.1.1-16.el8.x86_64 235/412 DEBUG: Verifying : python3-prettytable-0.7.2-14.el8.noarch 236/412 DEBUG: Verifying : python3-psycopg2-2.7.5-7.el8.x86_64 237/412 DEBUG: Verifying : python3-py-1.5.3-4.el8.noarch 238/412 DEBUG: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 239/412 DEBUG: Verifying : python3-pyusb-1.0.0-9.module_el8.5.0+749+7571487 240/412 DEBUG: Verifying : python3-qrcode-core-5.1-12.module_el8.5.0+749+75 241/412 DEBUG: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 242/412 DEBUG: Verifying : python3-semantic_version-2.6.0-5.el8.noarch 243/412 DEBUG: Verifying : python3-tkinter-3.6.8-40.el8.x86_64 244/412 DEBUG: Verifying : python3-webencodings-0.5.1-6.el8.noarch 245/412 DEBUG: Verifying : python3-yubico-1.3.2-9.module_el8.5.0+749+757148 246/412 DEBUG: Verifying : texlive-base-7:20180414-23.el8.noarch 247/412 DEBUG: Verifying : texlive-dvipng-7:20180414-23.el8.x86_64 248/412 DEBUG: Verifying : texlive-kpathsea-7:20180414-23.el8.x86_64 249/412 DEBUG: Verifying : texlive-lib-7:20180414-23.el8.x86_64 250/412 DEBUG: Verifying : texlive-tetex-7:20180414-23.el8.noarch 251/412 DEBUG: Verifying : texlive-texlive.infra-7:20180414-23.el8.noarch 252/412 DEBUG: Verifying : tk-1:8.6.8-1.el8.x86_64 253/412 DEBUG: Verifying : unbound-libs-1.7.3-17.el8.x86_64 254/412 DEBUG: Verifying : xdg-utils-1.1.2-5.el8.noarch 255/412 DEBUG: Verifying : libaec-1.0.2-3.el8.x86_64 256/412 DEBUG: Verifying : python3-unittest2-1.1.0-16.el8.noarch 257/412 DEBUG: Verifying : blosc-1.20.1-1.el8.x86_64 258/412 DEBUG: Verifying : double-conversion-3.1.5-4.el8.x86_64 259/412 DEBUG: Verifying : hdf5-1.10.5-5.el8.x86_64 260/412 DEBUG: Verifying : libqhull-1:7.2.1-2.el8.x86_64 261/412 DEBUG: Verifying : libsodium-1.0.18-2.el8.x86_64 262/412 DEBUG: Verifying : python3-Bottleneck-1.2.1-13.el8.x86_64 263/412 DEBUG: Verifying : python3-alembic-1.4.3-1.el8.noarch 264/412 DEBUG: Verifying : python3-amqp-5.0.5-1.el8.noarch 265/412 DEBUG: Verifying : python3-anyjson-0.3.3-24.el8.noarch 266/412 DEBUG: Verifying : python3-appdirs-1.4.3-12.el8.noarch 267/412 DEBUG: Verifying : python3-atomicwrites-1.3.0-6.el8.noarch 268/412 DEBUG: Verifying : python3-autopage-0.4.0-1.el8.noarch 269/412 DEBUG: Verifying : python3-bcrypt-3.1.7-3.el8.x86_64 270/412 DEBUG: Verifying : python3-beautifulsoup4-4.9.3-1.el8.noarch 271/412 DEBUG: Verifying : python3-cachetools-4.2.0-1.el8.noarch 272/412 DEBUG: Verifying : python3-certifi-2018.10.15-8.el8.noarch 273/412 DEBUG: Verifying : python3-cmd2-1.4.0-1.1.el8.noarch 274/412 DEBUG: Verifying : python3-colorama-0.4.3-3.el8.noarch 275/412 DEBUG: Verifying : python3-contextvars-2.4-1.el8.noarch 276/412 DEBUG: Verifying : python3-cotyledon-1.7.3-4.el8.noarch 277/412 DEBUG: Verifying : python3-cssselect-0.9.2-13.el8.noarch 278/412 DEBUG: Verifying : python3-cycler-0.10.0-13.el8.noarch 279/412 DEBUG: Verifying : python3-dataclasses-0.8-1.el8.noarch 280/412 DEBUG: Verifying : python3-ddt-1.2.1-4.el8.noarch 281/412 DEBUG: Verifying : python3-decorator-4.4.0-5.el8.noarch 282/412 DEBUG: Verifying : python3-dictdiffer-0.8.1-2.el8.noarch 283/412 DEBUG: Verifying : python3-dogpile-cache-1.1.2-1.1.el8.noarch 284/412 DEBUG: Verifying : python3-editor-1.0.4-4.el8.noarch 285/412 DEBUG: Verifying : python3-etcd3gw-0.2.5-1.el8.noarch 286/412 DEBUG: Verifying : python3-extras-1.0.0-10.el8.noarch 287/412 DEBUG: Verifying : python3-fastcache-1.1.0-5.el8.x86_64 288/412 DEBUG: Verifying : python3-fasteners-0.14.1-20.el8.noarch 289/412 DEBUG: Verifying : python3-fixtures-3.0.0-16.el8.noarch 290/412 DEBUG: Verifying : python3-fluidity-sm-0.2.0-16.el8.noarch 291/412 DEBUG: Verifying : python3-future-0.18.2-3.el8.noarch 292/412 DEBUG: Verifying : python3-gabbi-1.49.0-1.el8.noarch 293/412 DEBUG: Verifying : python3-gmpy2-2.0.8-7.el8.x86_64 294/412 DEBUG: Verifying : python3-google-auth-1:1.24.0-1.el8.noarch 295/412 DEBUG: Verifying : python3-h11-0.12.0-1.el8.noarch 296/412 DEBUG: Verifying : python3-h2-3.2.0-4.el8.noarch 297/412 DEBUG: Verifying : python3-hpack-3.0.0-11.el8.noarch 298/412 DEBUG: Verifying : python3-httpcore-0.12.2-1.2.el8.noarch 299/412 DEBUG: Verifying : python3-httpx-0.16.1-1.1.el8.noarch 300/412 DEBUG: Verifying : python3-hyperframe-5.2.0-7.el8.noarch 301/412 DEBUG: Verifying : python3-immutables-0.14-1.el8.x86_64 302/412 DEBUG: Verifying : python3-importlib-metadata-1.7.0-1.el8.noarch 303/412 DEBUG: Verifying : python3-invoke-1.4.0-1.el8.noarch 304/412 DEBUG: Verifying : python3-iso8601-0.1.12-3.el8.noarch 305/412 DEBUG: Verifying : python3-jeepney-0.4.3-1.el8.noarch 306/412 DEBUG: Verifying : python3-jsonpath-rw-1.4.0-3.el8.noarch 307/412 DEBUG: Verifying : python3-jsonpath-rw-ext-1.2.2-1.el8.noarch 308/412 DEBUG: Verifying : python3-jsonschema-3.2.0-5.el8.noarch 309/412 DEBUG: Verifying : python3-kazoo-2.8.0-1.el8.noarch 310/412 DEBUG: Verifying : python3-keyring-21.0.0-1.el8.noarch 311/412 DEBUG: Verifying : python3-kiwisolver-1.1.0-4.el8.x86_64 312/412 DEBUG: Verifying : python3-kombu-1:5.0.2-1.el8.noarch 313/412 DEBUG: Verifying : python3-kubernetes-11.0.0-4.el8.noarch 314/412 DEBUG: Verifying : python3-lexicon-1.0.0-9.el8.noarch 315/412 DEBUG: Verifying : python3-linecache2-1.0.0-25.el8.noarch 316/412 DEBUG: Verifying : python3-logutils-0.3.5-11.el8.noarch 317/412 DEBUG: Verifying : python3-matplotlib-3.1.1-2.el8.x86_64 318/412 DEBUG: Verifying : python3-matplotlib-data-3.1.1-2.el8.noarch 319/412 DEBUG: Verifying : python3-matplotlib-data-fonts-3.1.1-2.el8.noarch 320/412 DEBUG: Verifying : python3-matplotlib-tk-3.1.1-2.el8.x86_64 321/412 DEBUG: Verifying : python3-memcached-1.59-1.el8.noarch 322/412 DEBUG: Verifying : python3-migrate-0.13.0-1.el8.noarch 323/412 DEBUG: Verifying : python3-mimeparse-1.6.0-11.el8.noarch 324/412 DEBUG: Verifying : python3-mock-3.0.5-7.el8.noarch 325/412 DEBUG: Verifying : python3-monotonic-1.5-5.el8.noarch 326/412 DEBUG: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 327/412 DEBUG: Verifying : python3-mpmath-1.1.0-6.el8.noarch 328/412 DEBUG: Verifying : python3-msgpack-1.0.2-1.el8.x86_64 329/412 DEBUG: Verifying : python3-munch-2.5.0-3.el8.noarch 330/412 DEBUG: Verifying : python3-murano-pkg-check-0.3.0-15.el8.noarch 331/412 DEBUG: Verifying : python3-networkx-2.5-1.el8.noarch 332/412 DEBUG: Verifying : python3-numexpr-2.7.1-1.el8.x86_64 333/412 DEBUG: Verifying : python3-openshift-1:0.10.1-3.el8.noarch 334/412 DEBUG: Verifying : python3-pandas-0.25.3-1.el8.x86_64 335/412 DEBUG: Verifying : python3-paramiko-2.7.2-1.el8.noarch 336/412 DEBUG: Verifying : python3-paste-3.5.0-1.el8.noarch 337/412 DEBUG: Verifying : python3-paste-deploy-2.1.1-1.el8.noarch 338/412 DEBUG: Verifying : python3-pecan-1.3.3-2.el8.noarch 339/412 DEBUG: Verifying : python3-pluggy-0.13.1-2.el8.noarch 340/412 DEBUG: Verifying : python3-prometheus_client-0.7.1-2.el8.noarch 341/412 DEBUG: Verifying : python3-psutil-5.7.3-1.el8.x86_64 342/412 DEBUG: Verifying : python3-pyasn1-0.4.6-3.el8.noarch 343/412 DEBUG: Verifying : python3-pyasn1-modules-0.4.6-3.el8.noarch 344/412 DEBUG: Verifying : python3-pydot-1.4.1-1.el8.noarch 345/412 DEBUG: Verifying : python3-pyglet-1.4.6-1.el8.noarch 346/412 DEBUG: Verifying : python3-pygraphviz-1.5-9.el8.x86_64 347/412 DEBUG: Verifying : python3-pynacl-1.4.0-1.el8.x86_64 348/412 DEBUG: Verifying : python3-pyngus-2.3.0-4.el8.noarch 349/412 DEBUG: Verifying : python3-pyperclip-1.8.0-2.el8.noarch 350/412 DEBUG: Verifying : python3-pyrsistent-0.17.3-1.el8.x86_64 351/412 DEBUG: Verifying : python3-pytest-4.6.9-1.el8.noarch 352/412 DEBUG: Verifying : python3-pyyaml-5.4.1-2.el8.x86_64 353/412 DEBUG: Verifying : python3-rdo-openvswitch-1:2.15-2.el8.noarch 354/412 DEBUG: Verifying : python3-redis-3.5.3-1.el8.noarch 355/412 DEBUG: Verifying : python3-repoze-lru-0.7-6.el8.noarch 356/412 DEBUG: Verifying : python3-rfc3986-1.4.0-3.el8.noarch 357/412 DEBUG: Verifying : python3-routes-2.4.1-12.el8.noarch 358/412 DEBUG: Verifying : python3-rsa-4.6-2.el8.noarch 359/412 DEBUG: Verifying : python3-ruamel-yaml-0.16.5-3.el8.x86_64 360/412 DEBUG: Verifying : python3-ruamel-yaml-clib-0.1.2-1.el8.x86_64 361/412 DEBUG: Verifying : python3-secretstorage-3.1.1-4.el8.noarch 362/412 DEBUG: Verifying : python3-setproctitle-1.1.10-16.el8.x86_64 363/412 DEBUG: Verifying : python3-simplejson-3.17.2-2.el8.x86_64 364/412 DEBUG: Verifying : python3-smi-0.3.4-6.el8.noarch 365/412 DEBUG: Verifying : python3-sniffio-1.2.0-1.el8.noarch 366/412 DEBUG: Verifying : python3-soupsieve-2.1.0-1.el8.noarch 367/412 DEBUG: Verifying : python3-sqlparse-0.3.1-3.el8.noarch 368/412 DEBUG: Verifying : python3-statsd-3.2.1-16.el8.noarch 369/412 DEBUG: Verifying : python3-stestr-2.6.0-4.el8.noarch 370/412 DEBUG: Verifying : python3-string_utils-0.6.0-10.el8.noarch 371/412 DEBUG: Verifying : python3-subunit-1.4.0-1.el8.noarch 372/412 DEBUG: Verifying : python3-sympy-1.4-6.el8.noarch 373/412 DEBUG: Verifying : python3-tables-3.5.2-6.el8.x86_64 374/412 DEBUG: Verifying : python3-tempita-0.5.1-25.el8.noarch 375/412 DEBUG: Verifying : python3-tenacity-6.2.0-1.el8.noarch 376/412 DEBUG: Verifying : python3-testrepository-0.0.20-20.el8.noarch 377/412 DEBUG: Verifying : python3-testresources-2.0.1-1.el8.noarch 378/412 DEBUG: Verifying : python3-testscenarios-0.5.0-17.el8.noarch 379/412 DEBUG: Verifying : python3-testtools-2.3.0-15.el8.noarch 380/412 DEBUG: Verifying : python3-traceback2-1.4.0-25.el8.noarch 381/412 DEBUG: Verifying : python3-ujson-2.0.3-2.el8.x86_64 382/412 DEBUG: Verifying : python3-vine-5.0.0-2.el8.noarch 383/412 DEBUG: Verifying : python3-voluptuous-0.12.1-1.el8.noarch 384/412 DEBUG: Verifying : python3-waitress-1.4.2-1.el8.noarch 385/412 DEBUG: Verifying : python3-warlock-1.3.3-1.el8.noarch 386/412 DEBUG: Verifying : python3-wcwidth-0.2.5-2.el8.noarch 387/412 DEBUG: Verifying : python3-webob-1.8.6-3.el8.noarch 388/412 DEBUG: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 389/412 DEBUG: Verifying : python3-webtest-2.0.35-3.el8.noarch 390/412 DEBUG: Verifying : python3-werkzeug-2.0.1-2.el8.noarch 391/412 DEBUG: Verifying : python3-wrapt-1.12.1-3.el8.x86_64 392/412 DEBUG: Verifying : python3-wsgi_intercept-1.9.2-1.el8.noarch 393/412 DEBUG: Verifying : python3-yappi-1.3.0-1.el8.x86_64 394/412 DEBUG: Verifying : python3-yaql-1.1.3-10.el8.noarch 395/412 DEBUG: Verifying : python3-zake-0.2.2-18.el8.noarch 396/412 DEBUG: Verifying : python3-zipp-3.4.0-1.el8.noarch 397/412 DEBUG: Verifying : rdo-network-scripts-openvswitch-1:2.15-2.el8.noa 398/412 DEBUG: Verifying : rdo-openvswitch-1:2.15-2.el8.noarch 399/412 DEBUG: Verifying : python3-Cython-0.29.2-1.el8.x86_64 400/412 DEBUG: Verifying : python3-pysnmp-4.4.12-5.el8.noarch 401/412 DEBUG: Verifying : python3-qpid-proton-0.30.0-2.el8.x86_64 402/412 DEBUG: Verifying : qpid-proton-c-0.30.0-2.el8.x86_64 403/412 DEBUG: Verifying : network-scripts-openvswitch2.15-2.15.0-35.el8s.x 404/412 DEBUG: Verifying : openvswitch-selinux-extra-policy-1.0-28.el8.noar 405/412 DEBUG: Verifying : openvswitch2.15-2.15.0-35.el8s.x86_64 406/412 DEBUG: Verifying : python3-openvswitch2.15-2.15.0-35.el8s.x86_64 407/412 DEBUG: Verifying : openstack-tempest-doc-1:28.1.0-0.20210907163724. 408/412 DEBUG: Verifying : openstack-tempest-all-1:28.1.0-0.20210907163724. 409/412 DEBUG: Verifying : python3-tempest-tests-1:28.1.0-0.20210907163724. 410/412 DEBUG: Verifying : python3-tempest-1:28.1.0-0.20210907163724.ad2c30 411/412 DEBUG: Verifying : openstack-tempest-1:28.1.0-0.20210907163724.ad2c 412/412 DEBUG: Installed: DEBUG: augeas-libs-1.12.0-6.el8.x86_64 DEBUG: bash-completion-1:2.7-5.el8.noarch DEBUG: bc-1.07.1-5.el8.x86_64 DEBUG: blosc-1.20.1-1.el8.x86_64 DEBUG: checkpolicy-2.9-1.el8.x86_64 DEBUG: dbus-glib-0.110-2.el8.x86_64 DEBUG: dejavu-fonts-common-2.35-7.el8.noarch DEBUG: dejavu-sans-fonts-2.35-7.el8.noarch DEBUG: desktop-file-utils-0.23-8.el8.x86_64 DEBUG: dib-utils-0.0.11-0.20210906193016.51661c3.el8.noarch DEBUG: double-conversion-3.1.5-4.el8.x86_64 DEBUG: geolite2-city-20180605-1.el8.noarch DEBUG: geolite2-country-20180605-1.el8.noarch DEBUG: groff-base-1.22.3-18.el8.x86_64 DEBUG: hdf5-1.10.5-5.el8.x86_64 DEBUG: hostname-3.20-7.el8.0.1.x86_64 DEBUG: hwdata-0.314-8.10.el8.noarch DEBUG: initscripts-10.00.15-1.el8.x86_64 DEBUG: ipa-client-common-4.9.3-1.module_el8.5.0+841+ab9088e2.noarch DEBUG: ipa-common-4.9.3-1.module_el8.5.0+841+ab9088e2.noarch DEBUG: ipa-selinux-4.9.3-1.module_el8.5.0+841+ab9088e2.noarch DEBUG: ipcalc-0.2.4-4.el8.x86_64 DEBUG: iproute-5.12.0-3.el8.x86_64 DEBUG: keyutils-1.5.10-9.el8.x86_64 DEBUG: libX11-xcb-1.6.8-5.el8.x86_64 DEBUG: libaec-1.0.2-3.el8.x86_64 DEBUG: libbpf-0.4.0-1.el8.x86_64 DEBUG: libdrm-2.4.106-2.el8.x86_64 DEBUG: libevent-2.1.8-5.el8.x86_64 DEBUG: libgfortran-8.5.0-3.el8.x86_64 DEBUG: libglvnd-1:1.3.2-1.el8.x86_64 DEBUG: libglvnd-glx-1:1.3.2-1.el8.x86_64 DEBUG: libibverbs-35.0-1.el8.x86_64 DEBUG: libipa_hbac-2.5.2-2.el8.x86_64 DEBUG: libmaxminddb-1.2.0-10.el8.x86_64 DEBUG: libmnl-1.0.4-6.el8.x86_64 DEBUG: libnl3-3.5.0-1.el8.x86_64 DEBUG: libpcap-14:1.9.1-5.el8.x86_64 DEBUG: libpciaccess-0.14-1.el8.x86_64 DEBUG: libpq-13.3-1.el8_4.x86_64 DEBUG: libqhull-1:7.2.1-2.el8.x86_64 DEBUG: libquadmath-8.5.0-3.el8.x86_64 DEBUG: libselinux-utils-2.9-5.el8.x86_64 DEBUG: libsodium-1.0.18-2.el8.x86_64 DEBUG: libxshmfence-1.3-2.el8.x86_64 DEBUG: libxslt-1.1.32-6.el8.x86_64 DEBUG: libyaml-0.1.7-5.el8.x86_64 DEBUG: lzo-2.08-14.el8.x86_64 DEBUG: mesa-libGL-21.1.5-1.el8.x86_64 DEBUG: mesa-libGLU-9.0.0-15.el8.x86_64 DEBUG: mesa-libglapi-21.1.5-1.el8.x86_64 DEBUG: network-scripts-10.00.15-1.el8.x86_64 DEBUG: network-scripts-openvswitch2.15-2.15.0-35.el8s.x86_64 DEBUG: nmap-2:7.70-6.el8.x86_64 DEBUG: nmap-ncat-2:7.70-6.el8.x86_64 DEBUG: numactl-libs-2.0.12-13.el8.x86_64 DEBUG: openblas-0.3.12-1.el8.x86_64 DEBUG: openblas-threads-0.3.12-1.el8.x86_64 DEBUG: openstack-tempest-1:28.1.0-0.20210907163724.ad2c300.el8.noarch DEBUG: openstack-tempest-all-1:28.1.0-0.20210907163724.ad2c300.el8.noarch DEBUG: openstack-tempest-doc-1:28.1.0-0.20210907163724.ad2c300.el8.noarch DEBUG: openvswitch-selinux-extra-policy-1.0-28.el8.noarch DEBUG: openvswitch2.15-2.15.0-35.el8s.x86_64 DEBUG: os-collect-config-13.0.2-0.20210906223958.a309852.el8.noarch DEBUG: os-refresh-config-13.0.2-0.20210906223554.5bb536c.el8.noarch DEBUG: pciutils-3.7.0-1.el8.x86_64 DEBUG: pciutils-libs-3.7.0-1.el8.x86_64 DEBUG: perl-Carp-1.42-396.el8.noarch DEBUG: perl-Data-Dumper-2.167-399.el8.x86_64 DEBUG: perl-Digest-1.17-395.el8.noarch DEBUG: perl-Digest-MD5-2.55-396.el8.x86_64 DEBUG: perl-Encode-4:2.97-3.el8.x86_64 DEBUG: perl-Errno-1.28-420.el8.x86_64 DEBUG: perl-Exporter-5.72-396.el8.noarch DEBUG: perl-File-Path-2.15-2.el8.noarch DEBUG: perl-File-Temp-0.230.600-1.el8.noarch DEBUG: perl-Filter-2:1.58-2.el8.x86_64 DEBUG: perl-Getopt-Long-1:2.50-4.el8.noarch DEBUG: perl-HTTP-Tiny-0.074-1.el8.noarch DEBUG: perl-IO-1.38-420.el8.x86_64 DEBUG: perl-IO-Socket-IP-0.39-5.el8.noarch DEBUG: perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be1595ff.noarch DEBUG: perl-MIME-Base64-3.15-396.el8.x86_64 DEBUG: perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch DEBUG: perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595ff.x86_64 DEBUG: perl-PathTools-3.74-1.el8.x86_64 DEBUG: perl-Pod-Escapes-1:1.07-395.el8.noarch DEBUG: perl-Pod-Perldoc-3.28-396.el8.noarch DEBUG: perl-Pod-Simple-1:3.35-395.el8.noarch DEBUG: perl-Pod-Usage-4:1.69-395.el8.noarch DEBUG: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 DEBUG: perl-Socket-4:2.027-3.el8.x86_64 DEBUG: perl-Storable-1:3.11-3.el8.x86_64 DEBUG: perl-Term-ANSIColor-4.06-396.el8.noarch DEBUG: perl-Term-Cap-1.17-395.el8.noarch DEBUG: perl-Text-ParseWords-3.30-395.el8.noarch DEBUG: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch DEBUG: perl-Text-Unidecode-1.30-5.el8.noarch DEBUG: perl-Time-Local-1:1.280-1.el8.noarch DEBUG: perl-URI-1.73-3.el8.noarch DEBUG: perl-Unicode-Normalize-1.25-396.el8.x86_64 DEBUG: perl-XML-Parser-2.44-11.el8.x86_64 DEBUG: perl-XML-XPath-1.42-3.el8.noarch DEBUG: perl-constant-1.33-396.el8.noarch DEBUG: perl-encoding-4:2.22-3.el8.x86_64 DEBUG: perl-interpreter-4:5.26.3-420.el8.x86_64 DEBUG: perl-libnet-3.11-3.el8.noarch DEBUG: perl-libs-4:5.26.3-420.el8.x86_64 DEBUG: perl-macros-4:5.26.3-420.el8.x86_64 DEBUG: perl-open-1.11-420.el8.noarch DEBUG: perl-parent-1:0.237-1.el8.noarch DEBUG: perl-podlators-4.11-1.el8.noarch DEBUG: perl-threads-1:2.21-2.el8.x86_64 DEBUG: perl-threads-shared-1.58-2.el8.x86_64 DEBUG: policycoreutils-2.9-15.el8.x86_64 DEBUG: policycoreutils-python-utils-2.9-15.el8.noarch DEBUG: python-openstackclient-lang-5.6.0-0.20210906202628.6ce7da8.el8.noarch DEBUG: python-oslo-cache-lang-2.8.1-0.20210907074603.40946a9.el8.noarch DEBUG: python-oslo-concurrency-lang-4.4.0-0.20210906191147.7dcf9e9.el8.noarch DEBUG: python-oslo-db-lang-10.0.0-0.20210906195904.f3bdd4d.el8.noarch DEBUG: python-oslo-i18n-lang-5.0.1-0.20210906170458.73187bd.el8.noarch DEBUG: python-oslo-log-lang-4.6.0-0.20210906185501.41c8807.el8.noarch DEBUG: python-oslo-middleware-lang-4.4.0-0.20210906194222.da7987c.el8.noarch DEBUG: python-oslo-policy-lang-3.8.2-0.20210906200231.c7fd9f4.el8.noarch DEBUG: python-oslo-utils-lang-4.10.0-0.20210906171309.2c74bb9.el8.noarch DEBUG: python-oslo-versionedobjects-lang-2.5.0-0.20210906203954.a85275f.el8.noarch DEBUG: python-pycadf-common-3.1.1-0.20210906193823.4179996.el8.noarch DEBUG: python-vitrageclient-bash-completion-4.4.0-0.20210906235002.bc829d3.el8.noarch DEBUG: python3-Bottleneck-1.2.1-13.el8.x86_64 DEBUG: python3-Cython-0.29.2-1.el8.x86_64 DEBUG: python3-PyMySQL-0.10.1-2.module_el8.5.0+761+faacb0fb.noarch DEBUG: python3-alembic-1.4.3-1.el8.noarch DEBUG: python3-amqp-5.0.5-1.el8.noarch DEBUG: python3-anyjson-0.3.3-24.el8.noarch DEBUG: python3-aodhclient-2.2.0-0.20210906223041.b747ae3.el8.noarch DEBUG: python3-appdirs-1.4.3-12.el8.noarch DEBUG: python3-atomicwrites-1.3.0-6.el8.noarch DEBUG: python3-attrs-17.4.0-6.el8.noarch DEBUG: python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64 DEBUG: python3-augeas-0.5.0-12.el8.noarch DEBUG: python3-autopage-0.4.0-1.el8.noarch DEBUG: python3-barbican-tests-tempest-1.4.1-0.20210907045359.ced0ebe.el8.noarch DEBUG: python3-barbicanclient-5.1.0-0.20210906204203.ad49c40.el8.noarch DEBUG: python3-bcrypt-3.1.7-3.el8.x86_64 DEBUG: python3-beautifulsoup4-4.9.3-1.el8.noarch DEBUG: python3-cachetools-4.2.0-1.el8.noarch DEBUG: python3-cairo-1.16.3-6.el8.x86_64 DEBUG: python3-ceilometerclient-2.9.0-0.20210906203439.3b4e35a.el8.noarch DEBUG: python3-certifi-2018.10.15-8.el8.noarch DEBUG: python3-cinder-tests-tempest-1.5.0-0.20210907045649.a2a23ca.el8.noarch DEBUG: python3-cinderclient-8.0.0-0.20210906202342.e03111d.el8.noarch DEBUG: python3-cliff-3.9.0-0.20210906184402.734bc0c.el8.noarch DEBUG: python3-cmd2-1.4.0-1.1.el8.noarch DEBUG: python3-colorama-0.4.3-3.el8.noarch DEBUG: python3-contextvars-2.4-1.el8.noarch DEBUG: python3-cotyledon-1.7.3-4.el8.noarch DEBUG: python3-cssselect-0.9.2-13.el8.noarch DEBUG: python3-cycler-0.10.0-13.el8.noarch DEBUG: python3-dataclasses-0.8-1.el8.noarch DEBUG: python3-dateutil-1:2.6.1-6.el8.noarch DEBUG: python3-dbus-1.2.4-15.el8.x86_64 DEBUG: python3-ddt-1.2.1-4.el8.noarch DEBUG: python3-debtcollector-2.2.0-0.20210906171012.649189d.el8.noarch DEBUG: python3-decorator-4.4.0-5.el8.noarch DEBUG: python3-designate-tests-tempest-0.12.0-0.20210907050254.da27a70.el8.noarch DEBUG: python3-dictdiffer-0.8.1-2.el8.noarch DEBUG: python3-dns-1.15.0-10.el8.noarch DEBUG: python3-dogpile-cache-1.1.2-1.1.el8.noarch DEBUG: python3-editor-1.0.4-4.el8.noarch DEBUG: python3-etcd3gw-0.2.5-1.el8.noarch DEBUG: python3-extras-1.0.0-10.el8.noarch DEBUG: python3-fastcache-1.1.0-5.el8.x86_64 DEBUG: python3-fasteners-0.14.1-20.el8.noarch DEBUG: python3-fixtures-3.0.0-16.el8.noarch DEBUG: python3-fluidity-sm-0.2.0-16.el8.noarch DEBUG: python3-future-0.18.2-3.el8.noarch DEBUG: python3-futurist-2.3.0-0.20210906193931.1a1c6f8.el8.noarch DEBUG: python3-gabbi-1.49.0-1.el8.noarch DEBUG: python3-glanceclient-1:3.5.0-0.20210906183538.74a55bd.el8.noarch DEBUG: python3-gmpy2-2.0.8-7.el8.x86_64 DEBUG: python3-gnocchiclient-7.0.4-0.20210906195629.64814b9.el8.noarch DEBUG: python3-google-auth-1:1.24.0-1.el8.noarch DEBUG: python3-gssapi-1.5.1-5.el8.x86_64 DEBUG: python3-h11-0.12.0-1.el8.noarch DEBUG: python3-h2-3.2.0-4.el8.noarch DEBUG: python3-heat-tests-tempest-1.2.1-0.20210907051309.adb8ba7.el8.noarch DEBUG: python3-heatclient-2.4.0-0.20210906190845.b438314.el8.noarch DEBUG: python3-hpack-3.0.0-11.el8.noarch DEBUG: python3-html5lib-1:0.999999999-6.el8.noarch DEBUG: python3-httpcore-0.12.2-1.2.el8.noarch DEBUG: python3-httpx-0.16.1-1.1.el8.noarch DEBUG: python3-hyperframe-5.2.0-7.el8.noarch DEBUG: python3-immutables-0.14-1.el8.x86_64 DEBUG: python3-importlib-metadata-1.7.0-1.el8.noarch DEBUG: python3-inotify-0.9.6-13.el8.noarch DEBUG: python3-invoke-1.4.0-1.el8.noarch DEBUG: python3-ipaclient-4.9.3-1.module_el8.5.0+841+ab9088e2.noarch DEBUG: python3-ipalib-4.9.3-1.module_el8.5.0+841+ab9088e2.noarch DEBUG: python3-ironic-tests-tempest-2.3.0-0.20210907052047.c77d2ae.el8.noarch DEBUG: python3-iso8601-0.1.12-3.el8.noarch DEBUG: python3-jeepney-0.4.3-1.el8.noarch DEBUG: python3-jmespath-0.9.0-11.el8.noarch DEBUG: python3-jsonpatch-1.21-2.el8.noarch DEBUG: python3-jsonpath-rw-1.4.0-3.el8.noarch DEBUG: python3-jsonpath-rw-ext-1.2.2-1.el8.noarch DEBUG: python3-jsonpointer-1.10-11.el8.noarch DEBUG: python3-jsonschema-3.2.0-5.el8.noarch DEBUG: python3-jwcrypto-0.5.0-1.module_el8.5.0+749+7571487a.noarch DEBUG: python3-jwt-1.6.1-2.el8.noarch DEBUG: python3-kazoo-2.8.0-1.el8.noarch DEBUG: python3-keyring-21.0.0-1.el8.noarch DEBUG: python3-keystone-tests-tempest-0.7.1-0.20210907052344.faa9b13.el8.noarch DEBUG: python3-keystoneauth1-4.3.1-0.20210906172353.112bcae.el8.noarch DEBUG: python3-keystoneclient-1:4.2.0-0.20210906183208.d5cb761.el8.noarch DEBUG: python3-keystonemiddleware-9.3.0-0.20210907075711.90df936.el8.noarch DEBUG: python3-kiwisolver-1.1.0-4.el8.x86_64 DEBUG: python3-kombu-1:5.0.2-1.el8.noarch DEBUG: python3-kubernetes-11.0.0-4.el8.noarch DEBUG: python3-kuryr-tests-tempest-0.10.1-0.20210907052640.02778b3.el8.noarch DEBUG: python3-ldap-3.3.1-2.el8.x86_64 DEBUG: python3-lexicon-1.0.0-9.el8.noarch DEBUG: python3-libipa_hbac-2.5.2-2.el8.x86_64 DEBUG: python3-libselinux-2.9-5.el8.x86_64 DEBUG: python3-libsemanage-2.9-6.el8.x86_64 DEBUG: python3-linecache2-1.0.0-25.el8.noarch DEBUG: python3-logutils-0.3.5-11.el8.noarch DEBUG: python3-lxml-4.2.3-3.el8.x86_64 DEBUG: python3-magnum-tests-tempest-1.4.1-0.20210907052911.9b9eacf.el8.noarch DEBUG: python3-mako-1.0.6-13.el8.noarch DEBUG: python3-manila-tests-tempest-1:1.5.1-0.20210907053208.e4a1e88.el8.noarch DEBUG: python3-matplotlib-3.1.1-2.el8.x86_64 DEBUG: python3-matplotlib-data-3.1.1-2.el8.noarch DEBUG: python3-matplotlib-data-fonts-3.1.1-2.el8.noarch DEBUG: python3-matplotlib-tk-3.1.1-2.el8.x86_64 DEBUG: python3-memcached-1.59-1.el8.noarch DEBUG: python3-migrate-0.13.0-1.el8.noarch DEBUG: python3-mimeparse-1.6.0-11.el8.noarch DEBUG: python3-mistral-tests-tempest-1.2.1-0.20210907053443.091926b.el8.noarch DEBUG: python3-mistralclient-4.2.0-0.20210906220336.20a10f0.el8.noarch DEBUG: python3-mock-3.0.5-7.el8.noarch DEBUG: python3-monotonic-1.5-5.el8.noarch DEBUG: python3-more-itertools-7.2.0-3.el8.noarch DEBUG: python3-mpmath-1.1.0-6.el8.noarch DEBUG: python3-msgpack-1.0.2-1.el8.x86_64 DEBUG: python3-munch-2.5.0-3.el8.noarch DEBUG: python3-murano-pkg-check-0.3.0-15.el8.noarch DEBUG: python3-murano-tests-tempest-2.3.1-0.20210907053741.e3ff450.el8.noarch DEBUG: python3-muranoclient-2.2.0-0.20210906233939.8a6848e.el8.noarch DEBUG: python3-netaddr-0.7.19-8.el8.noarch DEBUG: python3-netifaces-0.10.6-4.el8.x86_64 DEBUG: python3-networking-l2gw-tests-tempest-0.1.1-0.20210907055338.82e3d07.el8.noarch DEBUG: python3-networkx-2.5-1.el8.noarch DEBUG: python3-neutron-lib-2.15.0-0.20210906221639.5ff14c6.el8.noarch DEBUG: python3-neutron-tests-tempest-1.6.1-0.20210907001235.feb7f94.el8.noarch DEBUG: python3-neutronclient-7.5.0-0.20210906201946.ae39756.el8.noarch DEBUG: python3-novaclient-1:17.5.0-0.20210906190044.f431295.el8.noarch DEBUG: python3-novajoin-tests-tempest-0.0.4-0.20210907060726.b2e5485.el8.noarch DEBUG: python3-numexpr-2.7.1-1.el8.x86_64 DEBUG: python3-numpy-1:1.14.3-10.el8.x86_64 DEBUG: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 DEBUG: python3-oauthlib-2.1.0-1.el8.noarch DEBUG: python3-octavia-tests-tempest-1.8.1-0.20210907060855.605899c.el8.noarch DEBUG: python3-octavia-tests-tempest-golang-1.8.1-0.20210907060855.605899c.el8.x86_64 DEBUG: python3-openshift-1:0.10.1-3.el8.noarch DEBUG: python3-openstackclient-5.6.0-0.20210906202628.6ce7da8.el8.noarch DEBUG: python3-openstacksdk-0.59.0-0.20210906172933.d0d4d8b.el8.noarch DEBUG: python3-openvswitch2.15-2.15.0-35.el8s.x86_64 DEBUG: python3-os-client-config-2.1.0-0.20210906184124.bc96c23.el8.noarch DEBUG: python3-os-ken-2.1.0-0.20210906220824.f78a0ec.el8.noarch DEBUG: python3-os-service-types-1.7.0-0.20210907084649.0b2f473.el8.noarch DEBUG: python3-os-testr-2.0.0-0.20210906204943.248dc81.el8.noarch DEBUG: python3-os-traits-2.6.0-0.20210906221358.c323982.el8.noarch DEBUG: python3-osc-lib-2.4.2-0.20210906184656.415a6c7.el8.noarch DEBUG: python3-oslo-cache-2.8.1-0.20210907074603.40946a9.el8.noarch DEBUG: python3-oslo-concurrency-4.4.0-0.20210906191147.7dcf9e9.el8.noarch DEBUG: python3-oslo-config-2:8.7.1-0.20210907075421.1a7bd66.el8.noarch DEBUG: python3-oslo-context-3.3.1-0.20210906185249.641a1e0.el8.noarch DEBUG: python3-oslo-db-10.0.0-0.20210906195904.f3bdd4d.el8.noarch DEBUG: python3-oslo-i18n-5.0.1-0.20210906170458.73187bd.el8.noarch DEBUG: python3-oslo-log-4.6.0-0.20210906185501.41c8807.el8.noarch DEBUG: python3-oslo-messaging-12.9.1-0.20210906194937.f9de265.el8.noarch DEBUG: python3-oslo-metrics-0.3.0-0.20210906194437.43eee50.el8.noarch DEBUG: python3-oslo-middleware-4.4.0-0.20210906194222.da7987c.el8.noarch DEBUG: python3-oslo-policy-3.8.2-0.20210906200231.c7fd9f4.el8.noarch DEBUG: python3-oslo-serialization-4.2.0-0.20210906182904.2b94a4f.el8.noarch DEBUG: python3-oslo-service-2.6.0-0.20210906194725.091fd65.el8.noarch DEBUG: python3-oslo-upgradecheck-1.4.0-0.20210906201147.3ca8698.el8.noarch DEBUG: python3-oslo-utils-4.10.0-0.20210906171309.2c74bb9.el8.noarch DEBUG: python3-oslo-versionedobjects-2.5.0-0.20210906203954.a85275f.el8.noarch DEBUG: python3-oslotest-4.4.1-0.20210907083654.aaf3a72.el8.noarch DEBUG: python3-osprofiler-3.4.1-0.20210906210856.951efdc.el8.noarch DEBUG: python3-ovsdbapp-1.12.0-0.20210906231808.35c8eae.el8.noarch DEBUG: python3-pandas-0.25.3-1.el8.x86_64 DEBUG: python3-paramiko-2.7.2-1.el8.noarch DEBUG: python3-paste-3.5.0-1.el8.noarch DEBUG: python3-paste-deploy-2.1.1-1.el8.noarch DEBUG: python3-patrole-tests-tempest-0.12.0-0.20210907061956.54fc749.el8.noarch DEBUG: python3-pecan-1.3.3-2.el8.noarch DEBUG: python3-pillow-5.1.1-16.el8.x86_64 DEBUG: python3-pluggy-0.13.1-2.el8.noarch DEBUG: python3-policycoreutils-2.9-15.el8.noarch DEBUG: python3-prettytable-0.7.2-14.el8.noarch DEBUG: python3-prometheus_client-0.7.1-2.el8.noarch DEBUG: python3-psutil-5.7.3-1.el8.x86_64 DEBUG: python3-psycopg2-2.7.5-7.el8.x86_64 DEBUG: python3-py-1.5.3-4.el8.noarch DEBUG: python3-pyOpenSSL-19.0.0-1.el8.noarch DEBUG: python3-pyasn1-0.4.6-3.el8.noarch DEBUG: python3-pyasn1-modules-0.4.6-3.el8.noarch DEBUG: python3-pycadf-3.1.1-0.20210906193823.4179996.el8.noarch DEBUG: python3-pydot-1.4.1-1.el8.noarch DEBUG: python3-pyglet-1.4.6-1.el8.noarch DEBUG: python3-pygraphviz-1.5-9.el8.x86_64 DEBUG: python3-pynacl-1.4.0-1.el8.x86_64 DEBUG: python3-pyngus-2.3.0-4.el8.noarch DEBUG: python3-pyperclip-1.8.0-2.el8.noarch DEBUG: python3-pyrsistent-0.17.3-1.el8.x86_64 DEBUG: python3-pysnmp-4.4.12-5.el8.noarch DEBUG: python3-pytest-4.6.9-1.el8.noarch DEBUG: python3-pyusb-1.0.0-9.module_el8.5.0+749+7571487a.noarch DEBUG: python3-pyyaml-5.4.1-2.el8.x86_64 DEBUG: python3-qpid-proton-0.30.0-2.el8.x86_64 DEBUG: python3-qrcode-core-5.1-12.module_el8.5.0+749+7571487a.noarch DEBUG: python3-rdo-openvswitch-1:2.15-2.el8.noarch DEBUG: python3-redis-3.5.3-1.el8.noarch DEBUG: python3-repoze-lru-0.7-6.el8.noarch DEBUG: python3-requests-oauthlib-1.0.0-1.el8.noarch DEBUG: python3-requestsexceptions-1.4.0-0.20210906172734.d7ac0ff.el8.noarch DEBUG: python3-rfc3986-1.4.0-3.el8.noarch DEBUG: python3-routes-2.4.1-12.el8.noarch DEBUG: python3-rsa-4.6-2.el8.noarch DEBUG: python3-ruamel-yaml-0.16.5-3.el8.x86_64 DEBUG: python3-ruamel-yaml-clib-0.1.2-1.el8.x86_64 DEBUG: python3-sahara-tempest-0.13.0-0.20210907022335.98063d3.el8.noarch DEBUG: python3-sahara-tests-tempest-0.13.0-0.20210907022335.98063d3.el8.noarch DEBUG: python3-saharaclient-3.3.0-0.20210906222434.401e663.el8.noarch DEBUG: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 DEBUG: python3-secretstorage-3.1.1-4.el8.noarch DEBUG: python3-semantic_version-2.6.0-5.el8.noarch DEBUG: python3-setools-4.3.0-2.el8.x86_64 DEBUG: python3-setproctitle-1.1.10-16.el8.x86_64 DEBUG: python3-simplejson-3.17.2-2.el8.x86_64 DEBUG: python3-smi-0.3.4-6.el8.noarch DEBUG: python3-sniffio-1.2.0-1.el8.noarch DEBUG: python3-soupsieve-2.1.0-1.el8.noarch DEBUG: python3-sqlparse-0.3.1-3.el8.noarch DEBUG: python3-sss-murmur-2.5.2-2.el8.x86_64 DEBUG: python3-statsd-3.2.1-16.el8.noarch DEBUG: python3-stestr-2.6.0-4.el8.noarch DEBUG: python3-stevedore-3.4.0-0.20210906165939.8846a3f.el8.noarch DEBUG: python3-string_utils-0.6.0-10.el8.noarch DEBUG: python3-subunit-1.4.0-1.el8.noarch DEBUG: python3-swiftclient-3.12.0-0.20210906190604.38c435f.el8.noarch DEBUG: python3-sympy-1.4-6.el8.noarch DEBUG: python3-tables-3.5.2-6.el8.x86_64 DEBUG: python3-telemetry-tests-tempest-1.4.1-0.20210907064437.c410268.el8.noarch DEBUG: python3-tempest-1:28.1.0-0.20210907163724.ad2c300.el8.noarch DEBUG: python3-tempest-tests-1:28.1.0-0.20210907163724.ad2c300.el8.noarch DEBUG: python3-tempestconf-3.2.2-0.20210907064630.2bf7bf6.el8.noarch DEBUG: python3-tempita-0.5.1-25.el8.noarch DEBUG: python3-tenacity-6.2.0-1.el8.noarch DEBUG: python3-testrepository-0.0.20-20.el8.noarch DEBUG: python3-testresources-2.0.1-1.el8.noarch DEBUG: python3-testscenarios-0.5.0-17.el8.noarch DEBUG: python3-testtools-2.3.0-15.el8.noarch DEBUG: python3-tkinter-3.6.8-40.el8.x86_64 DEBUG: python3-tooz-2.9.0-0.20210906195442.174065f.el8.noarch DEBUG: python3-traceback2-1.4.0-25.el8.noarch DEBUG: python3-trove-tests-tempest-1:1.3.0-0.20210907065445.4922ec7.el8.noarch DEBUG: python3-ujson-2.0.3-2.el8.x86_64 DEBUG: python3-unittest2-1.1.0-16.el8.noarch DEBUG: python3-vine-5.0.0-2.el8.noarch DEBUG: python3-vitrage-7.5.1-0.20210907094219.7630444.el8.noarch DEBUG: python3-vitrage-tests-tempest-5.4.0-0.20210907155355.a99b149.el8.noarch DEBUG: python3-vitrageclient-4.4.0-0.20210906235002.bc829d3.el8.noarch DEBUG: python3-voluptuous-0.12.1-1.el8.noarch DEBUG: python3-waitress-1.4.2-1.el8.noarch DEBUG: python3-warlock-1.3.3-1.el8.noarch DEBUG: python3-watcher-tests-tempest-1:2.3.0-0.20210907070512.d97f4b3.el8.noarch DEBUG: python3-wcwidth-0.2.5-2.el8.noarch DEBUG: python3-webencodings-0.5.1-6.el8.noarch DEBUG: python3-webob-1.8.6-3.el8.noarch DEBUG: python3-websocket-client-0.56.0-5.el8.noarch DEBUG: python3-webtest-2.0.35-3.el8.noarch DEBUG: python3-werkzeug-2.0.1-2.el8.noarch DEBUG: python3-wrapt-1.12.1-3.el8.x86_64 DEBUG: python3-wsgi_intercept-1.9.2-1.el8.noarch DEBUG: python3-yappi-1.3.0-1.el8.x86_64 DEBUG: python3-yaql-1.1.3-10.el8.noarch DEBUG: python3-yubico-1.3.2-9.module_el8.5.0+749+7571487a.noarch DEBUG: python3-zake-0.2.2-18.el8.noarch DEBUG: python3-zaqar-tests-tempest-1.3.1-0.20210907070826.3813c99.el8.noarch DEBUG: python3-zaqarclient-2.1.0-0.20210906185825.e388947.el8.noarch DEBUG: python3-zipp-3.4.0-1.el8.noarch DEBUG: qpid-proton-c-0.30.0-2.el8.x86_64 DEBUG: rdma-core-35.0-1.el8.x86_64 DEBUG: rdo-network-scripts-openvswitch-1:2.15-2.el8.noarch DEBUG: rdo-openvswitch-1:2.15-2.el8.noarch DEBUG: rpm-plugin-selinux-4.14.3-18.el8.x86_64 DEBUG: selinux-policy-3.14.3-79.el8.noarch DEBUG: selinux-policy-targeted-3.14.3-79.el8.noarch DEBUG: snappy-1.1.8-3.el8.x86_64 DEBUG: tcl-1:8.6.8-2.el8.x86_64 DEBUG: texlive-base-7:20180414-23.el8.noarch DEBUG: texlive-dvipng-7:20180414-23.el8.x86_64 DEBUG: texlive-kpathsea-7:20180414-23.el8.x86_64 DEBUG: texlive-lib-7:20180414-23.el8.x86_64 DEBUG: texlive-tetex-7:20180414-23.el8.noarch DEBUG: texlive-texlive.infra-7:20180414-23.el8.noarch DEBUG: tk-1:8.6.8-1.el8.x86_64 DEBUG: unbound-libs-1.7.3-17.el8.x86_64 DEBUG: xdg-utils-1.1.2-5.el8.noarch DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans INFO: DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/home/centos8-xena/data/repos/component/tempest/ad/2c/ad2c3009aed4334a0752679bf984f6c9cea49171_9e03ba94'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: Cleaning up build root ('cleanup_on_success=True') Start: clean chroot DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/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-centos8-xena-x86_64-1/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['btrfs', 'subv', 'list', '/var/lib/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False Finish: clean chroot Finish: run DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-xena-x86_64-1-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0