+ 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-wallaby/data/dlrn-5.cfg --resultdir /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6' + /usr/bin/mock -v -r /home/centos8-wallaby/data/dlrn-5.cfg --resultdir /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 --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 DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos8-wallaby/data/dlrn-5.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 DEBUG: rootdir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: chrootuid: 1022 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.xouf2wib:/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-wallaby-x86_64-5/ccache/u1022/', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/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-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'tmpfs_enable': False, 'tmpfs_opts': {'required_ram_mb': 900, 'max_fs_size': None, 'mode': '0755', 'keep_mounted': False, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, '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-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}} 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 1022 -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-wallaby-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos8-wallaby/data/dlrn-5.cfg DEBUG: root: dlrn-centos8-wallaby-x86_64-5 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-python-ironic-tests-tempest-4684f915b58d2c161295100802dec7076920451f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/baremetal/46/84/4684f915b58d2c161295100802dec7076920451f_b18c72ed enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-python-cinder-tests-tempest-0e9461155e2acf2d68f2b42c8a5942af8975190a baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cinder/0e/94/0e9461155e2acf2d68f2b42c8a5942af8975190a_7988e196 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-openstackclient-42d9b6ea571e30e4ca1fda9a21dd6ad2189a4f2f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/clients/42/d9/42d9b6ea571e30e4ca1fda9a21dd6ad2189a4f2f_f3ef27aa enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-0775d3070b5cb20a1bd7f54722fd33bd7692eebe baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cloudops/07/75/0775d3070b5cb20a1bd7f54722fd33bd7692eebe_f1998506 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-35083361ebe1c2ad3d1f3df25411b170267b9d33 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/common/35/08/35083361ebe1c2ad3d1f3df25411b170267b9d33_3d4d4101 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-797c5fa9debf86049b86084a86a5b939e11592d4 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/compute/79/7c/797c5fa9debf86049b86084a86a5b939e11592d4_2a32aa65 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-2940ab9a93c5a5d0abffbb72a4ad7a8fbe18f445 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/glance/29/40/2940ab9a93c5a5d0abffbb72a4ad7a8fbe18f445_2b7360f6 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-1274f07b336d597d6c07ffdf612a84da01d1754e baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/manila/12/74/1274f07b336d597d6c07ffdf612a84da01d1754e_7f2878ed enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-openstack-neutron-2563be46a37b8fc9ee25cc1efd7aa49ba4ec11c5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/network/25/63/2563be46a37b8fc9ee25cc1efd7aa49ba4ec11c5_5185391e enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-f6d2e59334aad55ab884e85a8cd697c7bc3bf861 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/octavia/f6/d2/f6d2e59334aad55ab884e85a8cd697c7bc3bf861_bca32aae enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-barbican-6ee5ad91635b41c3ab891602942b1b809a25ace6 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/security/6e/e5/6ee5ad91635b41c3ab891602942b1b809a25ace6_de92ac9d enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-ead53ba0c89ee9721981fcfc3784b335b4aef0ad baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/swift/ea/d5/ead53ba0c89ee9721981fcfc3784b335b4aef0ad_1c12d317 enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-1580f6f8437bd07e008ce8451388765d4b9b268f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tempest/15/80/1580f6f8437bd07e008ce8451388765d4b9b268f_63808291 enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-openstack-tripleo-heat-templates-ef8c3cb06e31256385a149e7d64bfd373a17efdf baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tripleo/ef/8c/ef8c3cb06e31256385a149e7d64bfd373a17efdf_68daafa5 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-b79ffad5c302a60e5a61f0938ec87b8e98ee44f1 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/ui/b7/9f/b79ffad5c302a60e5a61f0938ec87b8e98ee44f1_b0d68b58 enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-validations-common-dec9846f7490ddc49af4f574d129293dd26f1da5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/validation/de/c9/dec9846f7490ddc49af4f574d129293dd26f1da5_df302a4c enabled=1 gpgcheck=0 priority=1 [delorean-wallaby-testing] name=dlrn-wallaby-testing baseurl=https://trunk.rdoproject.org/centos8-wallaby/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-wallaby-build-deps] name=dlrn-wallaby-build-deps baseurl=https://trunk.rdoproject.org/centos8-wallaby/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-stream/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-wallaby-x86_64-5-bootstrap DEBUG: kill orphans + /usr/bin/mock -v -r /home/centos8-wallaby/data/dlrn-5.cfg --resultdir /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 --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 DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos8-wallaby/data/dlrn-5.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 DEBUG: rootdir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: chrootuid: 1022 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.te56qg2s:/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-wallaby-x86_64-5/ccache/u1022/', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/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-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'tmpfs_enable': False, 'tmpfs_opts': {'required_ram_mb': 900, 'max_fs_size': None, 'mode': '0755', 'keep_mounted': False, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, '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-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}} 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 1022 -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-wallaby-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos8-wallaby/data/dlrn-5.cfg DEBUG: root: dlrn-centos8-wallaby-x86_64-5 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-python-ironic-tests-tempest-4684f915b58d2c161295100802dec7076920451f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/baremetal/46/84/4684f915b58d2c161295100802dec7076920451f_b18c72ed enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-python-cinder-tests-tempest-0e9461155e2acf2d68f2b42c8a5942af8975190a baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cinder/0e/94/0e9461155e2acf2d68f2b42c8a5942af8975190a_7988e196 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-openstackclient-42d9b6ea571e30e4ca1fda9a21dd6ad2189a4f2f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/clients/42/d9/42d9b6ea571e30e4ca1fda9a21dd6ad2189a4f2f_f3ef27aa enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-0775d3070b5cb20a1bd7f54722fd33bd7692eebe baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cloudops/07/75/0775d3070b5cb20a1bd7f54722fd33bd7692eebe_f1998506 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-35083361ebe1c2ad3d1f3df25411b170267b9d33 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/common/35/08/35083361ebe1c2ad3d1f3df25411b170267b9d33_3d4d4101 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-797c5fa9debf86049b86084a86a5b939e11592d4 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/compute/79/7c/797c5fa9debf86049b86084a86a5b939e11592d4_2a32aa65 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-2940ab9a93c5a5d0abffbb72a4ad7a8fbe18f445 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/glance/29/40/2940ab9a93c5a5d0abffbb72a4ad7a8fbe18f445_2b7360f6 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-1274f07b336d597d6c07ffdf612a84da01d1754e baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/manila/12/74/1274f07b336d597d6c07ffdf612a84da01d1754e_7f2878ed enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-openstack-neutron-2563be46a37b8fc9ee25cc1efd7aa49ba4ec11c5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/network/25/63/2563be46a37b8fc9ee25cc1efd7aa49ba4ec11c5_5185391e enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-f6d2e59334aad55ab884e85a8cd697c7bc3bf861 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/octavia/f6/d2/f6d2e59334aad55ab884e85a8cd697c7bc3bf861_bca32aae enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-barbican-6ee5ad91635b41c3ab891602942b1b809a25ace6 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/security/6e/e5/6ee5ad91635b41c3ab891602942b1b809a25ace6_de92ac9d enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-ead53ba0c89ee9721981fcfc3784b335b4aef0ad baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/swift/ea/d5/ead53ba0c89ee9721981fcfc3784b335b4aef0ad_1c12d317 enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-1580f6f8437bd07e008ce8451388765d4b9b268f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tempest/15/80/1580f6f8437bd07e008ce8451388765d4b9b268f_63808291 enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-openstack-tripleo-heat-templates-ef8c3cb06e31256385a149e7d64bfd373a17efdf baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tripleo/ef/8c/ef8c3cb06e31256385a149e7d64bfd373a17efdf_68daafa5 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-b79ffad5c302a60e5a61f0938ec87b8e98ee44f1 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/ui/b7/9f/b79ffad5c302a60e5a61f0938ec87b8e98ee44f1_b0d68b58 enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-validations-common-dec9846f7490ddc49af4f574d129293dd26f1da5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/validation/de/c9/dec9846f7490ddc49af4f574d129293dd26f1da5_df302a4c enabled=1 gpgcheck=0 priority=1 [delorean-wallaby-testing] name=dlrn-wallaby-testing baseurl=https://trunk.rdoproject.org/centos8-wallaby/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-wallaby-build-deps] name=dlrn-wallaby-build-deps baseurl=https://trunk.rdoproject.org/centos8-wallaby/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-stream/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-wallaby-x86_64-5/root DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 16212184 6176112 2639928 2320092 7396144 7370756 DEBUG: Swap: 16777212 3916220 12860992 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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: /dev/vda1 550G 493G 57G 90% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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-wallaby-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.is3xfx2g', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc DEBUG: method _fixup_build_user skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: ensuring that dir exists: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 INFO: calling preinit hooks INFO: enabled root cache INFO: /home/centos8-wallaby/data/dlrn-5.cfg newer than root cache; cache will be rebuilt DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 16212184 5795056 3039852 2320848 7377276 7755352 DEBUG: Swap: 16777212 3915452 12861760 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: /dev/vda1 550G 493G 58G 90% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/rpm DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/yum DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/dbus DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/log DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/rpm DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/tmp DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/tmp/ccache DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/tmp DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf/vars DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/run/lock DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.jifq642b', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: resultdir = /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/pki/mock DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc Start: dnf install DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/proc', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/sys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/installation-homedir DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/', '--releasever', '8', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '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: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.d0399w9x:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'e546b7f6409c4d969a52590a7c318142', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.d0399w9x:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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-wallaby-x86_64-5/root/', '--releasever', '8', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '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', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', '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-wallaby-x86_64-5/root/etc/dnf/dnf.conf; Configuration: OptionBinding with id "failovermethod" does not exist DEBUG: delorean-python-ironic-tests-tempest-4684f915b5 17 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-cinder-tests-tempest-0e9461155e 33 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-openstackclient-42d9b6ea571e30e 22 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-0775d3070b5cb20a1 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tobiko-35083361ebe1c2ad3d1f3 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-797c5fa9debf86049b86084 16 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-2940ab9a93c5a5d0abffb 20 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-1274f07b336d597d6c07f 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-neutron-2563be46a37b8fc9ee25 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-f6d2e59334aad55ab884 22 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-barbican-6ee5ad91635b41c3ab8 18 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-ead53ba0c89ee9721981fc 20 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tempest-1580f6f8437bd07e008c 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tripleo-heat-templates-ef8c3 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-django-horizon-b79ffad5c302a60e 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-validations-common-dec9846f7490ddc49af 28 kB/s | 13 kB 00:00 DEBUG: CentOS-Stream - Base 15 kB/s | 3.9 kB 00:00 DEBUG: CentOS-Stream - AppStream 24 kB/s | 4.4 kB 00:00 DEBUG: CentOS-Stream - Extras 7.6 kB/s | 2.9 kB 00:00 DEBUG: CentOS-Stream - PowerTools 16 kB/s | 4.4 kB 00:00 DEBUG: dlrn-wallaby-testing 16 kB/s | 3.0 kB 00:00 DEBUG: dlrn-wallaby-build-deps 25 kB/s | 3.0 kB 00:00 DEBUG: Advanced Virtualization mirror 14 kB/s | 3.0 kB 00:00 DEBUG: Messaging RabbitMQ 17 kB/s | 3.0 kB 00:00 DEBUG: opstools 16 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 19 kB/s | 3.0 kB 00:00 DEBUG: Dependencies resolved. DEBUG: ========================================================================================================================= DEBUG: Package Arch Version Repository Size DEBUG: ========================================================================================================================= DEBUG: Installing: DEBUG: basesystem noarch 11-5.el8 Stream-BaseOS 10 k DEBUG: gcc x86_64 8.5.0-18.el8 Stream-BaseOS 23 M DEBUG: git-core x86_64 2.39.1-1.el8 Stream-AppStream 10 M DEBUG: make x86_64 1:4.2.1-11.el8 Stream-BaseOS 498 k DEBUG: openstack-macros noarch 2023.1.0-0.20230216203410.ce6a105.el8 delorean-component-common 19 k DEBUG: python3-eventlet noarch 0.30.0-1.1.el8 delorean-wallaby-testing 607 k DEBUG: python3-pbr noarch 5.5.1-1.el8 delorean-wallaby-testing 1.1 M DEBUG: python3-setuptools_scm noarch 6.0.1-1.el8 delorean-wallaby-build-deps 55 k DEBUG: python3-six noarch 1.15.0-2.el8 delorean-wallaby-testing 39 k DEBUG: python3-sphinx noarch 1:2.2.2-1.el8 delorean-wallaby-build-deps 2.1 M DEBUG: python3-sqlalchemy x86_64 1.3.2-2.module_el8.5.0+761+faacb0fb Stream-AppStream 1.9 M DEBUG: python36-devel x86_64 3.6.8-38.module_el8.5.0+895+a459eca8 Stream-AppStream 16 k DEBUG: rpm-build x86_64 4.14.3-26.el8 Stream-AppStream 174 k DEBUG: Installing dependencies: DEBUG: OpenEXR-libs x86_64 2.2.0-12.el8 Stream-AppStream 672 k DEBUG: acl x86_64 2.2.53-1.el8 Stream-BaseOS 81 k DEBUG: adobe-mappings-cmap noarch 20171205-3.el8 Stream-AppStream 2.1 M DEBUG: adobe-mappings-cmap-deprecated noarch 20171205-3.el8 Stream-AppStream 119 k DEBUG: adobe-mappings-pdf noarch 20180407-1.el8 Stream-AppStream 707 k DEBUG: annobin x86_64 10.94-1.el8 Stream-BaseOS 965 k DEBUG: atk x86_64 2.28.1-1.el8 Stream-AppStream 272 k DEBUG: audit-libs x86_64 3.0.7-4.el8 Stream-BaseOS 123 k DEBUG: avahi-libs x86_64 0.7-20.el8 Stream-BaseOS 62 k DEBUG: bash x86_64 4.4.20-4.el8 Stream-BaseOS 1.5 M DEBUG: binutils x86_64 2.30-119.el8 Stream-BaseOS 5.8 M DEBUG: brotli x86_64 1.0.6-3.el8 Stream-BaseOS 323 k DEBUG: bzip2 x86_64 1.0.6-26.el8 Stream-BaseOS 60 k DEBUG: bzip2-libs x86_64 1.0.6-26.el8 Stream-BaseOS 48 k DEBUG: ca-certificates noarch 2022.2.54-80.2.el8 Stream-BaseOS 921 k DEBUG: cairo x86_64 1.15.12-6.el8 Stream-AppStream 719 k DEBUG: centos-gpg-keys noarch 1:8-6.el8 Stream-BaseOS 14 k DEBUG: centos-stream-release noarch 8.6-1.el8 Stream-BaseOS 22 k DEBUG: centos-stream-repos noarch 8-6.el8 Stream-BaseOS 20 k DEBUG: chkconfig x86_64 1.19.1-1.el8 Stream-BaseOS 198 k DEBUG: coreutils x86_64 8.30-15.el8 Stream-BaseOS 1.2 M DEBUG: coreutils-common x86_64 8.30-15.el8 Stream-BaseOS 2.0 M DEBUG: cpio x86_64 2.12-11.el8 Stream-BaseOS 266 k DEBUG: cpp x86_64 8.5.0-18.el8 Stream-BaseOS 10 M DEBUG: cracklib x86_64 2.9.6-15.el8 Stream-BaseOS 93 k DEBUG: cracklib-dicts x86_64 2.9.6-15.el8 Stream-BaseOS 4.0 M DEBUG: crypto-policies noarch 20221215-1.gitece0092.el8 Stream-BaseOS 64 k DEBUG: cryptsetup-libs x86_64 2.3.7-5.el8 Stream-BaseOS 488 k DEBUG: cups-libs x86_64 1:2.2.6-51.el8 Stream-BaseOS 435 k DEBUG: curl x86_64 7.61.1-29.el8 Stream-BaseOS 352 k DEBUG: cyrus-sasl-lib x86_64 2.1.27-6.el8_5 Stream-BaseOS 123 k DEBUG: dbus x86_64 1:1.12.8-24.el8 Stream-BaseOS 42 k DEBUG: dbus-common noarch 1:1.12.8-24.el8 Stream-BaseOS 47 k DEBUG: dbus-daemon x86_64 1:1.12.8-24.el8 Stream-BaseOS 241 k DEBUG: dbus-libs x86_64 1:1.12.8-24.el8 Stream-BaseOS 185 k DEBUG: dbus-tools x86_64 1:1.12.8-24.el8 Stream-BaseOS 86 k DEBUG: device-mapper x86_64 8:1.02.181-9.el8 Stream-BaseOS 378 k DEBUG: device-mapper-libs x86_64 8:1.02.181-9.el8 Stream-BaseOS 410 k DEBUG: diffutils x86_64 3.6-6.el8 Stream-BaseOS 358 k DEBUG: dracut x86_64 049-223.git20230119.el8 Stream-BaseOS 379 k DEBUG: dwz x86_64 0.12-10.el8 Stream-BaseOS 109 k DEBUG: efi-srpm-macros noarch 3-3.el8 Stream-BaseOS 22 k DEBUG: elfutils x86_64 0.188-3.el8 Stream-BaseOS 544 k DEBUG: elfutils-default-yama-scope noarch 0.188-3.el8 Stream-BaseOS 52 k DEBUG: elfutils-libelf x86_64 0.188-3.el8 Stream-BaseOS 231 k DEBUG: elfutils-libs x86_64 0.188-3.el8 Stream-BaseOS 299 k DEBUG: emacs-filesystem noarch 1:26.1-9.el8 Stream-BaseOS 70 k DEBUG: expat x86_64 2.2.5-11.el8 Stream-BaseOS 113 k DEBUG: file x86_64 5.33-21.el8 Stream-BaseOS 77 k DEBUG: file-libs x86_64 5.33-21.el8 Stream-BaseOS 543 k DEBUG: filesystem x86_64 3.8-6.el8 Stream-BaseOS 1.1 M DEBUG: findutils x86_64 1:4.6.0-20.el8 Stream-BaseOS 528 k DEBUG: fontconfig x86_64 2.13.1-4.el8 Stream-BaseOS 274 k DEBUG: fontpackages-filesystem noarch 1.44-22.el8 Stream-BaseOS 16 k DEBUG: freetype x86_64 2.9.1-9.el8 Stream-BaseOS 394 k DEBUG: fribidi x86_64 1.0.4-9.el8 Stream-AppStream 89 k DEBUG: gawk x86_64 4.2.1-4.el8 Stream-BaseOS 1.1 M DEBUG: gc x86_64 7.6.4-3.el8 Stream-BaseOS 109 k DEBUG: gcc-plugin-annobin x86_64 8.5.0-18.el8 Stream-BaseOS 35 k DEBUG: gd x86_64 2.2.5-7.el8 Stream-AppStream 144 k DEBUG: gdb-headless x86_64 8.2-19.el8 Stream-AppStream 3.7 M DEBUG: gdbm x86_64 1:1.18-2.el8 Stream-BaseOS 130 k DEBUG: gdbm-libs x86_64 1:1.18-2.el8 Stream-BaseOS 60 k DEBUG: gdk-pixbuf2 x86_64 2.36.12-5.el8 Stream-BaseOS 467 k DEBUG: gdk-pixbuf2-modules x86_64 2.36.12-5.el8 Stream-AppStream 109 k DEBUG: gettext x86_64 0.19.8.1-17.el8 Stream-BaseOS 1.1 M DEBUG: gettext-libs x86_64 0.19.8.1-17.el8 Stream-BaseOS 314 k DEBUG: ghc-srpm-macros noarch 1.4.2-7.el8 Stream-BaseOS 9.3 k DEBUG: glib2 x86_64 2.56.4-161.el8 Stream-BaseOS 2.5 M DEBUG: glibc x86_64 2.28-225.el8 Stream-BaseOS 2.2 M DEBUG: glibc-all-langpacks x86_64 2.28-225.el8 Stream-BaseOS 26 M DEBUG: glibc-common x86_64 2.28-225.el8 Stream-BaseOS 1.0 M DEBUG: glibc-devel x86_64 2.28-225.el8 Stream-BaseOS 83 k DEBUG: glibc-gconv-extra x86_64 2.28-225.el8 Stream-BaseOS 1.5 M DEBUG: glibc-headers x86_64 2.28-225.el8 Stream-BaseOS 488 k DEBUG: gmp x86_64 1:6.1.2-10.el8 Stream-BaseOS 322 k DEBUG: gnupg2 x86_64 2.2.20-3.el8 Stream-BaseOS 2.4 M DEBUG: gnutls x86_64 3.6.16-6.el8 Stream-BaseOS 1.0 M DEBUG: go-srpm-macros noarch 2-17.el8 Stream-BaseOS 13 k DEBUG: google-droid-sans-fonts noarch 20120715-13.el8 Stream-AppStream 2.5 M DEBUG: graphite2 x86_64 1.3.10-10.el8 Stream-AppStream 122 k DEBUG: grep x86_64 3.1-6.el8 Stream-BaseOS 274 k DEBUG: grub2-common noarch 1:2.02-129.el8 Stream-BaseOS 893 k DEBUG: grub2-tools x86_64 1:2.02-129.el8 Stream-BaseOS 2.0 M DEBUG: grub2-tools-minimal x86_64 1:2.02-129.el8 Stream-BaseOS 212 k DEBUG: gtk-update-icon-cache x86_64 3.22.30-11.el8 Stream-AppStream 32 k DEBUG: gtk2 x86_64 2.24.32-5.el8 Stream-AppStream 3.4 M DEBUG: guile x86_64 5:2.0.14-7.el8 Stream-BaseOS 3.5 M DEBUG: gzip x86_64 1.9-13.el8 Stream-BaseOS 167 k DEBUG: harfbuzz x86_64 1.7.5-3.el8 Stream-AppStream 295 k DEBUG: hicolor-icon-theme noarch 0.17-2.el8 Stream-AppStream 49 k DEBUG: ilmbase x86_64 2.2.0-13.el8 Stream-AppStream 114 k DEBUG: ima-evm-utils x86_64 1.3.2-12.el8 Stream-BaseOS 64 k DEBUG: info x86_64 6.5-7.el8_5 Stream-BaseOS 198 k DEBUG: isl x86_64 0.16.1-6.el8 Stream-BaseOS 841 k DEBUG: jasper-libs x86_64 2.0.14-5.el8 Stream-AppStream 167 k DEBUG: jbig2dec-libs x86_64 0.16-1.el8 Stream-AppStream 71 k DEBUG: jbigkit-libs x86_64 2.1-14.el8 Stream-AppStream 55 k DEBUG: json-c x86_64 0.13.1-3.el8 Stream-BaseOS 41 k DEBUG: kbd-legacy noarch 2.0.4-10.el8 Stream-BaseOS 481 k DEBUG: kbd-misc noarch 2.0.4-10.el8 Stream-BaseOS 1.5 M DEBUG: kernel-headers x86_64 4.18.0-448.el8 Stream-BaseOS 11 M DEBUG: keyutils-libs x86_64 1.5.10-9.el8 Stream-BaseOS 34 k DEBUG: kmod x86_64 25-19.el8 Stream-BaseOS 126 k DEBUG: kmod-libs x86_64 25-19.el8 Stream-BaseOS 68 k DEBUG: krb5-libs x86_64 1.18.2-22.el8 Stream-BaseOS 841 k DEBUG: lcms2 x86_64 2.9-2.el8 Stream-AppStream 165 k DEBUG: less x86_64 530-1.el8 Stream-BaseOS 164 k DEBUG: libICE x86_64 1.0.9-15.el8 Stream-AppStream 74 k DEBUG: libSM x86_64 1.2.3-1.el8 Stream-AppStream 48 k DEBUG: libX11 x86_64 1.6.8-5.el8 Stream-AppStream 611 k DEBUG: libX11-common noarch 1.6.8-5.el8 Stream-AppStream 158 k DEBUG: libXau x86_64 1.0.9-3.el8 Stream-AppStream 37 k DEBUG: libXaw x86_64 1.0.13-10.el8 Stream-AppStream 194 k DEBUG: libXcomposite x86_64 0.4.4-14.el8 Stream-AppStream 28 k DEBUG: libXcursor x86_64 1.1.15-3.el8 Stream-AppStream 36 k DEBUG: libXdamage x86_64 1.1.4-14.el8 Stream-AppStream 27 k DEBUG: libXext x86_64 1.3.4-1.el8 Stream-AppStream 45 k DEBUG: libXfixes x86_64 5.0.3-7.el8 Stream-AppStream 25 k DEBUG: libXft x86_64 2.3.3-1.el8 Stream-AppStream 67 k DEBUG: libXi x86_64 1.7.10-1.el8 Stream-AppStream 49 k DEBUG: libXinerama x86_64 1.1.4-1.el8 Stream-AppStream 16 k DEBUG: libXmu x86_64 1.1.3-1.el8 Stream-AppStream 75 k DEBUG: libXpm x86_64 3.5.12-9.el8 Stream-AppStream 58 k DEBUG: libXrandr x86_64 1.5.2-1.el8 Stream-AppStream 34 k DEBUG: libXrender x86_64 0.9.10-7.el8 Stream-AppStream 33 k DEBUG: libXt x86_64 1.1.5-12.el8 Stream-AppStream 186 k DEBUG: libXxf86misc x86_64 1.0.4-1.el8 Stream-AppStream 23 k DEBUG: libXxf86vm x86_64 1.1.4-9.el8 Stream-AppStream 19 k DEBUG: libacl x86_64 2.2.53-1.el8 Stream-BaseOS 35 k DEBUG: libarchive x86_64 3.3.3-5.el8 Stream-BaseOS 360 k DEBUG: libassuan x86_64 2.5.1-3.el8 Stream-BaseOS 83 k DEBUG: libatomic_ops x86_64 7.6.2-3.el8 Stream-BaseOS 38 k DEBUG: libattr x86_64 2.4.48-3.el8 Stream-BaseOS 27 k DEBUG: libbabeltrace x86_64 1.5.4-4.el8 Stream-BaseOS 200 k DEBUG: libblkid x86_64 2.32.1-40.el8 Stream-BaseOS 220 k DEBUG: libcap x86_64 2.48-4.el8 Stream-BaseOS 74 k DEBUG: libcap-ng x86_64 0.7.11-1.el8 Stream-BaseOS 33 k DEBUG: libcom_err x86_64 1.45.6-5.el8 Stream-BaseOS 49 k DEBUG: libcroco x86_64 0.6.12-4.el8_2.1 Stream-BaseOS 113 k DEBUG: libcurl x86_64 7.61.1-29.el8 Stream-BaseOS 303 k DEBUG: libdatrie x86_64 0.2.9-7.el8 Stream-AppStream 33 k DEBUG: libdb x86_64 5.3.28-42.el8_4 Stream-BaseOS 751 k DEBUG: libdb-utils x86_64 5.3.28-42.el8_4 Stream-BaseOS 150 k DEBUG: libedit x86_64 3.1-23.20170329cvs.el8 Stream-BaseOS 102 k DEBUG: libfdisk x86_64 2.32.1-40.el8 Stream-BaseOS 253 k DEBUG: libffi x86_64 3.1-24.el8 Stream-BaseOS 38 k DEBUG: libfontenc x86_64 1.1.3-8.el8 Stream-AppStream 37 k DEBUG: libgcc x86_64 8.5.0-18.el8 Stream-BaseOS 81 k DEBUG: libgcrypt x86_64 1.8.5-7.el8 Stream-BaseOS 463 k DEBUG: libgomp x86_64 8.5.0-18.el8 Stream-BaseOS 208 k DEBUG: libgpg-error x86_64 1.31-1.el8 Stream-BaseOS 242 k DEBUG: libgs x86_64 9.27-5.el8 Stream-AppStream 3.1 M DEBUG: libidn x86_64 1.34-5.el8 Stream-AppStream 239 k DEBUG: libidn2 x86_64 2.2.0-1.el8 Stream-BaseOS 94 k DEBUG: libijs x86_64 0.35-5.el8 Stream-AppStream 30 k DEBUG: libipt x86_64 1.6.1-8.el8 Stream-BaseOS 50 k DEBUG: libjpeg-turbo x86_64 1.5.3-12.el8 Stream-AppStream 157 k DEBUG: libkcapi x86_64 1.2.0-2.el8 Stream-BaseOS 48 k DEBUG: libkcapi-hmaccalc x86_64 1.2.0-2.el8 Stream-BaseOS 31 k DEBUG: libksba x86_64 1.3.5-9.el8 Stream-BaseOS 134 k DEBUG: libmcpp x86_64 2.7.2-20.el8 Stream-AppStream 81 k DEBUG: libmount x86_64 2.32.1-40.el8 Stream-BaseOS 236 k DEBUG: libmpc x86_64 1.1.0-9.1.el8 Stream-BaseOS 61 k DEBUG: libnghttp2 x86_64 1.33.0-3.el8_2.1 Stream-BaseOS 77 k DEBUG: libnsl2 x86_64 1.2.0-2.20180605git4a062cf.el8 Stream-BaseOS 58 k DEBUG: libpaper x86_64 1.1.24-22.el8 Stream-AppStream 45 k DEBUG: libpkgconf x86_64 1.4.2-1.el8 Stream-BaseOS 35 k DEBUG: libpng x86_64 2:1.6.34-5.el8 Stream-BaseOS 126 k DEBUG: libpsl x86_64 0.20.2-6.el8 Stream-BaseOS 61 k DEBUG: libpwquality x86_64 1.4.4-5.el8 Stream-BaseOS 107 k DEBUG: librsvg2 x86_64 2.42.7-4.el8 Stream-AppStream 571 k DEBUG: libseccomp x86_64 2.5.2-1.el8 Stream-BaseOS 71 k DEBUG: libsecret x86_64 0.18.6-1.el8 Stream-BaseOS 163 k DEBUG: libselinux x86_64 2.9-8.el8 Stream-BaseOS 166 k DEBUG: libsemanage x86_64 2.9-9.el8 Stream-BaseOS 168 k DEBUG: libsepol x86_64 2.9-3.el8 Stream-BaseOS 340 k DEBUG: libsigsegv x86_64 2.11-5.el8 Stream-BaseOS 30 k DEBUG: libsmartcols x86_64 2.32.1-40.el8 Stream-BaseOS 179 k DEBUG: libssh x86_64 0.9.6-6.el8 Stream-BaseOS 217 k DEBUG: libssh-config noarch 0.9.6-6.el8 Stream-BaseOS 20 k DEBUG: libstdc++ x86_64 8.5.0-18.el8 Stream-BaseOS 454 k DEBUG: libtasn1 x86_64 4.13-4.el8 Stream-BaseOS 76 k DEBUG: libthai x86_64 0.1.27-2.el8 Stream-AppStream 203 k DEBUG: libtiff x86_64 4.0.9-27.el8 Stream-AppStream 189 k DEBUG: libtirpc x86_64 1.1.4-8.el8 Stream-BaseOS 113 k DEBUG: libtool-ltdl x86_64 2.4.6-25.el8 Stream-BaseOS 58 k DEBUG: libunistring x86_64 0.9.9-3.el8 Stream-BaseOS 422 k DEBUG: libusbx x86_64 1.0.23-4.el8 Stream-BaseOS 74 k DEBUG: libutempter x86_64 1.1.6-14.el8 Stream-BaseOS 32 k DEBUG: libuuid x86_64 2.32.1-40.el8 Stream-BaseOS 98 k DEBUG: libverto x86_64 0.3.2-2.el8 Stream-BaseOS 24 k DEBUG: libwebp x86_64 1.0.0-5.el8 Stream-AppStream 272 k DEBUG: libwmf-lite x86_64 0.2.9-8.el8_0 Stream-AppStream 77 k DEBUG: libxcb x86_64 1.13.1-1.el8 Stream-AppStream 229 k DEBUG: libxcrypt x86_64 4.1.1-6.el8 Stream-BaseOS 73 k DEBUG: libxcrypt-devel x86_64 4.1.1-6.el8 Stream-BaseOS 25 k DEBUG: libxml2 x86_64 2.9.7-16.el8 Stream-BaseOS 696 k DEBUG: libzstd x86_64 1.4.5-6.el8 delorean-wallaby-testing 335 k DEBUG: lua-libs x86_64 5.3.4-12.el8 Stream-BaseOS 118 k DEBUG: lz4-libs x86_64 1.8.3-3.el8_4 Stream-BaseOS 66 k DEBUG: mcpp x86_64 2.7.2-20.el8 Stream-AppStream 31 k DEBUG: mpfr x86_64 3.1.6-1.el8 Stream-BaseOS 221 k DEBUG: ncurses x86_64 6.1-9.20180224.el8 Stream-BaseOS 387 k DEBUG: ncurses-base noarch 6.1-9.20180224.el8 Stream-BaseOS 81 k DEBUG: ncurses-libs x86_64 6.1-9.20180224.el8 Stream-BaseOS 334 k DEBUG: nettle x86_64 3.4.1-7.el8 Stream-BaseOS 301 k DEBUG: npth x86_64 1.5-4.el8 Stream-BaseOS 26 k DEBUG: ocaml-srpm-macros noarch 5-4.el8 Stream-BaseOS 9.4 k DEBUG: openblas-srpm-macros noarch 2-2.el8 Stream-BaseOS 7.9 k DEBUG: openjpeg2 x86_64 2.4.0-5.el8 Stream-AppStream 165 k DEBUG: openldap x86_64 2.4.46-18.el8 Stream-BaseOS 352 k DEBUG: openssh x86_64 8.0p1-17.el8 Stream-BaseOS 524 k DEBUG: openssh-clients x86_64 8.0p1-17.el8 Stream-BaseOS 669 k DEBUG: openssl x86_64 1:1.1.1k-7.el8 Stream-BaseOS 709 k DEBUG: openssl-libs x86_64 1:1.1.1k-7.el8 Stream-BaseOS 1.5 M DEBUG: os-prober x86_64 1.74-9.el8 Stream-BaseOS 51 k DEBUG: p11-kit x86_64 0.23.22-1.el8 Stream-BaseOS 324 k DEBUG: p11-kit-trust x86_64 0.23.22-1.el8 Stream-BaseOS 137 k DEBUG: pam x86_64 1.3.1-25.el8 Stream-BaseOS 746 k DEBUG: pango x86_64 1.42.4-8.el8 Stream-AppStream 297 k DEBUG: patch x86_64 2.7.6-11.el8 Stream-BaseOS 138 k DEBUG: pcre x86_64 8.42-6.el8 Stream-BaseOS 211 k DEBUG: pcre2 x86_64 10.32-3.el8 Stream-BaseOS 247 k DEBUG: perl-srpm-macros noarch 1-25.el8 Stream-BaseOS 11 k DEBUG: pixman x86_64 0.38.4-2.el8 Stream-AppStream 257 k DEBUG: pkgconf x86_64 1.4.2-1.el8 Stream-BaseOS 38 k DEBUG: pkgconf-m4 noarch 1.4.2-1.el8 Stream-BaseOS 17 k DEBUG: pkgconf-pkg-config x86_64 1.4.2-1.el8 Stream-BaseOS 15 k DEBUG: platform-python x86_64 3.6.8-51.el8 Stream-BaseOS 86 k DEBUG: platform-python-devel x86_64 3.6.8-51.el8 Stream-AppStream 240 k DEBUG: platform-python-pip noarch 9.0.3-22.el8 Stream-BaseOS 1.6 M DEBUG: popt x86_64 1.18-1.el8 Stream-BaseOS 61 k DEBUG: procps-ng x86_64 3.3.15-13.el8 Stream-BaseOS 330 k DEBUG: publicsuffix-list-dafsa noarch 20180723-1.el8 Stream-BaseOS 56 k DEBUG: python-rpm-macros noarch 3-44.el8 Stream-BaseOS 16 k DEBUG: python-srpm-macros noarch 3-44.el8 Stream-BaseOS 16 k DEBUG: python3-babel noarch 2.5.1-7.el8 Stream-AppStream 4.8 M DEBUG: python3-cffi x86_64 1.13.2-1.el8 delorean-wallaby-testing 245 k DEBUG: python3-chardet noarch 3.0.4-7.el8 Stream-BaseOS 195 k DEBUG: python3-docutils noarch 0.14-12.module_el8.5.0+761+faacb0fb Stream-AppStream 1.6 M DEBUG: python3-greenlet x86_64 0.4.13-4.el8 Stream-AppStream 31 k DEBUG: python3-idna noarch 2.5-5.el8 Stream-BaseOS 97 k DEBUG: python3-imagesize noarch 1.0.0-2.el8 Stream-PowerTools 16 k DEBUG: python3-jinja2 noarch 2.10.1-3.el8 Stream-AppStream 538 k DEBUG: python3-libs x86_64 3.6.8-51.el8 Stream-BaseOS 7.8 M DEBUG: python3-markupsafe x86_64 0.23-19.el8 Stream-AppStream 39 k DEBUG: python3-packaging noarch 20.4-1.el8 delorean-wallaby-testing 67 k DEBUG: python3-pip noarch 9.0.3-22.el8 Stream-AppStream 20 k DEBUG: python3-pip-wheel noarch 9.0.3-22.el8 Stream-BaseOS 895 k DEBUG: python3-ply noarch 3.9-9.el8 Stream-BaseOS 111 k DEBUG: python3-pycparser noarch 2.14-14.el8 Stream-BaseOS 109 k DEBUG: python3-pygments noarch 2.2.0-22.module_el8.5.0+764+71fa3b33 Stream-AppStream 1.9 M DEBUG: python3-pyparsing noarch 2.4.6-1.el8 delorean-wallaby-testing 161 k DEBUG: python3-pysocks noarch 1.6.8-3.el8 Stream-BaseOS 34 k DEBUG: python3-pytz noarch 2017.2-9.el8 Stream-AppStream 54 k DEBUG: python3-requests noarch 2.25.1-1.el8 delorean-wallaby-testing 128 k DEBUG: python3-rpm-generators noarch 5-8.el8 Stream-AppStream 25 k DEBUG: python3-rpm-macros noarch 3-44.el8 Stream-BaseOS 15 k DEBUG: python3-setuptools noarch 50.3.2-1.el8 delorean-wallaby-testing 870 k DEBUG: python3-setuptools-wheel noarch 39.2.0-7.el8 Stream-BaseOS 289 k DEBUG: python3-snowballstemmer noarch 1.9.0-4.el8 delorean-wallaby-build-deps 161 k DEBUG: python3-sphinx-theme-alabaster noarch 0.7.12-7.el8 delorean-wallaby-build-deps 25 k DEBUG: python3-sphinxcontrib-applehelp noarch 1.0.1-5.el8 delorean-wallaby-build-deps 33 k DEBUG: python3-sphinxcontrib-devhelp noarch 1.0.1-5.el8 delorean-wallaby-build-deps 28 k DEBUG: python3-sphinxcontrib-htmlhelp noarch 1.0.3-2.el8 delorean-wallaby-build-deps 36 k DEBUG: python3-sphinxcontrib-jsmath noarch 1.0.1-0.1.5.el8 delorean-wallaby-build-deps 15 k DEBUG: python3-sphinxcontrib-qthelp noarch 1.0.2-0.1.5.el8 delorean-wallaby-build-deps 32 k DEBUG: python3-sphinxcontrib-serializinghtml noarch 1.1.3-5.el8 delorean-wallaby-build-deps 31 k DEBUG: python3-toml noarch 0.10.1-2.el8 delorean-wallaby-build-deps 42 k DEBUG: python3-urllib3 noarch 1.25.10-4.el8 delorean-wallaby-testing 189 k DEBUG: python36 x86_64 3.6.8-38.module_el8.5.0+895+a459eca8 Stream-AppStream 19 k DEBUG: qt5-srpm-macros noarch 5.15.3-1.el8 Stream-BaseOS 11 k DEBUG: readline x86_64 7.0-10.el8 Stream-BaseOS 199 k DEBUG: redhat-rpm-config noarch 130-1.el8 Stream-BaseOS 90 k DEBUG: rpm x86_64 4.14.3-26.el8 Stream-BaseOS 544 k DEBUG: rpm-build-libs x86_64 4.14.3-26.el8 Stream-BaseOS 157 k DEBUG: rpm-libs x86_64 4.14.3-26.el8 Stream-BaseOS 345 k DEBUG: rust-srpm-macros noarch 5-2.el8 Stream-BaseOS 9.2 k DEBUG: sed x86_64 4.5-5.el8 Stream-BaseOS 298 k DEBUG: setup noarch 2.12.2-9.el8 Stream-BaseOS 181 k DEBUG: shadow-utils x86_64 2:4.6-17.el8 Stream-BaseOS 1.2 M DEBUG: shared-mime-info x86_64 1.9-3.el8 Stream-BaseOS 329 k DEBUG: sqlite-libs x86_64 3.26.0-17.el8 Stream-BaseOS 581 k DEBUG: systemd x86_64 239-71.el8 Stream-BaseOS 3.6 M DEBUG: systemd-libs x86_64 239-71.el8 Stream-BaseOS 1.1 M DEBUG: systemd-pam x86_64 239-71.el8 Stream-BaseOS 494 k DEBUG: systemd-udev x86_64 239-71.el8 Stream-BaseOS 1.6 M DEBUG: tar x86_64 2:1.30-8.el8 Stream-BaseOS 839 k DEBUG: tpm2-tss x86_64 2.3.2-4.el8 Stream-BaseOS 275 k DEBUG: trousers-lib x86_64 0.3.15-1.el8 Stream-BaseOS 168 k DEBUG: tzdata noarch 2022g-2.el8 Stream-BaseOS 474 k DEBUG: unzip x86_64 6.0-46.el8 Stream-BaseOS 196 k DEBUG: urw-base35-bookman-fonts noarch 20170801-10.el8 Stream-AppStream 857 k DEBUG: urw-base35-c059-fonts noarch 20170801-10.el8 Stream-AppStream 884 k DEBUG: urw-base35-d050000l-fonts noarch 20170801-10.el8 Stream-AppStream 79 k DEBUG: urw-base35-fonts noarch 20170801-10.el8 Stream-AppStream 12 k DEBUG: urw-base35-fonts-common noarch 20170801-10.el8 Stream-AppStream 23 k DEBUG: urw-base35-gothic-fonts noarch 20170801-10.el8 Stream-AppStream 654 k DEBUG: urw-base35-nimbus-mono-ps-fonts noarch 20170801-10.el8 Stream-AppStream 801 k DEBUG: urw-base35-nimbus-roman-fonts noarch 20170801-10.el8 Stream-AppStream 865 k DEBUG: urw-base35-nimbus-sans-fonts noarch 20170801-10.el8 Stream-AppStream 1.3 M DEBUG: urw-base35-p052-fonts noarch 20170801-10.el8 Stream-AppStream 982 k DEBUG: urw-base35-standard-symbols-ps-fonts noarch 20170801-10.el8 Stream-AppStream 44 k DEBUG: urw-base35-z003-fonts noarch 20170801-10.el8 Stream-AppStream 279 k DEBUG: util-linux x86_64 2.32.1-40.el8 Stream-BaseOS 2.5 M DEBUG: which x86_64 2.21-18.el8 Stream-BaseOS 49 k DEBUG: xkeyboard-config noarch 2.28-1.el8 Stream-AppStream 782 k DEBUG: xorg-x11-font-utils x86_64 1:7.5-41.el8 Stream-AppStream 104 k DEBUG: xorg-x11-fonts-ISO8859-1-100dpi noarch 7.5-19.el8 Stream-AppStream 1.1 M DEBUG: xorg-x11-server-utils x86_64 7.7-27.el8 Stream-AppStream 198 k DEBUG: xz x86_64 5.2.4-4.el8 Stream-BaseOS 153 k DEBUG: xz-libs x86_64 5.2.4-4.el8 Stream-BaseOS 94 k DEBUG: zip x86_64 3.0-23.el8 Stream-BaseOS 270 k DEBUG: zlib x86_64 1.2.11-21.el8 Stream-BaseOS 103 k DEBUG: zstd x86_64 1.4.5-6.el8 delorean-wallaby-testing 616 k DEBUG: Installing weak dependencies: DEBUG: ImageMagick x86_64 6.7.8.9-18.el8 delorean-wallaby-build-deps 2.2 M DEBUG: crypto-policies-scripts noarch 20221215-1.gitece0092.el8 Stream-BaseOS 84 k DEBUG: elfutils-debuginfod-client x86_64 0.188-3.el8 Stream-BaseOS 75 k DEBUG: gnupg2-smime x86_64 2.2.20-3.el8 Stream-BaseOS 283 k DEBUG: graphviz x86_64 2.40.1-43.el8 Stream-AppStream 1.7 M DEBUG: grubby x86_64 8.40-47.el8 Stream-BaseOS 50 k DEBUG: hardlink x86_64 1:1.3-6.el8 Stream-BaseOS 29 k DEBUG: kbd x86_64 2.0.4-10.el8 Stream-BaseOS 390 k DEBUG: kpartx x86_64 0.8.4-37.el8 Stream-BaseOS 119 k DEBUG: libxkbcommon x86_64 0.9.1-1.el8 Stream-AppStream 116 k DEBUG: memstrack x86_64 0.2.4-2.el8 Stream-BaseOS 51 k DEBUG: openssl-pkcs11 x86_64 0.4.10-3.el8 Stream-BaseOS 66 k DEBUG: pigz x86_64 2.4-4.el8 Stream-BaseOS 79 k DEBUG: pinentry x86_64 1.1.0-2.el8 Stream-AppStream 100 k DEBUG: python3-cryptography x86_64 3.2.1-5.el8 Stream-BaseOS 559 k DEBUG: trousers x86_64 0.3.15-1.el8 Stream-BaseOS 152 k DEBUG: Enabling module streams: DEBUG: python36 3.6 DEBUG: Transaction Summary DEBUG: ========================================================================================================================= DEBUG: Install 345 Packages DEBUG: Total size: 231 M DEBUG: Installed size: 1.0 G DEBUG: Downloading Packages: DEBUG: [SKIPPED] openstack-macros-2023.1.0-0.20230216203410.ce6a105.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] acl-2.2.53-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] annobin-10.94-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] audit-libs-3.0.7-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] avahi-libs-0.7-20.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] basesystem-11-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] bash-4.4.20-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] binutils-2.30-119.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] brotli-1.0.6-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] bzip2-1.0.6-26.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] bzip2-libs-1.0.6-26.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ca-certificates-2022.2.54-80.2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] centos-gpg-keys-8-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] centos-stream-release-8.6-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] centos-stream-repos-8-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] chkconfig-1.19.1-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] coreutils-8.30-15.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] coreutils-common-8.30-15.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cpio-2.12-11.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cpp-8.5.0-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cracklib-2.9.6-15.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cracklib-dicts-2.9.6-15.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] crypto-policies-20221215-1.gitece0092.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] crypto-policies-scripts-20221215-1.gitece0092.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] cryptsetup-libs-2.3.7-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cups-libs-2.2.6-51.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] curl-7.61.1-29.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cyrus-sasl-lib-2.1.27-6.el8_5.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dbus-1.12.8-24.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dbus-common-1.12.8-24.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] dbus-daemon-1.12.8-24.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dbus-libs-1.12.8-24.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dbus-tools-1.12.8-24.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-1.02.181-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-libs-1.02.181-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] diffutils-3.6-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dracut-049-223.git20230119.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dwz-0.12-10.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] efi-srpm-macros-3-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-0.188-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-debuginfod-client-0.188-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-default-yama-scope-0.188-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-libelf-0.188-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-libs-0.188-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] emacs-filesystem-26.1-9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] expat-2.2.5-11.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] file-5.33-21.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] file-libs-5.33-21.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] filesystem-3.8-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] findutils-4.6.0-20.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] fontconfig-2.13.1-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] fontpackages-filesystem-1.44-22.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] freetype-2.9.1-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gawk-4.2.1-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gc-7.6.4-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gcc-8.5.0-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gcc-plugin-annobin-8.5.0-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gdbm-1.18-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gdbm-libs-1.18-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gdk-pixbuf2-2.36.12-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gettext-0.19.8.1-17.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gettext-libs-0.19.8.1-17.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ghc-srpm-macros-1.4.2-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] glib2-2.56.4-161.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-2.28-225.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-all-langpacks-2.28-225.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-common-2.28-225.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-devel-2.28-225.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-gconv-extra-2.28-225.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-headers-2.28-225.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gmp-6.1.2-10.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gnupg2-2.2.20-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gnupg2-smime-2.2.20-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gnutls-3.6.16-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] go-srpm-macros-2-17.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] grep-3.1-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] grub2-common-2.02-129.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] grub2-tools-2.02-129.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] grub2-tools-minimal-2.02-129.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] grubby-8.40-47.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] guile-2.0.14-7.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gzip-1.9-13.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] hardlink-1.3-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ima-evm-utils-1.3.2-12.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] info-6.5-7.el8_5.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] isl-0.16.1-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] json-c-0.13.1-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kbd-2.0.4-10.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kbd-legacy-2.0.4-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] kbd-misc-2.0.4-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] kernel-headers-4.18.0-448.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] keyutils-libs-1.5.10-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kmod-25-19.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kmod-libs-25-19.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kpartx-0.8.4-37.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] krb5-libs-1.18.2-22.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] less-530-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libacl-2.2.53-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libarchive-3.3.3-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libassuan-2.5.1-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libatomic_ops-7.6.2-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libattr-2.4.48-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libbabeltrace-1.5.4-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libblkid-2.32.1-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcap-2.48-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcap-ng-0.7.11-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcom_err-1.45.6-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcroco-0.6.12-4.el8_2.1.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcurl-7.61.1-29.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libdb-5.3.28-42.el8_4.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libdb-utils-5.3.28-42.el8_4.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libedit-3.1-23.20170329cvs.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libfdisk-2.32.1-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libffi-3.1-24.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgcc-8.5.0-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgcrypt-1.8.5-7.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgomp-8.5.0-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgpg-error-1.31-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libidn2-2.2.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libipt-1.6.1-8.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libkcapi-1.2.0-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libkcapi-hmaccalc-1.2.0-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libksba-1.3.5-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libmount-2.32.1-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libmpc-1.1.0-9.1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libnghttp2-1.33.0-3.el8_2.1.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpkgconf-1.4.2-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpng-1.6.34-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpsl-0.20.2-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpwquality-1.4.4-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libseccomp-2.5.2-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsecret-0.18.6-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libselinux-2.9-8.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsemanage-2.9-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsepol-2.9-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsigsegv-2.11-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsmartcols-2.32.1-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libssh-0.9.6-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libssh-config-0.9.6-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libstdc++-8.5.0-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libtasn1-4.13-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libtirpc-1.1.4-8.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libtool-ltdl-2.4.6-25.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libunistring-0.9.9-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libusbx-1.0.23-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libutempter-1.1.6-14.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libuuid-2.32.1-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libverto-0.3.2-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxcrypt-4.1.1-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxcrypt-devel-4.1.1-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxml2-2.9.7-16.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lua-libs-5.3.4-12.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lz4-libs-1.8.3-3.el8_4.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] make-4.2.1-11.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] memstrack-0.2.4-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] mpfr-3.1.6-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ncurses-6.1-9.20180224.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ncurses-base-6.1-9.20180224.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] ncurses-libs-6.1-9.20180224.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nettle-3.4.1-7.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] npth-1.5-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ocaml-srpm-macros-5-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] openblas-srpm-macros-2-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] openldap-2.4.46-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openssh-8.0p1-17.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openssh-clients-8.0p1-17.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openssl-1.1.1k-7.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openssl-libs-1.1.1k-7.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openssl-pkcs11-0.4.10-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] os-prober-1.74-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] p11-kit-0.23.22-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] p11-kit-trust-0.23.22-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pam-1.3.1-25.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] patch-2.7.6-11.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pcre-8.42-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pcre2-10.32-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-srpm-macros-1-25.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] pigz-2.4-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pkgconf-1.4.2-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pkgconf-m4-1.4.2-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] pkgconf-pkg-config-1.4.2-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] platform-python-3.6.8-51.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] platform-python-pip-9.0.3-22.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] popt-1.18-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] procps-ng-3.3.15-13.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] publicsuffix-list-dafsa-20180723-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-rpm-macros-3-44.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-srpm-macros-3-44.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-chardet-3.0.4-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cryptography-3.2.1-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-idna-2.5-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-libs-3.6.8-51.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pip-wheel-9.0.3-22.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-ply-3.9-9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pycparser-2.14-14.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pysocks-1.6.8-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rpm-macros-3-44.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-setuptools-wheel-39.2.0-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] qt5-srpm-macros-5.15.3-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] readline-7.0-10.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] redhat-rpm-config-130-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] rpm-4.14.3-26.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rpm-build-libs-4.14.3-26.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rpm-libs-4.14.3-26.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rust-srpm-macros-5-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] sed-4.5-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] setup-2.12.2-9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] shadow-utils-4.6-17.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] shared-mime-info-1.9-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sqlite-libs-3.26.0-17.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-239-71.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-libs-239-71.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-pam-239-71.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-udev-239-71.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] tar-1.30-8.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] tpm2-tss-2.3.2-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] trousers-0.3.15-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] trousers-lib-0.3.15-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] tzdata-2022g-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] unzip-6.0-46.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] util-linux-2.32.1-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] which-2.21-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] xz-5.2.4-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] xz-libs-5.2.4-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] zip-3.0-23.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] zlib-1.2.11-21.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] OpenEXR-libs-2.2.0-12.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] adobe-mappings-cmap-20171205-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] adobe-mappings-cmap-deprecated-20171205-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] adobe-mappings-pdf-20180407-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] atk-2.28.1-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cairo-1.15.12-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] fribidi-1.0.4-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gd-2.2.5-7.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gdb-headless-8.2-19.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gdk-pixbuf2-modules-2.36.12-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] git-core-2.39.1-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] google-droid-sans-fonts-20120715-13.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] graphite2-1.3.10-10.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] graphviz-2.40.1-43.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gtk-update-icon-cache-3.22.30-11.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gtk2-2.24.32-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] harfbuzz-1.7.5-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] hicolor-icon-theme-0.17-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] ilmbase-2.2.0-13.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] jasper-libs-2.0.14-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] jbig2dec-libs-0.16-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] jbigkit-libs-2.1-14.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lcms2-2.9-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libICE-1.0.9-15.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libSM-1.2.3-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libX11-1.6.8-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libX11-common-1.6.8-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libXau-1.0.9-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXaw-1.0.13-10.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXcomposite-0.4.4-14.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXcursor-1.1.15-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXdamage-1.1.4-14.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXext-1.3.4-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXfixes-5.0.3-7.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXft-2.3.3-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXi-1.7.10-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXinerama-1.1.4-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXmu-1.1.3-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXpm-3.5.12-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXrandr-1.5.2-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXrender-0.9.10-7.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXt-1.1.5-12.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXxf86misc-1.0.4-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXxf86vm-1.1.4-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libdatrie-0.2.9-7.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libfontenc-1.1.3-8.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgs-9.27-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libidn-1.34-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libijs-0.35-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libjpeg-turbo-1.5.3-12.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libmcpp-2.7.2-20.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpaper-1.1.24-22.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] librsvg2-2.42.7-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libthai-0.1.27-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libtiff-4.0.9-27.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libwebp-1.0.0-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libwmf-lite-0.2.9-8.el8_0.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxcb-1.13.1-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxkbcommon-0.9.1-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] mcpp-2.7.2-20.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openjpeg2-2.4.0-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pango-1.42.4-8.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pinentry-1.1.0-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pixman-0.38.4-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] platform-python-devel-3.6.8-51.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-babel-2.5.1-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-greenlet-0.4.13-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-jinja2-2.10.1-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-markupsafe-0.23-19.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pip-9.0.3-22.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pygments-2.2.0-22.module_el8.5.0+764+71fa3b33.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pytz-2017.2-9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rpm-generators-5-8.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sqlalchemy-1.3.2-2.module_el8.5.0+761+faacb0fb.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rpm-build-4.14.3-26.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-bookman-fonts-20170801-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-c059-fonts-20170801-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-d050000l-fonts-20170801-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-fonts-20170801-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-fonts-common-20170801-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-gothic-fonts-20170801-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-p052-fonts-20170801-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-z003-fonts-20170801-10.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xkeyboard-config-2.28-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xorg-x11-font-utils-7.5-41.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xorg-x11-server-utils-7.7-27.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-imagesize-1.0.0-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libzstd-1.4.5-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-cffi-1.13.2-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-eventlet-0.30.0-1.1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-packaging-20.4-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pbr-5.5.1-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyparsing-2.4.6-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-requests-2.25.1-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-setuptools-50.3.2-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-six-1.15.0-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-urllib3-1.25.10-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] zstd-1.4.5-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ImageMagick-6.7.8.9-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-setuptools_scm-6.0.1-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-snowballstemmer-1.9.0-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinx-2.2.2-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinx-theme-alabaster-0.7.12-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinxcontrib-applehelp-1.0.1-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinxcontrib-serializinghtml-1.1.3-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-toml-0.10.1-2.el8.noarch.rpm: Already downloaded DEBUG: warning: Generating 18 missing index(es), please wait... DEBUG: CentOS-Stream - Base 163 kB/s | 1.6 kB 00:00 DEBUG: Key imported successfully DEBUG: Importing GPG key 0x8483C65D: DEBUG: Userid : "CentOS (CentOS Official Signing Key) " DEBUG: Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D DEBUG: From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Running scriptlet: filesystem-3.8-6.el8.x86_64 1/1 DEBUG: Preparing : 1/1 DEBUG: Installing : libgcc-8.5.0-18.el8.x86_64 1/345 DEBUG: Running scriptlet: libgcc-8.5.0-18.el8.x86_64 1/345 DEBUG: Installing : python-srpm-macros-3-44.el8.noarch 2/345 DEBUG: Installing : fontpackages-filesystem-1.44-22.el8.noarch 3/345 DEBUG: Installing : google-droid-sans-fonts-20120715-13.el8.noarch 4/345 DEBUG: Installing : python-rpm-macros-3-44.el8.noarch 5/345 DEBUG: Installing : python3-rpm-macros-3-44.el8.noarch 6/345 DEBUG: Installing : adobe-mappings-cmap-20171205-3.el8.noarch 7/345 DEBUG: Installing : tzdata-2022g-2.el8.noarch 8/345 DEBUG: Installing : python3-setuptools-wheel-39.2.0-7.el8.noarch 9/345 DEBUG: Installing : python3-pip-wheel-9.0.3-22.el8.noarch 10/345 DEBUG: Installing : adobe-mappings-cmap-deprecated-20171205-3.el8.no 11/345 DEBUG: Installing : xkeyboard-config-2.28-1.el8.noarch 12/345 DEBUG: Installing : libX11-common-1.6.8-5.el8.noarch 13/345 DEBUG: Installing : adobe-mappings-pdf-20180407-1.el8.noarch 14/345 DEBUG: Installing : rust-srpm-macros-5-2.el8.noarch 15/345 DEBUG: Installing : qt5-srpm-macros-5.15.3-1.el8.noarch 16/345 DEBUG: Installing : publicsuffix-list-dafsa-20180723-1.el8.noarch 17/345 DEBUG: Installing : pkgconf-m4-1.4.2-1.el8.noarch 18/345 DEBUG: Installing : perl-srpm-macros-1-25.el8.noarch 19/345 DEBUG: Installing : openblas-srpm-macros-2-2.el8.noarch 20/345 DEBUG: Installing : ocaml-srpm-macros-5-4.el8.noarch 21/345 DEBUG: Installing : ncurses-base-6.1-9.20180224.el8.noarch 22/345 DEBUG: Installing : libssh-config-0.9.6-6.el8.noarch 23/345 DEBUG: Installing : kernel-headers-4.18.0-448.el8.x86_64 24/345 DEBUG: Installing : kbd-misc-2.0.4-10.el8.noarch 25/345 DEBUG: Installing : kbd-legacy-2.0.4-10.el8.noarch 26/345 DEBUG: Installing : go-srpm-macros-2-17.el8.noarch 27/345 DEBUG: Installing : ghc-srpm-macros-1.4.2-7.el8.noarch 28/345 DEBUG: Installing : emacs-filesystem-1:26.1-9.el8.noarch 29/345 DEBUG: Installing : centos-gpg-keys-1:8-6.el8.noarch 30/345 DEBUG: Installing : centos-stream-release-8.6-1.el8.noarch 31/345 DEBUG: Installing : centos-stream-repos-8-6.el8.noarch 32/345 DEBUG: warning: /etc/dnf/vars/contentdir created as /etc/dnf/vars/contentdir.rpmnew DEBUG: warning: /etc/dnf/vars/stream created as /etc/dnf/vars/stream.rpmnew DEBUG: Installing : setup-2.12.2-9.el8.noarch 33/345 DEBUG: warning: /etc/hosts created as /etc/hosts.rpmnew DEBUG: Running scriptlet: setup-2.12.2-9.el8.noarch 33/345 DEBUG: Installing : filesystem-3.8-6.el8.x86_64 34/345 DEBUG: Installing : urw-base35-fonts-common-20170801-10.el8.noarch 35/345 DEBUG: Installing : basesystem-11-5.el8.noarch 36/345 DEBUG: Installing : pcre2-10.32-3.el8.x86_64 37/345 DEBUG: Installing : libselinux-2.9-8.el8.x86_64 38/345 DEBUG: Installing : ncurses-libs-6.1-9.20180224.el8.x86_64 39/345 DEBUG: Installing : glibc-all-langpacks-2.28-225.el8.x86_64 40/345 DEBUG: Installing : glibc-gconv-extra-2.28-225.el8.x86_64 41/345 DEBUG: Running scriptlet: glibc-gconv-extra-2.28-225.el8.x86_64 41/345 DEBUG: Installing : glibc-common-2.28-225.el8.x86_64 42/345 DEBUG: Running scriptlet: glibc-2.28-225.el8.x86_64 43/345 DEBUG: Installing : glibc-2.28-225.el8.x86_64 43/345 DEBUG: Running scriptlet: glibc-2.28-225.el8.x86_64 43/345 DEBUG: Installing : bash-4.4.20-4.el8.x86_64 44/345 DEBUG: Running scriptlet: bash-4.4.20-4.el8.x86_64 44/345 DEBUG: Installing : libsepol-2.9-3.el8.x86_64 45/345 DEBUG: Running scriptlet: libsepol-2.9-3.el8.x86_64 45/345 DEBUG: Installing : zlib-1.2.11-21.el8.x86_64 46/345 DEBUG: Installing : info-6.5-7.el8_5.x86_64 47/345 DEBUG: Installing : xz-libs-5.2.4-4.el8.x86_64 48/345 DEBUG: Installing : bzip2-libs-1.0.6-26.el8.x86_64 49/345 DEBUG: Installing : libstdc++-8.5.0-18.el8.x86_64 50/345 DEBUG: Running scriptlet: libstdc++-8.5.0-18.el8.x86_64 50/345 DEBUG: Installing : libxcrypt-4.1.1-6.el8.x86_64 51/345 DEBUG: Installing : elfutils-libelf-0.188-3.el8.x86_64 52/345 DEBUG: Installing : gmp-1:6.1.2-10.el8.x86_64 53/345 DEBUG: Running scriptlet: gmp-1:6.1.2-10.el8.x86_64 53/345 DEBUG: Installing : libpng-2:1.6.34-5.el8.x86_64 54/345 DEBUG: Installing : freetype-2.9.1-9.el8.x86_64 55/345 DEBUG: Installing : libcap-2.48-4.el8.x86_64 56/345 DEBUG: Installing : libcom_err-1.45.6-5.el8.x86_64 57/345 DEBUG: Running scriptlet: libcom_err-1.45.6-5.el8.x86_64 57/345 DEBUG: Installing : libgpg-error-1.31-1.el8.x86_64 58/345 DEBUG: Installing : libuuid-2.32.1-40.el8.x86_64 59/345 DEBUG: Running scriptlet: libuuid-2.32.1-40.el8.x86_64 59/345 DEBUG: Installing : libxml2-2.9.7-16.el8.x86_64 60/345 DEBUG: Installing : readline-7.0-10.el8.x86_64 61/345 DEBUG: Running scriptlet: readline-7.0-10.el8.x86_64 61/345 DEBUG: Installing : libunistring-0.9.9-3.el8.x86_64 62/345 DEBUG: Installing : sqlite-libs-3.26.0-17.el8.x86_64 63/345 DEBUG: Installing : expat-2.2.5-11.el8.x86_64 64/345 DEBUG: Installing : popt-1.18-1.el8.x86_64 65/345 DEBUG: Installing : chkconfig-1.19.1-1.el8.x86_64 66/345 DEBUG: Installing : libjpeg-turbo-1.5.3-12.el8.x86_64 67/345 DEBUG: Installing : libzstd-1.4.5-6.el8.x86_64 68/345 DEBUG: Installing : libgcrypt-1.8.5-7.el8.x86_64 69/345 DEBUG: Running scriptlet: libgcrypt-1.8.5-7.el8.x86_64 69/345 DEBUG: Installing : mpfr-3.1.6-1.el8.x86_64 70/345 DEBUG: Running scriptlet: mpfr-3.1.6-1.el8.x86_64 70/345 DEBUG: Installing : libattr-2.4.48-3.el8.x86_64 71/345 DEBUG: Installing : libacl-2.2.53-1.el8.x86_64 72/345 DEBUG: Installing : sed-4.5-5.el8.x86_64 73/345 DEBUG: Running scriptlet: sed-4.5-5.el8.x86_64 73/345 DEBUG: Installing : libffi-3.1-24.el8.x86_64 74/345 DEBUG: Installing : libICE-1.0.9-15.el8.x86_64 75/345 DEBUG: Installing : p11-kit-0.23.22-1.el8.x86_64 76/345 DEBUG: Installing : libidn2-2.2.0-1.el8.x86_64 77/345 DEBUG: Installing : findutils-1:4.6.0-20.el8.x86_64 78/345 DEBUG: Running scriptlet: findutils-1:4.6.0-20.el8.x86_64 78/345 DEBUG: Installing : libgomp-8.5.0-18.el8.x86_64 79/345 DEBUG: Running scriptlet: libgomp-8.5.0-18.el8.x86_64 79/345 DEBUG: Installing : lua-libs-5.3.4-12.el8.x86_64 80/345 DEBUG: Installing : libSM-1.2.3-1.el8.x86_64 81/345 DEBUG: Installing : libassuan-2.5.1-3.el8.x86_64 82/345 DEBUG: Installing : file-libs-5.33-21.el8.x86_64 83/345 DEBUG: Installing : file-5.33-21.el8.x86_64 84/345 DEBUG: Installing : libcap-ng-0.7.11-1.el8.x86_64 85/345 DEBUG: Installing : audit-libs-3.0.7-4.el8.x86_64 86/345 DEBUG: Installing : libtool-ltdl-2.4.6-25.el8.x86_64 87/345 DEBUG: Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64 87/345 DEBUG: Installing : lz4-libs-1.8.3-3.el8_4.x86_64 88/345 DEBUG: Installing : libmpc-1.1.0-9.1.el8.x86_64 89/345 DEBUG: Installing : jasper-libs-2.0.14-5.el8.x86_64 90/345 DEBUG: Installing : libksba-1.3.5-9.el8.x86_64 91/345 DEBUG: Installing : ilmbase-2.2.0-13.el8.x86_64 92/345 DEBUG: Running scriptlet: ilmbase-2.2.0-13.el8.x86_64 92/345 DEBUG: Installing : unzip-6.0-46.el8.x86_64 93/345 DEBUG: Installing : diffutils-3.6-6.el8.x86_64 94/345 DEBUG: Running scriptlet: diffutils-3.6-6.el8.x86_64 94/345 DEBUG: Running scriptlet: glibc-headers-2.28-225.el8.x86_64 95/345 DEBUG: Installing : glibc-headers-2.28-225.el8.x86_64 95/345 DEBUG: Installing : grub2-common-1:2.02-129.el8.noarch 96/345 DEBUG: Installing : cpio-2.12-11.el8.x86_64 97/345 DEBUG: Installing : gdbm-libs-1:1.18-2.el8.x86_64 98/345 DEBUG: Installing : keyutils-libs-1.5.10-9.el8.x86_64 99/345 DEBUG: Installing : libtasn1-4.13-4.el8.x86_64 100/345 DEBUG: Running scriptlet: libtasn1-4.13-4.el8.x86_64 100/345 DEBUG: Installing : p11-kit-trust-0.23.22-1.el8.x86_64 101/345 DEBUG: Running scriptlet: p11-kit-trust-0.23.22-1.el8.x86_64 101/345 DEBUG: Installing : pcre-8.42-6.el8.x86_64 102/345 DEBUG: Installing : grep-3.1-6.el8.x86_64 103/345 DEBUG: Running scriptlet: grep-3.1-6.el8.x86_64 103/345 DEBUG: Installing : xz-5.2.4-4.el8.x86_64 104/345 DEBUG: Installing : lcms2-2.9-2.el8.x86_64 105/345 DEBUG: Running scriptlet: lcms2-2.9-2.el8.x86_64 105/345 DEBUG: Installing : gdbm-1:1.18-2.el8.x86_64 106/345 DEBUG: Installing : zip-3.0-23.el8.x86_64 107/345 DEBUG: Installing : OpenEXR-libs-2.2.0-12.el8.x86_64 108/345 DEBUG: Running scriptlet: OpenEXR-libs-2.2.0-12.el8.x86_64 108/345 DEBUG: Installing : cpp-8.5.0-18.el8.x86_64 109/345 DEBUG: Running scriptlet: cpp-8.5.0-18.el8.x86_64 109/345 DEBUG: Installing : libsemanage-2.9-9.el8.x86_64 110/345 DEBUG: Installing : libpsl-0.20.2-6.el8.x86_64 111/345 DEBUG: Installing : acl-2.2.53-1.el8.x86_64 112/345 DEBUG: Installing : tar-2:1.30-8.el8.x86_64 113/345 DEBUG: Running scriptlet: tar-2:1.30-8.el8.x86_64 113/345 DEBUG: Installing : patch-2.7.6-11.el8.x86_64 114/345 DEBUG: Installing : isl-0.16.1-6.el8.x86_64 115/345 DEBUG: Running scriptlet: isl-0.16.1-6.el8.x86_64 115/345 DEBUG: Installing : nettle-3.4.1-7.el8.x86_64 116/345 DEBUG: Running scriptlet: nettle-3.4.1-7.el8.x86_64 116/345 DEBUG: Installing : dwz-0.12-10.el8.x86_64 117/345 DEBUG: Installing : graphite2-1.3.10-10.el8.x86_64 118/345 DEBUG: Installing : zstd-1.4.5-6.el8.x86_64 119/345 DEBUG: Installing : bzip2-1.0.6-26.el8.x86_64 120/345 DEBUG: Installing : coreutils-common-8.30-15.el8.x86_64 121/345 DEBUG: Running scriptlet: coreutils-common-8.30-15.el8.x86_64 121/345 DEBUG: Installing : libidn-1.34-5.el8.x86_64 122/345 DEBUG: Running scriptlet: libidn-1.34-5.el8.x86_64 122/345 DEBUG: Installing : pigz-2.4-4.el8.x86_64 123/345 DEBUG: Installing : libfontenc-1.1.3-8.el8.x86_64 124/345 DEBUG: Installing : less-530-1.el8.x86_64 125/345 DEBUG: Installing : libpaper-1.1.24-22.el8.x86_64 126/345 DEBUG: Installing : brotli-1.0.6-3.el8.x86_64 127/345 DEBUG: Installing : hardlink-1:1.3-6.el8.x86_64 128/345 DEBUG: Installing : json-c-0.13.1-3.el8.x86_64 129/345 DEBUG: Installing : libatomic_ops-7.6.2-3.el8.x86_64 130/345 DEBUG: Installing : gc-7.6.4-3.el8.x86_64 131/345 DEBUG: Installing : libedit-3.1-23.20170329cvs.el8.x86_64 132/345 DEBUG: Installing : libipt-1.6.1-8.el8.x86_64 133/345 DEBUG: Installing : libnghttp2-1.33.0-3.el8_2.1.x86_64 134/345 DEBUG: Installing : libpkgconf-1.4.2-1.el8.x86_64 135/345 DEBUG: Installing : pkgconf-1.4.2-1.el8.x86_64 136/345 DEBUG: Installing : pkgconf-pkg-config-1.4.2-1.el8.x86_64 137/345 DEBUG: Installing : xorg-x11-font-utils-1:7.5-41.el8.x86_64 138/345 DEBUG: Installing : xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarc 139/345 DEBUG: Running scriptlet: xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarc 139/345 DEBUG: Installing : libxcrypt-devel-4.1.1-6.el8.x86_64 140/345 DEBUG: Installing : glibc-devel-2.28-225.el8.x86_64 141/345 DEBUG: Running scriptlet: glibc-devel-2.28-225.el8.x86_64 141/345 DEBUG: Installing : libseccomp-2.5.2-1.el8.x86_64 142/345 DEBUG: Running scriptlet: libseccomp-2.5.2-1.el8.x86_64 142/345 DEBUG: Installing : libsigsegv-2.11-5.el8.x86_64 143/345 DEBUG: Installing : gawk-4.2.1-4.el8.x86_64 144/345 DEBUG: Installing : libsmartcols-2.32.1-40.el8.x86_64 145/345 DEBUG: Running scriptlet: libsmartcols-2.32.1-40.el8.x86_64 145/345 DEBUG: Installing : libverto-0.3.2-2.el8.x86_64 146/345 DEBUG: Installing : memstrack-0.2.4-2.el8.x86_64 147/345 DEBUG: Installing : ncurses-6.1-9.20180224.el8.x86_64 148/345 DEBUG: Installing : npth-1.5-4.el8.x86_64 149/345 DEBUG: Installing : fribidi-1.0.4-9.el8.x86_64 150/345 DEBUG: Installing : jbig2dec-libs-0.16-1.el8.x86_64 151/345 DEBUG: Running scriptlet: jbig2dec-libs-0.16-1.el8.x86_64 151/345 DEBUG: Installing : jbigkit-libs-2.1-14.el8.x86_64 152/345 DEBUG: Running scriptlet: jbigkit-libs-2.1-14.el8.x86_64 152/345 DEBUG: Installing : libtiff-4.0.9-27.el8.x86_64 153/345 DEBUG: Installing : libXau-1.0.9-3.el8.x86_64 154/345 DEBUG: Installing : libxcb-1.13.1-1.el8.x86_64 155/345 DEBUG: Installing : libX11-1.6.8-5.el8.x86_64 156/345 DEBUG: Installing : libXext-1.3.4-1.el8.x86_64 157/345 DEBUG: Installing : libXrender-0.9.10-7.el8.x86_64 158/345 DEBUG: Installing : libXt-1.1.5-12.el8.x86_64 159/345 DEBUG: Installing : libXmu-1.1.3-1.el8.x86_64 160/345 DEBUG: Installing : libXfixes-5.0.3-7.el8.x86_64 161/345 DEBUG: Installing : libXpm-3.5.12-9.el8.x86_64 162/345 DEBUG: Installing : libXcursor-1.1.15-3.el8.x86_64 163/345 DEBUG: Installing : libXrandr-1.5.2-1.el8.x86_64 164/345 DEBUG: Installing : libXi-1.7.10-1.el8.x86_64 165/345 DEBUG: Installing : libXinerama-1.1.4-1.el8.x86_64 166/345 DEBUG: Installing : libXaw-1.0.13-10.el8.x86_64 167/345 DEBUG: Installing : libXdamage-1.1.4-14.el8.x86_64 168/345 DEBUG: Installing : libXxf86misc-1.0.4-1.el8.x86_64 169/345 DEBUG: Installing : libXxf86vm-1.1.4-9.el8.x86_64 170/345 DEBUG: Installing : libXcomposite-0.4.4-14.el8.x86_64 171/345 DEBUG: Installing : libdatrie-0.2.9-7.el8.x86_64 172/345 DEBUG: Running scriptlet: libdatrie-0.2.9-7.el8.x86_64 172/345 DEBUG: Installing : libthai-0.1.27-2.el8.x86_64 173/345 DEBUG: Running scriptlet: libthai-0.1.27-2.el8.x86_64 173/345 DEBUG: Installing : libijs-0.35-5.el8.x86_64 174/345 DEBUG: Installing : libmcpp-2.7.2-20.el8.x86_64 175/345 DEBUG: Running scriptlet: libmcpp-2.7.2-20.el8.x86_64 175/345 DEBUG: Installing : mcpp-2.7.2-20.el8.x86_64 176/345 DEBUG: Installing : xorg-x11-server-utils-7.7-27.el8.x86_64 177/345 DEBUG: Installing : libwebp-1.0.0-5.el8.x86_64 178/345 DEBUG: Installing : libwmf-lite-0.2.9-8.el8_0.x86_64 179/345 DEBUG: Running scriptlet: libwmf-lite-0.2.9-8.el8_0.x86_64 179/345 DEBUG: Installing : libxkbcommon-0.9.1-1.el8.x86_64 180/345 DEBUG: Installing : cyrus-sasl-lib-2.1.27-6.el8_5.x86_64 181/345 DEBUG: Running scriptlet: cyrus-sasl-lib-2.1.27-6.el8_5.x86_64 181/345 DEBUG: Installing : platform-python-pip-9.0.3-22.el8.noarch 182/345 DEBUG: Installing : python3-setuptools-50.3.2-1.el8.noarch 183/345 DEBUG: Installing : python3-libs-3.6.8-51.el8.x86_64 184/345 DEBUG: Installing : grub2-tools-minimal-1:2.02-129.el8.x86_64 185/345 DEBUG: Installing : libssh-0.9.6-6.el8.x86_64 186/345 DEBUG: Installing : openldap-2.4.46-18.el8.x86_64 187/345 DEBUG: Installing : platform-python-3.6.8-51.el8.x86_64 188/345 DEBUG: Running scriptlet: platform-python-3.6.8-51.el8.x86_64 188/345 DEBUG: Installing : grubby-8.40-47.el8.x86_64 189/345 DEBUG: Installing : libkcapi-1.2.0-2.el8.x86_64 190/345 DEBUG: Installing : libkcapi-hmaccalc-1.2.0-2.el8.x86_64 191/345 DEBUG: Installing : libarchive-3.3.3-5.el8.x86_64 192/345 DEBUG: Installing : libdb-utils-5.3.28-42.el8_4.x86_64 193/345 DEBUG: Installing : curl-7.61.1-29.el8.x86_64 194/345 DEBUG: Installing : libcurl-7.61.1-29.el8.x86_64 195/345 DEBUG: Installing : openssl-1:1.1.1k-7.el8.x86_64 196/345 DEBUG: Installing : crypto-policies-scripts-20221215-1.gitece0092.el 197/345 DEBUG: Installing : crypto-policies-20221215-1.gitece0092.el8.noarch 198/345 DEBUG: Running scriptlet: crypto-policies-20221215-1.gitece0092.el8.noarch 198/345 DEBUG: Installing : elfutils-default-yama-scope-0.188-3.el8.noarch 199/345 DEBUG: Running scriptlet: elfutils-default-yama-scope-0.188-3.el8.noarch 199/345 DEBUG: Installing : gzip-1.9-13.el8.x86_64 200/345 DEBUG: Running scriptlet: gzip-1.9-13.el8.x86_64 200/345 DEBUG: Installing : cracklib-2.9.6-15.el8.x86_64 201/345 DEBUG: Installing : cracklib-dicts-2.9.6-15.el8.x86_64 202/345 DEBUG: Installing : procps-ng-3.3.15-13.el8.x86_64 203/345 DEBUG: Installing : krb5-libs-1.18.2-22.el8.x86_64 204/345 DEBUG: Installing : libtirpc-1.1.4-8.el8.x86_64 205/345 DEBUG: Running scriptlet: libtirpc-1.1.4-8.el8.x86_64 205/345 DEBUG: Installing : libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 206/345 DEBUG: Running scriptlet: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 206/345 DEBUG: Installing : kpartx-0.8.4-37.el8.x86_64 207/345 DEBUG: Installing : device-mapper-8:1.02.181-9.el8.x86_64 208/345 DEBUG: Installing : elfutils-debuginfod-client-0.188-3.el8.x86_64 209/345 DEBUG: Installing : elfutils-libs-0.188-3.el8.x86_64 210/345 DEBUG: Installing : openssl-pkcs11-0.4.10-3.el8.x86_64 211/345 DEBUG: Installing : rpm-4.14.3-26.el8.x86_64 212/345 DEBUG: Installing : gettext-libs-0.19.8.1-17.el8.x86_64 213/345 DEBUG: Installing : libcroco-0.6.12-4.el8_2.1.x86_64 214/345 DEBUG: Running scriptlet: libcroco-0.6.12-4.el8_2.1.x86_64 214/345 DEBUG: Installing : dbus-common-1:1.12.8-24.el8.noarch 215/345 DEBUG: Installing : libfdisk-2.32.1-40.el8.x86_64 216/345 DEBUG: Running scriptlet: libfdisk-2.32.1-40.el8.x86_64 216/345 DEBUG: Installing : libmount-2.32.1-40.el8.x86_64 217/345 DEBUG: Running scriptlet: libmount-2.32.1-40.el8.x86_64 217/345 DEBUG: Installing : dbus-libs-1:1.12.8-24.el8.x86_64 218/345 DEBUG: Running scriptlet: dbus-libs-1:1.12.8-24.el8.x86_64 218/345 DEBUG: Installing : dbus-tools-1:1.12.8-24.el8.x86_64 219/345 DEBUG: Installing : which-2.21-18.el8.x86_64 220/345 DEBUG: Installing : coreutils-8.30-15.el8.x86_64 221/345 DEBUG: Installing : systemd-libs-239-71.el8.x86_64 222/345 DEBUG: Running scriptlet: systemd-libs-239-71.el8.x86_64 222/345 DEBUG: Installing : libblkid-2.32.1-40.el8.x86_64 223/345 DEBUG: Running scriptlet: libblkid-2.32.1-40.el8.x86_64 223/345 DEBUG: Installing : device-mapper-libs-8:1.02.181-9.el8.x86_64 224/345 DEBUG: Installing : shadow-utils-2:4.6-17.el8.x86_64 225/345 DEBUG: Running scriptlet: ca-certificates-2022.2.54-80.2.el8.noarch 226/345 DEBUG: Installing : ca-certificates-2022.2.54-80.2.el8.noarch 226/345 DEBUG: Running scriptlet: ca-certificates-2022.2.54-80.2.el8.noarch 226/345 DEBUG: Installing : openssl-libs-1:1.1.1k-7.el8.x86_64 227/345 DEBUG: Running scriptlet: openssl-libs-1:1.1.1k-7.el8.x86_64 227/345 DEBUG: Installing : libdb-5.3.28-42.el8_4.x86_64 228/345 DEBUG: Running scriptlet: libdb-5.3.28-42.el8_4.x86_64 228/345 DEBUG: Installing : rpm-libs-4.14.3-26.el8.x86_64 229/345 DEBUG: Running scriptlet: rpm-libs-4.14.3-26.el8.x86_64 229/345 DEBUG: Installing : kmod-25-19.el8.x86_64 230/345 DEBUG: Installing : kmod-libs-25-19.el8.x86_64 231/345 DEBUG: Running scriptlet: kmod-libs-25-19.el8.x86_64 231/345 DEBUG: Installing : cryptsetup-libs-2.3.7-5.el8.x86_64 232/345 DEBUG: Running scriptlet: cryptsetup-libs-2.3.7-5.el8.x86_64 232/345 DEBUG: Installing : trousers-lib-0.3.15-1.el8.x86_64 233/345 DEBUG: Running scriptlet: trousers-lib-0.3.15-1.el8.x86_64 233/345 DEBUG: Running scriptlet: dbus-daemon-1:1.12.8-24.el8.x86_64 234/345 DEBUG: Installing : dbus-daemon-1:1.12.8-24.el8.x86_64 234/345 DEBUG: Running scriptlet: dbus-daemon-1:1.12.8-24.el8.x86_64 234/345 DEBUG: Running scriptlet: libutempter-1.1.6-14.el8.x86_64 235/345 DEBUG: Installing : libutempter-1.1.6-14.el8.x86_64 235/345 DEBUG: Installing : kbd-2.0.4-10.el8.x86_64 236/345 DEBUG: Installing : libpwquality-1.4.4-5.el8.x86_64 237/345 DEBUG: Installing : pam-1.3.1-25.el8.x86_64 238/345 DEBUG: Running scriptlet: pam-1.3.1-25.el8.x86_64 238/345 DEBUG: Installing : util-linux-2.32.1-40.el8.x86_64 239/345 DEBUG: Running scriptlet: util-linux-2.32.1-40.el8.x86_64 239/345 DEBUG: Installing : systemd-pam-239-71.el8.x86_64 240/345 DEBUG: Installing : dracut-049-223.git20230119.el8.x86_64 241/345 DEBUG: Installing : os-prober-1.74-9.el8.x86_64 242/345 DEBUG: Installing : gettext-0.19.8.1-17.el8.x86_64 243/345 DEBUG: Running scriptlet: gettext-0.19.8.1-17.el8.x86_64 243/345 DEBUG: Running scriptlet: grub2-tools-1:2.02-129.el8.x86_64 244/345 DEBUG: Installing : grub2-tools-1:2.02-129.el8.x86_64 244/345 DEBUG: Running scriptlet: grub2-tools-1:2.02-129.el8.x86_64 244/345 DEBUG: Installing : glib2-2.56.4-161.el8.x86_64 245/345 DEBUG: Installing : shared-mime-info-1.9-3.el8.x86_64 246/345 DEBUG: Running scriptlet: shared-mime-info-1.9-3.el8.x86_64 246/345 DEBUG: Installing : gnutls-3.6.16-6.el8.x86_64 247/345 DEBUG: Installing : dbus-1:1.12.8-24.el8.x86_64 248/345 DEBUG: Running scriptlet: systemd-239-71.el8.x86_64 249/345 DEBUG: Installing : systemd-239-71.el8.x86_64 249/345 DEBUG: Running scriptlet: systemd-239-71.el8.x86_64 249/345 DEBUG: Installing : systemd-udev-239-71.el8.x86_64 250/345 DEBUG: Running scriptlet: systemd-udev-239-71.el8.x86_64 250/345 DEBUG: Running scriptlet: trousers-0.3.15-1.el8.x86_64 251/345 DEBUG: Installing : trousers-0.3.15-1.el8.x86_64 251/345 DEBUG: Running scriptlet: trousers-0.3.15-1.el8.x86_64 251/345 DEBUG: Installing : fontconfig-2.13.1-4.el8.x86_64 252/345 DEBUG: Running scriptlet: fontconfig-2.13.1-4.el8.x86_64 252/345 DEBUG: Installing : gdk-pixbuf2-2.36.12-5.el8.x86_64 253/345 DEBUG: Running scriptlet: gdk-pixbuf2-2.36.12-5.el8.x86_64 253/345 DEBUG: Installing : python3-pip-9.0.3-22.el8.noarch 254/345 DEBUG: Installing : python36-3.6.8-38.module_el8.5.0+895+a459eca8.x8 255/345 DEBUG: Running scriptlet: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x8 255/345 DEBUG: Installing : python3-six-1.15.0-2.el8.noarch 256/345 DEBUG: Installing : atk-2.28.1-1.el8.x86_64 257/345 DEBUG: Installing : binutils-2.30-119.el8.x86_64 258/345 DEBUG: Running scriptlet: binutils-2.30-119.el8.x86_64 258/345 DEBUG: Installing : gcc-8.5.0-18.el8.x86_64 259/345 DEBUG: Running scriptlet: gcc-8.5.0-18.el8.x86_64 259/345 DEBUG: Installing : python3-idna-2.5-5.el8.noarch 260/345 DEBUG: Installing : annobin-10.94-1.el8.x86_64 261/345 DEBUG: Installing : gcc-plugin-annobin-8.5.0-18.el8.x86_64 262/345 DEBUG: Installing : python3-docutils-0.14-12.module_el8.5.0+761+faac 263/345 DEBUG: Installing : python3-pygments-2.2.0-22.module_el8.5.0+764+71f 264/345 DEBUG: Installing : gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 265/345 DEBUG: Installing : gtk-update-icon-cache-3.22.30-11.el8.x86_64 266/345 DEBUG: Installing : gd-2.2.5-7.el8.x86_64 267/345 DEBUG: Running scriptlet: gd-2.2.5-7.el8.x86_64 267/345 DEBUG: Installing : libXft-2.3.3-1.el8.x86_64 268/345 DEBUG: Installing : urw-base35-bookman-fonts-20170801-10.el8.noarch 269/345 DEBUG: Running scriptlet: urw-base35-bookman-fonts-20170801-10.el8.noarch 269/345 DEBUG: Installing : urw-base35-c059-fonts-20170801-10.el8.noarch 270/345 DEBUG: Running scriptlet: urw-base35-c059-fonts-20170801-10.el8.noarch 270/345 DEBUG: Installing : urw-base35-d050000l-fonts-20170801-10.el8.noarch 271/345 DEBUG: Running scriptlet: urw-base35-d050000l-fonts-20170801-10.el8.noarch 271/345 DEBUG: Installing : urw-base35-gothic-fonts-20170801-10.el8.noarch 272/345 DEBUG: Running scriptlet: urw-base35-gothic-fonts-20170801-10.el8.noarch 272/345 DEBUG: Installing : urw-base35-nimbus-mono-ps-fonts-20170801-10.el8. 273/345 DEBUG: Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8. 273/345 DEBUG: Installing : urw-base35-nimbus-roman-fonts-20170801-10.el8.no 274/345 DEBUG: Running scriptlet: urw-base35-nimbus-roman-fonts-20170801-10.el8.no 274/345 DEBUG: Installing : urw-base35-nimbus-sans-fonts-20170801-10.el8.noa 275/345 DEBUG: Running scriptlet: urw-base35-nimbus-sans-fonts-20170801-10.el8.noa 275/345 DEBUG: Installing : urw-base35-p052-fonts-20170801-10.el8.noarch 276/345 DEBUG: Running scriptlet: urw-base35-p052-fonts-20170801-10.el8.noarch 276/345 DEBUG: Installing : urw-base35-standard-symbols-ps-fonts-20170801-10 277/345 DEBUG: Running scriptlet: urw-base35-standard-symbols-ps-fonts-20170801-10 277/345 DEBUG: Installing : urw-base35-z003-fonts-20170801-10.el8.noarch 278/345 DEBUG: Running scriptlet: urw-base35-z003-fonts-20170801-10.el8.noarch 278/345 DEBUG: Installing : urw-base35-fonts-20170801-10.el8.noarch 279/345 DEBUG: Installing : libbabeltrace-1.5.4-4.el8.x86_64 280/345 DEBUG: Running scriptlet: libbabeltrace-1.5.4-4.el8.x86_64 280/345 DEBUG: Installing : libsecret-0.18.6-1.el8.x86_64 281/345 DEBUG: Installing : pinentry-1.1.0-2.el8.x86_64 282/345 DEBUG: Running scriptlet: pinentry-1.1.0-2.el8.x86_64 282/345 DEBUG: Installing : harfbuzz-1.7.5-3.el8.x86_64 283/345 DEBUG: Running scriptlet: harfbuzz-1.7.5-3.el8.x86_64 283/345 DEBUG: Running scriptlet: openssh-8.0p1-17.el8.x86_64 284/345 DEBUG: Installing : openssh-8.0p1-17.el8.x86_64 284/345 DEBUG: Installing : openssh-clients-8.0p1-17.el8.x86_64 285/345 DEBUG: Installing : git-core-2.39.1-1.el8.x86_64 286/345 DEBUG: Running scriptlet: tpm2-tss-2.3.2-4.el8.x86_64 287/345 DEBUG: Installing : tpm2-tss-2.3.2-4.el8.x86_64 287/345 DEBUG: Running scriptlet: tpm2-tss-2.3.2-4.el8.x86_64 287/345 DEBUG: Installing : ima-evm-utils-1.3.2-12.el8.x86_64 288/345 DEBUG: Installing : libusbx-1.0.23-4.el8.x86_64 289/345 DEBUG: Installing : gnupg2-smime-2.2.20-3.el8.x86_64 290/345 DEBUG: Installing : gnupg2-2.2.20-3.el8.x86_64 291/345 DEBUG: Installing : rpm-build-libs-4.14.3-26.el8.x86_64 292/345 DEBUG: Running scriptlet: rpm-build-libs-4.14.3-26.el8.x86_64 292/345 DEBUG: Installing : guile-5:2.0.14-7.el8.x86_64 293/345 DEBUG: Running scriptlet: guile-5:2.0.14-7.el8.x86_64 293/345 DEBUG: Installing : gdb-headless-8.2-19.el8.x86_64 294/345 DEBUG: Installing : hicolor-icon-theme-0.17-2.el8.noarch 295/345 DEBUG: Installing : avahi-libs-0.7-20.el8.x86_64 296/345 DEBUG: Installing : cups-libs-1:2.2.6-51.el8.x86_64 297/345 DEBUG: Installing : efi-srpm-macros-3-3.el8.noarch 298/345 DEBUG: Installing : redhat-rpm-config-130-1.el8.noarch 299/345 DEBUG: Running scriptlet: redhat-rpm-config-130-1.el8.noarch 299/345 DEBUG: Installing : elfutils-0.188-3.el8.x86_64 300/345 DEBUG: Installing : python3-chardet-3.0.4-7.el8.noarch 301/345 DEBUG: Installing : python3-ply-3.9-9.el8.noarch 302/345 DEBUG: Installing : python3-pycparser-2.14-14.el8.noarch 303/345 DEBUG: Installing : python3-cffi-1.13.2-1.el8.x86_64 304/345 DEBUG: Installing : python3-cryptography-3.2.1-5.el8.x86_64 305/345 DEBUG: Installing : python3-pysocks-1.6.8-3.el8.noarch 306/345 DEBUG: Installing : python3-urllib3-1.25.10-4.el8.noarch 307/345 DEBUG: Installing : python3-requests-2.25.1-1.el8.noarch 308/345 DEBUG: Installing : python3-greenlet-0.4.13-4.el8.x86_64 309/345 DEBUG: Installing : python3-markupsafe-0.23-19.el8.x86_64 310/345 DEBUG: Installing : python3-pytz-2017.2-9.el8.noarch 311/345 DEBUG: Installing : python3-babel-2.5.1-7.el8.noarch 312/345 DEBUG: Installing : python3-jinja2-2.10.1-3.el8.noarch 313/345 DEBUG: Installing : python3-rpm-generators-5-8.el8.noarch 314/345 DEBUG: Installing : platform-python-devel-3.6.8-51.el8.x86_64 315/345 DEBUG: Installing : python3-imagesize-1.0.0-2.el8.noarch 316/345 DEBUG: Installing : python3-pyparsing-2.4.6-1.el8.noarch 317/345 DEBUG: Installing : python3-packaging-20.4-1.el8.noarch 318/345 DEBUG: Installing : python3-snowballstemmer-1.9.0-4.el8.noarch 319/345 DEBUG: Installing : python3-sphinx-theme-alabaster-0.7.12-7.el8.noar 320/345 DEBUG: Installing : python3-sphinxcontrib-applehelp-1.0.1-5.el8.noar 321/345 DEBUG: Installing : python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch 322/345 DEBUG: Installing : python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarc 323/345 DEBUG: Installing : python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noa 324/345 DEBUG: Installing : python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noa 325/345 DEBUG: Installing : python3-sphinxcontrib-serializinghtml-1.1.3-5.el 326/345 DEBUG: Installing : python3-toml-0.10.1-2.el8.noarch 327/345 DEBUG: Installing : openjpeg2-2.4.0-5.el8.x86_64 328/345 DEBUG: Installing : libgs-9.27-5.el8.x86_64 329/345 DEBUG: Installing : pixman-0.38.4-2.el8.x86_64 330/345 DEBUG: Installing : cairo-1.15.12-6.el8.x86_64 331/345 DEBUG: Installing : pango-1.42.4-8.el8.x86_64 332/345 DEBUG: Running scriptlet: pango-1.42.4-8.el8.x86_64 332/345 DEBUG: Installing : librsvg2-2.42.7-4.el8.x86_64 333/345 DEBUG: Installing : ImageMagick-6.7.8.9-18.el8.x86_64 334/345 DEBUG: Running scriptlet: ImageMagick-6.7.8.9-18.el8.x86_64 334/345 DEBUG: Installing : gtk2-2.24.32-5.el8.x86_64 335/345 DEBUG: Running scriptlet: gtk2-2.24.32-5.el8.x86_64 335/345 DEBUG: Installing : graphviz-2.40.1-43.el8.x86_64 336/345 DEBUG: Running scriptlet: graphviz-2.40.1-43.el8.x86_64 336/345 DEBUG: Installing : python3-sphinx-1:2.2.2-1.el8.noarch 337/345 DEBUG: Installing : python3-setuptools_scm-6.0.1-1.el8.noarch 338/345 DEBUG: Installing : python36-devel-3.6.8-38.module_el8.5.0+895+a459e 339/345 DEBUG: Running scriptlet: python36-devel-3.6.8-38.module_el8.5.0+895+a459e 339/345 DEBUG: Installing : python3-eventlet-0.30.0-1.1.el8.noarch 340/345 DEBUG: Installing : rpm-build-4.14.3-26.el8.x86_64 341/345 DEBUG: Installing : python3-pbr-5.5.1-1.el8.noarch 342/345 DEBUG: Installing : python3-sqlalchemy-1.3.2-2.module_el8.5.0+761+fa 343/345 DEBUG: Installing : make-1:4.2.1-11.el8.x86_64 344/345 DEBUG: Running scriptlet: make-1:4.2.1-11.el8.x86_64 344/345 DEBUG: Installing : openstack-macros-2023.1.0-0.20230216203410.ce6a1 345/345 DEBUG: Running scriptlet: filesystem-3.8-6.el8.x86_64 345/345 DEBUG: Running scriptlet: glibc-all-langpacks-2.28-225.el8.x86_64 345/345 DEBUG: Running scriptlet: crypto-policies-scripts-20221215-1.gitece0092.el 345/345 DEBUG: Running scriptlet: ca-certificates-2022.2.54-80.2.el8.noarch 345/345 DEBUG: Running scriptlet: urw-base35-bookman-fonts-20170801-10.el8.noarch 345/345 DEBUG: Running scriptlet: urw-base35-c059-fonts-20170801-10.el8.noarch 345/345 DEBUG: Running scriptlet: urw-base35-d050000l-fonts-20170801-10.el8.noarch 345/345 DEBUG: Running scriptlet: urw-base35-gothic-fonts-20170801-10.el8.noarch 345/345 DEBUG: Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8. 345/345 DEBUG: Running scriptlet: urw-base35-nimbus-roman-fonts-20170801-10.el8.no 345/345 DEBUG: Running scriptlet: urw-base35-nimbus-sans-fonts-20170801-10.el8.noa 345/345 DEBUG: Running scriptlet: urw-base35-p052-fonts-20170801-10.el8.noarch 345/345 DEBUG: Running scriptlet: urw-base35-standard-symbols-ps-fonts-20170801-10 345/345 DEBUG: Running scriptlet: urw-base35-z003-fonts-20170801-10.el8.noarch 345/345 DEBUG: Running scriptlet: guile-5:2.0.14-7.el8.x86_64 345/345 DEBUG: Running scriptlet: glibc-common-2.28-225.el8.x86_64 345/345 DEBUG: Running scriptlet: info-6.5-7.el8_5.x86_64 345/345 DEBUG: Running scriptlet: glib2-2.56.4-161.el8.x86_64 345/345 DEBUG: Running scriptlet: shared-mime-info-1.9-3.el8.x86_64 345/345 DEBUG: Running scriptlet: systemd-239-71.el8.x86_64 345/345 DEBUG: Running scriptlet: systemd-udev-239-71.el8.x86_64 345/345 DEBUG: Running scriptlet: fontconfig-2.13.1-4.el8.x86_64 345/345 DEBUG: Running scriptlet: gdk-pixbuf2-2.36.12-5.el8.x86_64 345/345 DEBUG: Running scriptlet: hicolor-icon-theme-0.17-2.el8.noarch 345/345 DEBUG: Verifying : openstack-macros-2023.1.0-0.20230216203410.ce6a1 1/345 DEBUG: Verifying : acl-2.2.53-1.el8.x86_64 2/345 DEBUG: Verifying : annobin-10.94-1.el8.x86_64 3/345 DEBUG: Verifying : audit-libs-3.0.7-4.el8.x86_64 4/345 DEBUG: Verifying : avahi-libs-0.7-20.el8.x86_64 5/345 DEBUG: Verifying : basesystem-11-5.el8.noarch 6/345 DEBUG: Verifying : bash-4.4.20-4.el8.x86_64 7/345 DEBUG: Verifying : binutils-2.30-119.el8.x86_64 8/345 DEBUG: Verifying : brotli-1.0.6-3.el8.x86_64 9/345 DEBUG: Verifying : bzip2-1.0.6-26.el8.x86_64 10/345 DEBUG: Verifying : bzip2-libs-1.0.6-26.el8.x86_64 11/345 DEBUG: Verifying : ca-certificates-2022.2.54-80.2.el8.noarch 12/345 DEBUG: Verifying : centos-gpg-keys-1:8-6.el8.noarch 13/345 DEBUG: Verifying : centos-stream-release-8.6-1.el8.noarch 14/345 DEBUG: Verifying : centos-stream-repos-8-6.el8.noarch 15/345 DEBUG: Verifying : chkconfig-1.19.1-1.el8.x86_64 16/345 DEBUG: Verifying : coreutils-8.30-15.el8.x86_64 17/345 DEBUG: Verifying : coreutils-common-8.30-15.el8.x86_64 18/345 DEBUG: Verifying : cpio-2.12-11.el8.x86_64 19/345 DEBUG: Verifying : cpp-8.5.0-18.el8.x86_64 20/345 DEBUG: Verifying : cracklib-2.9.6-15.el8.x86_64 21/345 DEBUG: Verifying : cracklib-dicts-2.9.6-15.el8.x86_64 22/345 DEBUG: Verifying : crypto-policies-20221215-1.gitece0092.el8.noarch 23/345 DEBUG: Verifying : crypto-policies-scripts-20221215-1.gitece0092.el 24/345 DEBUG: Verifying : cryptsetup-libs-2.3.7-5.el8.x86_64 25/345 DEBUG: Verifying : cups-libs-1:2.2.6-51.el8.x86_64 26/345 DEBUG: Verifying : curl-7.61.1-29.el8.x86_64 27/345 DEBUG: Verifying : cyrus-sasl-lib-2.1.27-6.el8_5.x86_64 28/345 DEBUG: Verifying : dbus-1:1.12.8-24.el8.x86_64 29/345 DEBUG: Verifying : dbus-common-1:1.12.8-24.el8.noarch 30/345 DEBUG: Verifying : dbus-daemon-1:1.12.8-24.el8.x86_64 31/345 DEBUG: Verifying : dbus-libs-1:1.12.8-24.el8.x86_64 32/345 DEBUG: Verifying : dbus-tools-1:1.12.8-24.el8.x86_64 33/345 DEBUG: Verifying : device-mapper-8:1.02.181-9.el8.x86_64 34/345 DEBUG: Verifying : device-mapper-libs-8:1.02.181-9.el8.x86_64 35/345 DEBUG: Verifying : diffutils-3.6-6.el8.x86_64 36/345 DEBUG: Verifying : dracut-049-223.git20230119.el8.x86_64 37/345 DEBUG: Verifying : dwz-0.12-10.el8.x86_64 38/345 DEBUG: Verifying : efi-srpm-macros-3-3.el8.noarch 39/345 DEBUG: Verifying : elfutils-0.188-3.el8.x86_64 40/345 DEBUG: Verifying : elfutils-debuginfod-client-0.188-3.el8.x86_64 41/345 DEBUG: Verifying : elfutils-default-yama-scope-0.188-3.el8.noarch 42/345 DEBUG: Verifying : elfutils-libelf-0.188-3.el8.x86_64 43/345 DEBUG: Verifying : elfutils-libs-0.188-3.el8.x86_64 44/345 DEBUG: Verifying : emacs-filesystem-1:26.1-9.el8.noarch 45/345 DEBUG: Verifying : expat-2.2.5-11.el8.x86_64 46/345 DEBUG: Verifying : file-5.33-21.el8.x86_64 47/345 DEBUG: Verifying : file-libs-5.33-21.el8.x86_64 48/345 DEBUG: Verifying : filesystem-3.8-6.el8.x86_64 49/345 DEBUG: Verifying : findutils-1:4.6.0-20.el8.x86_64 50/345 DEBUG: Verifying : fontconfig-2.13.1-4.el8.x86_64 51/345 DEBUG: Verifying : fontpackages-filesystem-1.44-22.el8.noarch 52/345 DEBUG: Verifying : freetype-2.9.1-9.el8.x86_64 53/345 DEBUG: Verifying : gawk-4.2.1-4.el8.x86_64 54/345 DEBUG: Verifying : gc-7.6.4-3.el8.x86_64 55/345 DEBUG: Verifying : gcc-8.5.0-18.el8.x86_64 56/345 DEBUG: Verifying : gcc-plugin-annobin-8.5.0-18.el8.x86_64 57/345 DEBUG: Verifying : gdbm-1:1.18-2.el8.x86_64 58/345 DEBUG: Verifying : gdbm-libs-1:1.18-2.el8.x86_64 59/345 DEBUG: Verifying : gdk-pixbuf2-2.36.12-5.el8.x86_64 60/345 DEBUG: Verifying : gettext-0.19.8.1-17.el8.x86_64 61/345 DEBUG: Verifying : gettext-libs-0.19.8.1-17.el8.x86_64 62/345 DEBUG: Verifying : ghc-srpm-macros-1.4.2-7.el8.noarch 63/345 DEBUG: Verifying : glib2-2.56.4-161.el8.x86_64 64/345 DEBUG: Verifying : glibc-2.28-225.el8.x86_64 65/345 DEBUG: Verifying : glibc-all-langpacks-2.28-225.el8.x86_64 66/345 DEBUG: Verifying : glibc-common-2.28-225.el8.x86_64 67/345 DEBUG: Verifying : glibc-devel-2.28-225.el8.x86_64 68/345 DEBUG: Verifying : glibc-gconv-extra-2.28-225.el8.x86_64 69/345 DEBUG: Verifying : glibc-headers-2.28-225.el8.x86_64 70/345 DEBUG: Verifying : gmp-1:6.1.2-10.el8.x86_64 71/345 DEBUG: Verifying : gnupg2-2.2.20-3.el8.x86_64 72/345 DEBUG: Verifying : gnupg2-smime-2.2.20-3.el8.x86_64 73/345 DEBUG: Verifying : gnutls-3.6.16-6.el8.x86_64 74/345 DEBUG: Verifying : go-srpm-macros-2-17.el8.noarch 75/345 DEBUG: Verifying : grep-3.1-6.el8.x86_64 76/345 DEBUG: Verifying : grub2-common-1:2.02-129.el8.noarch 77/345 DEBUG: Verifying : grub2-tools-1:2.02-129.el8.x86_64 78/345 DEBUG: Verifying : grub2-tools-minimal-1:2.02-129.el8.x86_64 79/345 DEBUG: Verifying : grubby-8.40-47.el8.x86_64 80/345 DEBUG: Verifying : guile-5:2.0.14-7.el8.x86_64 81/345 DEBUG: Verifying : gzip-1.9-13.el8.x86_64 82/345 DEBUG: Verifying : hardlink-1:1.3-6.el8.x86_64 83/345 DEBUG: Verifying : ima-evm-utils-1.3.2-12.el8.x86_64 84/345 DEBUG: Verifying : info-6.5-7.el8_5.x86_64 85/345 DEBUG: Verifying : isl-0.16.1-6.el8.x86_64 86/345 DEBUG: Verifying : json-c-0.13.1-3.el8.x86_64 87/345 DEBUG: Verifying : kbd-2.0.4-10.el8.x86_64 88/345 DEBUG: Verifying : kbd-legacy-2.0.4-10.el8.noarch 89/345 DEBUG: Verifying : kbd-misc-2.0.4-10.el8.noarch 90/345 DEBUG: Verifying : kernel-headers-4.18.0-448.el8.x86_64 91/345 DEBUG: Verifying : keyutils-libs-1.5.10-9.el8.x86_64 92/345 DEBUG: Verifying : kmod-25-19.el8.x86_64 93/345 DEBUG: Verifying : kmod-libs-25-19.el8.x86_64 94/345 DEBUG: Verifying : kpartx-0.8.4-37.el8.x86_64 95/345 DEBUG: Verifying : krb5-libs-1.18.2-22.el8.x86_64 96/345 DEBUG: Verifying : less-530-1.el8.x86_64 97/345 DEBUG: Verifying : libacl-2.2.53-1.el8.x86_64 98/345 DEBUG: Verifying : libarchive-3.3.3-5.el8.x86_64 99/345 DEBUG: Verifying : libassuan-2.5.1-3.el8.x86_64 100/345 DEBUG: Verifying : libatomic_ops-7.6.2-3.el8.x86_64 101/345 DEBUG: Verifying : libattr-2.4.48-3.el8.x86_64 102/345 DEBUG: Verifying : libbabeltrace-1.5.4-4.el8.x86_64 103/345 DEBUG: Verifying : libblkid-2.32.1-40.el8.x86_64 104/345 DEBUG: Verifying : libcap-2.48-4.el8.x86_64 105/345 DEBUG: Verifying : libcap-ng-0.7.11-1.el8.x86_64 106/345 DEBUG: Verifying : libcom_err-1.45.6-5.el8.x86_64 107/345 DEBUG: Verifying : libcroco-0.6.12-4.el8_2.1.x86_64 108/345 DEBUG: Verifying : libcurl-7.61.1-29.el8.x86_64 109/345 DEBUG: Verifying : libdb-5.3.28-42.el8_4.x86_64 110/345 DEBUG: Verifying : libdb-utils-5.3.28-42.el8_4.x86_64 111/345 DEBUG: Verifying : libedit-3.1-23.20170329cvs.el8.x86_64 112/345 DEBUG: Verifying : libfdisk-2.32.1-40.el8.x86_64 113/345 DEBUG: Verifying : libffi-3.1-24.el8.x86_64 114/345 DEBUG: Verifying : libgcc-8.5.0-18.el8.x86_64 115/345 DEBUG: Verifying : libgcrypt-1.8.5-7.el8.x86_64 116/345 DEBUG: Verifying : libgomp-8.5.0-18.el8.x86_64 117/345 DEBUG: Verifying : libgpg-error-1.31-1.el8.x86_64 118/345 DEBUG: Verifying : libidn2-2.2.0-1.el8.x86_64 119/345 DEBUG: Verifying : libipt-1.6.1-8.el8.x86_64 120/345 DEBUG: Verifying : libkcapi-1.2.0-2.el8.x86_64 121/345 DEBUG: Verifying : libkcapi-hmaccalc-1.2.0-2.el8.x86_64 122/345 DEBUG: Verifying : libksba-1.3.5-9.el8.x86_64 123/345 DEBUG: Verifying : libmount-2.32.1-40.el8.x86_64 124/345 DEBUG: Verifying : libmpc-1.1.0-9.1.el8.x86_64 125/345 DEBUG: Verifying : libnghttp2-1.33.0-3.el8_2.1.x86_64 126/345 DEBUG: Verifying : libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 127/345 DEBUG: Verifying : libpkgconf-1.4.2-1.el8.x86_64 128/345 DEBUG: Verifying : libpng-2:1.6.34-5.el8.x86_64 129/345 DEBUG: Verifying : libpsl-0.20.2-6.el8.x86_64 130/345 DEBUG: Verifying : libpwquality-1.4.4-5.el8.x86_64 131/345 DEBUG: Verifying : libseccomp-2.5.2-1.el8.x86_64 132/345 DEBUG: Verifying : libsecret-0.18.6-1.el8.x86_64 133/345 DEBUG: Verifying : libselinux-2.9-8.el8.x86_64 134/345 DEBUG: Verifying : libsemanage-2.9-9.el8.x86_64 135/345 DEBUG: Verifying : libsepol-2.9-3.el8.x86_64 136/345 DEBUG: Verifying : libsigsegv-2.11-5.el8.x86_64 137/345 DEBUG: Verifying : libsmartcols-2.32.1-40.el8.x86_64 138/345 DEBUG: Verifying : libssh-0.9.6-6.el8.x86_64 139/345 DEBUG: Verifying : libssh-config-0.9.6-6.el8.noarch 140/345 DEBUG: Verifying : libstdc++-8.5.0-18.el8.x86_64 141/345 DEBUG: Verifying : libtasn1-4.13-4.el8.x86_64 142/345 DEBUG: Verifying : libtirpc-1.1.4-8.el8.x86_64 143/345 DEBUG: Verifying : libtool-ltdl-2.4.6-25.el8.x86_64 144/345 DEBUG: Verifying : libunistring-0.9.9-3.el8.x86_64 145/345 DEBUG: Verifying : libusbx-1.0.23-4.el8.x86_64 146/345 DEBUG: Verifying : libutempter-1.1.6-14.el8.x86_64 147/345 DEBUG: Verifying : libuuid-2.32.1-40.el8.x86_64 148/345 DEBUG: Verifying : libverto-0.3.2-2.el8.x86_64 149/345 DEBUG: Verifying : libxcrypt-4.1.1-6.el8.x86_64 150/345 DEBUG: Verifying : libxcrypt-devel-4.1.1-6.el8.x86_64 151/345 DEBUG: Verifying : libxml2-2.9.7-16.el8.x86_64 152/345 DEBUG: Verifying : lua-libs-5.3.4-12.el8.x86_64 153/345 DEBUG: Verifying : lz4-libs-1.8.3-3.el8_4.x86_64 154/345 DEBUG: Verifying : make-1:4.2.1-11.el8.x86_64 155/345 DEBUG: Verifying : memstrack-0.2.4-2.el8.x86_64 156/345 DEBUG: Verifying : mpfr-3.1.6-1.el8.x86_64 157/345 DEBUG: Verifying : ncurses-6.1-9.20180224.el8.x86_64 158/345 DEBUG: Verifying : ncurses-base-6.1-9.20180224.el8.noarch 159/345 DEBUG: Verifying : ncurses-libs-6.1-9.20180224.el8.x86_64 160/345 DEBUG: Verifying : nettle-3.4.1-7.el8.x86_64 161/345 DEBUG: Verifying : npth-1.5-4.el8.x86_64 162/345 DEBUG: Verifying : ocaml-srpm-macros-5-4.el8.noarch 163/345 DEBUG: Verifying : openblas-srpm-macros-2-2.el8.noarch 164/345 DEBUG: Verifying : openldap-2.4.46-18.el8.x86_64 165/345 DEBUG: Verifying : openssh-8.0p1-17.el8.x86_64 166/345 DEBUG: Verifying : openssh-clients-8.0p1-17.el8.x86_64 167/345 DEBUG: Verifying : openssl-1:1.1.1k-7.el8.x86_64 168/345 DEBUG: Verifying : openssl-libs-1:1.1.1k-7.el8.x86_64 169/345 DEBUG: Verifying : openssl-pkcs11-0.4.10-3.el8.x86_64 170/345 DEBUG: Verifying : os-prober-1.74-9.el8.x86_64 171/345 DEBUG: Verifying : p11-kit-0.23.22-1.el8.x86_64 172/345 DEBUG: Verifying : p11-kit-trust-0.23.22-1.el8.x86_64 173/345 DEBUG: Verifying : pam-1.3.1-25.el8.x86_64 174/345 DEBUG: Verifying : patch-2.7.6-11.el8.x86_64 175/345 DEBUG: Verifying : pcre-8.42-6.el8.x86_64 176/345 DEBUG: Verifying : pcre2-10.32-3.el8.x86_64 177/345 DEBUG: Verifying : perl-srpm-macros-1-25.el8.noarch 178/345 DEBUG: Verifying : pigz-2.4-4.el8.x86_64 179/345 DEBUG: Verifying : pkgconf-1.4.2-1.el8.x86_64 180/345 DEBUG: Verifying : pkgconf-m4-1.4.2-1.el8.noarch 181/345 DEBUG: Verifying : pkgconf-pkg-config-1.4.2-1.el8.x86_64 182/345 DEBUG: Verifying : platform-python-3.6.8-51.el8.x86_64 183/345 DEBUG: Verifying : platform-python-pip-9.0.3-22.el8.noarch 184/345 DEBUG: Verifying : popt-1.18-1.el8.x86_64 185/345 DEBUG: Verifying : procps-ng-3.3.15-13.el8.x86_64 186/345 DEBUG: Verifying : publicsuffix-list-dafsa-20180723-1.el8.noarch 187/345 DEBUG: Verifying : python-rpm-macros-3-44.el8.noarch 188/345 DEBUG: Verifying : python-srpm-macros-3-44.el8.noarch 189/345 DEBUG: Verifying : python3-chardet-3.0.4-7.el8.noarch 190/345 DEBUG: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 191/345 DEBUG: Verifying : python3-idna-2.5-5.el8.noarch 192/345 DEBUG: Verifying : python3-libs-3.6.8-51.el8.x86_64 193/345 DEBUG: Verifying : python3-pip-wheel-9.0.3-22.el8.noarch 194/345 DEBUG: Verifying : python3-ply-3.9-9.el8.noarch 195/345 DEBUG: Verifying : python3-pycparser-2.14-14.el8.noarch 196/345 DEBUG: Verifying : python3-pysocks-1.6.8-3.el8.noarch 197/345 DEBUG: Verifying : python3-rpm-macros-3-44.el8.noarch 198/345 DEBUG: Verifying : python3-setuptools-wheel-39.2.0-7.el8.noarch 199/345 DEBUG: Verifying : qt5-srpm-macros-5.15.3-1.el8.noarch 200/345 DEBUG: Verifying : readline-7.0-10.el8.x86_64 201/345 DEBUG: Verifying : redhat-rpm-config-130-1.el8.noarch 202/345 DEBUG: Verifying : rpm-4.14.3-26.el8.x86_64 203/345 DEBUG: Verifying : rpm-build-libs-4.14.3-26.el8.x86_64 204/345 DEBUG: Verifying : rpm-libs-4.14.3-26.el8.x86_64 205/345 DEBUG: Verifying : rust-srpm-macros-5-2.el8.noarch 206/345 DEBUG: Verifying : sed-4.5-5.el8.x86_64 207/345 DEBUG: Verifying : setup-2.12.2-9.el8.noarch 208/345 DEBUG: Verifying : shadow-utils-2:4.6-17.el8.x86_64 209/345 DEBUG: Verifying : shared-mime-info-1.9-3.el8.x86_64 210/345 DEBUG: Verifying : sqlite-libs-3.26.0-17.el8.x86_64 211/345 DEBUG: Verifying : systemd-239-71.el8.x86_64 212/345 DEBUG: Verifying : systemd-libs-239-71.el8.x86_64 213/345 DEBUG: Verifying : systemd-pam-239-71.el8.x86_64 214/345 DEBUG: Verifying : systemd-udev-239-71.el8.x86_64 215/345 DEBUG: Verifying : tar-2:1.30-8.el8.x86_64 216/345 DEBUG: Verifying : tpm2-tss-2.3.2-4.el8.x86_64 217/345 DEBUG: Verifying : trousers-0.3.15-1.el8.x86_64 218/345 DEBUG: Verifying : trousers-lib-0.3.15-1.el8.x86_64 219/345 DEBUG: Verifying : tzdata-2022g-2.el8.noarch 220/345 DEBUG: Verifying : unzip-6.0-46.el8.x86_64 221/345 DEBUG: Verifying : util-linux-2.32.1-40.el8.x86_64 222/345 DEBUG: Verifying : which-2.21-18.el8.x86_64 223/345 DEBUG: Verifying : xz-5.2.4-4.el8.x86_64 224/345 DEBUG: Verifying : xz-libs-5.2.4-4.el8.x86_64 225/345 DEBUG: Verifying : zip-3.0-23.el8.x86_64 226/345 DEBUG: Verifying : zlib-1.2.11-21.el8.x86_64 227/345 DEBUG: Verifying : OpenEXR-libs-2.2.0-12.el8.x86_64 228/345 DEBUG: Verifying : adobe-mappings-cmap-20171205-3.el8.noarch 229/345 DEBUG: Verifying : adobe-mappings-cmap-deprecated-20171205-3.el8.no 230/345 DEBUG: Verifying : adobe-mappings-pdf-20180407-1.el8.noarch 231/345 DEBUG: Verifying : atk-2.28.1-1.el8.x86_64 232/345 DEBUG: Verifying : cairo-1.15.12-6.el8.x86_64 233/345 DEBUG: Verifying : fribidi-1.0.4-9.el8.x86_64 234/345 DEBUG: Verifying : gd-2.2.5-7.el8.x86_64 235/345 DEBUG: Verifying : gdb-headless-8.2-19.el8.x86_64 236/345 DEBUG: Verifying : gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 237/345 DEBUG: Verifying : git-core-2.39.1-1.el8.x86_64 238/345 DEBUG: Verifying : google-droid-sans-fonts-20120715-13.el8.noarch 239/345 DEBUG: Verifying : graphite2-1.3.10-10.el8.x86_64 240/345 DEBUG: Verifying : graphviz-2.40.1-43.el8.x86_64 241/345 DEBUG: Verifying : gtk-update-icon-cache-3.22.30-11.el8.x86_64 242/345 DEBUG: Verifying : gtk2-2.24.32-5.el8.x86_64 243/345 DEBUG: Verifying : harfbuzz-1.7.5-3.el8.x86_64 244/345 DEBUG: Verifying : hicolor-icon-theme-0.17-2.el8.noarch 245/345 DEBUG: Verifying : ilmbase-2.2.0-13.el8.x86_64 246/345 DEBUG: Verifying : jasper-libs-2.0.14-5.el8.x86_64 247/345 DEBUG: Verifying : jbig2dec-libs-0.16-1.el8.x86_64 248/345 DEBUG: Verifying : jbigkit-libs-2.1-14.el8.x86_64 249/345 DEBUG: Verifying : lcms2-2.9-2.el8.x86_64 250/345 DEBUG: Verifying : libICE-1.0.9-15.el8.x86_64 251/345 DEBUG: Verifying : libSM-1.2.3-1.el8.x86_64 252/345 DEBUG: Verifying : libX11-1.6.8-5.el8.x86_64 253/345 DEBUG: Verifying : libX11-common-1.6.8-5.el8.noarch 254/345 DEBUG: Verifying : libXau-1.0.9-3.el8.x86_64 255/345 DEBUG: Verifying : libXaw-1.0.13-10.el8.x86_64 256/345 DEBUG: Verifying : libXcomposite-0.4.4-14.el8.x86_64 257/345 DEBUG: Verifying : libXcursor-1.1.15-3.el8.x86_64 258/345 DEBUG: Verifying : libXdamage-1.1.4-14.el8.x86_64 259/345 DEBUG: Verifying : libXext-1.3.4-1.el8.x86_64 260/345 DEBUG: Verifying : libXfixes-5.0.3-7.el8.x86_64 261/345 DEBUG: Verifying : libXft-2.3.3-1.el8.x86_64 262/345 DEBUG: Verifying : libXi-1.7.10-1.el8.x86_64 263/345 DEBUG: Verifying : libXinerama-1.1.4-1.el8.x86_64 264/345 DEBUG: Verifying : libXmu-1.1.3-1.el8.x86_64 265/345 DEBUG: Verifying : libXpm-3.5.12-9.el8.x86_64 266/345 DEBUG: Verifying : libXrandr-1.5.2-1.el8.x86_64 267/345 DEBUG: Verifying : libXrender-0.9.10-7.el8.x86_64 268/345 DEBUG: Verifying : libXt-1.1.5-12.el8.x86_64 269/345 DEBUG: Verifying : libXxf86misc-1.0.4-1.el8.x86_64 270/345 DEBUG: Verifying : libXxf86vm-1.1.4-9.el8.x86_64 271/345 DEBUG: Verifying : libdatrie-0.2.9-7.el8.x86_64 272/345 DEBUG: Verifying : libfontenc-1.1.3-8.el8.x86_64 273/345 DEBUG: Verifying : libgs-9.27-5.el8.x86_64 274/345 DEBUG: Verifying : libidn-1.34-5.el8.x86_64 275/345 DEBUG: Verifying : libijs-0.35-5.el8.x86_64 276/345 DEBUG: Verifying : libjpeg-turbo-1.5.3-12.el8.x86_64 277/345 DEBUG: Verifying : libmcpp-2.7.2-20.el8.x86_64 278/345 DEBUG: Verifying : libpaper-1.1.24-22.el8.x86_64 279/345 DEBUG: Verifying : librsvg2-2.42.7-4.el8.x86_64 280/345 DEBUG: Verifying : libthai-0.1.27-2.el8.x86_64 281/345 DEBUG: Verifying : libtiff-4.0.9-27.el8.x86_64 282/345 DEBUG: Verifying : libwebp-1.0.0-5.el8.x86_64 283/345 DEBUG: Verifying : libwmf-lite-0.2.9-8.el8_0.x86_64 284/345 DEBUG: Verifying : libxcb-1.13.1-1.el8.x86_64 285/345 DEBUG: Verifying : libxkbcommon-0.9.1-1.el8.x86_64 286/345 DEBUG: Verifying : mcpp-2.7.2-20.el8.x86_64 287/345 DEBUG: Verifying : openjpeg2-2.4.0-5.el8.x86_64 288/345 DEBUG: Verifying : pango-1.42.4-8.el8.x86_64 289/345 DEBUG: Verifying : pinentry-1.1.0-2.el8.x86_64 290/345 DEBUG: Verifying : pixman-0.38.4-2.el8.x86_64 291/345 DEBUG: Verifying : platform-python-devel-3.6.8-51.el8.x86_64 292/345 DEBUG: Verifying : python3-babel-2.5.1-7.el8.noarch 293/345 DEBUG: Verifying : python3-docutils-0.14-12.module_el8.5.0+761+faac 294/345 DEBUG: Verifying : python3-greenlet-0.4.13-4.el8.x86_64 295/345 DEBUG: Verifying : python3-jinja2-2.10.1-3.el8.noarch 296/345 DEBUG: Verifying : python3-markupsafe-0.23-19.el8.x86_64 297/345 DEBUG: Verifying : python3-pip-9.0.3-22.el8.noarch 298/345 DEBUG: Verifying : python3-pygments-2.2.0-22.module_el8.5.0+764+71f 299/345 DEBUG: Verifying : python3-pytz-2017.2-9.el8.noarch 300/345 DEBUG: Verifying : python3-rpm-generators-5-8.el8.noarch 301/345 DEBUG: Verifying : python3-sqlalchemy-1.3.2-2.module_el8.5.0+761+fa 302/345 DEBUG: Verifying : python36-3.6.8-38.module_el8.5.0+895+a459eca8.x8 303/345 DEBUG: Verifying : python36-devel-3.6.8-38.module_el8.5.0+895+a459e 304/345 DEBUG: Verifying : rpm-build-4.14.3-26.el8.x86_64 305/345 DEBUG: Verifying : urw-base35-bookman-fonts-20170801-10.el8.noarch 306/345 DEBUG: Verifying : urw-base35-c059-fonts-20170801-10.el8.noarch 307/345 DEBUG: Verifying : urw-base35-d050000l-fonts-20170801-10.el8.noarch 308/345 DEBUG: Verifying : urw-base35-fonts-20170801-10.el8.noarch 309/345 DEBUG: Verifying : urw-base35-fonts-common-20170801-10.el8.noarch 310/345 DEBUG: Verifying : urw-base35-gothic-fonts-20170801-10.el8.noarch 311/345 DEBUG: Verifying : urw-base35-nimbus-mono-ps-fonts-20170801-10.el8. 312/345 DEBUG: Verifying : urw-base35-nimbus-roman-fonts-20170801-10.el8.no 313/345 DEBUG: Verifying : urw-base35-nimbus-sans-fonts-20170801-10.el8.noa 314/345 DEBUG: Verifying : urw-base35-p052-fonts-20170801-10.el8.noarch 315/345 DEBUG: Verifying : urw-base35-standard-symbols-ps-fonts-20170801-10 316/345 DEBUG: Verifying : urw-base35-z003-fonts-20170801-10.el8.noarch 317/345 DEBUG: Verifying : xkeyboard-config-2.28-1.el8.noarch 318/345 DEBUG: Verifying : xorg-x11-font-utils-1:7.5-41.el8.x86_64 319/345 DEBUG: Verifying : xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarc 320/345 DEBUG: Verifying : xorg-x11-server-utils-7.7-27.el8.x86_64 321/345 DEBUG: Verifying : python3-imagesize-1.0.0-2.el8.noarch 322/345 DEBUG: Verifying : libzstd-1.4.5-6.el8.x86_64 323/345 DEBUG: Verifying : python3-cffi-1.13.2-1.el8.x86_64 324/345 DEBUG: Verifying : python3-eventlet-0.30.0-1.1.el8.noarch 325/345 DEBUG: Verifying : python3-packaging-20.4-1.el8.noarch 326/345 DEBUG: Verifying : python3-pbr-5.5.1-1.el8.noarch 327/345 DEBUG: Verifying : python3-pyparsing-2.4.6-1.el8.noarch 328/345 DEBUG: Verifying : python3-requests-2.25.1-1.el8.noarch 329/345 DEBUG: Verifying : python3-setuptools-50.3.2-1.el8.noarch 330/345 DEBUG: Verifying : python3-six-1.15.0-2.el8.noarch 331/345 DEBUG: Verifying : python3-urllib3-1.25.10-4.el8.noarch 332/345 DEBUG: Verifying : zstd-1.4.5-6.el8.x86_64 333/345 DEBUG: Verifying : ImageMagick-6.7.8.9-18.el8.x86_64 334/345 DEBUG: Verifying : python3-setuptools_scm-6.0.1-1.el8.noarch 335/345 DEBUG: Verifying : python3-snowballstemmer-1.9.0-4.el8.noarch 336/345 DEBUG: Verifying : python3-sphinx-1:2.2.2-1.el8.noarch 337/345 DEBUG: Verifying : python3-sphinx-theme-alabaster-0.7.12-7.el8.noar 338/345 DEBUG: Verifying : python3-sphinxcontrib-applehelp-1.0.1-5.el8.noar 339/345 DEBUG: Verifying : python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch 340/345 DEBUG: Verifying : python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarc 341/345 DEBUG: Verifying : python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noa 342/345 DEBUG: Verifying : python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noa 343/345 DEBUG: Verifying : python3-sphinxcontrib-serializinghtml-1.1.3-5.el 344/345 DEBUG: Verifying : python3-toml-0.10.1-2.el8.noarch 345/345 DEBUG: Installed: DEBUG: ImageMagick-6.7.8.9-18.el8.x86_64 DEBUG: OpenEXR-libs-2.2.0-12.el8.x86_64 DEBUG: acl-2.2.53-1.el8.x86_64 DEBUG: adobe-mappings-cmap-20171205-3.el8.noarch DEBUG: adobe-mappings-cmap-deprecated-20171205-3.el8.noarch DEBUG: adobe-mappings-pdf-20180407-1.el8.noarch DEBUG: annobin-10.94-1.el8.x86_64 DEBUG: atk-2.28.1-1.el8.x86_64 DEBUG: audit-libs-3.0.7-4.el8.x86_64 DEBUG: avahi-libs-0.7-20.el8.x86_64 DEBUG: basesystem-11-5.el8.noarch DEBUG: bash-4.4.20-4.el8.x86_64 DEBUG: binutils-2.30-119.el8.x86_64 DEBUG: brotli-1.0.6-3.el8.x86_64 DEBUG: bzip2-1.0.6-26.el8.x86_64 DEBUG: bzip2-libs-1.0.6-26.el8.x86_64 DEBUG: ca-certificates-2022.2.54-80.2.el8.noarch DEBUG: cairo-1.15.12-6.el8.x86_64 DEBUG: centos-gpg-keys-1:8-6.el8.noarch DEBUG: centos-stream-release-8.6-1.el8.noarch DEBUG: centos-stream-repos-8-6.el8.noarch DEBUG: chkconfig-1.19.1-1.el8.x86_64 DEBUG: coreutils-8.30-15.el8.x86_64 DEBUG: coreutils-common-8.30-15.el8.x86_64 DEBUG: cpio-2.12-11.el8.x86_64 DEBUG: cpp-8.5.0-18.el8.x86_64 DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: cracklib-dicts-2.9.6-15.el8.x86_64 DEBUG: crypto-policies-20221215-1.gitece0092.el8.noarch DEBUG: crypto-policies-scripts-20221215-1.gitece0092.el8.noarch DEBUG: cryptsetup-libs-2.3.7-5.el8.x86_64 DEBUG: cups-libs-1:2.2.6-51.el8.x86_64 DEBUG: curl-7.61.1-29.el8.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-6.el8_5.x86_64 DEBUG: dbus-1:1.12.8-24.el8.x86_64 DEBUG: dbus-common-1:1.12.8-24.el8.noarch DEBUG: dbus-daemon-1:1.12.8-24.el8.x86_64 DEBUG: dbus-libs-1:1.12.8-24.el8.x86_64 DEBUG: dbus-tools-1:1.12.8-24.el8.x86_64 DEBUG: device-mapper-8:1.02.181-9.el8.x86_64 DEBUG: device-mapper-libs-8:1.02.181-9.el8.x86_64 DEBUG: diffutils-3.6-6.el8.x86_64 DEBUG: dracut-049-223.git20230119.el8.x86_64 DEBUG: dwz-0.12-10.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: elfutils-0.188-3.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.188-3.el8.x86_64 DEBUG: elfutils-default-yama-scope-0.188-3.el8.noarch DEBUG: elfutils-libelf-0.188-3.el8.x86_64 DEBUG: elfutils-libs-0.188-3.el8.x86_64 DEBUG: emacs-filesystem-1:26.1-9.el8.noarch DEBUG: expat-2.2.5-11.el8.x86_64 DEBUG: file-5.33-21.el8.x86_64 DEBUG: file-libs-5.33-21.el8.x86_64 DEBUG: filesystem-3.8-6.el8.x86_64 DEBUG: findutils-1:4.6.0-20.el8.x86_64 DEBUG: fontconfig-2.13.1-4.el8.x86_64 DEBUG: fontpackages-filesystem-1.44-22.el8.noarch DEBUG: freetype-2.9.1-9.el8.x86_64 DEBUG: fribidi-1.0.4-9.el8.x86_64 DEBUG: gawk-4.2.1-4.el8.x86_64 DEBUG: gc-7.6.4-3.el8.x86_64 DEBUG: gcc-8.5.0-18.el8.x86_64 DEBUG: gcc-plugin-annobin-8.5.0-18.el8.x86_64 DEBUG: gd-2.2.5-7.el8.x86_64 DEBUG: gdb-headless-8.2-19.el8.x86_64 DEBUG: gdbm-1:1.18-2.el8.x86_64 DEBUG: gdbm-libs-1:1.18-2.el8.x86_64 DEBUG: gdk-pixbuf2-2.36.12-5.el8.x86_64 DEBUG: gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: ghc-srpm-macros-1.4.2-7.el8.noarch DEBUG: git-core-2.39.1-1.el8.x86_64 DEBUG: glib2-2.56.4-161.el8.x86_64 DEBUG: glibc-2.28-225.el8.x86_64 DEBUG: glibc-all-langpacks-2.28-225.el8.x86_64 DEBUG: glibc-common-2.28-225.el8.x86_64 DEBUG: glibc-devel-2.28-225.el8.x86_64 DEBUG: glibc-gconv-extra-2.28-225.el8.x86_64 DEBUG: glibc-headers-2.28-225.el8.x86_64 DEBUG: gmp-1:6.1.2-10.el8.x86_64 DEBUG: gnupg2-2.2.20-3.el8.x86_64 DEBUG: gnupg2-smime-2.2.20-3.el8.x86_64 DEBUG: gnutls-3.6.16-6.el8.x86_64 DEBUG: go-srpm-macros-2-17.el8.noarch DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch DEBUG: graphite2-1.3.10-10.el8.x86_64 DEBUG: graphviz-2.40.1-43.el8.x86_64 DEBUG: grep-3.1-6.el8.x86_64 DEBUG: grub2-common-1:2.02-129.el8.noarch DEBUG: grub2-tools-1:2.02-129.el8.x86_64 DEBUG: grub2-tools-minimal-1:2.02-129.el8.x86_64 DEBUG: grubby-8.40-47.el8.x86_64 DEBUG: gtk-update-icon-cache-3.22.30-11.el8.x86_64 DEBUG: gtk2-2.24.32-5.el8.x86_64 DEBUG: guile-5:2.0.14-7.el8.x86_64 DEBUG: gzip-1.9-13.el8.x86_64 DEBUG: hardlink-1:1.3-6.el8.x86_64 DEBUG: harfbuzz-1.7.5-3.el8.x86_64 DEBUG: hicolor-icon-theme-0.17-2.el8.noarch DEBUG: ilmbase-2.2.0-13.el8.x86_64 DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 DEBUG: info-6.5-7.el8_5.x86_64 DEBUG: isl-0.16.1-6.el8.x86_64 DEBUG: jasper-libs-2.0.14-5.el8.x86_64 DEBUG: jbig2dec-libs-0.16-1.el8.x86_64 DEBUG: jbigkit-libs-2.1-14.el8.x86_64 DEBUG: json-c-0.13.1-3.el8.x86_64 DEBUG: kbd-2.0.4-10.el8.x86_64 DEBUG: kbd-legacy-2.0.4-10.el8.noarch DEBUG: kbd-misc-2.0.4-10.el8.noarch DEBUG: kernel-headers-4.18.0-448.el8.x86_64 DEBUG: keyutils-libs-1.5.10-9.el8.x86_64 DEBUG: kmod-25-19.el8.x86_64 DEBUG: kmod-libs-25-19.el8.x86_64 DEBUG: kpartx-0.8.4-37.el8.x86_64 DEBUG: krb5-libs-1.18.2-22.el8.x86_64 DEBUG: lcms2-2.9-2.el8.x86_64 DEBUG: less-530-1.el8.x86_64 DEBUG: libICE-1.0.9-15.el8.x86_64 DEBUG: libSM-1.2.3-1.el8.x86_64 DEBUG: libX11-1.6.8-5.el8.x86_64 DEBUG: libX11-common-1.6.8-5.el8.noarch DEBUG: libXau-1.0.9-3.el8.x86_64 DEBUG: libXaw-1.0.13-10.el8.x86_64 DEBUG: libXcomposite-0.4.4-14.el8.x86_64 DEBUG: libXcursor-1.1.15-3.el8.x86_64 DEBUG: libXdamage-1.1.4-14.el8.x86_64 DEBUG: libXext-1.3.4-1.el8.x86_64 DEBUG: libXfixes-5.0.3-7.el8.x86_64 DEBUG: libXft-2.3.3-1.el8.x86_64 DEBUG: libXi-1.7.10-1.el8.x86_64 DEBUG: libXinerama-1.1.4-1.el8.x86_64 DEBUG: libXmu-1.1.3-1.el8.x86_64 DEBUG: libXpm-3.5.12-9.el8.x86_64 DEBUG: libXrandr-1.5.2-1.el8.x86_64 DEBUG: libXrender-0.9.10-7.el8.x86_64 DEBUG: libXt-1.1.5-12.el8.x86_64 DEBUG: libXxf86misc-1.0.4-1.el8.x86_64 DEBUG: libXxf86vm-1.1.4-9.el8.x86_64 DEBUG: libacl-2.2.53-1.el8.x86_64 DEBUG: libarchive-3.3.3-5.el8.x86_64 DEBUG: libassuan-2.5.1-3.el8.x86_64 DEBUG: libatomic_ops-7.6.2-3.el8.x86_64 DEBUG: libattr-2.4.48-3.el8.x86_64 DEBUG: libbabeltrace-1.5.4-4.el8.x86_64 DEBUG: libblkid-2.32.1-40.el8.x86_64 DEBUG: libcap-2.48-4.el8.x86_64 DEBUG: libcap-ng-0.7.11-1.el8.x86_64 DEBUG: libcom_err-1.45.6-5.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libcurl-7.61.1-29.el8.x86_64 DEBUG: libdatrie-0.2.9-7.el8.x86_64 DEBUG: libdb-5.3.28-42.el8_4.x86_64 DEBUG: libdb-utils-5.3.28-42.el8_4.x86_64 DEBUG: libedit-3.1-23.20170329cvs.el8.x86_64 DEBUG: libfdisk-2.32.1-40.el8.x86_64 DEBUG: libffi-3.1-24.el8.x86_64 DEBUG: libfontenc-1.1.3-8.el8.x86_64 DEBUG: libgcc-8.5.0-18.el8.x86_64 DEBUG: libgcrypt-1.8.5-7.el8.x86_64 DEBUG: libgomp-8.5.0-18.el8.x86_64 DEBUG: libgpg-error-1.31-1.el8.x86_64 DEBUG: libgs-9.27-5.el8.x86_64 DEBUG: libidn-1.34-5.el8.x86_64 DEBUG: libidn2-2.2.0-1.el8.x86_64 DEBUG: libijs-0.35-5.el8.x86_64 DEBUG: libipt-1.6.1-8.el8.x86_64 DEBUG: libjpeg-turbo-1.5.3-12.el8.x86_64 DEBUG: libkcapi-1.2.0-2.el8.x86_64 DEBUG: libkcapi-hmaccalc-1.2.0-2.el8.x86_64 DEBUG: libksba-1.3.5-9.el8.x86_64 DEBUG: libmcpp-2.7.2-20.el8.x86_64 DEBUG: libmount-2.32.1-40.el8.x86_64 DEBUG: libmpc-1.1.0-9.1.el8.x86_64 DEBUG: libnghttp2-1.33.0-3.el8_2.1.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: libpaper-1.1.24-22.el8.x86_64 DEBUG: libpkgconf-1.4.2-1.el8.x86_64 DEBUG: libpng-2:1.6.34-5.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: libpwquality-1.4.4-5.el8.x86_64 DEBUG: librsvg2-2.42.7-4.el8.x86_64 DEBUG: libseccomp-2.5.2-1.el8.x86_64 DEBUG: libsecret-0.18.6-1.el8.x86_64 DEBUG: libselinux-2.9-8.el8.x86_64 DEBUG: libsemanage-2.9-9.el8.x86_64 DEBUG: libsepol-2.9-3.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-40.el8.x86_64 DEBUG: libssh-0.9.6-6.el8.x86_64 DEBUG: libssh-config-0.9.6-6.el8.noarch DEBUG: libstdc++-8.5.0-18.el8.x86_64 DEBUG: libtasn1-4.13-4.el8.x86_64 DEBUG: libthai-0.1.27-2.el8.x86_64 DEBUG: libtiff-4.0.9-27.el8.x86_64 DEBUG: libtirpc-1.1.4-8.el8.x86_64 DEBUG: libtool-ltdl-2.4.6-25.el8.x86_64 DEBUG: libunistring-0.9.9-3.el8.x86_64 DEBUG: libusbx-1.0.23-4.el8.x86_64 DEBUG: libutempter-1.1.6-14.el8.x86_64 DEBUG: libuuid-2.32.1-40.el8.x86_64 DEBUG: libverto-0.3.2-2.el8.x86_64 DEBUG: libwebp-1.0.0-5.el8.x86_64 DEBUG: libwmf-lite-0.2.9-8.el8_0.x86_64 DEBUG: libxcb-1.13.1-1.el8.x86_64 DEBUG: libxcrypt-4.1.1-6.el8.x86_64 DEBUG: libxcrypt-devel-4.1.1-6.el8.x86_64 DEBUG: libxkbcommon-0.9.1-1.el8.x86_64 DEBUG: libxml2-2.9.7-16.el8.x86_64 DEBUG: libzstd-1.4.5-6.el8.x86_64 DEBUG: lua-libs-5.3.4-12.el8.x86_64 DEBUG: lz4-libs-1.8.3-3.el8_4.x86_64 DEBUG: make-1:4.2.1-11.el8.x86_64 DEBUG: mcpp-2.7.2-20.el8.x86_64 DEBUG: memstrack-0.2.4-2.el8.x86_64 DEBUG: mpfr-3.1.6-1.el8.x86_64 DEBUG: ncurses-6.1-9.20180224.el8.x86_64 DEBUG: ncurses-base-6.1-9.20180224.el8.noarch DEBUG: ncurses-libs-6.1-9.20180224.el8.x86_64 DEBUG: nettle-3.4.1-7.el8.x86_64 DEBUG: npth-1.5-4.el8.x86_64 DEBUG: ocaml-srpm-macros-5-4.el8.noarch DEBUG: openblas-srpm-macros-2-2.el8.noarch DEBUG: openjpeg2-2.4.0-5.el8.x86_64 DEBUG: openldap-2.4.46-18.el8.x86_64 DEBUG: openssh-8.0p1-17.el8.x86_64 DEBUG: openssh-clients-8.0p1-17.el8.x86_64 DEBUG: openssl-1:1.1.1k-7.el8.x86_64 DEBUG: openssl-libs-1:1.1.1k-7.el8.x86_64 DEBUG: openssl-pkcs11-0.4.10-3.el8.x86_64 DEBUG: openstack-macros-2023.1.0-0.20230216203410.ce6a105.el8.noarch DEBUG: os-prober-1.74-9.el8.x86_64 DEBUG: p11-kit-0.23.22-1.el8.x86_64 DEBUG: p11-kit-trust-0.23.22-1.el8.x86_64 DEBUG: pam-1.3.1-25.el8.x86_64 DEBUG: pango-1.42.4-8.el8.x86_64 DEBUG: patch-2.7.6-11.el8.x86_64 DEBUG: pcre-8.42-6.el8.x86_64 DEBUG: pcre2-10.32-3.el8.x86_64 DEBUG: perl-srpm-macros-1-25.el8.noarch DEBUG: pigz-2.4-4.el8.x86_64 DEBUG: pinentry-1.1.0-2.el8.x86_64 DEBUG: pixman-0.38.4-2.el8.x86_64 DEBUG: pkgconf-1.4.2-1.el8.x86_64 DEBUG: pkgconf-m4-1.4.2-1.el8.noarch DEBUG: pkgconf-pkg-config-1.4.2-1.el8.x86_64 DEBUG: platform-python-3.6.8-51.el8.x86_64 DEBUG: platform-python-devel-3.6.8-51.el8.x86_64 DEBUG: platform-python-pip-9.0.3-22.el8.noarch DEBUG: popt-1.18-1.el8.x86_64 DEBUG: procps-ng-3.3.15-13.el8.x86_64 DEBUG: publicsuffix-list-dafsa-20180723-1.el8.noarch DEBUG: python-rpm-macros-3-44.el8.noarch DEBUG: python-srpm-macros-3-44.el8.noarch DEBUG: python3-babel-2.5.1-7.el8.noarch DEBUG: python3-cffi-1.13.2-1.el8.x86_64 DEBUG: python3-chardet-3.0.4-7.el8.noarch DEBUG: python3-cryptography-3.2.1-5.el8.x86_64 DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch DEBUG: python3-eventlet-0.30.0-1.1.el8.noarch DEBUG: python3-greenlet-0.4.13-4.el8.x86_64 DEBUG: python3-idna-2.5-5.el8.noarch DEBUG: python3-imagesize-1.0.0-2.el8.noarch DEBUG: python3-jinja2-2.10.1-3.el8.noarch DEBUG: python3-libs-3.6.8-51.el8.x86_64 DEBUG: python3-markupsafe-0.23-19.el8.x86_64 DEBUG: python3-packaging-20.4-1.el8.noarch DEBUG: python3-pbr-5.5.1-1.el8.noarch DEBUG: python3-pip-9.0.3-22.el8.noarch DEBUG: python3-pip-wheel-9.0.3-22.el8.noarch DEBUG: python3-ply-3.9-9.el8.noarch DEBUG: python3-pycparser-2.14-14.el8.noarch DEBUG: python3-pygments-2.2.0-22.module_el8.5.0+764+71fa3b33.noarch DEBUG: python3-pyparsing-2.4.6-1.el8.noarch DEBUG: python3-pysocks-1.6.8-3.el8.noarch DEBUG: python3-pytz-2017.2-9.el8.noarch DEBUG: python3-requests-2.25.1-1.el8.noarch DEBUG: python3-rpm-generators-5-8.el8.noarch DEBUG: python3-rpm-macros-3-44.el8.noarch DEBUG: python3-setuptools-50.3.2-1.el8.noarch DEBUG: python3-setuptools-wheel-39.2.0-7.el8.noarch DEBUG: python3-setuptools_scm-6.0.1-1.el8.noarch DEBUG: python3-six-1.15.0-2.el8.noarch DEBUG: python3-snowballstemmer-1.9.0-4.el8.noarch DEBUG: python3-sphinx-1:2.2.2-1.el8.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.12-7.el8.noarch DEBUG: python3-sphinxcontrib-applehelp-1.0.1-5.el8.noarch DEBUG: python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarch DEBUG: python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noarch DEBUG: python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noarch DEBUG: python3-sphinxcontrib-serializinghtml-1.1.3-5.el8.noarch DEBUG: python3-sqlalchemy-1.3.2-2.module_el8.5.0+761+faacb0fb.x86_64 DEBUG: python3-toml-0.10.1-2.el8.noarch DEBUG: python3-urllib3-1.25.10-4.el8.noarch DEBUG: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 DEBUG: python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 DEBUG: qt5-srpm-macros-5.15.3-1.el8.noarch DEBUG: readline-7.0-10.el8.x86_64 DEBUG: redhat-rpm-config-130-1.el8.noarch DEBUG: rpm-4.14.3-26.el8.x86_64 DEBUG: rpm-build-4.14.3-26.el8.x86_64 DEBUG: rpm-build-libs-4.14.3-26.el8.x86_64 DEBUG: rpm-libs-4.14.3-26.el8.x86_64 DEBUG: rust-srpm-macros-5-2.el8.noarch DEBUG: sed-4.5-5.el8.x86_64 DEBUG: setup-2.12.2-9.el8.noarch DEBUG: shadow-utils-2:4.6-17.el8.x86_64 DEBUG: shared-mime-info-1.9-3.el8.x86_64 DEBUG: sqlite-libs-3.26.0-17.el8.x86_64 DEBUG: systemd-239-71.el8.x86_64 DEBUG: systemd-libs-239-71.el8.x86_64 DEBUG: systemd-pam-239-71.el8.x86_64 DEBUG: systemd-udev-239-71.el8.x86_64 DEBUG: tar-2:1.30-8.el8.x86_64 DEBUG: tpm2-tss-2.3.2-4.el8.x86_64 DEBUG: trousers-0.3.15-1.el8.x86_64 DEBUG: trousers-lib-0.3.15-1.el8.x86_64 DEBUG: tzdata-2022g-2.el8.noarch DEBUG: unzip-6.0-46.el8.x86_64 DEBUG: urw-base35-bookman-fonts-20170801-10.el8.noarch DEBUG: urw-base35-c059-fonts-20170801-10.el8.noarch DEBUG: urw-base35-d050000l-fonts-20170801-10.el8.noarch DEBUG: urw-base35-fonts-20170801-10.el8.noarch DEBUG: urw-base35-fonts-common-20170801-10.el8.noarch DEBUG: urw-base35-gothic-fonts-20170801-10.el8.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch DEBUG: urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch DEBUG: urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch DEBUG: urw-base35-p052-fonts-20170801-10.el8.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch DEBUG: urw-base35-z003-fonts-20170801-10.el8.noarch DEBUG: util-linux-2.32.1-40.el8.x86_64 DEBUG: which-2.21-18.el8.x86_64 DEBUG: xkeyboard-config-2.28-1.el8.noarch DEBUG: xorg-x11-font-utils-1:7.5-41.el8.x86_64 DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarch DEBUG: xorg-x11-server-utils-7.7-27.el8.x86_64 DEBUG: xz-5.2.4-4.el8.x86_64 DEBUG: xz-libs-5.2.4-4.el8.x86_64 DEBUG: zip-3.0-23.el8.x86_64 DEBUG: zlib-1.2.11-21.el8.x86_64 DEBUG: zstd-1.4.5-6.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-wallaby-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans Finish: dnf install DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/os-release DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '0bfe2756bc074f219fd9c6c040d046d1', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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: userdel: user 'mockbuild' does not exist DEBUG: Child return code was: 6 DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'fafe8a7b5d444b89a0d57aff54f91cc8', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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: groupdel: group 'mock' does not exist DEBUG: Child return code was: 6 DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '5ebad4f4331d40e8b736b0cd3d436426', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', '984472e9cf7e420bb6563d3c4b1fed6e', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', '1022', '-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-wallaby-x86_64-5/root/builddir/build DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/RPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SPECS DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SRPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SOURCES DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/BUILD DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/BUILDROOT DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/originals DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/.initialized DEBUG: child environment: None DEBUG: Executing command: ['sync'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Start: creating root cache DEBUG: child environment: None DEBUG: Executing command: ['gtar', '--one-file-system', '--exclude-caches', '--exclude-caches-under', '--use-compress-program', 'pigz', '-cf', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '--exclude=./proc', '--exclude=./sys', '--exclude=./dev', '--exclude=./tmp/ccache', '--exclude=./var/cache/yum', '--exclude=./var/cache/dnf', '--exclude=./var/log', '--exclude=.//proc', '--exclude=.//proc', '--exclude=.//sys', '--exclude=.//sys', '--exclude=.//dev/shm', '--exclude=.//dev/pts', '--exclude=.//sys/fs/selinux', '--exclude=.//var/cache/yum', '--exclude=.//var/cache/dnf', '--exclude=.//proc/filesystems', '--exclude=./var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '--exclude=./var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '.'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish: creating root cache Finish: chroot init DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '6d708e0577f546cbac5ba11e7747b825', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: python3-six-1.15.0-2.el8.noarch DEBUG: libgcc-8.5.0-18.el8.x86_64 DEBUG: binutils-2.30-119.el8.x86_64 DEBUG: fontpackages-filesystem-1.44-22.el8.noarch DEBUG: python3-idna-2.5-5.el8.noarch DEBUG: python-rpm-macros-3-44.el8.noarch DEBUG: gcc-plugin-annobin-8.5.0-18.el8.x86_64 DEBUG: adobe-mappings-cmap-20171205-3.el8.noarch DEBUG: python3-pygments-2.2.0-22.module_el8.5.0+764+71fa3b33.noarch DEBUG: python3-setuptools-wheel-39.2.0-7.el8.noarch DEBUG: gtk-update-icon-cache-3.22.30-11.el8.x86_64 DEBUG: adobe-mappings-cmap-deprecated-20171205-3.el8.noarch DEBUG: libXft-2.3.3-1.el8.x86_64 DEBUG: libX11-common-1.6.8-5.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: publicsuffix-list-dafsa-20180723-1.el8.noarch DEBUG: urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch DEBUG: perl-srpm-macros-1-25.el8.noarch DEBUG: urw-base35-p052-fonts-20170801-10.el8.noarch DEBUG: ocaml-srpm-macros-5-4.el8.noarch DEBUG: urw-base35-z003-fonts-20170801-10.el8.noarch DEBUG: libssh-config-0.9.6-6.el8.noarch DEBUG: libbabeltrace-1.5.4-4.el8.x86_64 DEBUG: kbd-misc-2.0.4-10.el8.noarch DEBUG: pinentry-1.1.0-2.el8.x86_64 DEBUG: go-srpm-macros-2-17.el8.noarch DEBUG: openssh-8.0p1-17.el8.x86_64 DEBUG: emacs-filesystem-26.1-9.el8.noarch DEBUG: git-core-2.39.1-1.el8.x86_64 DEBUG: centos-stream-release-8.6-1.el8.noarch DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 DEBUG: setup-2.12.2-9.el8.noarch DEBUG: gnupg2-smime-2.2.20-3.el8.x86_64 DEBUG: urw-base35-fonts-common-20170801-10.el8.noarch DEBUG: rpm-build-libs-4.14.3-26.el8.x86_64 DEBUG: pcre2-10.32-3.el8.x86_64 DEBUG: gdb-headless-8.2-19.el8.x86_64 DEBUG: ncurses-libs-6.1-9.20180224.el8.x86_64 DEBUG: avahi-libs-0.7-20.el8.x86_64 DEBUG: glibc-gconv-extra-2.28-225.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: glibc-2.28-225.el8.x86_64 DEBUG: elfutils-0.188-3.el8.x86_64 DEBUG: libsepol-2.9-3.el8.x86_64 DEBUG: python3-ply-3.9-9.el8.noarch DEBUG: info-6.5-7.el8_5.x86_64 DEBUG: python3-cffi-1.13.2-1.el8.x86_64 DEBUG: bzip2-libs-1.0.6-26.el8.x86_64 DEBUG: python3-pysocks-1.6.8-3.el8.noarch DEBUG: libxcrypt-4.1.1-6.el8.x86_64 DEBUG: python3-requests-2.25.1-1.el8.noarch DEBUG: gmp-6.1.2-10.el8.x86_64 DEBUG: python3-markupsafe-0.23-19.el8.x86_64 DEBUG: freetype-2.9.1-9.el8.x86_64 DEBUG: python3-babel-2.5.1-7.el8.noarch DEBUG: libcom_err-1.45.6-5.el8.x86_64 DEBUG: python3-rpm-generators-5-8.el8.noarch DEBUG: libuuid-2.32.1-40.el8.x86_64 DEBUG: python3-imagesize-1.0.0-2.el8.noarch DEBUG: readline-7.0-10.el8.x86_64 DEBUG: python3-packaging-20.4-1.el8.noarch DEBUG: sqlite-libs-3.26.0-17.el8.x86_64 DEBUG: python3-sphinx-theme-alabaster-0.7.12-7.el8.noarch DEBUG: popt-1.18-1.el8.x86_64 DEBUG: python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch DEBUG: libjpeg-turbo-1.5.3-12.el8.x86_64 DEBUG: python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noarch DEBUG: libgcrypt-1.8.5-7.el8.x86_64 DEBUG: python3-sphinxcontrib-serializinghtml-1.1.3-5.el8.noarch DEBUG: libattr-2.4.48-3.el8.x86_64 DEBUG: openjpeg2-2.4.0-5.el8.x86_64 DEBUG: sed-4.5-5.el8.x86_64 DEBUG: pixman-0.38.4-2.el8.x86_64 DEBUG: libICE-1.0.9-15.el8.x86_64 DEBUG: pango-1.42.4-8.el8.x86_64 DEBUG: libidn2-2.2.0-1.el8.x86_64 DEBUG: ImageMagick-6.7.8.9-18.el8.x86_64 DEBUG: libgomp-8.5.0-18.el8.x86_64 DEBUG: graphviz-2.40.1-43.el8.x86_64 DEBUG: libSM-1.2.3-1.el8.x86_64 DEBUG: python3-setuptools_scm-6.0.1-1.el8.noarch DEBUG: file-libs-5.33-21.el8.x86_64 DEBUG: python3-eventlet-0.30.0-1.1.el8.noarch DEBUG: libcap-ng-0.7.11-1.el8.x86_64 DEBUG: python3-pbr-5.5.1-1.el8.noarch DEBUG: libtool-ltdl-2.4.6-25.el8.x86_64 DEBUG: make-4.2.1-11.el8.x86_64 DEBUG: libmpc-1.1.0-9.1.el8.x86_64 DEBUG: libksba-1.3.5-9.el8.x86_64 DEBUG: unzip-6.0-46.el8.x86_64 DEBUG: glibc-headers-2.28-225.el8.x86_64 DEBUG: cpio-2.12-11.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-18.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: tar-1.30-8.el8.x86_64 DEBUG: isl-0.16.1-6.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-15.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-3.el8.x86_64 DEBUG: gc-7.6.4-3.el8.x86_64 DEBUG: libipt-1.6.1-8.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-225.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-40.el8.x86_64 DEBUG: memstrack-0.2.4-2.el8.x86_64 DEBUG: npth-1.5-4.el8.x86_64 DEBUG: jbig2dec-libs-0.16-1.el8.x86_64 DEBUG: libtiff-4.0.9-27.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: libthai-0.1.27-2.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-6.el8_5.x86_64 DEBUG: python3-setuptools-50.3.2-1.el8.noarch DEBUG: grub2-tools-minimal-2.02-129.el8.x86_64 DEBUG: openldap-2.4.46-18.el8.x86_64 DEBUG: grubby-8.40-47.el8.x86_64 DEBUG: libkcapi-hmaccalc-1.2.0-2.el8.x86_64 DEBUG: libdb-utils-5.3.28-42.el8_4.x86_64 DEBUG: libcurl-7.61.1-29.el8.x86_64 DEBUG: crypto-policies-scripts-20221215-1.gitece0092.el8.noarch DEBUG: elfutils-default-yama-scope-0.188-3.el8.noarch DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: procps-ng-3.3.15-13.el8.x86_64 DEBUG: libtirpc-1.1.4-8.el8.x86_64 DEBUG: kpartx-0.8.4-37.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.188-3.el8.x86_64 DEBUG: openssl-pkcs11-0.4.10-3.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: dbus-common-1.12.8-24.el8.noarch DEBUG: libmount-2.32.1-40.el8.x86_64 DEBUG: dbus-tools-1.12.8-24.el8.x86_64 DEBUG: coreutils-8.30-15.el8.x86_64 DEBUG: libblkid-2.32.1-40.el8.x86_64 DEBUG: shadow-utils-4.6-17.el8.x86_64 DEBUG: openssl-libs-1.1.1k-7.el8.x86_64 DEBUG: rpm-libs-4.14.3-26.el8.x86_64 DEBUG: kmod-libs-25-19.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-5.el8.x86_64 DEBUG: util-linux-2.32.1-40.el8.x86_64 DEBUG: dracut-049-223.git20230119.el8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: glib2-2.56.4-161.el8.x86_64 DEBUG: gnutls-3.6.16-6.el8.x86_64 DEBUG: systemd-239-71.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: gpg-pubkey-8483c65d-5ccc5b19 DEBUG: atk-2.28.1-1.el8.x86_64 DEBUG: python-srpm-macros-3-44.el8.noarch DEBUG: gcc-8.5.0-18.el8.x86_64 DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch DEBUG: annobin-10.94-1.el8.x86_64 DEBUG: python3-rpm-macros-3-44.el8.noarch DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch DEBUG: tzdata-2022g-2.el8.noarch DEBUG: gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 DEBUG: python3-pip-wheel-9.0.3-22.el8.noarch DEBUG: gd-2.2.5-7.el8.x86_64 DEBUG: xkeyboard-config-2.28-1.el8.noarch DEBUG: urw-base35-bookman-fonts-20170801-10.el8.noarch DEBUG: adobe-mappings-pdf-20180407-1.el8.noarch DEBUG: urw-base35-d050000l-fonts-20170801-10.el8.noarch DEBUG: qt5-srpm-macros-5.15.3-1.el8.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch DEBUG: pkgconf-m4-1.4.2-1.el8.noarch DEBUG: urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch DEBUG: openblas-srpm-macros-2-2.el8.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch DEBUG: ncurses-base-6.1-9.20180224.el8.noarch DEBUG: urw-base35-fonts-20170801-10.el8.noarch DEBUG: kernel-headers-4.18.0-448.el8.x86_64 DEBUG: libsecret-0.18.6-1.el8.x86_64 DEBUG: kbd-legacy-2.0.4-10.el8.noarch DEBUG: harfbuzz-1.7.5-3.el8.x86_64 DEBUG: ghc-srpm-macros-1.4.2-7.el8.noarch DEBUG: openssh-clients-8.0p1-17.el8.x86_64 DEBUG: centos-gpg-keys-8-6.el8.noarch DEBUG: tpm2-tss-2.3.2-4.el8.x86_64 DEBUG: centos-stream-repos-8-6.el8.noarch DEBUG: libusbx-1.0.23-4.el8.x86_64 DEBUG: filesystem-3.8-6.el8.x86_64 DEBUG: gnupg2-2.2.20-3.el8.x86_64 DEBUG: basesystem-11-5.el8.noarch DEBUG: guile-2.0.14-7.el8.x86_64 DEBUG: libselinux-2.9-8.el8.x86_64 DEBUG: hicolor-icon-theme-0.17-2.el8.noarch DEBUG: glibc-all-langpacks-2.28-225.el8.x86_64 DEBUG: cups-libs-2.2.6-51.el8.x86_64 DEBUG: glibc-common-2.28-225.el8.x86_64 DEBUG: redhat-rpm-config-130-1.el8.noarch DEBUG: bash-4.4.20-4.el8.x86_64 DEBUG: python3-chardet-3.0.4-7.el8.noarch DEBUG: zlib-1.2.11-21.el8.x86_64 DEBUG: python3-pycparser-2.14-14.el8.noarch DEBUG: xz-libs-5.2.4-4.el8.x86_64 DEBUG: python3-cryptography-3.2.1-5.el8.x86_64 DEBUG: libstdc++-8.5.0-18.el8.x86_64 DEBUG: python3-urllib3-1.25.10-4.el8.noarch DEBUG: elfutils-libelf-0.188-3.el8.x86_64 DEBUG: python3-greenlet-0.4.13-4.el8.x86_64 DEBUG: libpng-1.6.34-5.el8.x86_64 DEBUG: python3-pytz-2017.2-9.el8.noarch DEBUG: libcap-2.48-4.el8.x86_64 DEBUG: python3-jinja2-2.10.1-3.el8.noarch DEBUG: libgpg-error-1.31-1.el8.x86_64 DEBUG: platform-python-devel-3.6.8-51.el8.x86_64 DEBUG: libxml2-2.9.7-16.el8.x86_64 DEBUG: python3-pyparsing-2.4.6-1.el8.noarch DEBUG: libunistring-0.9.9-3.el8.x86_64 DEBUG: python3-snowballstemmer-1.9.0-4.el8.noarch DEBUG: expat-2.2.5-11.el8.x86_64 DEBUG: python3-sphinxcontrib-applehelp-1.0.1-5.el8.noarch DEBUG: chkconfig-1.19.1-1.el8.x86_64 DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarch DEBUG: libzstd-1.4.5-6.el8.x86_64 DEBUG: python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noarch DEBUG: mpfr-3.1.6-1.el8.x86_64 DEBUG: python3-toml-0.10.1-2.el8.noarch DEBUG: libacl-2.2.53-1.el8.x86_64 DEBUG: libgs-9.27-5.el8.x86_64 DEBUG: libffi-3.1-24.el8.x86_64 DEBUG: cairo-1.15.12-6.el8.x86_64 DEBUG: p11-kit-0.23.22-1.el8.x86_64 DEBUG: librsvg2-2.42.7-4.el8.x86_64 DEBUG: findutils-4.6.0-20.el8.x86_64 DEBUG: gtk2-2.24.32-5.el8.x86_64 DEBUG: lua-libs-5.3.4-12.el8.x86_64 DEBUG: python3-sphinx-2.2.2-1.el8.noarch DEBUG: libassuan-2.5.1-3.el8.x86_64 DEBUG: python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 DEBUG: file-5.33-21.el8.x86_64 DEBUG: rpm-build-4.14.3-26.el8.x86_64 DEBUG: audit-libs-3.0.7-4.el8.x86_64 DEBUG: python3-sqlalchemy-1.3.2-2.module_el8.5.0+761+faacb0fb.x86_64 DEBUG: lz4-libs-1.8.3-3.el8_4.x86_64 DEBUG: openstack-macros-2023.1.0-0.20230216203410.ce6a105.el8.noarch 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-129.el8.noarch DEBUG: gdbm-libs-1.18-2.el8.x86_64 DEBUG: libtasn1-4.13-4.el8.x86_64 DEBUG: pcre-8.42-6.el8.x86_64 DEBUG: xz-5.2.4-4.el8.x86_64 DEBUG: gdbm-1.18-2.el8.x86_64 DEBUG: OpenEXR-libs-2.2.0-12.el8.x86_64 DEBUG: libsemanage-2.9-9.el8.x86_64 DEBUG: acl-2.2.53-1.el8.x86_64 DEBUG: patch-2.7.6-11.el8.x86_64 DEBUG: nettle-3.4.1-7.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: libatomic_ops-7.6.2-3.el8.x86_64 DEBUG: libedit-3.1-23.20170329cvs.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.2-1.el8.x86_64 DEBUG: gawk-4.2.1-4.el8.x86_64 DEBUG: libverto-0.3.2-2.el8.x86_64 DEBUG: ncurses-6.1-9.20180224.el8.x86_64 DEBUG: fribidi-1.0.4-9.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-9.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: libdatrie-0.2.9-7.el8.x86_64 DEBUG: libijs-0.35-5.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-22.el8.noarch DEBUG: python3-libs-3.6.8-51.el8.x86_64 DEBUG: libssh-0.9.6-6.el8.x86_64 DEBUG: platform-python-3.6.8-51.el8.x86_64 DEBUG: libkcapi-1.2.0-2.el8.x86_64 DEBUG: libarchive-3.3.3-5.el8.x86_64 DEBUG: curl-7.61.1-29.el8.x86_64 DEBUG: openssl-1.1.1k-7.el8.x86_64 DEBUG: crypto-policies-20221215-1.gitece0092.el8.noarch DEBUG: gzip-1.9-13.el8.x86_64 DEBUG: cracklib-dicts-2.9.6-15.el8.x86_64 DEBUG: krb5-libs-1.18.2-22.el8.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: device-mapper-1.02.181-9.el8.x86_64 DEBUG: elfutils-libs-0.188-3.el8.x86_64 DEBUG: rpm-4.14.3-26.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libfdisk-2.32.1-40.el8.x86_64 DEBUG: dbus-libs-1.12.8-24.el8.x86_64 DEBUG: which-2.21-18.el8.x86_64 DEBUG: systemd-libs-239-71.el8.x86_64 DEBUG: device-mapper-libs-1.02.181-9.el8.x86_64 DEBUG: ca-certificates-2022.2.54-80.2.el8.noarch DEBUG: libdb-5.3.28-42.el8_4.x86_64 DEBUG: kmod-25-19.el8.x86_64 DEBUG: cryptsetup-libs-2.3.7-5.el8.x86_64 DEBUG: dbus-daemon-1.12.8-24.el8.x86_64 DEBUG: kbd-2.0.4-10.el8.x86_64 DEBUG: pam-1.3.1-25.el8.x86_64 DEBUG: systemd-pam-239-71.el8.x86_64 DEBUG: os-prober-1.74-9.el8.x86_64 DEBUG: grub2-tools-2.02-129.el8.x86_64 DEBUG: shared-mime-info-1.9-3.el8.x86_64 DEBUG: dbus-1.12.8-24.el8.x86_64 DEBUG: systemd-udev-239-71.el8.x86_64 DEBUG: fontconfig-2.13.1-4.el8.x86_64 DEBUG: python3-pip-9.0.3-22.el8.noarch DEBUG: Child return code was: 0 INFO: Installed packages: INFO: adobe-mappings-pdf-20180407-1.el8.noarch libxcrypt-4.1.1-6.el8.x86_64 libXmu-1.1.3-1.el8.x86_64 file-5.33-21.el8.x86_64 grub2-tools-minimal-2.02-129.el8.x86_64 basesystem-11-5.el8.noarch zstd-1.4.5-6.el8.x86_64 libXext-1.3.4-1.el8.x86_64 glibc-2.28-225.el8.x86_64 libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 python3-snowballstemmer-1.9.0-4.el8.noarch python3-packaging-20.4-1.el8.noarch libdatrie-0.2.9-7.el8.x86_64 p11-kit-trust-0.23.22-1.el8.x86_64 libipt-1.6.1-8.el8.x86_64 libwmf-lite-0.2.9-8.el8_0.x86_64 libarchive-3.3.3-5.el8.x86_64 emacs-filesystem-26.1-9.el8.noarch memstrack-0.2.4-2.el8.x86_64 python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 file-libs-5.33-21.el8.x86_64 unzip-6.0-46.el8.x86_64 coreutils-common-8.30-15.el8.x86_64 libfdisk-2.32.1-40.el8.x86_64 libtool-ltdl-2.4.6-25.el8.x86_64 cups-libs-2.2.6-51.el8.x86_64 tzdata-2022g-2.el8.noarch brotli-1.0.6-3.el8.x86_64 gettext-0.19.8.1-17.el8.x86_64 python3-ply-3.9-9.el8.noarch libICE-1.0.9-15.el8.x86_64 libksba-1.3.5-9.el8.x86_64 gnupg2-2.2.20-3.el8.x86_64 graphviz-2.40.1-43.el8.x86_64 urw-base35-fonts-common-20170801-10.el8.noarch less-530-1.el8.x86_64 glibc-gconv-extra-2.28-225.el8.x86_64 elfutils-0.188-3.el8.x86_64 libXt-1.1.5-12.el8.x86_64 dracut-049-223.git20230119.el8.x86_64 gtk-update-icon-cache-3.22.30-11.el8.x86_64 librsvg2-2.42.7-4.el8.x86_64 OpenEXR-libs-2.2.0-12.el8.x86_64 libcap-ng-0.7.11-1.el8.x86_64 patch-2.7.6-11.el8.x86_64 elfutils-libelf-0.188-3.el8.x86_64 libXinerama-1.1.4-1.el8.x86_64 grubby-8.40-47.el8.x86_64 hardlink-1.3-6.el8.x86_64 ima-evm-utils-1.3.2-12.el8.x86_64 libmcpp-2.7.2-20.el8.x86_64 python3-greenlet-0.4.13-4.el8.x86_64 mpfr-3.1.6-1.el8.x86_64 audit-libs-3.0.7-4.el8.x86_64 libunistring-0.9.9-3.el8.x86_64 tpm2-tss-2.3.2-4.el8.x86_64 npth-1.5-4.el8.x86_64 go-srpm-macros-2-17.el8.noarch libssh-0.9.6-6.el8.x86_64 libgcc-8.5.0-18.el8.x86_64 pango-1.42.4-8.el8.x86_64 libpwquality-1.4.4-5.el8.x86_64 trousers-0.3.15-1.el8.x86_64 libassuan-2.5.1-3.el8.x86_64 zip-3.0-23.el8.x86_64 libxkbcommon-0.9.1-1.el8.x86_64 libxcb-1.13.1-1.el8.x86_64 libX11-1.6.8-5.el8.x86_64 pcre2-10.32-3.el8.x86_64 ncurses-libs-6.1-9.20180224.el8.x86_64 adobe-mappings-cmap-20171205-3.el8.noarch libXpm-3.5.12-9.el8.x86_64 libgcrypt-1.8.5-7.el8.x86_64 kbd-legacy-2.0.4-10.el8.noarch glibc-devel-2.28-225.el8.x86_64 python3-jinja2-2.10.1-3.el8.noarch openssl-pkcs11-0.4.10-3.el8.x86_64 libxml2-2.9.7-16.el8.x86_64 expat-2.2.5-11.el8.x86_64 openssl-libs-1.1.1k-7.el8.x86_64 python3-requests-2.25.1-1.el8.noarch libidn-1.34-5.el8.x86_64 freetype-2.9.1-9.el8.x86_64 keyutils-libs-1.5.10-9.el8.x86_64 libzstd-1.4.5-6.el8.x86_64 shadow-utils-4.6-17.el8.x86_64 libjpeg-turbo-1.5.3-12.el8.x86_64 urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch python3-pygments-2.2.0-22.module_el8.5.0+764+71fa3b33.noarch pcre-8.42-6.el8.x86_64 libblkid-2.32.1-40.el8.x86_64 gdbm-1.18-2.el8.x86_64 sed-4.5-5.el8.x86_64 ImageMagick-6.7.8.9-18.el8.x86_64 device-mapper-1.02.181-9.el8.x86_64 xorg-x11-server-utils-7.7-27.el8.x86_64 libpkgconf-1.4.2-1.el8.x86_64 cryptsetup-libs-2.3.7-5.el8.x86_64 python3-sphinx-theme-alabaster-0.7.12-7.el8.noarch jbig2dec-libs-0.16-1.el8.x86_64 gpg-pubkey-8483c65d-5ccc5b19 harfbuzz-1.7.5-3.el8.x86_64 libsepol-2.9-3.el8.x86_64 xorg-x11-font-utils-7.5-41.el8.x86_64 systemd-pam-239-71.el8.x86_64 filesystem-3.8-6.el8.x86_64 glibc-common-2.28-225.el8.x86_64 json-c-0.13.1-3.el8.x86_64 libffi-3.1-24.el8.x86_64 gdbm-libs-1.18-2.el8.x86_64 libcom_err-1.45.6-5.el8.x86_64 python3-babel-2.5.1-7.el8.noarch platform-python-pip-9.0.3-22.el8.noarch python3-toml-0.10.1-2.el8.noarch libtasn1-4.13-4.el8.x86_64 libbabeltrace-1.5.4-4.el8.x86_64 elfutils-debuginfod-client-0.188-3.el8.x86_64 grub2-common-2.02-129.el8.noarch gnutls-3.6.16-6.el8.x86_64 python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 libnghttp2-1.33.0-3.el8_2.1.x86_64 libSM-1.2.3-1.el8.x86_64 kbd-misc-2.0.4-10.el8.noarch nettle-3.4.1-7.el8.x86_64 jbigkit-libs-2.1-14.el8.x86_64 libXcomposite-0.4.4-14.el8.x86_64 python3-imagesize-1.0.0-2.el8.noarch gcc-8.5.0-18.el8.x86_64 libXrandr-1.5.2-1.el8.x86_64 gmp-6.1.2-10.el8.x86_64 python3-pyparsing-2.4.6-1.el8.noarch rust-srpm-macros-5-2.el8.noarch gcc-plugin-annobin-8.5.0-18.el8.x86_64 libtiff-4.0.9-27.el8.x86_64 ocaml-srpm-macros-5-4.el8.noarch python3-pip-wheel-9.0.3-22.el8.noarch python3-markupsafe-0.23-19.el8.x86_64 libverto-0.3.2-2.el8.x86_64 libkcapi-hmaccalc-1.2.0-2.el8.x86_64 libkcapi-1.2.0-2.el8.x86_64 libsemanage-2.9-9.el8.x86_64 pixman-0.38.4-2.el8.x86_64 libtirpc-1.1.4-8.el8.x86_64 gtk2-2.24.32-5.el8.x86_64 pam-1.3.1-25.el8.x86_64 pkgconf-pkg-config-1.4.2-1.el8.x86_64 libXdamage-1.1.4-14.el8.x86_64 pigz-2.4-4.el8.x86_64 libthai-0.1.27-2.el8.x86_64 openstack-macros-2023.1.0-0.20230216203410.ce6a105.el8.noarch libdb-utils-5.3.28-42.el8_4.x86_64 urw-base35-z003-fonts-20170801-10.el8.noarch gawk-4.2.1-4.el8.x86_64 python3-rpm-generators-5-8.el8.noarch lcms2-2.9-2.el8.x86_64 urw-base35-fonts-20170801-10.el8.noarch crypto-policies-scripts-20221215-1.gitece0092.el8.noarch adobe-mappings-cmap-deprecated-20171205-3.el8.noarch kpartx-0.8.4-37.el8.x86_64 bzip2-1.0.6-26.el8.x86_64 cairo-1.15.12-6.el8.x86_64 libssh-config-0.9.6-6.el8.noarch python3-cryptography-3.2.1-5.el8.x86_64 gd-2.2.5-7.el8.x86_64 dbus-daemon-1.12.8-24.el8.x86_64 platform-python-devel-3.6.8-51.el8.x86_64 libijs-0.35-5.el8.x86_64 centos-stream-repos-8-6.el8.noarch guile-2.0.14-7.el8.x86_64 pkgconf-m4-1.4.2-1.el8.noarch python3-setuptools_scm-6.0.1-1.el8.noarch chkconfig-1.19.1-1.el8.x86_64 ca-certificates-2022.2.54-80.2.el8.noarch libXcursor-1.1.15-3.el8.x86_64 libX11-common-1.6.8-5.el8.noarch grub2-tools-2.02-129.el8.x86_64 rpm-build-4.14.3-26.el8.x86_64 urw-base35-p052-fonts-20170801-10.el8.noarch fontpackages-filesystem-1.44-22.el8.noarch xz-5.2.4-4.el8.x86_64 python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noarch make-4.2.1-11.el8.x86_64 libcroco-0.6.12-4.el8_2.1.x86_64 perl-srpm-macros-1-25.el8.noarch ghc-srpm-macros-1.4.2-7.el8.noarch glibc-all-langpacks-2.28-225.el8.x86_64 kernel-headers-4.18.0-448.el8.x86_64 zlib-1.2.11-21.el8.x86_64 diffutils-3.6-6.el8.x86_64 libsecret-0.18.6-1.el8.x86_64 python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarch gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 libutempter-1.1.6-14.el8.x86_64 isl-0.16.1-6.el8.x86_64 dbus-tools-1.12.8-24.el8.x86_64 libselinux-2.9-8.el8.x86_64 procps-ng-3.3.15-13.el8.x86_64 acl-2.2.53-1.el8.x86_64 python3-sqlalchemy-1.3.2-2.module_el8.5.0+761+faacb0fb.x86_64 info-6.5-7.el8_5.x86_64 python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch hicolor-icon-theme-0.17-2.el8.noarch libcap-2.48-4.el8.x86_64 qt5-srpm-macros-5.15.3-1.el8.noarch libpaper-1.1.24-22.el8.x86_64 pinentry-1.1.0-2.el8.x86_64 python3-pbr-5.5.1-1.el8.noarch gc-7.6.4-3.el8.x86_64 elfutils-default-yama-scope-0.188-3.el8.noarch lz4-libs-1.8.3-3.el8_4.x86_64 glib2-2.56.4-161.el8.x86_64 libxcrypt-devel-4.1.1-6.el8.x86_64 dwz-0.12-10.el8.x86_64 libseccomp-2.5.2-1.el8.x86_64 libgpg-error-1.31-1.el8.x86_64 cyrus-sasl-lib-2.1.27-6.el8_5.x86_64 libcurl-7.61.1-29.el8.x86_64 systemd-libs-239-71.el8.x86_64 device-mapper-libs-1.02.181-9.el8.x86_64 libfontenc-1.1.3-8.el8.x86_64 openssl-1.1.1k-7.el8.x86_64 util-linux-2.32.1-40.el8.x86_64 mcpp-2.7.2-20.el8.x86_64 popt-1.18-1.el8.x86_64 python-srpm-macros-3-44.el8.noarch setup-2.12.2-9.el8.noarch python3-pysocks-1.6.8-3.el8.noarch python3-pip-9.0.3-22.el8.noarch python3-idna-2.5-5.el8.noarch dbus-common-1.12.8-24.el8.noarch rpm-libs-4.14.3-26.el8.x86_64 libedit-3.1-23.20170329cvs.el8.x86_64 ncurses-base-6.1-9.20180224.el8.noarch kbd-2.0.4-10.el8.x86_64 bash-4.4.20-4.el8.x86_64 openblas-srpm-macros-2-2.el8.noarch gdk-pixbuf2-2.36.12-5.el8.x86_64 centos-gpg-keys-8-6.el8.noarch os-prober-1.74-9.el8.x86_64 openldap-2.4.46-18.el8.x86_64 libXrender-0.9.10-7.el8.x86_64 elfutils-libs-0.188-3.el8.x86_64 systemd-239-71.el8.x86_64 crypto-policies-20221215-1.gitece0092.el8.noarch krb5-libs-1.18.2-22.el8.x86_64 libXi-1.7.10-1.el8.x86_64 atk-2.28.1-1.el8.x86_64 libXaw-1.0.13-10.el8.x86_64 libsmartcols-2.32.1-40.el8.x86_64 gnupg2-smime-2.2.20-3.el8.x86_64 python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch cpio-2.12-11.el8.x86_64 google-droid-sans-fonts-20120715-13.el8.noarch python3-sphinx-2.2.2-1.el8.noarch libidn2-2.2.0-1.el8.x86_64 urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch systemd-udev-239-71.el8.x86_64 platform-python-3.6.8-51.el8.x86_64 tar-1.30-8.el8.x86_64 python3-urllib3-1.25.10-4.el8.noarch annobin-10.94-1.el8.x86_64 python3-cffi-1.13.2-1.el8.x86_64 libatomic_ops-7.6.2-3.el8.x86_64 libmount-2.32.1-40.el8.x86_64 git-core-2.39.1-1.el8.x86_64 python3-eventlet-0.30.0-1.1.el8.noarch python3-sphinxcontrib-serializinghtml-1.1.3-5.el8.noarch urw-base35-d050000l-fonts-20170801-10.el8.noarch urw-base35-gothic-fonts-20170801-10.el8.noarch trousers-lib-0.3.15-1.el8.x86_64 libXft-2.3.3-1.el8.x86_64 gdb-headless-8.2-19.el8.x86_64 readline-7.0-10.el8.x86_64 python3-pycparser-2.14-14.el8.noarch libpng-1.6.34-5.el8.x86_64 libgs-9.27-5.el8.x86_64 shared-mime-info-1.9-3.el8.x86_64 libdb-5.3.28-42.el8_4.x86_64 libuuid-2.32.1-40.el8.x86_64 libusbx-1.0.23-4.el8.x86_64 rpm-build-libs-4.14.3-26.el8.x86_64 centos-stream-release-8.6-1.el8.noarch python-rpm-macros-3-44.el8.noarch xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarch python3-libs-3.6.8-51.el8.x86_64 p11-kit-0.23.22-1.el8.x86_64 libXxf86vm-1.1.4-9.el8.x86_64 xz-libs-5.2.4-4.el8.x86_64 binutils-2.30-119.el8.x86_64 kmod-libs-25-19.el8.x86_64 libXau-1.0.9-3.el8.x86_64 python3-setuptools-50.3.2-1.el8.noarch glibc-headers-2.28-225.el8.x86_64 gettext-libs-0.19.8.1-17.el8.x86_64 curl-7.61.1-29.el8.x86_64 urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch efi-srpm-macros-3-3.el8.noarch libXxf86misc-1.0.4-1.el8.x86_64 fribidi-1.0.4-9.el8.x86_64 graphite2-1.3.10-10.el8.x86_64 libmpc-1.1.0-9.1.el8.x86_64 python3-six-1.15.0-2.el8.noarch findutils-4.6.0-20.el8.x86_64 libstdc++-8.5.0-18.el8.x86_64 libsigsegv-2.11-5.el8.x86_64 openssh-8.0p1-17.el8.x86_64 cracklib-dicts-2.9.6-15.el8.x86_64 coreutils-8.30-15.el8.x86_64 dbus-libs-1.12.8-24.el8.x86_64 libgomp-8.5.0-18.el8.x86_64 python3-pytz-2017.2-9.el8.noarch jasper-libs-2.0.14-5.el8.x86_64 avahi-libs-0.7-20.el8.x86_64 grep-3.1-6.el8.x86_64 python3-rpm-macros-3-44.el8.noarch rpm-4.14.3-26.el8.x86_64 pkgconf-1.4.2-1.el8.x86_64 openssh-clients-8.0p1-17.el8.x86_64 python3-setuptools-wheel-39.2.0-7.el8.noarch openjpeg2-2.4.0-5.el8.x86_64 ncurses-6.1-9.20180224.el8.x86_64 fontconfig-2.13.1-4.el8.x86_64 redhat-rpm-config-130-1.el8.noarch python3-chardet-3.0.4-7.el8.noarch python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noarch libattr-2.4.48-3.el8.x86_64 kmod-25-19.el8.x86_64 cpp-8.5.0-18.el8.x86_64 libacl-2.2.53-1.el8.x86_64 urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch dbus-1.12.8-24.el8.x86_64 ilmbase-2.2.0-13.el8.x86_64 which-2.21-18.el8.x86_64 libpsl-0.20.2-6.el8.x86_64 xkeyboard-config-2.28-1.el8.noarch cracklib-2.9.6-15.el8.x86_64 urw-base35-c059-fonts-20170801-10.el8.noarch urw-base35-bookman-fonts-20170801-10.el8.noarch python3-sphinxcontrib-applehelp-1.0.1-5.el8.noarch lua-libs-5.3.4-12.el8.x86_64 gzip-1.9-13.el8.x86_64 sqlite-libs-3.26.0-17.el8.x86_64 libXfixes-5.0.3-7.el8.x86_64 libwebp-1.0.0-5.el8.x86_64 publicsuffix-list-dafsa-20180723-1.el8.noarch bzip2-libs-1.0.6-26.el8.x86_64 Finish: run DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + /usr/bin/mock -q -r /home/centos8-wallaby/data/dlrn-5.cfg --chroot 'git config --global --add safe.directory /var/tmp/pkgsrc' ++ /usr/bin/mock -r /home/centos8-wallaby/data/dlrn-5.cfg -p + MOCKDIR=/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/ + '[' -z '' ']' + detect_version_and_release + '[' -r setup.py -a '!' -r metadata.json ']' + copy_src_to_mock_buildroot + git checkout -f 883fc8a73c6db3aafeae947465ec9868d23c7538 Note: switching to '883fc8a73c6db3aafeae947465ec9868d23c7538'. 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 883fc8a73 Merge "Enforce image safety during image_conversion" into stable/wallaby + '[' -d /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root//var/tmp/pkgsrc ']' + mkdir /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root//var/tmp/pkgsrc + cp -pr . /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root//var/tmp/pkgsrc + pushd /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root//var/tmp/pkgsrc /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/tmp/pkgsrc ~/data/openstack-glance + set +o pipefail + xargs -n 1 git tag -d + git tag -l 'private-*' + set -o pipefail + popd ~/data/openstack-glance ++ /usr/bin/mock -q -r /home/centos8-wallaby/data/dlrn-5.cfg --chroot 'cd /var/tmp/pkgsrc && rm -rf *.egg-info && (([ -x /usr/bin/python3 ] && python3 setup.py --version 2> /dev/null) || python setup.py --version 2> /dev/null)' ++ tail -n 1 ++ /usr/bin/mock -q -r /home/centos8-wallaby/data/dlrn-5.cfg --chroot 'cd /var/tmp/pkgsrc && git log --abbrev=7 -n1 --format=format:%h' + setversionandrelease 22.1.2.dev4 883fc8a + UPSTREAMVERSION=22.1.2.dev4 + [[ 22.1.2.dev4 =~ ([^-]*)-(.+) ]] + [[ 22.1.2.dev4 =~ (.*?)\.(0rc.+) ]] + [[ 22.1.2.dev4 =~ (.*?)\.(0b.+) ]] + [[ 22.1.2.dev4 =~ (.*?)\.(0a.+) ]] + [[ 22.1.2.dev4 =~ (.*?)\.(dev.+) ]] + VERSION=22.1.2 + '[' 0.date.hash = 0.1.date.hash ']' + '[' 0.date.hash = minor.date.hash ']' + RELEASE=0.20230309185042.883fc8a + '[' -r setup.py -a '!' -r metadata.json ']' + SOURCETYPE=tarball + /usr/bin/mock -v -r /home/centos8-wallaby/data/dlrn-5.cfg --resultdir /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 --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 DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos8-wallaby/data/dlrn-5.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 DEBUG: rootdir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: chrootuid: 1022 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.4k_o9_h2:/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-wallaby-x86_64-5/ccache/u1022/', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/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-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'tmpfs_enable': False, 'tmpfs_opts': {'required_ram_mb': 900, 'max_fs_size': None, 'mode': '0755', 'keep_mounted': False, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, '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-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}} 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 1022 -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-wallaby-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos8-wallaby/data/dlrn-5.cfg DEBUG: root: dlrn-centos8-wallaby-x86_64-5 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-python-ironic-tests-tempest-4684f915b58d2c161295100802dec7076920451f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/baremetal/46/84/4684f915b58d2c161295100802dec7076920451f_b18c72ed enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-python-cinder-tests-tempest-0e9461155e2acf2d68f2b42c8a5942af8975190a baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cinder/0e/94/0e9461155e2acf2d68f2b42c8a5942af8975190a_7988e196 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-openstackclient-42d9b6ea571e30e4ca1fda9a21dd6ad2189a4f2f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/clients/42/d9/42d9b6ea571e30e4ca1fda9a21dd6ad2189a4f2f_f3ef27aa enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-0775d3070b5cb20a1bd7f54722fd33bd7692eebe baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cloudops/07/75/0775d3070b5cb20a1bd7f54722fd33bd7692eebe_f1998506 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-35083361ebe1c2ad3d1f3df25411b170267b9d33 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/common/35/08/35083361ebe1c2ad3d1f3df25411b170267b9d33_3d4d4101 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-797c5fa9debf86049b86084a86a5b939e11592d4 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/compute/79/7c/797c5fa9debf86049b86084a86a5b939e11592d4_2a32aa65 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-2940ab9a93c5a5d0abffbb72a4ad7a8fbe18f445 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/glance/29/40/2940ab9a93c5a5d0abffbb72a4ad7a8fbe18f445_2b7360f6 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-1274f07b336d597d6c07ffdf612a84da01d1754e baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/manila/12/74/1274f07b336d597d6c07ffdf612a84da01d1754e_7f2878ed enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-openstack-neutron-2563be46a37b8fc9ee25cc1efd7aa49ba4ec11c5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/network/25/63/2563be46a37b8fc9ee25cc1efd7aa49ba4ec11c5_5185391e enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-f6d2e59334aad55ab884e85a8cd697c7bc3bf861 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/octavia/f6/d2/f6d2e59334aad55ab884e85a8cd697c7bc3bf861_bca32aae enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-barbican-6ee5ad91635b41c3ab891602942b1b809a25ace6 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/security/6e/e5/6ee5ad91635b41c3ab891602942b1b809a25ace6_de92ac9d enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-ead53ba0c89ee9721981fcfc3784b335b4aef0ad baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/swift/ea/d5/ead53ba0c89ee9721981fcfc3784b335b4aef0ad_1c12d317 enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-1580f6f8437bd07e008ce8451388765d4b9b268f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tempest/15/80/1580f6f8437bd07e008ce8451388765d4b9b268f_63808291 enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-openstack-tripleo-heat-templates-ef8c3cb06e31256385a149e7d64bfd373a17efdf baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tripleo/ef/8c/ef8c3cb06e31256385a149e7d64bfd373a17efdf_68daafa5 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-b79ffad5c302a60e5a61f0938ec87b8e98ee44f1 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/ui/b7/9f/b79ffad5c302a60e5a61f0938ec87b8e98ee44f1_b0d68b58 enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-validations-common-dec9846f7490ddc49af4f574d129293dd26f1da5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/validation/de/c9/dec9846f7490ddc49af4f574d129293dd26f1da5_df302a4c enabled=1 gpgcheck=0 priority=1 [delorean-wallaby-testing] name=dlrn-wallaby-testing baseurl=https://trunk.rdoproject.org/centos8-wallaby/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-wallaby-build-deps] name=dlrn-wallaby-build-deps baseurl=https://trunk.rdoproject.org/centos8-wallaby/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-stream/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-wallaby-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 16212184 6472328 929292 6330652 8810564 2870960 DEBUG: Swap: 16777212 3916732 12860480 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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: /dev/vda1 550G 494G 56G 90% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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-wallaby-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.d2iuj22s', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc DEBUG: method _fixup_build_user skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: ensuring that dir exists: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 16212184 6393716 1028708 6389112 8789760 2836976 DEBUG: Swap: 16777212 3916732 12860480 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: /dev/vda1 550G 494G 56G 90% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.wx18av3b', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: resultdir = /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', 'f708f5ee233143778b9f7d8b152f4bd2', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', '1022', '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-wallaby-x86_64-5/root/.initialized Finish: chroot init INFO: Running in chroot: ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] Start: chroot ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.4k_o9_h2:/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', '77349748f938402cbdd00289defac38f', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.4k_o9_h2:/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.5s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (1.2s) running egg_info creating glance.egg-info writing glance.egg-info/PKG-INFO writing dependency_links to glance.egg-info/dependency_links.txt writing entry points to glance.egg-info/entry_points.txt writing requirements to glance.egg-info/requires.txt writing top-level names to glance.egg-info/top_level.txt writing pbr to glance.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'glance.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 'glance.egg-info/SOURCES.txt' [pbr] reno was not found or is too old. Skipping release notes running check creating glance-22.1.2.dev4 creating glance-22.1.2.dev4/api-ref creating glance-22.1.2.dev4/api-ref/source creating glance-22.1.2.dev4/api-ref/source/v2 creating glance-22.1.2.dev4/api-ref/source/v2/samples creating glance-22.1.2.dev4/api-ref/source/versions creating glance-22.1.2.dev4/api-ref/source/versions/samples creating glance-22.1.2.dev4/devstack creating glance-22.1.2.dev4/doc creating glance-22.1.2.dev4/doc/source creating glance-22.1.2.dev4/doc/source/_extra creating glance-22.1.2.dev4/doc/source/_static creating glance-22.1.2.dev4/doc/source/admin creating glance-22.1.2.dev4/doc/source/cli creating glance-22.1.2.dev4/doc/source/configuration creating glance-22.1.2.dev4/doc/source/contributor creating glance-22.1.2.dev4/doc/source/images creating glance-22.1.2.dev4/doc/source/images_src creating glance-22.1.2.dev4/doc/source/install creating glance-22.1.2.dev4/doc/source/user creating glance-22.1.2.dev4/doc/test creating glance-22.1.2.dev4/etc creating glance-22.1.2.dev4/etc/metadefs creating glance-22.1.2.dev4/etc/oslo-config-generator creating glance-22.1.2.dev4/glance creating glance-22.1.2.dev4/glance.egg-info creating glance-22.1.2.dev4/glance/api creating glance-22.1.2.dev4/glance/api/middleware creating glance-22.1.2.dev4/glance/api/v1 creating glance-22.1.2.dev4/glance/api/v2 creating glance-22.1.2.dev4/glance/api/v2/model creating glance-22.1.2.dev4/glance/async_ creating glance-22.1.2.dev4/glance/async_/flows creating glance-22.1.2.dev4/glance/async_/flows/_internal_plugins creating glance-22.1.2.dev4/glance/async_/flows/plugins creating glance-22.1.2.dev4/glance/cmd creating glance-22.1.2.dev4/glance/common creating glance-22.1.2.dev4/glance/common/location_strategy creating glance-22.1.2.dev4/glance/common/scripts creating glance-22.1.2.dev4/glance/common/scripts/api_image_import creating glance-22.1.2.dev4/glance/common/scripts/image_import creating glance-22.1.2.dev4/glance/db creating glance-22.1.2.dev4/glance/db/simple creating glance-22.1.2.dev4/glance/db/sqlalchemy creating glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations creating glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/data_migrations creating glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions creating glance-22.1.2.dev4/glance/db/sqlalchemy/metadef_api creating glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo creating glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions creating glance-22.1.2.dev4/glance/domain creating glance-22.1.2.dev4/glance/hacking creating glance-22.1.2.dev4/glance/image_cache creating glance-22.1.2.dev4/glance/image_cache/drivers creating glance-22.1.2.dev4/glance/locale creating glance-22.1.2.dev4/glance/locale/de creating glance-22.1.2.dev4/glance/locale/de/LC_MESSAGES creating glance-22.1.2.dev4/glance/locale/en_GB creating glance-22.1.2.dev4/glance/locale/en_GB/LC_MESSAGES creating glance-22.1.2.dev4/glance/locale/es creating glance-22.1.2.dev4/glance/locale/es/LC_MESSAGES creating glance-22.1.2.dev4/glance/locale/fr creating glance-22.1.2.dev4/glance/locale/fr/LC_MESSAGES creating glance-22.1.2.dev4/glance/locale/it creating glance-22.1.2.dev4/glance/locale/it/LC_MESSAGES creating glance-22.1.2.dev4/glance/locale/ja creating glance-22.1.2.dev4/glance/locale/ja/LC_MESSAGES creating glance-22.1.2.dev4/glance/locale/ko_KR creating glance-22.1.2.dev4/glance/locale/ko_KR/LC_MESSAGES creating glance-22.1.2.dev4/glance/locale/pt_BR creating glance-22.1.2.dev4/glance/locale/pt_BR/LC_MESSAGES creating glance-22.1.2.dev4/glance/locale/ru creating glance-22.1.2.dev4/glance/locale/ru/LC_MESSAGES creating glance-22.1.2.dev4/glance/locale/tr_TR creating glance-22.1.2.dev4/glance/locale/tr_TR/LC_MESSAGES creating glance-22.1.2.dev4/glance/locale/zh_CN creating glance-22.1.2.dev4/glance/locale/zh_CN/LC_MESSAGES creating glance-22.1.2.dev4/glance/locale/zh_TW creating glance-22.1.2.dev4/glance/locale/zh_TW/LC_MESSAGES creating glance-22.1.2.dev4/glance/policies creating glance-22.1.2.dev4/glance/quota creating glance-22.1.2.dev4/glance/tests creating glance-22.1.2.dev4/glance/tests/etc creating glance-22.1.2.dev4/glance/tests/functional creating glance-22.1.2.dev4/glance/tests/functional/db creating glance-22.1.2.dev4/glance/tests/functional/db/migrations creating glance-22.1.2.dev4/glance/tests/functional/serial creating glance-22.1.2.dev4/glance/tests/functional/v2 creating glance-22.1.2.dev4/glance/tests/gate creating glance-22.1.2.dev4/glance/tests/integration creating glance-22.1.2.dev4/glance/tests/integration/v2 creating glance-22.1.2.dev4/glance/tests/unit creating glance-22.1.2.dev4/glance/tests/unit/api creating glance-22.1.2.dev4/glance/tests/unit/api/middleware creating glance-22.1.2.dev4/glance/tests/unit/async_ creating glance-22.1.2.dev4/glance/tests/unit/async_/flows creating glance-22.1.2.dev4/glance/tests/unit/async_/flows/plugins creating glance-22.1.2.dev4/glance/tests/unit/cmd creating glance-22.1.2.dev4/glance/tests/unit/common creating glance-22.1.2.dev4/glance/tests/unit/common/scripts creating glance-22.1.2.dev4/glance/tests/unit/common/scripts/image_import creating glance-22.1.2.dev4/glance/tests/unit/image_cache creating glance-22.1.2.dev4/glance/tests/unit/image_cache/drivers creating glance-22.1.2.dev4/glance/tests/unit/keymgr creating glance-22.1.2.dev4/glance/tests/unit/v2 creating glance-22.1.2.dev4/glance/tests/var creating glance-22.1.2.dev4/httpd creating glance-22.1.2.dev4/playbooks creating glance-22.1.2.dev4/rally-jobs creating glance-22.1.2.dev4/rally-jobs/extra creating glance-22.1.2.dev4/rally-jobs/plugins creating glance-22.1.2.dev4/releasenotes creating glance-22.1.2.dev4/releasenotes/notes creating glance-22.1.2.dev4/releasenotes/source creating glance-22.1.2.dev4/releasenotes/source/_static creating glance-22.1.2.dev4/releasenotes/source/_templates creating glance-22.1.2.dev4/releasenotes/source/locale creating glance-22.1.2.dev4/releasenotes/source/locale/en_GB creating glance-22.1.2.dev4/releasenotes/source/locale/en_GB/LC_MESSAGES creating glance-22.1.2.dev4/releasenotes/source/locale/ja creating glance-22.1.2.dev4/releasenotes/source/locale/ja/LC_MESSAGES creating glance-22.1.2.dev4/releasenotes/source/locale/ko_KR creating glance-22.1.2.dev4/releasenotes/source/locale/ko_KR/LC_MESSAGES creating glance-22.1.2.dev4/tools copying files to glance-22.1.2.dev4... copying .coveragerc -> glance-22.1.2.dev4 copying .mailmap -> glance-22.1.2.dev4 copying .stestr.conf -> glance-22.1.2.dev4 copying .zuul.yaml -> glance-22.1.2.dev4 copying AUTHORS -> glance-22.1.2.dev4 copying CONTRIBUTING.rst -> glance-22.1.2.dev4 copying ChangeLog -> glance-22.1.2.dev4 copying HACKING.rst -> glance-22.1.2.dev4 copying LICENSE -> glance-22.1.2.dev4 copying README.rst -> glance-22.1.2.dev4 copying bindep.txt -> glance-22.1.2.dev4 copying lower-constraints.txt -> glance-22.1.2.dev4 copying pylintrc -> glance-22.1.2.dev4 copying requirements.txt -> glance-22.1.2.dev4 copying setup.cfg -> glance-22.1.2.dev4 copying setup.py -> glance-22.1.2.dev4 copying test-requirements.txt -> glance-22.1.2.dev4 copying tox.ini -> glance-22.1.2.dev4 copying api-ref/source/conf.py -> glance-22.1.2.dev4/api-ref/source copying api-ref/source/heading-level-guide.txt -> glance-22.1.2.dev4/api-ref/source copying api-ref/source/index.rst -> glance-22.1.2.dev4/api-ref/source copying api-ref/source/v2/discovery-parameters.yaml -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/discovery.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/images-data.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/images-images-v2.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/images-import.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/images-parameters-descriptions.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/images-parameters.yaml -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/images-schemas.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/images-sharing-v2.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/images-tags.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/index.rst -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/metadefs-index.rst -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/metadefs-namespaces-objects.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/metadefs-namespaces-properties.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/metadefs-namespaces-tags.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/metadefs-namespaces.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/metadefs-parameters.yaml -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/metadefs-resourcetypes.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/metadefs-schemas.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/tasks-parameters.yaml -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/tasks-schemas.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/tasks.inc -> glance-22.1.2.dev4/api-ref/source/v2 copying api-ref/source/v2/samples/image-create-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-create-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-details-deactivate-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-import-c-i-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-import-g-d-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-import-w-d-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-info-import-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-member-create-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-member-create-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-member-details-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-member-update-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-member-update-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-members-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-show-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-tasks-show-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-update-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-update-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/images-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-create-request-simple.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-create-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-create-response-simple.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-create-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-details-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-details-with-rt-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-update-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-update-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespaces-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-object-create-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-object-create-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-object-details-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-object-update-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-object-update-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-objects-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-properties-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-property-create-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-property-create-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-property-details-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-property-update-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-property-update-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-resource-type-assoc-create-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-resource-type-assoc-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-resource-type-create-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-resource-types-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-tag-create-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-tag-details-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-tag-update-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-tag-update-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-tags-create-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-tags-create-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-tags-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-image-member-show-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-image-members-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-image-show-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-images-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-namespace-show-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-namespaces-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-object-show-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-objects-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-properties-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-property-show-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-resource-type-association-show-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-resource-type-associations-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-tag-show-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-tags-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-task-show-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-tasks-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/stores-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/task-create-request.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/task-create-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/task-show-failure-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/task-show-processing-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/task-show-success-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/v2/samples/tasks-list-response.json -> glance-22.1.2.dev4/api-ref/source/v2/samples copying api-ref/source/versions/index.rst -> glance-22.1.2.dev4/api-ref/source/versions copying api-ref/source/versions/versions.inc -> glance-22.1.2.dev4/api-ref/source/versions copying api-ref/source/versions/samples/image-versions-response.json -> glance-22.1.2.dev4/api-ref/source/versions/samples copying devstack/plugin.sh -> glance-22.1.2.dev4/devstack copying doc/requirements.txt -> glance-22.1.2.dev4/doc copying doc/source/conf.py -> glance-22.1.2.dev4/doc/source copying doc/source/deprecation-note.inc -> glance-22.1.2.dev4/doc/source copying doc/source/glossary.rst -> glance-22.1.2.dev4/doc/source copying doc/source/index.rst -> glance-22.1.2.dev4/doc/source copying doc/source/_extra/.htaccess -> glance-22.1.2.dev4/doc/source/_extra copying doc/source/_static/.placeholder -> glance-22.1.2.dev4/doc/source/_static copying doc/source/admin/apache-httpd.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/authentication.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/cache.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/controllingservers.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/db-sqlalchemy-migrate.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/db.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/flows.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/index.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/interoperable-image-import.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/manage-images.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/multistores.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/notifications.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/policies.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/property-protections.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/requirements.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/rollingupgrades.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/tasks.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/troubleshooting.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/useful-image-properties.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/admin/zero-downtime-db-upgrade.rst -> glance-22.1.2.dev4/doc/source/admin copying doc/source/cli/footer.txt -> glance-22.1.2.dev4/doc/source/cli copying doc/source/cli/general_options.txt -> glance-22.1.2.dev4/doc/source/cli copying doc/source/cli/glanceapi.rst -> glance-22.1.2.dev4/doc/source/cli copying doc/source/cli/glancecachecleaner.rst -> glance-22.1.2.dev4/doc/source/cli copying doc/source/cli/glancecachemanage.rst -> glance-22.1.2.dev4/doc/source/cli copying doc/source/cli/glancecacheprefetcher.rst -> glance-22.1.2.dev4/doc/source/cli copying doc/source/cli/glancecachepruner.rst -> glance-22.1.2.dev4/doc/source/cli copying doc/source/cli/glancecontrol.rst -> glance-22.1.2.dev4/doc/source/cli copying doc/source/cli/glancemanage.rst -> glance-22.1.2.dev4/doc/source/cli copying doc/source/cli/glancereplicator.rst -> glance-22.1.2.dev4/doc/source/cli copying doc/source/cli/glancescrubber.rst -> glance-22.1.2.dev4/doc/source/cli copying doc/source/cli/glancestatus.rst -> glance-22.1.2.dev4/doc/source/cli copying doc/source/cli/header.txt -> glance-22.1.2.dev4/doc/source/cli copying doc/source/cli/index.rst -> glance-22.1.2.dev4/doc/source/cli copying doc/source/cli/openstack_options.txt -> glance-22.1.2.dev4/doc/source/cli copying doc/source/configuration/configuring.rst -> glance-22.1.2.dev4/doc/source/configuration copying doc/source/configuration/glance_api.rst -> glance-22.1.2.dev4/doc/source/configuration copying doc/source/configuration/glance_cache.rst -> glance-22.1.2.dev4/doc/source/configuration copying doc/source/configuration/glance_manage.rst -> glance-22.1.2.dev4/doc/source/configuration copying doc/source/configuration/glance_scrubber.rst -> glance-22.1.2.dev4/doc/source/configuration copying doc/source/configuration/index.rst -> glance-22.1.2.dev4/doc/source/configuration copying doc/source/configuration/sample-configuration.rst -> glance-22.1.2.dev4/doc/source/configuration copying doc/source/contributor/architecture.rst -> glance-22.1.2.dev4/doc/source/contributor copying doc/source/contributor/blueprints.rst -> glance-22.1.2.dev4/doc/source/contributor copying doc/source/contributor/contributing.rst -> glance-22.1.2.dev4/doc/source/contributor copying doc/source/contributor/database_architecture.rst -> glance-22.1.2.dev4/doc/source/contributor copying doc/source/contributor/database_migrations.rst -> glance-22.1.2.dev4/doc/source/contributor copying doc/source/contributor/documentation.rst -> glance-22.1.2.dev4/doc/source/contributor copying doc/source/contributor/domain_implementation.rst -> glance-22.1.2.dev4/doc/source/contributor copying doc/source/contributor/domain_model.rst -> glance-22.1.2.dev4/doc/source/contributor copying doc/source/contributor/gerrit.rst -> glance-22.1.2.dev4/doc/source/contributor copying doc/source/contributor/index.rst -> glance-22.1.2.dev4/doc/source/contributor copying doc/source/contributor/minor-code-changes.rst -> glance-22.1.2.dev4/doc/source/contributor copying doc/source/contributor/refreshing-configs.rst -> glance-22.1.2.dev4/doc/source/contributor copying doc/source/contributor/release-cpl.rst -> glance-22.1.2.dev4/doc/source/contributor copying doc/source/contributor/release-notes.rst -> glance-22.1.2.dev4/doc/source/contributor copying doc/source/contributor/releasecycle.rst -> glance-22.1.2.dev4/doc/source/contributor copying doc/source/images/architecture.png -> glance-22.1.2.dev4/doc/source/images copying doc/source/images/glance_db.png -> glance-22.1.2.dev4/doc/source/images copying doc/source/images/glance_layers.png -> glance-22.1.2.dev4/doc/source/images copying doc/source/images/image_status_transition.png -> glance-22.1.2.dev4/doc/source/images copying doc/source/images/instance-life-1.png -> glance-22.1.2.dev4/doc/source/images copying doc/source/images/instance-life-2.png -> glance-22.1.2.dev4/doc/source/images copying doc/source/images/instance-life-3.png -> glance-22.1.2.dev4/doc/source/images copying doc/source/images_src/architecture.graphml -> glance-22.1.2.dev4/doc/source/images_src copying doc/source/images_src/glance_db.graphml -> glance-22.1.2.dev4/doc/source/images_src copying doc/source/images_src/glance_layers.graphml -> glance-22.1.2.dev4/doc/source/images_src copying doc/source/images_src/image_status_transition.dot -> glance-22.1.2.dev4/doc/source/images_src copying doc/source/install/get-started.rst -> glance-22.1.2.dev4/doc/source/install copying doc/source/install/index.rst -> glance-22.1.2.dev4/doc/source/install copying doc/source/install/install-debian.rst -> glance-22.1.2.dev4/doc/source/install copying doc/source/install/install-obs.rst -> glance-22.1.2.dev4/doc/source/install copying doc/source/install/install-rdo.rst -> glance-22.1.2.dev4/doc/source/install copying doc/source/install/install-ubuntu.rst -> glance-22.1.2.dev4/doc/source/install copying doc/source/install/install.rst -> glance-22.1.2.dev4/doc/source/install copying doc/source/install/note_configuration_vary_by_distribution.txt -> glance-22.1.2.dev4/doc/source/install copying doc/source/install/verify.rst -> glance-22.1.2.dev4/doc/source/install copying doc/source/user/common-image-properties.rst -> glance-22.1.2.dev4/doc/source/user copying doc/source/user/formats.rst -> glance-22.1.2.dev4/doc/source/user copying doc/source/user/glanceapi.rst -> glance-22.1.2.dev4/doc/source/user copying doc/source/user/glanceclient.rst -> glance-22.1.2.dev4/doc/source/user copying doc/source/user/glancemetadefcatalogapi.rst -> glance-22.1.2.dev4/doc/source/user copying doc/source/user/identifiers.rst -> glance-22.1.2.dev4/doc/source/user copying doc/source/user/index.rst -> glance-22.1.2.dev4/doc/source/user copying doc/source/user/metadefs-concepts.rst -> glance-22.1.2.dev4/doc/source/user copying doc/source/user/signature.rst -> glance-22.1.2.dev4/doc/source/user copying doc/source/user/statuses.rst -> glance-22.1.2.dev4/doc/source/user copying doc/test/redirect-tests.txt -> glance-22.1.2.dev4/doc/test copying etc/glance-api-paste.ini -> glance-22.1.2.dev4/etc copying etc/glance-api.conf -> glance-22.1.2.dev4/etc copying etc/glance-cache.conf -> glance-22.1.2.dev4/etc copying etc/glance-image-import.conf.sample -> glance-22.1.2.dev4/etc copying etc/glance-manage.conf -> glance-22.1.2.dev4/etc copying etc/glance-policy-generator.conf -> glance-22.1.2.dev4/etc copying etc/glance-scrubber.conf -> glance-22.1.2.dev4/etc copying etc/glance-swift.conf.sample -> glance-22.1.2.dev4/etc copying etc/ovf-metadata.json.sample -> glance-22.1.2.dev4/etc copying etc/property-protections-policies.conf.sample -> glance-22.1.2.dev4/etc copying etc/property-protections-roles.conf.sample -> glance-22.1.2.dev4/etc copying etc/schema-image.json -> glance-22.1.2.dev4/etc copying etc/metadefs/README -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/cim-processor-allocation-setting-data.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/cim-resource-allocation-setting-data.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/cim-storage-allocation-setting-data.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/cim-virtual-system-setting-data.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-aggr-disk-filter.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-aggr-iops-filter.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-aggr-num-instances.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-cpu-pinning.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-guest-memory-backing.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-guest-shutdown.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-host-capabilities.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-hypervisor.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-instance-data.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-libvirt-image.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-libvirt.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-quota.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-randomgen.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-vcputopology.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-vmware-flavor.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-vmware-quota-flavor.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-vmware.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-watchdog.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/compute-xenapi.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/glance-common-image-props.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/image-signature-verification.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/operating-system.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/software-databases.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/software-runtimes.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/software-webservers.json -> glance-22.1.2.dev4/etc/metadefs copying etc/metadefs/storage-volume-type.json -> glance-22.1.2.dev4/etc/metadefs copying etc/oslo-config-generator/glance-api.conf -> glance-22.1.2.dev4/etc/oslo-config-generator copying etc/oslo-config-generator/glance-cache.conf -> glance-22.1.2.dev4/etc/oslo-config-generator copying etc/oslo-config-generator/glance-image-import.conf -> glance-22.1.2.dev4/etc/oslo-config-generator copying etc/oslo-config-generator/glance-manage.conf -> glance-22.1.2.dev4/etc/oslo-config-generator copying etc/oslo-config-generator/glance-scrubber.conf -> glance-22.1.2.dev4/etc/oslo-config-generator copying glance/__init__.py -> glance-22.1.2.dev4/glance copying glance/context.py -> glance-22.1.2.dev4/glance copying glance/gateway.py -> glance-22.1.2.dev4/glance copying glance/housekeeping.py -> glance-22.1.2.dev4/glance copying glance/i18n.py -> glance-22.1.2.dev4/glance copying glance/location.py -> glance-22.1.2.dev4/glance copying glance/notifier.py -> glance-22.1.2.dev4/glance copying glance/opts.py -> glance-22.1.2.dev4/glance copying glance/schema.py -> glance-22.1.2.dev4/glance copying glance/scrubber.py -> glance-22.1.2.dev4/glance copying glance/version.py -> glance-22.1.2.dev4/glance copying glance.egg-info/PKG-INFO -> glance-22.1.2.dev4/glance.egg-info copying glance.egg-info/SOURCES.txt -> glance-22.1.2.dev4/glance.egg-info copying glance.egg-info/dependency_links.txt -> glance-22.1.2.dev4/glance.egg-info copying glance.egg-info/entry_points.txt -> glance-22.1.2.dev4/glance.egg-info copying glance.egg-info/not-zip-safe -> glance-22.1.2.dev4/glance.egg-info copying glance.egg-info/pbr.json -> glance-22.1.2.dev4/glance.egg-info copying glance.egg-info/requires.txt -> glance-22.1.2.dev4/glance.egg-info copying glance.egg-info/top_level.txt -> glance-22.1.2.dev4/glance.egg-info copying glance/api/__init__.py -> glance-22.1.2.dev4/glance/api copying glance/api/authorization.py -> glance-22.1.2.dev4/glance/api copying glance/api/common.py -> glance-22.1.2.dev4/glance/api copying glance/api/policy.py -> glance-22.1.2.dev4/glance/api copying glance/api/property_protections.py -> glance-22.1.2.dev4/glance/api copying glance/api/versions.py -> glance-22.1.2.dev4/glance/api copying glance/api/middleware/__init__.py -> glance-22.1.2.dev4/glance/api/middleware copying glance/api/middleware/cache.py -> glance-22.1.2.dev4/glance/api/middleware copying glance/api/middleware/cache_manage.py -> glance-22.1.2.dev4/glance/api/middleware copying glance/api/middleware/context.py -> glance-22.1.2.dev4/glance/api/middleware copying glance/api/middleware/gzip.py -> glance-22.1.2.dev4/glance/api/middleware copying glance/api/middleware/version_negotiation.py -> glance-22.1.2.dev4/glance/api/middleware copying glance/api/v1/__init__.py -> glance-22.1.2.dev4/glance/api/v1 copying glance/api/v1/router.py -> glance-22.1.2.dev4/glance/api/v1 copying glance/api/v2/__init__.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/cached_images.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/discovery.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/image_actions.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/image_data.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/image_members.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/image_tags.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/images.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/metadef_namespaces.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/metadef_objects.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/metadef_properties.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/metadef_resource_types.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/metadef_tags.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/router.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/schemas.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/tasks.py -> glance-22.1.2.dev4/glance/api/v2 copying glance/api/v2/model/__init__.py -> glance-22.1.2.dev4/glance/api/v2/model copying glance/api/v2/model/metadef_namespace.py -> glance-22.1.2.dev4/glance/api/v2/model copying glance/api/v2/model/metadef_object.py -> glance-22.1.2.dev4/glance/api/v2/model copying glance/api/v2/model/metadef_property_item_type.py -> glance-22.1.2.dev4/glance/api/v2/model copying glance/api/v2/model/metadef_property_type.py -> glance-22.1.2.dev4/glance/api/v2/model copying glance/api/v2/model/metadef_resource_type.py -> glance-22.1.2.dev4/glance/api/v2/model copying glance/api/v2/model/metadef_tag.py -> glance-22.1.2.dev4/glance/api/v2/model copying glance/async_/__init__.py -> glance-22.1.2.dev4/glance/async_ copying glance/async_/taskflow_executor.py -> glance-22.1.2.dev4/glance/async_ copying glance/async_/utils.py -> glance-22.1.2.dev4/glance/async_ copying glance/async_/flows/__init__.py -> glance-22.1.2.dev4/glance/async_/flows copying glance/async_/flows/api_image_import.py -> glance-22.1.2.dev4/glance/async_/flows copying glance/async_/flows/base_import.py -> glance-22.1.2.dev4/glance/async_/flows copying glance/async_/flows/convert.py -> glance-22.1.2.dev4/glance/async_/flows copying glance/async_/flows/introspect.py -> glance-22.1.2.dev4/glance/async_/flows copying glance/async_/flows/ovf_process.py -> glance-22.1.2.dev4/glance/async_/flows copying glance/async_/flows/_internal_plugins/__init__.py -> glance-22.1.2.dev4/glance/async_/flows/_internal_plugins copying glance/async_/flows/_internal_plugins/copy_image.py -> glance-22.1.2.dev4/glance/async_/flows/_internal_plugins copying glance/async_/flows/_internal_plugins/web_download.py -> glance-22.1.2.dev4/glance/async_/flows/_internal_plugins copying glance/async_/flows/plugins/__init__.py -> glance-22.1.2.dev4/glance/async_/flows/plugins copying glance/async_/flows/plugins/image_conversion.py -> glance-22.1.2.dev4/glance/async_/flows/plugins copying glance/async_/flows/plugins/image_decompression.py -> glance-22.1.2.dev4/glance/async_/flows/plugins copying glance/async_/flows/plugins/inject_image_metadata.py -> glance-22.1.2.dev4/glance/async_/flows/plugins copying glance/async_/flows/plugins/no_op.py -> glance-22.1.2.dev4/glance/async_/flows/plugins copying glance/async_/flows/plugins/plugin_opts.py -> glance-22.1.2.dev4/glance/async_/flows/plugins copying glance/cmd/__init__.py -> glance-22.1.2.dev4/glance/cmd copying glance/cmd/api.py -> glance-22.1.2.dev4/glance/cmd copying glance/cmd/cache_cleaner.py -> glance-22.1.2.dev4/glance/cmd copying glance/cmd/cache_manage.py -> glance-22.1.2.dev4/glance/cmd copying glance/cmd/cache_prefetcher.py -> glance-22.1.2.dev4/glance/cmd copying glance/cmd/cache_pruner.py -> glance-22.1.2.dev4/glance/cmd copying glance/cmd/control.py -> glance-22.1.2.dev4/glance/cmd copying glance/cmd/manage.py -> glance-22.1.2.dev4/glance/cmd copying glance/cmd/replicator.py -> glance-22.1.2.dev4/glance/cmd copying glance/cmd/scrubber.py -> glance-22.1.2.dev4/glance/cmd copying glance/cmd/status.py -> glance-22.1.2.dev4/glance/cmd copying glance/common/__init__.py -> glance-22.1.2.dev4/glance/common copying glance/common/auth.py -> glance-22.1.2.dev4/glance/common copying glance/common/client.py -> glance-22.1.2.dev4/glance/common copying glance/common/config.py -> glance-22.1.2.dev4/glance/common copying glance/common/crypt.py -> glance-22.1.2.dev4/glance/common copying glance/common/exception.py -> glance-22.1.2.dev4/glance/common copying glance/common/format_inspector.py -> glance-22.1.2.dev4/glance/common copying glance/common/property_utils.py -> glance-22.1.2.dev4/glance/common copying glance/common/removed_config.py -> glance-22.1.2.dev4/glance/common copying glance/common/store_utils.py -> glance-22.1.2.dev4/glance/common copying glance/common/swift_store_utils.py -> glance-22.1.2.dev4/glance/common copying glance/common/timeutils.py -> glance-22.1.2.dev4/glance/common copying glance/common/trust_auth.py -> glance-22.1.2.dev4/glance/common copying glance/common/utils.py -> glance-22.1.2.dev4/glance/common copying glance/common/wsgi.py -> glance-22.1.2.dev4/glance/common copying glance/common/wsgi_app.py -> glance-22.1.2.dev4/glance/common copying glance/common/wsme_utils.py -> glance-22.1.2.dev4/glance/common copying glance/common/location_strategy/__init__.py -> glance-22.1.2.dev4/glance/common/location_strategy copying glance/common/location_strategy/location_order.py -> glance-22.1.2.dev4/glance/common/location_strategy copying glance/common/location_strategy/store_type.py -> glance-22.1.2.dev4/glance/common/location_strategy copying glance/common/scripts/__init__.py -> glance-22.1.2.dev4/glance/common/scripts copying glance/common/scripts/utils.py -> glance-22.1.2.dev4/glance/common/scripts copying glance/common/scripts/api_image_import/__init__.py -> glance-22.1.2.dev4/glance/common/scripts/api_image_import copying glance/common/scripts/api_image_import/main.py -> glance-22.1.2.dev4/glance/common/scripts/api_image_import copying glance/common/scripts/image_import/__init__.py -> glance-22.1.2.dev4/glance/common/scripts/image_import copying glance/common/scripts/image_import/main.py -> glance-22.1.2.dev4/glance/common/scripts/image_import copying glance/db/__init__.py -> glance-22.1.2.dev4/glance/db copying glance/db/metadata.py -> glance-22.1.2.dev4/glance/db copying glance/db/migration.py -> glance-22.1.2.dev4/glance/db copying glance/db/utils.py -> glance-22.1.2.dev4/glance/db copying glance/db/simple/__init__.py -> glance-22.1.2.dev4/glance/db/simple copying glance/db/simple/api.py -> glance-22.1.2.dev4/glance/db/simple copying glance/db/sqlalchemy/__init__.py -> glance-22.1.2.dev4/glance/db/sqlalchemy copying glance/db/sqlalchemy/api.py -> glance-22.1.2.dev4/glance/db/sqlalchemy copying glance/db/sqlalchemy/metadata.py -> glance-22.1.2.dev4/glance/db/sqlalchemy copying glance/db/sqlalchemy/models.py -> glance-22.1.2.dev4/glance/db/sqlalchemy copying glance/db/sqlalchemy/models_metadef.py -> glance-22.1.2.dev4/glance/db/sqlalchemy copying glance/db/sqlalchemy/alembic_migrations/README -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/__init__.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/add_artifacts_tables.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/add_images_tables.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/add_metadefs_tables.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/add_tasks_tables.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/alembic.ini -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/env.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/migrate.cfg -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/script.py.mako -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/__init__.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/ocata_migrate01_community_images.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/pike_migrate01_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/queens_migrate01_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate01_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate02_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/train_migrate01_backend_to_store.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/ussuri_migrate01_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/wallaby_migrate01_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/versions/__init__.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/liberty_initial.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/mitaka01_add_image_created_updated_idx.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/mitaka02_update_metadef_os_nova_server.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/ocata_contract01_drop_is_public.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/ocata_expand01_add_visibility.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/pike_contract01_drop_artifacts_tables.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/pike_expand01_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/queens_contract01_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/queens_expand01_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract01_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract02_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand01_add_os_hidden.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand02_add_os_hash_.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/train_contract01_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/train_expand01_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/ussuri_contract01_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/ussuri_expand01_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/wallaby_contract01_empty.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/wallaby_expand01_add_user_imageid_requestid_to_tasks.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/metadef_api/__init__.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/namespace.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/object.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/property.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/resource_type.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/resource_type_association.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/tag.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/utils.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/migrate_repo/README -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/__init__.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/manage.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/migrate.cfg -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/schema.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/__init__.py -> glance-22.1.2.dev4/glance/db/sqlalchemy/migrate_repo/versions copying glance/domain/__init__.py -> glance-22.1.2.dev4/glance/domain copying glance/domain/proxy.py -> glance-22.1.2.dev4/glance/domain copying glance/hacking/__init__.py -> glance-22.1.2.dev4/glance/hacking copying glance/hacking/checks.py -> glance-22.1.2.dev4/glance/hacking copying glance/image_cache/__init__.py -> glance-22.1.2.dev4/glance/image_cache copying glance/image_cache/base.py -> glance-22.1.2.dev4/glance/image_cache copying glance/image_cache/cleaner.py -> glance-22.1.2.dev4/glance/image_cache copying glance/image_cache/client.py -> glance-22.1.2.dev4/glance/image_cache copying glance/image_cache/prefetcher.py -> glance-22.1.2.dev4/glance/image_cache copying glance/image_cache/pruner.py -> glance-22.1.2.dev4/glance/image_cache copying glance/image_cache/drivers/__init__.py -> glance-22.1.2.dev4/glance/image_cache/drivers copying glance/image_cache/drivers/base.py -> glance-22.1.2.dev4/glance/image_cache/drivers copying glance/image_cache/drivers/sqlite.py -> glance-22.1.2.dev4/glance/image_cache/drivers copying glance/image_cache/drivers/xattr.py -> glance-22.1.2.dev4/glance/image_cache/drivers copying glance/locale/de/LC_MESSAGES/glance.po -> glance-22.1.2.dev4/glance/locale/de/LC_MESSAGES copying glance/locale/en_GB/LC_MESSAGES/glance.po -> glance-22.1.2.dev4/glance/locale/en_GB/LC_MESSAGES copying glance/locale/es/LC_MESSAGES/glance.po -> glance-22.1.2.dev4/glance/locale/es/LC_MESSAGES copying glance/locale/fr/LC_MESSAGES/glance.po -> glance-22.1.2.dev4/glance/locale/fr/LC_MESSAGES copying glance/locale/it/LC_MESSAGES/glance.po -> glance-22.1.2.dev4/glance/locale/it/LC_MESSAGES copying glance/locale/ja/LC_MESSAGES/glance.po -> glance-22.1.2.dev4/glance/locale/ja/LC_MESSAGES copying glance/locale/ko_KR/LC_MESSAGES/glance.po -> glance-22.1.2.dev4/glance/locale/ko_KR/LC_MESSAGES copying glance/locale/pt_BR/LC_MESSAGES/glance.po -> glance-22.1.2.dev4/glance/locale/pt_BR/LC_MESSAGES copying glance/locale/ru/LC_MESSAGES/glance.po -> glance-22.1.2.dev4/glance/locale/ru/LC_MESSAGES copying glance/locale/tr_TR/LC_MESSAGES/glance.po -> glance-22.1.2.dev4/glance/locale/tr_TR/LC_MESSAGES copying glance/locale/zh_CN/LC_MESSAGES/glance.po -> glance-22.1.2.dev4/glance/locale/zh_CN/LC_MESSAGES copying glance/locale/zh_TW/LC_MESSAGES/glance.po -> glance-22.1.2.dev4/glance/locale/zh_TW/LC_MESSAGES copying glance/policies/__init__.py -> glance-22.1.2.dev4/glance/policies copying glance/policies/base.py -> glance-22.1.2.dev4/glance/policies copying glance/policies/image.py -> glance-22.1.2.dev4/glance/policies copying glance/policies/metadef.py -> glance-22.1.2.dev4/glance/policies copying glance/policies/tasks.py -> glance-22.1.2.dev4/glance/policies copying glance/quota/__init__.py -> glance-22.1.2.dev4/glance/quota copying glance/tests/__init__.py -> glance-22.1.2.dev4/glance/tests copying glance/tests/stubs.py -> glance-22.1.2.dev4/glance/tests copying glance/tests/test_hacking.py -> glance-22.1.2.dev4/glance/tests copying glance/tests/utils.py -> glance-22.1.2.dev4/glance/tests copying glance/tests/etc/glance-swift.conf -> glance-22.1.2.dev4/glance/tests/etc copying glance/tests/etc/policy.yaml -> glance-22.1.2.dev4/glance/tests/etc copying glance/tests/etc/property-protections-policies.conf -> glance-22.1.2.dev4/glance/tests/etc copying glance/tests/etc/property-protections.conf -> glance-22.1.2.dev4/glance/tests/etc copying glance/tests/etc/schema-image.json -> glance-22.1.2.dev4/glance/tests/etc copying glance/tests/functional/__init__.py -> glance-22.1.2.dev4/glance/tests/functional copying glance/tests/functional/ft_utils.py -> glance-22.1.2.dev4/glance/tests/functional copying glance/tests/functional/store_utils.py -> glance-22.1.2.dev4/glance/tests/functional copying glance/tests/functional/test_api.py -> glance-22.1.2.dev4/glance/tests/functional copying glance/tests/functional/test_cache_middleware.py -> glance-22.1.2.dev4/glance/tests/functional copying glance/tests/functional/test_client_exceptions.py -> glance-22.1.2.dev4/glance/tests/functional copying glance/tests/functional/test_client_redirects.py -> glance-22.1.2.dev4/glance/tests/functional copying glance/tests/functional/test_cors_middleware.py -> glance-22.1.2.dev4/glance/tests/functional copying glance/tests/functional/test_glance_manage.py -> glance-22.1.2.dev4/glance/tests/functional copying glance/tests/functional/test_gzip_middleware.py -> glance-22.1.2.dev4/glance/tests/functional copying glance/tests/functional/test_healthcheck_middleware.py -> glance-22.1.2.dev4/glance/tests/functional copying glance/tests/functional/test_logging.py -> glance-22.1.2.dev4/glance/tests/functional copying glance/tests/functional/test_reload.py -> glance-22.1.2.dev4/glance/tests/functional copying glance/tests/functional/test_sqlite.py -> glance-22.1.2.dev4/glance/tests/functional copying glance/tests/functional/test_wsgi.py -> glance-22.1.2.dev4/glance/tests/functional copying glance/tests/functional/db/__init__.py -> glance-22.1.2.dev4/glance/tests/functional/db copying glance/tests/functional/db/base.py -> glance-22.1.2.dev4/glance/tests/functional/db copying glance/tests/functional/db/base_metadef.py -> glance-22.1.2.dev4/glance/tests/functional/db copying glance/tests/functional/db/test_migrations.py -> glance-22.1.2.dev4/glance/tests/functional/db copying glance/tests/functional/db/test_sqlalchemy.py -> glance-22.1.2.dev4/glance/tests/functional/db copying glance/tests/functional/db/migrations/__init__.py -> glance-22.1.2.dev4/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_mitaka01.py -> glance-22.1.2.dev4/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_mitaka02.py -> glance-22.1.2.dev4/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_ocata_contract01.py -> glance-22.1.2.dev4/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_ocata_expand01.py -> glance-22.1.2.dev4/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_ocata_migrate01.py -> glance-22.1.2.dev4/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_pike_contract01.py -> glance-22.1.2.dev4/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_pike_expand01.py -> glance-22.1.2.dev4/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_pike_migrate01.py -> glance-22.1.2.dev4/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_rocky_expand01.py -> glance-22.1.2.dev4/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_rocky_expand02.py -> glance-22.1.2.dev4/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_train_migrate01.py -> glance-22.1.2.dev4/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_wallaby_expand01.py -> glance-22.1.2.dev4/glance/tests/functional/db/migrations copying glance/tests/functional/serial/__init__.py -> glance-22.1.2.dev4/glance/tests/functional/serial copying glance/tests/functional/serial/test_scrubber.py -> glance-22.1.2.dev4/glance/tests/functional/serial copying glance/tests/functional/v2/__init__.py -> glance-22.1.2.dev4/glance/tests/functional/v2 copying glance/tests/functional/v2/test_images.py -> glance-22.1.2.dev4/glance/tests/functional/v2 copying glance/tests/functional/v2/test_images_import_locking.py -> glance-22.1.2.dev4/glance/tests/functional/v2 copying glance/tests/functional/v2/test_legacy_update_cinder_store.py -> glance-22.1.2.dev4/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_namespaces.py -> glance-22.1.2.dev4/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_objects.py -> glance-22.1.2.dev4/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_properties.py -> glance-22.1.2.dev4/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_resourcetypes.py -> glance-22.1.2.dev4/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_tags.py -> glance-22.1.2.dev4/glance/tests/functional/v2 copying glance/tests/functional/v2/test_schemas.py -> glance-22.1.2.dev4/glance/tests/functional/v2 copying glance/tests/functional/v2/test_tasks.py -> glance-22.1.2.dev4/glance/tests/functional/v2 copying glance/tests/gate/README -> glance-22.1.2.dev4/glance/tests/gate copying glance/tests/gate/__init__.py -> glance-22.1.2.dev4/glance/tests/gate copying glance/tests/gate/test_data_migration_version.py -> glance-22.1.2.dev4/glance/tests/gate copying glance/tests/integration/__init__.py -> glance-22.1.2.dev4/glance/tests/integration copying glance/tests/integration/v2/__init__.py -> glance-22.1.2.dev4/glance/tests/integration/v2 copying glance/tests/integration/v2/base.py -> glance-22.1.2.dev4/glance/tests/integration/v2 copying glance/tests/integration/v2/test_property_quota_violations.py -> glance-22.1.2.dev4/glance/tests/integration/v2 copying glance/tests/integration/v2/test_tasks_api.py -> glance-22.1.2.dev4/glance/tests/integration/v2 copying glance/tests/unit/__init__.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/base.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/fake_rados.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/fixtures.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_auth.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_cache_manage.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_cache_middleware.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_cached_images.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_context.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_context_middleware.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_data_migration_framework.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_db.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_db_metadef.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_domain.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_domain_proxy.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_gateway.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_glance_manage.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_glance_replicator.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_housekeeping.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_image_cache.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_manage.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_misc.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_notifier.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_policy.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_quota.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_schema.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_scrubber.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_store_image.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_store_location.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_test_utils.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/test_versions.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/utils.py -> glance-22.1.2.dev4/glance/tests/unit copying glance/tests/unit/api/__init__.py -> glance-22.1.2.dev4/glance/tests/unit/api copying glance/tests/unit/api/test_cmd.py -> glance-22.1.2.dev4/glance/tests/unit/api copying glance/tests/unit/api/test_common.py -> glance-22.1.2.dev4/glance/tests/unit/api copying glance/tests/unit/api/test_property_protections.py -> glance-22.1.2.dev4/glance/tests/unit/api copying glance/tests/unit/api/middleware/__init__.py -> glance-22.1.2.dev4/glance/tests/unit/api/middleware copying glance/tests/unit/api/middleware/test_cache_manage.py -> glance-22.1.2.dev4/glance/tests/unit/api/middleware copying glance/tests/unit/async_/__init__.py -> glance-22.1.2.dev4/glance/tests/unit/async_ copying glance/tests/unit/async_/test_async.py -> glance-22.1.2.dev4/glance/tests/unit/async_ copying glance/tests/unit/async_/test_taskflow_executor.py -> glance-22.1.2.dev4/glance/tests/unit/async_ copying glance/tests/unit/async_/flows/__init__.py -> glance-22.1.2.dev4/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/test_api_image_import.py -> glance-22.1.2.dev4/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/test_convert.py -> glance-22.1.2.dev4/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/test_copy_image.py -> glance-22.1.2.dev4/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/test_import.py -> glance-22.1.2.dev4/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/test_introspect.py -> glance-22.1.2.dev4/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/test_ovf_process.py -> glance-22.1.2.dev4/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/test_web_download.py -> glance-22.1.2.dev4/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/plugins/__init__.py -> glance-22.1.2.dev4/glance/tests/unit/async_/flows/plugins copying glance/tests/unit/async_/flows/plugins/test_image_conversion.py -> glance-22.1.2.dev4/glance/tests/unit/async_/flows/plugins copying glance/tests/unit/async_/flows/plugins/test_inject_image_metadata.py -> glance-22.1.2.dev4/glance/tests/unit/async_/flows/plugins copying glance/tests/unit/cmd/__init__.py -> glance-22.1.2.dev4/glance/tests/unit/cmd copying glance/tests/unit/cmd/test_status.py -> glance-22.1.2.dev4/glance/tests/unit/cmd copying glance/tests/unit/common/__init__.py -> glance-22.1.2.dev4/glance/tests/unit/common copying glance/tests/unit/common/test_client.py -> glance-22.1.2.dev4/glance/tests/unit/common copying glance/tests/unit/common/test_config.py -> glance-22.1.2.dev4/glance/tests/unit/common copying glance/tests/unit/common/test_exception.py -> glance-22.1.2.dev4/glance/tests/unit/common copying glance/tests/unit/common/test_format_inspector.py -> glance-22.1.2.dev4/glance/tests/unit/common copying glance/tests/unit/common/test_location_strategy.py -> glance-22.1.2.dev4/glance/tests/unit/common copying glance/tests/unit/common/test_property_utils.py -> glance-22.1.2.dev4/glance/tests/unit/common copying glance/tests/unit/common/test_scripts.py -> glance-22.1.2.dev4/glance/tests/unit/common copying glance/tests/unit/common/test_swift_store_utils.py -> glance-22.1.2.dev4/glance/tests/unit/common copying glance/tests/unit/common/test_timeutils.py -> glance-22.1.2.dev4/glance/tests/unit/common copying glance/tests/unit/common/test_utils.py -> glance-22.1.2.dev4/glance/tests/unit/common copying glance/tests/unit/common/test_wsgi.py -> glance-22.1.2.dev4/glance/tests/unit/common copying glance/tests/unit/common/test_wsgi_app.py -> glance-22.1.2.dev4/glance/tests/unit/common copying glance/tests/unit/common/scripts/__init__.py -> glance-22.1.2.dev4/glance/tests/unit/common/scripts copying glance/tests/unit/common/scripts/test_scripts_utils.py -> glance-22.1.2.dev4/glance/tests/unit/common/scripts copying glance/tests/unit/common/scripts/image_import/__init__.py -> glance-22.1.2.dev4/glance/tests/unit/common/scripts/image_import copying glance/tests/unit/common/scripts/image_import/test_main.py -> glance-22.1.2.dev4/glance/tests/unit/common/scripts/image_import copying glance/tests/unit/image_cache/__init__.py -> glance-22.1.2.dev4/glance/tests/unit/image_cache copying glance/tests/unit/image_cache/drivers/__init__.py -> glance-22.1.2.dev4/glance/tests/unit/image_cache/drivers copying glance/tests/unit/image_cache/drivers/test_sqlite.py -> glance-22.1.2.dev4/glance/tests/unit/image_cache/drivers copying glance/tests/unit/keymgr/__init__.py -> glance-22.1.2.dev4/glance/tests/unit/keymgr copying glance/tests/unit/keymgr/fake.py -> glance-22.1.2.dev4/glance/tests/unit/keymgr copying glance/tests/unit/v2/__init__.py -> glance-22.1.2.dev4/glance/tests/unit/v2 copying glance/tests/unit/v2/test_discovery_image_import.py -> glance-22.1.2.dev4/glance/tests/unit/v2 copying glance/tests/unit/v2/test_discovery_stores.py -> glance-22.1.2.dev4/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_actions_resource.py -> glance-22.1.2.dev4/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_data_resource.py -> glance-22.1.2.dev4/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_members_resource.py -> glance-22.1.2.dev4/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_tags_resource.py -> glance-22.1.2.dev4/glance/tests/unit/v2 copying glance/tests/unit/v2/test_images_resource.py -> glance-22.1.2.dev4/glance/tests/unit/v2 copying glance/tests/unit/v2/test_metadef_resources.py -> glance-22.1.2.dev4/glance/tests/unit/v2 copying glance/tests/unit/v2/test_schemas_resource.py -> glance-22.1.2.dev4/glance/tests/unit/v2 copying glance/tests/unit/v2/test_tasks_resource.py -> glance-22.1.2.dev4/glance/tests/unit/v2 copying glance/tests/var/ca.crt -> glance-22.1.2.dev4/glance/tests/var copying glance/tests/var/ca.key -> glance-22.1.2.dev4/glance/tests/var copying glance/tests/var/certificate.crt -> glance-22.1.2.dev4/glance/tests/var copying glance/tests/var/privatekey.key -> glance-22.1.2.dev4/glance/tests/var copying glance/tests/var/testserver-bad-ovf.ova -> glance-22.1.2.dev4/glance/tests/var copying glance/tests/var/testserver-no-disk.ova -> glance-22.1.2.dev4/glance/tests/var copying glance/tests/var/testserver-no-ovf.ova -> glance-22.1.2.dev4/glance/tests/var copying glance/tests/var/testserver-not-tar.ova -> glance-22.1.2.dev4/glance/tests/var copying glance/tests/var/testserver.ova -> glance-22.1.2.dev4/glance/tests/var copying httpd/README -> glance-22.1.2.dev4/httpd copying httpd/glance-api-uwsgi.ini -> glance-22.1.2.dev4/httpd copying httpd/uwsgi-glance-api.conf -> glance-22.1.2.dev4/httpd copying playbooks/post-check-metadata-injection.yaml -> glance-22.1.2.dev4/playbooks copying rally-jobs/README.rst -> glance-22.1.2.dev4/rally-jobs copying rally-jobs/glance.yaml -> glance-22.1.2.dev4/rally-jobs copying rally-jobs/extra/README.rst -> glance-22.1.2.dev4/rally-jobs/extra copying rally-jobs/extra/fake.img -> glance-22.1.2.dev4/rally-jobs/extra copying rally-jobs/plugins/README.rst -> glance-22.1.2.dev4/rally-jobs/plugins copying releasenotes/notes/.placeholder -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/Prevent-removing-last-image-location-d5ee3e00efe14f34.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/Stein-reno-rc1-0a03f8394934a2e7.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/Train-milestone3-be5520106a182fa0.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/add-all-visibility-image-filter-ea2f3948ff778fe3.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/add-compressed-format-185e537187a202bd.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/add-cpu-thread-pinning-metadata-09b1866b875c4647.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/add-description-common-image-property-95ab1139d41579d2.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/add-ploop-format-fdd583849504ab15.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/add-processlimits-to-qemu-img-c215f5d90f741d8a.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/add-vhdx-format-2be99354ad320cca.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/add_policy_enforcement_for_metadef_delete_apis-95d2b16cc444840a.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/alembic-migrations-902b31edae7a5d7d.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/api-2-6-current-9eeb83b7ecc0a562.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/api-minor-ver-bump-2-6-aa3591fc58f08055.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/api-minor-version-bump-bbd69dc457fc731c.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/bp-barbican-secret-deletion-support-40cffa5ffa33447e.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/bp-inject-image-metadata-0a08af539bcce7f2.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/bp-mitigate-ossn-0075-c0e74e60d86d8ea2.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/bp-upgrade-checks-b3272c3ddb4e8cf7.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/bug-1537903-54b2822eac6cfc09.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/bug-1593177-8ef35458d29ec93c.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/bug-1719252-name-validation-443a2e2a36be2cec.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/bug-1861334-ebc2026b85675d47.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/bug-1881958-d0e16538f3c0ffaa.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/bump-api-2-4-efa266aef0928e04.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/clean-up-acceptable-values-store_type_preference-39081e4045894731.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/cleanout_registry_data-api-9d91368aed83497e.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/cleanup-enable_v2_api-9b9b467f4ae8c3b1.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/consistent-store-names-57374b9505d530d0.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/copy-existing-image-94fd0b8d24bc16a0.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/delete_from_store-a1d9b9bd5cf27546.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/deprecate-admin_role-2f9d33ed0785d082.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/deprecate-allow_additional_image_props-0e3b2f1ffa4e55e1.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/deprecate-checksum-a602853403e1c4a8.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/deprecate-glance-api-opts-23bdbd1ad7625999.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/deprecate-json-formatted-policy-file-5cb692fe889eb52b.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/deprecate-owner_is_tenant-ec8ea36a3f7e9268.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/deprecate-registry-ff286df90df793f0.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/deprecate-show-multiple-location-9890a1e961def2f6.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/deprecate-show-multiple-location-continued-646f91b21cd771f7.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/deprecate-show-multiple-location-continued-ussuri-16e8d9d8a59da1bc.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/deprecate-v1-api-6c7dbefb90fd8772.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/distributed-image-import-82cff4426731beac.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/drop-py-2-7-863871c7bc047146.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/drop-sheepdog-b55aae84807d31d9.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/exp-emc-mig-fix-a7e28d547ac38f9e.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/experimental-multi-store-d2c26f9dbb9c835b.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/fix_1889640-95d543629d7dadce.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/fix_1889676-f8d302fd240c8a57.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/fix_httpd_docs-3efff0395f96a94d.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/glare-ectomy-72a1f80f306f2e3b.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/image-conversion-plugin-5aee45e1a1a5bb2b.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/image-not-found-policy-override-removed-52616c483a270bcf.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/image-tasks-api-f21b42eab91c2079.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/image-visibility-changes-fa5aa18dc67244c4.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/image_decompression_plugin-5f085666aae01f29.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/implement-lite-spec-db-sync-check-3e2e147aec0ae82b.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/import-locking-behavior-901c691f3839fe0a.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/import-multi-stores-3e781f2878b3134d.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/improved-config-options-221c58a8c37602ba.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/location-add-status-checks-b70db66100bc96b7.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/lock_path_config_option-2771feaa649e4563.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/make-task-api-admin-only-by-default-7def996262e18f7a.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/metadef-api-admin-operations-b9a2d863913b0cae.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/multihash-081466a98601da20.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/mutistore-support-for-scrubber-6b360394ef32774a.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/new_image_filters-c888361e6ecf495c.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/newton-1-release-065334d464f78fc5.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/newton-bugs-06ed3727b973c271.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/no_plugins_for_copy-image-26c0e384a368bf6a.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/os-glance-injection-disallowed-5dad244dfb071938.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/os-glance-namespace-reserved-1fcb8a5fddca4e0f.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/oslo-log-use-stderr-changes-07f5daf3e6abdcd6.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/pending-delete-rollback-444ff94c0056bbdb.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/pike-metadefs-changes-95b54e0bf8bbefd6.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/pike-rc-1-a5d3f6e8877b52c6.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/pike-rc-2-acc173005045e16a.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/policy-in-code-7e0c6c070d32d136.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/policy-in-code-implications-438449a73af2893c.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/queens-metadefs-changes-daf02bef18d049f4.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/queens-uwsgi-issues-4cee9e4fdf62c646.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/range-header-request-83cf11eebf865fb1.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/remove-admin_role-f508754e98331fc4.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/remove-db-downgrade-0d1cc45b97605775.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/remove-osprofiler-paste-ini-options-c620dedc8f9728ff.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/remove-owner_is_tenant-b30150def293effc.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/remove-s3-driver-639c60b71761eb6f.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/remove_enable_image_import_option-ec4a859ac9a7ea7b.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/remove_native_ssl-c16d5a127b57583d.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/reordered-store-config-opts-newton-3a6575b5908c0e0f.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/replicator-token-cleanup-4a573c86f1acccc0.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/restrict_location_updates-05454bb765a8c92c.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/rethinking-filesystem-access-120bc46064b3d40a.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/rocky-metadefs-changes-cb00c006ff51b541.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/rocky-rc-b0ea7628b7a74c96.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/scrubber-exit-e5d77f6f1a38ffb7.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/scrubber-refactor-73ddbd61ebbf1e86.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/secure-rbac-project-personas-fb0d9792b9dc3783.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/soft_delete-tasks-43ea983695faa565.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/support-cinder-multiple-stores-eb4e6d912d549ee9.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/train-metadefs-changes-c4380754cdd13a19.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/trust-support-registry-cfd17a6a9ab21d70.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/update-show_multiple_locations-helptext-7fa692642b6b6d52.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/use-cursive-c6b15d94845232da.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/use-webob-1.8.1-5c3cd1b1382f063e.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/ussuri-final-b377a21508ada060.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/victoria-m2-release-notes-8a6ae2fdb3d29dae.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/victoria-m3-releasenotes-9209cea98a29abc4.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/victoria-rc1-release-notes-d928355cf90d608d.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/virtuozzo-hypervisor-fada477b64ae829d.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/wallaby-22.0.1-712ef4d32107c171.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/wallaby-m3-releasenotes-bdc9fe6938aba8cc.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/windows-support-f4aae61681dba569.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/notes/wsgi-containerization-369880238a5e793d.yaml -> glance-22.1.2.dev4/releasenotes/notes copying releasenotes/source/conf.py -> glance-22.1.2.dev4/releasenotes/source copying releasenotes/source/index.rst -> glance-22.1.2.dev4/releasenotes/source copying releasenotes/source/liberty.rst -> glance-22.1.2.dev4/releasenotes/source copying releasenotes/source/mitaka.rst -> glance-22.1.2.dev4/releasenotes/source copying releasenotes/source/newton.rst -> glance-22.1.2.dev4/releasenotes/source copying releasenotes/source/ocata.rst -> glance-22.1.2.dev4/releasenotes/source copying releasenotes/source/pike.rst -> glance-22.1.2.dev4/releasenotes/source copying releasenotes/source/queens.rst -> glance-22.1.2.dev4/releasenotes/source copying releasenotes/source/rocky.rst -> glance-22.1.2.dev4/releasenotes/source copying releasenotes/source/stein.rst -> glance-22.1.2.dev4/releasenotes/source copying releasenotes/source/train.rst -> glance-22.1.2.dev4/releasenotes/source copying releasenotes/source/unreleased.rst -> glance-22.1.2.dev4/releasenotes/source copying releasenotes/source/ussuri.rst -> glance-22.1.2.dev4/releasenotes/source copying releasenotes/source/victoria.rst -> glance-22.1.2.dev4/releasenotes/source copying releasenotes/source/_static/.placeholder -> glance-22.1.2.dev4/releasenotes/source/_static copying releasenotes/source/_templates/.placeholder -> glance-22.1.2.dev4/releasenotes/source/_templates copying releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po -> glance-22.1.2.dev4/releasenotes/source/locale/en_GB/LC_MESSAGES copying releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po -> glance-22.1.2.dev4/releasenotes/source/locale/ja/LC_MESSAGES copying releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po -> glance-22.1.2.dev4/releasenotes/source/locale/ko_KR/LC_MESSAGES copying tools/test-setup.sh -> glance-22.1.2.dev4/tools copying tools/test_format_inspector.py -> glance-22.1.2.dev4/tools Writing glance-22.1.2.dev4/setup.cfg creating dist Creating tar archive removing 'glance-22.1.2.dev4' (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-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + /usr/bin/mock -v -r /home/centos8-wallaby/data/dlrn-5.cfg --resultdir /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 --copyout /var/tmp/pkgsrc/dist /tmp/tmp.id9H3JxE6a/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 DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos8-wallaby/data/dlrn-5.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 DEBUG: rootdir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: chrootuid: 1022 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.76l40moz:/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-wallaby-x86_64-5/ccache/u1022/', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/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-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'tmpfs_enable': False, 'tmpfs_opts': {'required_ram_mb': 900, 'max_fs_size': None, 'mode': '0755', 'keep_mounted': False, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, '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-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}} 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 1022 -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-wallaby-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos8-wallaby/data/dlrn-5.cfg DEBUG: root: dlrn-centos8-wallaby-x86_64-5 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-python-ironic-tests-tempest-4684f915b58d2c161295100802dec7076920451f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/baremetal/46/84/4684f915b58d2c161295100802dec7076920451f_b18c72ed enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-python-cinder-tests-tempest-0e9461155e2acf2d68f2b42c8a5942af8975190a baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cinder/0e/94/0e9461155e2acf2d68f2b42c8a5942af8975190a_7988e196 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-openstackclient-42d9b6ea571e30e4ca1fda9a21dd6ad2189a4f2f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/clients/42/d9/42d9b6ea571e30e4ca1fda9a21dd6ad2189a4f2f_f3ef27aa enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-0775d3070b5cb20a1bd7f54722fd33bd7692eebe baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cloudops/07/75/0775d3070b5cb20a1bd7f54722fd33bd7692eebe_f1998506 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-35083361ebe1c2ad3d1f3df25411b170267b9d33 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/common/35/08/35083361ebe1c2ad3d1f3df25411b170267b9d33_3d4d4101 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-797c5fa9debf86049b86084a86a5b939e11592d4 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/compute/79/7c/797c5fa9debf86049b86084a86a5b939e11592d4_2a32aa65 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-2940ab9a93c5a5d0abffbb72a4ad7a8fbe18f445 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/glance/29/40/2940ab9a93c5a5d0abffbb72a4ad7a8fbe18f445_2b7360f6 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-1274f07b336d597d6c07ffdf612a84da01d1754e baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/manila/12/74/1274f07b336d597d6c07ffdf612a84da01d1754e_7f2878ed enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-openstack-neutron-2563be46a37b8fc9ee25cc1efd7aa49ba4ec11c5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/network/25/63/2563be46a37b8fc9ee25cc1efd7aa49ba4ec11c5_5185391e enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-f6d2e59334aad55ab884e85a8cd697c7bc3bf861 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/octavia/f6/d2/f6d2e59334aad55ab884e85a8cd697c7bc3bf861_bca32aae enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-barbican-6ee5ad91635b41c3ab891602942b1b809a25ace6 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/security/6e/e5/6ee5ad91635b41c3ab891602942b1b809a25ace6_de92ac9d enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-ead53ba0c89ee9721981fcfc3784b335b4aef0ad baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/swift/ea/d5/ead53ba0c89ee9721981fcfc3784b335b4aef0ad_1c12d317 enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-1580f6f8437bd07e008ce8451388765d4b9b268f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tempest/15/80/1580f6f8437bd07e008ce8451388765d4b9b268f_63808291 enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-openstack-tripleo-heat-templates-ef8c3cb06e31256385a149e7d64bfd373a17efdf baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tripleo/ef/8c/ef8c3cb06e31256385a149e7d64bfd373a17efdf_68daafa5 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-b79ffad5c302a60e5a61f0938ec87b8e98ee44f1 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/ui/b7/9f/b79ffad5c302a60e5a61f0938ec87b8e98ee44f1_b0d68b58 enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-validations-common-dec9846f7490ddc49af4f574d129293dd26f1da5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/validation/de/c9/dec9846f7490ddc49af4f574d129293dd26f1da5_df302a4c enabled=1 gpgcheck=0 priority=1 [delorean-wallaby-testing] name=dlrn-wallaby-testing baseurl=https://trunk.rdoproject.org/centos8-wallaby/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-wallaby-build-deps] name=dlrn-wallaby-build-deps baseurl=https://trunk.rdoproject.org/centos8-wallaby/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-stream/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-wallaby-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 16212184 6023120 1068656 6811376 9120408 3016480 DEBUG: Swap: 16777212 3916988 12860224 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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: /dev/vda1 550G 494G 56G 90% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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-wallaby-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.emk2ckio', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc DEBUG: method _fixup_build_user skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: ensuring that dir exists: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 16212184 6184600 849384 6991776 9178200 2690776 DEBUG: Swap: 16777212 3916988 12860224 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: /dev/vda1 550G 494G 56G 90% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.tqbvcb_s', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: resultdir = /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', 'd46af1d38a11480bade5719ee71b345f', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', '1022', '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-wallaby-x86_64-5/root/.initialized Finish: chroot init INFO: copying /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/tmp/pkgsrc/dist to /tmp/tmp.id9H3JxE6a/dist Finish: run DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + '[' tarball == gem ']' ++ ls /tmp/tmp.id9H3JxE6a/dist ++ grep .tar.gz + SOURCE=glance-22.1.2.dev4.tar.gz + SOURCEEXT=.tar.gz + SOURCEPATH=/tmp/tmp.id9H3JxE6a/dist/glance-22.1.2.dev4.tar.gz ++ basename glance-22.1.2.dev4.tar.gz .tar.gz + SOURCEWITHREL=glance-22.1.2.dev4-0.20230309185042.883fc8a.tar.gz + mv /tmp/tmp.id9H3JxE6a/dist/glance-22.1.2.dev4.tar.gz /tmp/tmp.id9H3JxE6a/SOURCES/glance-22.1.2.dev4-0.20230309185042.883fc8a.tar.gz + cd /home/centos8-wallaby/data/openstack-glance_distro + cp -a glance-api-dist.conf glance-cache-dist.conf glance-rootwrap.conf glance-scrubber-dist.conf glance-sudoers glance-swift.conf openstack-glance-api.service openstack-glance.logrotate openstack-glance-scrubber.service openstack-glance.spec sources /tmp/tmp.id9H3JxE6a/SOURCES/ + cp openstack-glance.spec /tmp/tmp.id9H3JxE6a/SPECS/ + cd /tmp/tmp.id9H3JxE6a/SPECS/ + '[' -z '' ']' + grep -qc '^%define upstream_version.*' openstack-glance.spec + sed -i -e '1i%define upstream_version 22.1.2.dev4\' openstack-glance.spec + grep -qc '^%global dlrn .*' openstack-glance.spec + sed -i -e '1i%global dlrn 1\' openstack-glance.spec + grep -qc '^%global dlrn_nvr .*' openstack-glance.spec ++ basename glance-22.1.2.dev4-0.20230309185042.883fc8a.tar.gz .tar.gz + sed -i -e '1i%global dlrn_nvr glance-22.1.2.dev4-0.20230309185042.883fc8a\' openstack-glance.spec + sed -i -e s/UPSTREAMVERSION/22.1.2.dev4/g openstack-glance.spec + set_nvr_in_spec + VERSION=22.1.2 + sed -i -e 's/Version:.*/Version: 22.1.2/g' openstack-glance.spec + sed -i -e 's/Release:.*/Release: 0.20230309185042.883fc8a%{?dist}/g' openstack-glance.spec + '[' '' '!=' 1 ']' + sed -i -e 's/^\(Source\|Source0\):.*/\1: glance-22.1.2.dev4-0.20230309185042.883fc8a.tar.gz/' openstack-glance.spec + '[' '' '!=' 1 ']' + sed -i -e '/^%changelog.*/q' openstack-glance.spec + cat openstack-glance.spec %global dlrn_nvr glance-22.1.2.dev4-0.20230309185042.883fc8a %global dlrn 1 %define upstream_version 22.1.2.dev4 %{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} } %global sources_gpg_sign 0xa7475c5f2122fec3f90343223fe3bf5aad1080e4 %global release_name liberty %global service glance %global rhosp 0 %{!?upstream_version: %global upstream_version %{version}%{?milestone}} %global with_doc 1 %global common_desc \ OpenStack Image Service (code-named Glance) provides discovery, registration, \ and delivery services for virtual disk images. The Image Service API server \ provides a standard REST interface for querying information about virtual disk \ images stored in a variety of back-end stores, including OpenStack Object \ Storage. Clients can register new virtual disk images with the Image Service, \ query for information on publicly available disk images, and use the Image \ Service's client library for streaming virtual disk images. Name: openstack-glance # Liberty semver reset # https://review.openstack.org/#/q/I6a35fa0dda798fad93b804d00a46af80f08d475c,n,z Epoch: 1 Version: 22.1.2 Release: 0.20230309185042.883fc8a%{?dist} Summary: OpenStack Image Service License: ASL 2.0 URL: http://glance.openstack.org Source0: glance-22.1.2.dev4-0.20230309185042.883fc8a.tar.gz # Source001: openstack-glance-api.service Source004: openstack-glance-scrubber.service Source010: openstack-glance.logrotate Source021: glance-api-dist.conf Source022: glance-cache-dist.conf Source025: glance-scrubber-dist.conf Source026: glance-swift.conf Source030: glance-sudoers Source031: glance-rootwrap.conf # Required for tarball sources verification %if 0%{?sources_gpg} == 1 Source101: https://tarballs.openstack.org/%{service}/%{service}-%{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-devel BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: intltool # Required for config generation BuildRequires: openstack-macros BuildRequires: python3-alembic BuildRequires: python3-cursive BuildRequires: python3-defusedxml BuildRequires: python3-eventlet BuildRequires: python3-futurist BuildRequires: python3-glance-store >= 1.0.0 BuildRequires: python3-oslo-config >= 2:8.1.0 BuildRequires: python3-oslo-log BuildRequires: python3-oslo-middleware >= 3.31.0 BuildRequires: python3-oslo-policy >= 1.30.0 BuildRequires: python3-oslo-utils >= 3.33.0 BuildRequires: python3-oslo-upgradecheck >= 0.1.0 BuildRequires: python3-osprofiler BuildRequires: python3-requests BuildRequires: python3-routes BuildRequires: python3-oslo-messaging >= 5.29.0 BuildRequires: python3-taskflow >= 2.16.0 BuildRequires: python3-wsme >= 0.8.0 BuildRequires: python3-castellan >= 0.17.0 # Required for tests BuildRequires: python3-stestr BuildRequires: python3-oslo-reports BuildRequires: python3-ddt BuildRequires: python3-cryptography >= 2.1 BuildRequires: python3-keystoneauth1 BuildRequires: python3-keystonemiddleware BuildRequires: python3-mock BuildRequires: python3-oslo-concurrency >= 3.26.0 BuildRequires: python3-oslo-context >= 2.19.2 BuildRequires: python3-oslo-db >= 4.27.0 BuildRequires: python3-sqlalchemy >= 1.0.10 BuildRequires: python3-sqlalchemy < 1.4.0 BuildRequires: python3-stevedore BuildRequires: python3-webob >= 1.8.1 BuildRequires: python3-oslotest BuildRequires: python3-psutil BuildRequires: python3-testresources BuildRequires: python3-retrying BuildRequires: python3-httplib2 BuildRequires: python3-paste-deploy BuildRequires: qemu-img Requires(pre): shadow-utils Requires: python3-glance = %{epoch}:%{version}-%{release} # Install glanceclient as a dependency for convenience Requires: python3-glanceclient >= 1:2.8.0 Requires: qemu-img %if 0%{?rhel} && 0%{?rhel} < 8 %{?systemd_requires} %else %{?systemd_ordering} # does not exist on EL7 %endif BuildRequires: systemd %description %{common_desc} This package contains the API server. %package -n python3-glance Summary: Glance Python libraries %{?python_provide:%python_provide python3-glance} Requires: python3-cursive >= 0.2.1 Requires: python3-cryptography >= 2.6.1 Requires: python3-debtcollector >= 1.19.0 Requires: python3-defusedxml >= 0.6.0 Requires: python3-eventlet >= 0.25.1 Requires: python3-futurist >= 1.2.0 Requires: python3-glance-store >= 2.3.0 Requires: python3-iso8601 >= 0.1.11 Requires: python3-jsonschema >= 3.2.0 Requires: python3-keystoneauth1 >= 3.4.0 Requires: python3-keystonemiddleware >= 5.1.0 Requires: python3-oslo-concurrency >= 3.26.0 Requires: python3-oslo-config >= 2:8.1.0 Requires: python3-oslo-context >= 2.22.0 Requires: python3-oslo-db >= 5.0.0 Requires: python3-oslo-i18n >= 5.0.0 Requires: python3-oslo-log >= 4.3.0 Requires: python3-oslo-messaging >= 5.29.0 Requires: python3-oslo-middleware >= 3.31.0 Requires: python3-oslo-policy >= 3.6.2 Requires: python3-oslo-reports >= 1.18.0 Requires: python3-oslo-utils >= 4.7.0 Requires: python3-oslo-vmware >= 0.11.1 Requires: python3-oslo-upgradecheck >= 1.3.0 Requires: python3-osprofiler >= 1.4.0 Requires: python3-pbr >= 3.1.1 Requires: python3-prettytable >= 0.7.1 Requires: python3-routes >= 2.3.1 Requires: python3-six >= 1.11.0 Requires: python3-sqlalchemy >= 1.0.10 Requires: python3-sqlalchemy < 1.4.0 Requires: python3-stevedore >= 1.20.0 Requires: python3-taskflow >= 4.0.0 Requires: python3-webob >= 1.8.1 Requires: python3-wsme >= 0.8.0 Requires: python3-os-brick >= 1.8.0 Requires: python3-alembic >= 0.9.6 Requires: python3-os-win >= 4.0.1 Requires: python3-castellan >= 0.17.0 %if 0%{?rhosp} == 0 || 0%{?rhel} > 7 Requires: python3-pyOpenSSL >= 17.1.0 %else Requires: python-pyOpenSSL %endif # rhosp Requires: python3-pysendfile Requires: python3-httplib2 >= 0.9.1 Requires: python3-migrate >= 0.11.0 Requires: python3-paste >= 2.0.2 Requires: python3-paste-deploy >= 1.5.0 Requires: python3-retrying >= 1.2.3 Requires: python3-sqlparse >= 0.2.2 Requires: python3-pyxattr #test deps: python-mox python-nose python-requests #test and optional store: #ceph - glance.store.rdb #python-boto - glance.store.s3 Requires: python3-boto %description -n python3-glance %{common_desc} This package contains the glance Python library. %if 0%{?with_doc} %package doc Summary: Documentation for OpenStack Image Service Requires: %{name} = %{epoch}:%{version}-%{release} BuildRequires: python3-sphinx BuildRequires: python3-openstackdocstheme BuildRequires: python3-sphinxcontrib-apidoc BuildRequires: graphviz BuildRequires: python3-boto # Required to compile translation files BuildRequires: python3-babel BuildRequires: python3-pyxattr %description doc %{common_desc} This package contains documentation files for glance. %endif %package -n python3-%{service}-tests Summary: Glance tests %{?python_provide:%python_provide python3-%{service}-tests} Requires: openstack-%{service} = %{epoch}:%{version}-%{release} %description -n python3-%{service}-tests %{common_desc} This package contains the Glance test files. %prep # Required for tarball sources verification %if 0%{?sources_gpg} == 1 %{gpgverify} --keyring=%{SOURCE102} --signature=%{SOURCE101} --data=%{SOURCE0} %endif %autosetup -n glance-%{upstream_version} -S git sed -i '/\/usr\/bin\/env python/d' glance/common/config.py glance/common/crypt.py glance/db/sqlalchemy/migrate_repo/manage.py glance/cmd/status.py # Until cleared upstream: https://github.com/openstack/glance/blob/master/setup.cfg#L30 sed -i '/rootwrap.conf/d' setup.cfg # Remove the requirements file so that pbr hooks don't add it # to distutils requiers_dist config %py_req_cleanup %build PYTHONPATH=. oslo-config-generator --config-dir=etc/oslo-config-generator/ # Build %{py3_build} # Generate i18n files %{__python3} setup.py compile_catalog -d build/lib/%{service}/locale --domain glance %install %{py3_install} %if 0%{?with_doc} export PYTHONPATH=. # FIXME(ykarel) remove warning is error flag until we have Sphinx >= 1.8.2 sphinx-build -b html doc/source doc/build/html %endif # Fix hidden-file-or-dir warnings %if 0%{?with_doc} rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo %endif rm -f %{buildroot}/usr/share/doc/glance/README.rst # Setup directories install -d -m 755 %{buildroot}%{_datadir}/glance install -d -m 755 %{buildroot}%{_sharedstatedir}/glance/images install -d -m 755 %{buildroot}%{_sysconfdir}/glance/metadefs # Config file install -p -D -m 640 etc/glance-api.conf %{buildroot}%{_sysconfdir}/glance/glance-api.conf install -p -D -m 644 %{SOURCE21} %{buildroot}%{_datadir}/glance/glance-api-dist.conf install -p -D -m 644 etc/glance-api-paste.ini %{buildroot}%{_datadir}/glance/glance-api-dist-paste.ini ## install -p -D -m 640 etc/glance-cache.conf %{buildroot}%{_sysconfdir}/glance/glance-cache.conf install -p -D -m 644 %{SOURCE22} %{buildroot}%{_datadir}/glance/glance-cache-dist.conf ## install -p -D -m 640 etc/glance-scrubber.conf %{buildroot}%{_sysconfdir}/glance/glance-scrubber.conf install -p -D -m 644 %{SOURCE25} %{buildroot}%{_datadir}/glance/glance-scrubber-dist.conf ## install -p -D -m 644 %{SOURCE26} %{buildroot}%{_sysconfdir}/glance/glance-swift.conf ## install -p -D -m 644 etc/glance-image-import.conf.sample %{buildroot}%{_sysconfdir}/glance/glance-image-import.conf install -p -D -m 640 %{SOURCE31} %{buildroot}%{_sysconfdir}/glance/rootwrap.conf install -p -D -m 640 etc/schema-image.json %{buildroot}%{_sysconfdir}/glance/schema-image.json # Move metadefs install -p -D -m 640 etc/metadefs/*.json %{buildroot}%{_sysconfdir}/glance/metadefs/ # systemd services install -p -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/openstack-glance-api.service install -p -D -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/openstack-glance-scrubber.service # Logrotate config install -p -D -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/logrotate.d/openstack-glance # Install pid directory install -d -m 755 %{buildroot}%{_localstatedir}/run/glance # Install log directory install -d -m 755 %{buildroot}%{_localstatedir}/log/glance # Install sudoers install -p -D -m 440 %{SOURCE30} %{buildroot}%{_sysconfdir}/sudoers.d/glance # Symlinks to rootwrap config files mkdir -p %{buildroot}%{_sysconfdir}/glance/rootwrap.d for filter in %{_datarootdir}/os-brick/rootwrap/*.filters; do ln -s $filter %{buildroot}%{_sysconfdir}/glance/rootwrap.d done for filter in %{_datarootdir}/glance_store/*.filters; do test -f $filter && ln -s $filter %{buildroot}%{_sysconfdir}/glance/rootwrap.d done # Install i18n .mo files (.po and .pot are not required) install -d -m 755 %{buildroot}%{_datadir} rm -f %{buildroot}%{python3_sitelib}/%{service}/locale/*/LC_*/%{service}*po rm -f %{buildroot}%{python3_sitelib}/%{service}/locale/*pot mv %{buildroot}%{python3_sitelib}/%{service}/locale %{buildroot}%{_datadir}/locale # Find language files %find_lang %{service} --all-name # Cleanup rm -rf %{buildroot}%{_prefix}%{_sysconfdir} %check stestr run --black-regex 'glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vdi' %pre getent group glance >/dev/null || groupadd -r glance -g 161 getent passwd glance >/dev/null || \ useradd -u 161 -r -g glance -d %{_sharedstatedir}/glance -s /sbin/nologin \ -c "OpenStack Glance Daemons" glance exit 0 %post # Initial installation %systemd_post openstack-glance-api.service %systemd_post openstack-glance-scrubber.service %preun %systemd_preun openstack-glance-api.service %systemd_preun openstack-glance-scrubber.service %postun %systemd_postun_with_restart openstack-glance-api.service %systemd_postun_with_restart openstack-glance-scrubber.service %files %doc README.rst %{_bindir}/glance-api %{_bindir}/glance-wsgi-api %{_bindir}/glance-control %{_bindir}/glance-manage %{_bindir}/glance-cache-cleaner %{_bindir}/glance-cache-manage %{_bindir}/glance-cache-prefetcher %{_bindir}/glance-cache-pruner %{_bindir}/glance-scrubber %{_bindir}/glance-replicator %{_bindir}/glance-status %{_datadir}/glance/glance-api-dist.conf %{_datadir}/glance/glance-cache-dist.conf %{_datadir}/glance/glance-scrubber-dist.conf %{_datadir}/glance/glance-api-dist-paste.ini %{_unitdir}/openstack-glance-api.service %{_unitdir}/openstack-glance-scrubber.service %dir %{_sysconfdir}/glance %config(noreplace) %attr(-, root, glance) %{_sysconfdir}/glance/glance-api.conf %config(noreplace) %attr(-, root, glance) %{_sysconfdir}/glance/glance-cache.conf %config(noreplace) %attr(-, root, glance) %{_sysconfdir}/glance/glance-scrubber.conf %config(noreplace) %attr(-, root, glance) %{_sysconfdir}/glance/glance-swift.conf %config(noreplace) %attr(-, root, glance) %{_sysconfdir}/glance/glance-image-import.conf %config(noreplace) %attr(-, root, glance) %{_sysconfdir}/glance/rootwrap.conf %config(noreplace) %attr(-, root, glance) %{_sysconfdir}/glance/schema-image.json %config(noreplace) %attr(-, root, glance) %{_sysconfdir}/glance/metadefs/*.json %config(noreplace) %attr(-, root, glance) %{_sysconfdir}/logrotate.d/openstack-glance %{_sysconfdir}/glance/rootwrap.d/ %dir %attr(0755, glance, nobody) %{_sharedstatedir}/glance %dir %attr(0750, glance, glance) %{_localstatedir}/log/glance %config(noreplace) %{_sysconfdir}/sudoers.d/glance %files -n python3-glance -f %{service}.lang %doc README.rst %{python3_sitelib}/glance %{python3_sitelib}/glance-*.egg-info %exclude %{python3_sitelib}/glance/tests %files -n python3-%{service}-tests %license LICENSE %{python3_sitelib}/%{service}/tests %if 0%{?with_doc} %files doc %doc doc/build/html %endif %changelog + spectool -g -C /tmp/tmp.id9H3JxE6a/SOURCES openstack-glance.spec + /usr/bin/mock --buildsrpm -v -r /home/centos8-wallaby/data/dlrn-5.cfg --resultdir /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 --spec openstack-glance.spec --sources=/tmp/tmp.id9H3JxE6a/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 DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos8-wallaby/data/dlrn-5.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 DEBUG: rootdir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: chrootuid: 1022 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.mmf0_ra5:/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-wallaby-x86_64-5/ccache/u1022/', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/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-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'tmpfs_enable': False, 'tmpfs_opts': {'required_ram_mb': 900, 'max_fs_size': None, 'mode': '0755', 'keep_mounted': False, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, '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-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}} 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 1022 -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-wallaby-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos8-wallaby/data/dlrn-5.cfg DEBUG: root: dlrn-centos8-wallaby-x86_64-5 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-python-ironic-tests-tempest-4684f915b58d2c161295100802dec7076920451f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/baremetal/46/84/4684f915b58d2c161295100802dec7076920451f_b18c72ed enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-python-cinder-tests-tempest-0e9461155e2acf2d68f2b42c8a5942af8975190a baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cinder/0e/94/0e9461155e2acf2d68f2b42c8a5942af8975190a_7988e196 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-openstackclient-42d9b6ea571e30e4ca1fda9a21dd6ad2189a4f2f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/clients/42/d9/42d9b6ea571e30e4ca1fda9a21dd6ad2189a4f2f_f3ef27aa enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-0775d3070b5cb20a1bd7f54722fd33bd7692eebe baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cloudops/07/75/0775d3070b5cb20a1bd7f54722fd33bd7692eebe_f1998506 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-35083361ebe1c2ad3d1f3df25411b170267b9d33 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/common/35/08/35083361ebe1c2ad3d1f3df25411b170267b9d33_3d4d4101 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-797c5fa9debf86049b86084a86a5b939e11592d4 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/compute/79/7c/797c5fa9debf86049b86084a86a5b939e11592d4_2a32aa65 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-2940ab9a93c5a5d0abffbb72a4ad7a8fbe18f445 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/glance/29/40/2940ab9a93c5a5d0abffbb72a4ad7a8fbe18f445_2b7360f6 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-1274f07b336d597d6c07ffdf612a84da01d1754e baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/manila/12/74/1274f07b336d597d6c07ffdf612a84da01d1754e_7f2878ed enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-openstack-neutron-2563be46a37b8fc9ee25cc1efd7aa49ba4ec11c5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/network/25/63/2563be46a37b8fc9ee25cc1efd7aa49ba4ec11c5_5185391e enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-f6d2e59334aad55ab884e85a8cd697c7bc3bf861 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/octavia/f6/d2/f6d2e59334aad55ab884e85a8cd697c7bc3bf861_bca32aae enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-barbican-6ee5ad91635b41c3ab891602942b1b809a25ace6 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/security/6e/e5/6ee5ad91635b41c3ab891602942b1b809a25ace6_de92ac9d enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-ead53ba0c89ee9721981fcfc3784b335b4aef0ad baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/swift/ea/d5/ead53ba0c89ee9721981fcfc3784b335b4aef0ad_1c12d317 enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-1580f6f8437bd07e008ce8451388765d4b9b268f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tempest/15/80/1580f6f8437bd07e008ce8451388765d4b9b268f_63808291 enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-openstack-tripleo-heat-templates-ef8c3cb06e31256385a149e7d64bfd373a17efdf baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tripleo/ef/8c/ef8c3cb06e31256385a149e7d64bfd373a17efdf_68daafa5 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-b79ffad5c302a60e5a61f0938ec87b8e98ee44f1 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/ui/b7/9f/b79ffad5c302a60e5a61f0938ec87b8e98ee44f1_b0d68b58 enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-validations-common-dec9846f7490ddc49af4f574d129293dd26f1da5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/validation/de/c9/dec9846f7490ddc49af4f574d129293dd26f1da5_df302a4c enabled=1 gpgcheck=0 priority=1 [delorean-wallaby-testing] name=dlrn-wallaby-testing baseurl=https://trunk.rdoproject.org/centos8-wallaby/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-wallaby-build-deps] name=dlrn-wallaby-build-deps baseurl=https://trunk.rdoproject.org/centos8-wallaby/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-stream/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-glance.spec) Config(dlrn-centos8-wallaby-x86_64-5) Start: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5 DEBUG: kill orphans 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-wallaby-x86_64-5/root DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 16212184 6296888 686268 6883664 9229028 2690232 DEBUG: Swap: 16777212 3916988 12860224 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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: /dev/vda1 550G 494G 57G 90% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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-wallaby-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.whpcggcf', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc DEBUG: method _make_build_user skipped in bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: ensuring that dir exists: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['gtar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./proc DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./sys DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./dev DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./tmp/ccache DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/cache/yum DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/cache/dnf DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/log DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 16212184 5861272 804636 7139764 9546276 2865816 DEBUG: Swap: 16777212 3917244 12859968 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: /dev/vda1 550G 495G 56G 90% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.20nm8558', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: resultdir = /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', '678d44391e8045a4bbc58774a4788eed', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', 'a84133ad046b4fc6be5aace8effbce6e', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', '4ed3529874bb4aae89972592567c8b12', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', 'b37d2db55b174ac8ba23ea7fb42b894d', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', '1022', '-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-wallaby-x86_64-5/root/builddir/build DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/RPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SPECS DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SRPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SOURCES DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/BUILD DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/BUILDROOT DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/originals DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir Start: dnf update DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '4754a9cb24794791913baf2ae6d3b8c3', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: python3-six-1.15.0-2.el8.noarch DEBUG: libgcc-8.5.0-18.el8.x86_64 DEBUG: binutils-2.30-119.el8.x86_64 DEBUG: fontpackages-filesystem-1.44-22.el8.noarch DEBUG: python3-idna-2.5-5.el8.noarch DEBUG: python-rpm-macros-3-44.el8.noarch DEBUG: gcc-plugin-annobin-8.5.0-18.el8.x86_64 DEBUG: adobe-mappings-cmap-20171205-3.el8.noarch DEBUG: python3-pygments-2.2.0-22.module_el8.5.0+764+71fa3b33.noarch DEBUG: python3-setuptools-wheel-39.2.0-7.el8.noarch DEBUG: gtk-update-icon-cache-3.22.30-11.el8.x86_64 DEBUG: adobe-mappings-cmap-deprecated-20171205-3.el8.noarch DEBUG: libXft-2.3.3-1.el8.x86_64 DEBUG: libX11-common-1.6.8-5.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: publicsuffix-list-dafsa-20180723-1.el8.noarch DEBUG: urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch DEBUG: perl-srpm-macros-1-25.el8.noarch DEBUG: urw-base35-p052-fonts-20170801-10.el8.noarch DEBUG: ocaml-srpm-macros-5-4.el8.noarch DEBUG: urw-base35-z003-fonts-20170801-10.el8.noarch DEBUG: libssh-config-0.9.6-6.el8.noarch DEBUG: libbabeltrace-1.5.4-4.el8.x86_64 DEBUG: kbd-misc-2.0.4-10.el8.noarch DEBUG: pinentry-1.1.0-2.el8.x86_64 DEBUG: go-srpm-macros-2-17.el8.noarch DEBUG: openssh-8.0p1-17.el8.x86_64 DEBUG: emacs-filesystem-26.1-9.el8.noarch DEBUG: git-core-2.39.1-1.el8.x86_64 DEBUG: centos-stream-release-8.6-1.el8.noarch DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 DEBUG: setup-2.12.2-9.el8.noarch DEBUG: gnupg2-smime-2.2.20-3.el8.x86_64 DEBUG: urw-base35-fonts-common-20170801-10.el8.noarch DEBUG: rpm-build-libs-4.14.3-26.el8.x86_64 DEBUG: pcre2-10.32-3.el8.x86_64 DEBUG: gdb-headless-8.2-19.el8.x86_64 DEBUG: ncurses-libs-6.1-9.20180224.el8.x86_64 DEBUG: avahi-libs-0.7-20.el8.x86_64 DEBUG: glibc-gconv-extra-2.28-225.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: glibc-2.28-225.el8.x86_64 DEBUG: elfutils-0.188-3.el8.x86_64 DEBUG: libsepol-2.9-3.el8.x86_64 DEBUG: python3-ply-3.9-9.el8.noarch DEBUG: info-6.5-7.el8_5.x86_64 DEBUG: python3-cffi-1.13.2-1.el8.x86_64 DEBUG: bzip2-libs-1.0.6-26.el8.x86_64 DEBUG: python3-pysocks-1.6.8-3.el8.noarch DEBUG: libxcrypt-4.1.1-6.el8.x86_64 DEBUG: python3-requests-2.25.1-1.el8.noarch DEBUG: gmp-6.1.2-10.el8.x86_64 DEBUG: python3-markupsafe-0.23-19.el8.x86_64 DEBUG: freetype-2.9.1-9.el8.x86_64 DEBUG: python3-babel-2.5.1-7.el8.noarch DEBUG: libcom_err-1.45.6-5.el8.x86_64 DEBUG: python3-rpm-generators-5-8.el8.noarch DEBUG: libuuid-2.32.1-40.el8.x86_64 DEBUG: python3-imagesize-1.0.0-2.el8.noarch DEBUG: readline-7.0-10.el8.x86_64 DEBUG: python3-packaging-20.4-1.el8.noarch DEBUG: sqlite-libs-3.26.0-17.el8.x86_64 DEBUG: python3-sphinx-theme-alabaster-0.7.12-7.el8.noarch DEBUG: popt-1.18-1.el8.x86_64 DEBUG: python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch DEBUG: libjpeg-turbo-1.5.3-12.el8.x86_64 DEBUG: python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noarch DEBUG: libgcrypt-1.8.5-7.el8.x86_64 DEBUG: python3-sphinxcontrib-serializinghtml-1.1.3-5.el8.noarch DEBUG: libattr-2.4.48-3.el8.x86_64 DEBUG: openjpeg2-2.4.0-5.el8.x86_64 DEBUG: sed-4.5-5.el8.x86_64 DEBUG: pixman-0.38.4-2.el8.x86_64 DEBUG: libICE-1.0.9-15.el8.x86_64 DEBUG: pango-1.42.4-8.el8.x86_64 DEBUG: libidn2-2.2.0-1.el8.x86_64 DEBUG: ImageMagick-6.7.8.9-18.el8.x86_64 DEBUG: libgomp-8.5.0-18.el8.x86_64 DEBUG: graphviz-2.40.1-43.el8.x86_64 DEBUG: libSM-1.2.3-1.el8.x86_64 DEBUG: python3-setuptools_scm-6.0.1-1.el8.noarch DEBUG: file-libs-5.33-21.el8.x86_64 DEBUG: python3-eventlet-0.30.0-1.1.el8.noarch DEBUG: libcap-ng-0.7.11-1.el8.x86_64 DEBUG: python3-pbr-5.5.1-1.el8.noarch DEBUG: libtool-ltdl-2.4.6-25.el8.x86_64 DEBUG: make-4.2.1-11.el8.x86_64 DEBUG: libmpc-1.1.0-9.1.el8.x86_64 DEBUG: libksba-1.3.5-9.el8.x86_64 DEBUG: unzip-6.0-46.el8.x86_64 DEBUG: glibc-headers-2.28-225.el8.x86_64 DEBUG: cpio-2.12-11.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-18.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: tar-1.30-8.el8.x86_64 DEBUG: isl-0.16.1-6.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-15.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-3.el8.x86_64 DEBUG: gc-7.6.4-3.el8.x86_64 DEBUG: libipt-1.6.1-8.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-225.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-40.el8.x86_64 DEBUG: memstrack-0.2.4-2.el8.x86_64 DEBUG: npth-1.5-4.el8.x86_64 DEBUG: jbig2dec-libs-0.16-1.el8.x86_64 DEBUG: libtiff-4.0.9-27.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: libthai-0.1.27-2.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-6.el8_5.x86_64 DEBUG: python3-setuptools-50.3.2-1.el8.noarch DEBUG: grub2-tools-minimal-2.02-129.el8.x86_64 DEBUG: openldap-2.4.46-18.el8.x86_64 DEBUG: grubby-8.40-47.el8.x86_64 DEBUG: libkcapi-hmaccalc-1.2.0-2.el8.x86_64 DEBUG: libdb-utils-5.3.28-42.el8_4.x86_64 DEBUG: libcurl-7.61.1-29.el8.x86_64 DEBUG: crypto-policies-scripts-20221215-1.gitece0092.el8.noarch DEBUG: elfutils-default-yama-scope-0.188-3.el8.noarch DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: procps-ng-3.3.15-13.el8.x86_64 DEBUG: libtirpc-1.1.4-8.el8.x86_64 DEBUG: kpartx-0.8.4-37.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.188-3.el8.x86_64 DEBUG: openssl-pkcs11-0.4.10-3.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: dbus-common-1.12.8-24.el8.noarch DEBUG: libmount-2.32.1-40.el8.x86_64 DEBUG: dbus-tools-1.12.8-24.el8.x86_64 DEBUG: coreutils-8.30-15.el8.x86_64 DEBUG: libblkid-2.32.1-40.el8.x86_64 DEBUG: shadow-utils-4.6-17.el8.x86_64 DEBUG: openssl-libs-1.1.1k-7.el8.x86_64 DEBUG: rpm-libs-4.14.3-26.el8.x86_64 DEBUG: kmod-libs-25-19.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-5.el8.x86_64 DEBUG: util-linux-2.32.1-40.el8.x86_64 DEBUG: dracut-049-223.git20230119.el8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: glib2-2.56.4-161.el8.x86_64 DEBUG: gnutls-3.6.16-6.el8.x86_64 DEBUG: systemd-239-71.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: gpg-pubkey-8483c65d-5ccc5b19 DEBUG: atk-2.28.1-1.el8.x86_64 DEBUG: python-srpm-macros-3-44.el8.noarch DEBUG: gcc-8.5.0-18.el8.x86_64 DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch DEBUG: annobin-10.94-1.el8.x86_64 DEBUG: python3-rpm-macros-3-44.el8.noarch DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch DEBUG: tzdata-2022g-2.el8.noarch DEBUG: gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 DEBUG: python3-pip-wheel-9.0.3-22.el8.noarch DEBUG: gd-2.2.5-7.el8.x86_64 DEBUG: xkeyboard-config-2.28-1.el8.noarch DEBUG: urw-base35-bookman-fonts-20170801-10.el8.noarch DEBUG: adobe-mappings-pdf-20180407-1.el8.noarch DEBUG: urw-base35-d050000l-fonts-20170801-10.el8.noarch DEBUG: qt5-srpm-macros-5.15.3-1.el8.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch DEBUG: pkgconf-m4-1.4.2-1.el8.noarch DEBUG: urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch DEBUG: openblas-srpm-macros-2-2.el8.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch DEBUG: ncurses-base-6.1-9.20180224.el8.noarch DEBUG: urw-base35-fonts-20170801-10.el8.noarch DEBUG: kernel-headers-4.18.0-448.el8.x86_64 DEBUG: libsecret-0.18.6-1.el8.x86_64 DEBUG: kbd-legacy-2.0.4-10.el8.noarch DEBUG: harfbuzz-1.7.5-3.el8.x86_64 DEBUG: ghc-srpm-macros-1.4.2-7.el8.noarch DEBUG: openssh-clients-8.0p1-17.el8.x86_64 DEBUG: centos-gpg-keys-8-6.el8.noarch DEBUG: tpm2-tss-2.3.2-4.el8.x86_64 DEBUG: centos-stream-repos-8-6.el8.noarch DEBUG: libusbx-1.0.23-4.el8.x86_64 DEBUG: filesystem-3.8-6.el8.x86_64 DEBUG: gnupg2-2.2.20-3.el8.x86_64 DEBUG: basesystem-11-5.el8.noarch DEBUG: guile-2.0.14-7.el8.x86_64 DEBUG: libselinux-2.9-8.el8.x86_64 DEBUG: hicolor-icon-theme-0.17-2.el8.noarch DEBUG: glibc-all-langpacks-2.28-225.el8.x86_64 DEBUG: cups-libs-2.2.6-51.el8.x86_64 DEBUG: glibc-common-2.28-225.el8.x86_64 DEBUG: redhat-rpm-config-130-1.el8.noarch DEBUG: bash-4.4.20-4.el8.x86_64 DEBUG: python3-chardet-3.0.4-7.el8.noarch DEBUG: zlib-1.2.11-21.el8.x86_64 DEBUG: python3-pycparser-2.14-14.el8.noarch DEBUG: xz-libs-5.2.4-4.el8.x86_64 DEBUG: python3-cryptography-3.2.1-5.el8.x86_64 DEBUG: libstdc++-8.5.0-18.el8.x86_64 DEBUG: python3-urllib3-1.25.10-4.el8.noarch DEBUG: elfutils-libelf-0.188-3.el8.x86_64 DEBUG: python3-greenlet-0.4.13-4.el8.x86_64 DEBUG: libpng-1.6.34-5.el8.x86_64 DEBUG: python3-pytz-2017.2-9.el8.noarch DEBUG: libcap-2.48-4.el8.x86_64 DEBUG: python3-jinja2-2.10.1-3.el8.noarch DEBUG: libgpg-error-1.31-1.el8.x86_64 DEBUG: platform-python-devel-3.6.8-51.el8.x86_64 DEBUG: libxml2-2.9.7-16.el8.x86_64 DEBUG: python3-pyparsing-2.4.6-1.el8.noarch DEBUG: libunistring-0.9.9-3.el8.x86_64 DEBUG: python3-snowballstemmer-1.9.0-4.el8.noarch DEBUG: expat-2.2.5-11.el8.x86_64 DEBUG: python3-sphinxcontrib-applehelp-1.0.1-5.el8.noarch DEBUG: chkconfig-1.19.1-1.el8.x86_64 DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarch DEBUG: libzstd-1.4.5-6.el8.x86_64 DEBUG: python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noarch DEBUG: mpfr-3.1.6-1.el8.x86_64 DEBUG: python3-toml-0.10.1-2.el8.noarch DEBUG: libacl-2.2.53-1.el8.x86_64 DEBUG: libgs-9.27-5.el8.x86_64 DEBUG: libffi-3.1-24.el8.x86_64 DEBUG: cairo-1.15.12-6.el8.x86_64 DEBUG: p11-kit-0.23.22-1.el8.x86_64 DEBUG: librsvg2-2.42.7-4.el8.x86_64 DEBUG: findutils-4.6.0-20.el8.x86_64 DEBUG: gtk2-2.24.32-5.el8.x86_64 DEBUG: lua-libs-5.3.4-12.el8.x86_64 DEBUG: python3-sphinx-2.2.2-1.el8.noarch DEBUG: libassuan-2.5.1-3.el8.x86_64 DEBUG: python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 DEBUG: file-5.33-21.el8.x86_64 DEBUG: rpm-build-4.14.3-26.el8.x86_64 DEBUG: audit-libs-3.0.7-4.el8.x86_64 DEBUG: python3-sqlalchemy-1.3.2-2.module_el8.5.0+761+faacb0fb.x86_64 DEBUG: lz4-libs-1.8.3-3.el8_4.x86_64 DEBUG: openstack-macros-2023.1.0-0.20230216203410.ce6a105.el8.noarch 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-129.el8.noarch DEBUG: gdbm-libs-1.18-2.el8.x86_64 DEBUG: libtasn1-4.13-4.el8.x86_64 DEBUG: pcre-8.42-6.el8.x86_64 DEBUG: xz-5.2.4-4.el8.x86_64 DEBUG: gdbm-1.18-2.el8.x86_64 DEBUG: OpenEXR-libs-2.2.0-12.el8.x86_64 DEBUG: libsemanage-2.9-9.el8.x86_64 DEBUG: acl-2.2.53-1.el8.x86_64 DEBUG: patch-2.7.6-11.el8.x86_64 DEBUG: nettle-3.4.1-7.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: libatomic_ops-7.6.2-3.el8.x86_64 DEBUG: libedit-3.1-23.20170329cvs.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.2-1.el8.x86_64 DEBUG: gawk-4.2.1-4.el8.x86_64 DEBUG: libverto-0.3.2-2.el8.x86_64 DEBUG: ncurses-6.1-9.20180224.el8.x86_64 DEBUG: fribidi-1.0.4-9.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-9.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: libdatrie-0.2.9-7.el8.x86_64 DEBUG: libijs-0.35-5.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-22.el8.noarch DEBUG: python3-libs-3.6.8-51.el8.x86_64 DEBUG: libssh-0.9.6-6.el8.x86_64 DEBUG: platform-python-3.6.8-51.el8.x86_64 DEBUG: libkcapi-1.2.0-2.el8.x86_64 DEBUG: libarchive-3.3.3-5.el8.x86_64 DEBUG: curl-7.61.1-29.el8.x86_64 DEBUG: openssl-1.1.1k-7.el8.x86_64 DEBUG: crypto-policies-20221215-1.gitece0092.el8.noarch DEBUG: gzip-1.9-13.el8.x86_64 DEBUG: cracklib-dicts-2.9.6-15.el8.x86_64 DEBUG: krb5-libs-1.18.2-22.el8.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: device-mapper-1.02.181-9.el8.x86_64 DEBUG: elfutils-libs-0.188-3.el8.x86_64 DEBUG: rpm-4.14.3-26.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libfdisk-2.32.1-40.el8.x86_64 DEBUG: dbus-libs-1.12.8-24.el8.x86_64 DEBUG: which-2.21-18.el8.x86_64 DEBUG: systemd-libs-239-71.el8.x86_64 DEBUG: device-mapper-libs-1.02.181-9.el8.x86_64 DEBUG: ca-certificates-2022.2.54-80.2.el8.noarch DEBUG: libdb-5.3.28-42.el8_4.x86_64 DEBUG: kmod-25-19.el8.x86_64 DEBUG: cryptsetup-libs-2.3.7-5.el8.x86_64 DEBUG: dbus-daemon-1.12.8-24.el8.x86_64 DEBUG: kbd-2.0.4-10.el8.x86_64 DEBUG: pam-1.3.1-25.el8.x86_64 DEBUG: systemd-pam-239-71.el8.x86_64 DEBUG: os-prober-1.74-9.el8.x86_64 DEBUG: grub2-tools-2.02-129.el8.x86_64 DEBUG: shared-mime-info-1.9-3.el8.x86_64 DEBUG: dbus-1.12.8-24.el8.x86_64 DEBUG: systemd-udev-239-71.el8.x86_64 DEBUG: fontconfig-2.13.1-4.el8.x86_64 DEBUG: python3-pip-9.0.3-22.el8.noarch DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/proc', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/sys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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.54j7c9s6:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '00e7730083d144c0923ba5b5882d4f84', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.54j7c9s6:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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-wallaby-x86_64-5/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-wallaby-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', '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-wallaby-x86_64-5/root/etc/dnf/dnf.conf; Configuration: OptionBinding with id "failovermethod" does not exist DEBUG: delorean-python-ironic-tests-tempest-4684f915b5 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-cinder-tests-tempest-0e9461155e 19 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-openstackclient-42d9b6ea571e30e 20 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-0775d3070b5cb20a1 39 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tobiko-35083361ebe1c2ad3d1f3 34 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-797c5fa9debf86049b86084 35 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-2940ab9a93c5a5d0abffb 38 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-1274f07b336d597d6c07f 39 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-neutron-2563be46a37b8fc9ee25 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-f6d2e59334aad55ab884 36 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-barbican-6ee5ad91635b41c3ab8 17 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-ead53ba0c89ee9721981fc 23 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tempest-1580f6f8437bd07e008c 29 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tripleo-heat-templates-ef8c3 18 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-django-horizon-b79ffad5c302a60e 38 kB/s | 3.0 kB 00:00 DEBUG: delorean-validations-common-dec9846f7490ddc49af 33 kB/s | 3.0 kB 00:00 DEBUG: CentOS-Stream - Base 51 kB/s | 3.9 kB 00:00 DEBUG: CentOS-Stream - AppStream 88 kB/s | 4.4 kB 00:00 DEBUG: CentOS-Stream - Extras 7.8 kB/s | 2.9 kB 00:00 DEBUG: CentOS-Stream - PowerTools 5.4 kB/s | 4.4 kB 00:00 DEBUG: dlrn-wallaby-testing 26 kB/s | 3.0 kB 00:00 DEBUG: dlrn-wallaby-build-deps 35 kB/s | 3.0 kB 00:00 DEBUG: Advanced Virtualization mirror 81 kB/s | 3.0 kB 00:00 DEBUG: Messaging RabbitMQ 100 kB/s | 3.0 kB 00:00 DEBUG: opstools 84 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 98 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-wallaby-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans DEBUG: removing 3 rpm db files DEBUG: nuke_rpm_db: removing /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/rpm/__db.001 DEBUG: nuke_rpm_db: removing /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/rpm/__db.002 DEBUG: nuke_rpm_db: removing /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/rpm/__db.003 DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'd4faf65012c442e09589c48316f35089', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: python3-six-1.15.0-2.el8.noarch DEBUG: libgcc-8.5.0-18.el8.x86_64 DEBUG: binutils-2.30-119.el8.x86_64 DEBUG: fontpackages-filesystem-1.44-22.el8.noarch DEBUG: python3-idna-2.5-5.el8.noarch DEBUG: python-rpm-macros-3-44.el8.noarch DEBUG: gcc-plugin-annobin-8.5.0-18.el8.x86_64 DEBUG: adobe-mappings-cmap-20171205-3.el8.noarch DEBUG: python3-pygments-2.2.0-22.module_el8.5.0+764+71fa3b33.noarch DEBUG: python3-setuptools-wheel-39.2.0-7.el8.noarch DEBUG: gtk-update-icon-cache-3.22.30-11.el8.x86_64 DEBUG: adobe-mappings-cmap-deprecated-20171205-3.el8.noarch DEBUG: libXft-2.3.3-1.el8.x86_64 DEBUG: libX11-common-1.6.8-5.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: publicsuffix-list-dafsa-20180723-1.el8.noarch DEBUG: urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch DEBUG: perl-srpm-macros-1-25.el8.noarch DEBUG: urw-base35-p052-fonts-20170801-10.el8.noarch DEBUG: ocaml-srpm-macros-5-4.el8.noarch DEBUG: urw-base35-z003-fonts-20170801-10.el8.noarch DEBUG: libssh-config-0.9.6-6.el8.noarch DEBUG: libbabeltrace-1.5.4-4.el8.x86_64 DEBUG: kbd-misc-2.0.4-10.el8.noarch DEBUG: pinentry-1.1.0-2.el8.x86_64 DEBUG: go-srpm-macros-2-17.el8.noarch DEBUG: openssh-8.0p1-17.el8.x86_64 DEBUG: emacs-filesystem-26.1-9.el8.noarch DEBUG: git-core-2.39.1-1.el8.x86_64 DEBUG: centos-stream-release-8.6-1.el8.noarch DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 DEBUG: setup-2.12.2-9.el8.noarch DEBUG: gnupg2-smime-2.2.20-3.el8.x86_64 DEBUG: urw-base35-fonts-common-20170801-10.el8.noarch DEBUG: rpm-build-libs-4.14.3-26.el8.x86_64 DEBUG: pcre2-10.32-3.el8.x86_64 DEBUG: gdb-headless-8.2-19.el8.x86_64 DEBUG: ncurses-libs-6.1-9.20180224.el8.x86_64 DEBUG: avahi-libs-0.7-20.el8.x86_64 DEBUG: glibc-gconv-extra-2.28-225.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: glibc-2.28-225.el8.x86_64 DEBUG: elfutils-0.188-3.el8.x86_64 DEBUG: libsepol-2.9-3.el8.x86_64 DEBUG: python3-ply-3.9-9.el8.noarch DEBUG: info-6.5-7.el8_5.x86_64 DEBUG: python3-cffi-1.13.2-1.el8.x86_64 DEBUG: bzip2-libs-1.0.6-26.el8.x86_64 DEBUG: python3-pysocks-1.6.8-3.el8.noarch DEBUG: libxcrypt-4.1.1-6.el8.x86_64 DEBUG: python3-requests-2.25.1-1.el8.noarch DEBUG: gmp-6.1.2-10.el8.x86_64 DEBUG: python3-markupsafe-0.23-19.el8.x86_64 DEBUG: freetype-2.9.1-9.el8.x86_64 DEBUG: python3-babel-2.5.1-7.el8.noarch DEBUG: libcom_err-1.45.6-5.el8.x86_64 DEBUG: python3-rpm-generators-5-8.el8.noarch DEBUG: libuuid-2.32.1-40.el8.x86_64 DEBUG: python3-imagesize-1.0.0-2.el8.noarch DEBUG: readline-7.0-10.el8.x86_64 DEBUG: python3-packaging-20.4-1.el8.noarch DEBUG: sqlite-libs-3.26.0-17.el8.x86_64 DEBUG: python3-sphinx-theme-alabaster-0.7.12-7.el8.noarch DEBUG: popt-1.18-1.el8.x86_64 DEBUG: python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch DEBUG: libjpeg-turbo-1.5.3-12.el8.x86_64 DEBUG: python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noarch DEBUG: libgcrypt-1.8.5-7.el8.x86_64 DEBUG: python3-sphinxcontrib-serializinghtml-1.1.3-5.el8.noarch DEBUG: libattr-2.4.48-3.el8.x86_64 DEBUG: openjpeg2-2.4.0-5.el8.x86_64 DEBUG: sed-4.5-5.el8.x86_64 DEBUG: pixman-0.38.4-2.el8.x86_64 DEBUG: libICE-1.0.9-15.el8.x86_64 DEBUG: pango-1.42.4-8.el8.x86_64 DEBUG: libidn2-2.2.0-1.el8.x86_64 DEBUG: ImageMagick-6.7.8.9-18.el8.x86_64 DEBUG: libgomp-8.5.0-18.el8.x86_64 DEBUG: graphviz-2.40.1-43.el8.x86_64 DEBUG: libSM-1.2.3-1.el8.x86_64 DEBUG: python3-setuptools_scm-6.0.1-1.el8.noarch DEBUG: file-libs-5.33-21.el8.x86_64 DEBUG: python3-eventlet-0.30.0-1.1.el8.noarch DEBUG: libcap-ng-0.7.11-1.el8.x86_64 DEBUG: python3-pbr-5.5.1-1.el8.noarch DEBUG: libtool-ltdl-2.4.6-25.el8.x86_64 DEBUG: make-4.2.1-11.el8.x86_64 DEBUG: libmpc-1.1.0-9.1.el8.x86_64 DEBUG: libksba-1.3.5-9.el8.x86_64 DEBUG: unzip-6.0-46.el8.x86_64 DEBUG: glibc-headers-2.28-225.el8.x86_64 DEBUG: cpio-2.12-11.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-18.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: tar-1.30-8.el8.x86_64 DEBUG: isl-0.16.1-6.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-15.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-3.el8.x86_64 DEBUG: gc-7.6.4-3.el8.x86_64 DEBUG: libipt-1.6.1-8.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-225.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-40.el8.x86_64 DEBUG: memstrack-0.2.4-2.el8.x86_64 DEBUG: npth-1.5-4.el8.x86_64 DEBUG: jbig2dec-libs-0.16-1.el8.x86_64 DEBUG: libtiff-4.0.9-27.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: libthai-0.1.27-2.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-6.el8_5.x86_64 DEBUG: python3-setuptools-50.3.2-1.el8.noarch DEBUG: grub2-tools-minimal-2.02-129.el8.x86_64 DEBUG: openldap-2.4.46-18.el8.x86_64 DEBUG: grubby-8.40-47.el8.x86_64 DEBUG: libkcapi-hmaccalc-1.2.0-2.el8.x86_64 DEBUG: libdb-utils-5.3.28-42.el8_4.x86_64 DEBUG: libcurl-7.61.1-29.el8.x86_64 DEBUG: crypto-policies-scripts-20221215-1.gitece0092.el8.noarch DEBUG: elfutils-default-yama-scope-0.188-3.el8.noarch DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: procps-ng-3.3.15-13.el8.x86_64 DEBUG: libtirpc-1.1.4-8.el8.x86_64 DEBUG: kpartx-0.8.4-37.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.188-3.el8.x86_64 DEBUG: openssl-pkcs11-0.4.10-3.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: dbus-common-1.12.8-24.el8.noarch DEBUG: libmount-2.32.1-40.el8.x86_64 DEBUG: dbus-tools-1.12.8-24.el8.x86_64 DEBUG: coreutils-8.30-15.el8.x86_64 DEBUG: libblkid-2.32.1-40.el8.x86_64 DEBUG: shadow-utils-4.6-17.el8.x86_64 DEBUG: openssl-libs-1.1.1k-7.el8.x86_64 DEBUG: rpm-libs-4.14.3-26.el8.x86_64 DEBUG: kmod-libs-25-19.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-5.el8.x86_64 DEBUG: util-linux-2.32.1-40.el8.x86_64 DEBUG: dracut-049-223.git20230119.el8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: glib2-2.56.4-161.el8.x86_64 DEBUG: gnutls-3.6.16-6.el8.x86_64 DEBUG: systemd-239-71.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: gpg-pubkey-8483c65d-5ccc5b19 DEBUG: atk-2.28.1-1.el8.x86_64 DEBUG: python-srpm-macros-3-44.el8.noarch DEBUG: gcc-8.5.0-18.el8.x86_64 DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch DEBUG: annobin-10.94-1.el8.x86_64 DEBUG: python3-rpm-macros-3-44.el8.noarch DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch DEBUG: tzdata-2022g-2.el8.noarch DEBUG: gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 DEBUG: python3-pip-wheel-9.0.3-22.el8.noarch DEBUG: gd-2.2.5-7.el8.x86_64 DEBUG: xkeyboard-config-2.28-1.el8.noarch DEBUG: urw-base35-bookman-fonts-20170801-10.el8.noarch DEBUG: adobe-mappings-pdf-20180407-1.el8.noarch DEBUG: urw-base35-d050000l-fonts-20170801-10.el8.noarch DEBUG: qt5-srpm-macros-5.15.3-1.el8.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch DEBUG: pkgconf-m4-1.4.2-1.el8.noarch DEBUG: urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch DEBUG: openblas-srpm-macros-2-2.el8.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch DEBUG: ncurses-base-6.1-9.20180224.el8.noarch DEBUG: urw-base35-fonts-20170801-10.el8.noarch DEBUG: kernel-headers-4.18.0-448.el8.x86_64 DEBUG: libsecret-0.18.6-1.el8.x86_64 DEBUG: kbd-legacy-2.0.4-10.el8.noarch DEBUG: harfbuzz-1.7.5-3.el8.x86_64 DEBUG: ghc-srpm-macros-1.4.2-7.el8.noarch DEBUG: openssh-clients-8.0p1-17.el8.x86_64 DEBUG: centos-gpg-keys-8-6.el8.noarch DEBUG: tpm2-tss-2.3.2-4.el8.x86_64 DEBUG: centos-stream-repos-8-6.el8.noarch DEBUG: libusbx-1.0.23-4.el8.x86_64 DEBUG: filesystem-3.8-6.el8.x86_64 DEBUG: gnupg2-2.2.20-3.el8.x86_64 DEBUG: basesystem-11-5.el8.noarch DEBUG: guile-2.0.14-7.el8.x86_64 DEBUG: libselinux-2.9-8.el8.x86_64 DEBUG: hicolor-icon-theme-0.17-2.el8.noarch DEBUG: glibc-all-langpacks-2.28-225.el8.x86_64 DEBUG: cups-libs-2.2.6-51.el8.x86_64 DEBUG: glibc-common-2.28-225.el8.x86_64 DEBUG: redhat-rpm-config-130-1.el8.noarch DEBUG: bash-4.4.20-4.el8.x86_64 DEBUG: python3-chardet-3.0.4-7.el8.noarch DEBUG: zlib-1.2.11-21.el8.x86_64 DEBUG: python3-pycparser-2.14-14.el8.noarch DEBUG: xz-libs-5.2.4-4.el8.x86_64 DEBUG: python3-cryptography-3.2.1-5.el8.x86_64 DEBUG: libstdc++-8.5.0-18.el8.x86_64 DEBUG: python3-urllib3-1.25.10-4.el8.noarch DEBUG: elfutils-libelf-0.188-3.el8.x86_64 DEBUG: python3-greenlet-0.4.13-4.el8.x86_64 DEBUG: libpng-1.6.34-5.el8.x86_64 DEBUG: python3-pytz-2017.2-9.el8.noarch DEBUG: libcap-2.48-4.el8.x86_64 DEBUG: python3-jinja2-2.10.1-3.el8.noarch DEBUG: libgpg-error-1.31-1.el8.x86_64 DEBUG: platform-python-devel-3.6.8-51.el8.x86_64 DEBUG: libxml2-2.9.7-16.el8.x86_64 DEBUG: python3-pyparsing-2.4.6-1.el8.noarch DEBUG: libunistring-0.9.9-3.el8.x86_64 DEBUG: python3-snowballstemmer-1.9.0-4.el8.noarch DEBUG: expat-2.2.5-11.el8.x86_64 DEBUG: python3-sphinxcontrib-applehelp-1.0.1-5.el8.noarch DEBUG: chkconfig-1.19.1-1.el8.x86_64 DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarch DEBUG: libzstd-1.4.5-6.el8.x86_64 DEBUG: python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noarch DEBUG: mpfr-3.1.6-1.el8.x86_64 DEBUG: python3-toml-0.10.1-2.el8.noarch DEBUG: libacl-2.2.53-1.el8.x86_64 DEBUG: libgs-9.27-5.el8.x86_64 DEBUG: libffi-3.1-24.el8.x86_64 DEBUG: cairo-1.15.12-6.el8.x86_64 DEBUG: p11-kit-0.23.22-1.el8.x86_64 DEBUG: librsvg2-2.42.7-4.el8.x86_64 DEBUG: findutils-4.6.0-20.el8.x86_64 DEBUG: gtk2-2.24.32-5.el8.x86_64 DEBUG: lua-libs-5.3.4-12.el8.x86_64 DEBUG: python3-sphinx-2.2.2-1.el8.noarch DEBUG: libassuan-2.5.1-3.el8.x86_64 DEBUG: python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 DEBUG: file-5.33-21.el8.x86_64 DEBUG: rpm-build-4.14.3-26.el8.x86_64 DEBUG: audit-libs-3.0.7-4.el8.x86_64 DEBUG: python3-sqlalchemy-1.3.2-2.module_el8.5.0+761+faacb0fb.x86_64 DEBUG: lz4-libs-1.8.3-3.el8_4.x86_64 DEBUG: openstack-macros-2023.1.0-0.20230216203410.ce6a105.el8.noarch 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-129.el8.noarch DEBUG: gdbm-libs-1.18-2.el8.x86_64 DEBUG: libtasn1-4.13-4.el8.x86_64 DEBUG: pcre-8.42-6.el8.x86_64 DEBUG: xz-5.2.4-4.el8.x86_64 DEBUG: gdbm-1.18-2.el8.x86_64 DEBUG: OpenEXR-libs-2.2.0-12.el8.x86_64 DEBUG: libsemanage-2.9-9.el8.x86_64 DEBUG: acl-2.2.53-1.el8.x86_64 DEBUG: patch-2.7.6-11.el8.x86_64 DEBUG: nettle-3.4.1-7.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: libatomic_ops-7.6.2-3.el8.x86_64 DEBUG: libedit-3.1-23.20170329cvs.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.2-1.el8.x86_64 DEBUG: gawk-4.2.1-4.el8.x86_64 DEBUG: libverto-0.3.2-2.el8.x86_64 DEBUG: ncurses-6.1-9.20180224.el8.x86_64 DEBUG: fribidi-1.0.4-9.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-9.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: libdatrie-0.2.9-7.el8.x86_64 DEBUG: libijs-0.35-5.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-22.el8.noarch DEBUG: python3-libs-3.6.8-51.el8.x86_64 DEBUG: libssh-0.9.6-6.el8.x86_64 DEBUG: platform-python-3.6.8-51.el8.x86_64 DEBUG: libkcapi-1.2.0-2.el8.x86_64 DEBUG: libarchive-3.3.3-5.el8.x86_64 DEBUG: curl-7.61.1-29.el8.x86_64 DEBUG: openssl-1.1.1k-7.el8.x86_64 DEBUG: crypto-policies-20221215-1.gitece0092.el8.noarch DEBUG: gzip-1.9-13.el8.x86_64 DEBUG: cracklib-dicts-2.9.6-15.el8.x86_64 DEBUG: krb5-libs-1.18.2-22.el8.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: device-mapper-1.02.181-9.el8.x86_64 DEBUG: elfutils-libs-0.188-3.el8.x86_64 DEBUG: rpm-4.14.3-26.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libfdisk-2.32.1-40.el8.x86_64 DEBUG: dbus-libs-1.12.8-24.el8.x86_64 DEBUG: which-2.21-18.el8.x86_64 DEBUG: systemd-libs-239-71.el8.x86_64 DEBUG: device-mapper-libs-1.02.181-9.el8.x86_64 DEBUG: ca-certificates-2022.2.54-80.2.el8.noarch DEBUG: libdb-5.3.28-42.el8_4.x86_64 DEBUG: kmod-25-19.el8.x86_64 DEBUG: cryptsetup-libs-2.3.7-5.el8.x86_64 DEBUG: dbus-daemon-1.12.8-24.el8.x86_64 DEBUG: kbd-2.0.4-10.el8.x86_64 DEBUG: pam-1.3.1-25.el8.x86_64 DEBUG: systemd-pam-239-71.el8.x86_64 DEBUG: os-prober-1.74-9.el8.x86_64 DEBUG: grub2-tools-2.02-129.el8.x86_64 DEBUG: shared-mime-info-1.9-3.el8.x86_64 DEBUG: dbus-1.12.8-24.el8.x86_64 DEBUG: systemd-udev-239-71.el8.x86_64 DEBUG: fontconfig-2.13.1-4.el8.x86_64 DEBUG: python3-pip-9.0.3-22.el8.noarch DEBUG: Child return code was: 0 Finish: dnf update DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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-glance.spec'], chrootPath='/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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=1022gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.mmf0_ra5:/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.mmf0_ra5:/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', '38494d728494489b9794ee8d5ccdd283', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.mmf0_ra5:/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-glance.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-glance-22.1.2-0.20230309185042.883fc8a.el8.src.rpm DEBUG: Child return code was: 0 Finish: rpmbuild -bs DEBUG: Copying package to result dir Finish: buildsrpm INFO: Done(openstack-glance.spec) Config(dlrn-5) 1 minutes 31 seconds INFO: Results and/or logs in: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 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-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['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-wallaby-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + finalize + rm -rf /tmp/tmp.id9H3JxE6a 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 DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos8-wallaby/data/dlrn-5.cfg'] DEBUG: version: 2.10 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 DEBUG: rootdir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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: 1022 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.0evu_han:/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-wallaby-x86_64-5/ccache/u1022/', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/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-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'tmpfs_enable': False, 'tmpfs_opts': {'required_ram_mb': 900, 'max_fs_size': None, 'mode': '0755', 'keep_mounted': False, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, '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-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5', 'root': 'dlrn-centos8-wallaby-x86_64-5', 'resultdir': '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'}} 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 1022 -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-wallaby-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos8-wallaby/data/dlrn-5.cfg DEBUG: root: dlrn-centos8-wallaby-x86_64-5 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-python-ironic-tests-tempest-4684f915b58d2c161295100802dec7076920451f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/baremetal/46/84/4684f915b58d2c161295100802dec7076920451f_b18c72ed enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-python-cinder-tests-tempest-0e9461155e2acf2d68f2b42c8a5942af8975190a baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cinder/0e/94/0e9461155e2acf2d68f2b42c8a5942af8975190a_7988e196 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-openstackclient-42d9b6ea571e30e4ca1fda9a21dd6ad2189a4f2f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/clients/42/d9/42d9b6ea571e30e4ca1fda9a21dd6ad2189a4f2f_f3ef27aa enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-0775d3070b5cb20a1bd7f54722fd33bd7692eebe baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cloudops/07/75/0775d3070b5cb20a1bd7f54722fd33bd7692eebe_f1998506 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-35083361ebe1c2ad3d1f3df25411b170267b9d33 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/common/35/08/35083361ebe1c2ad3d1f3df25411b170267b9d33_3d4d4101 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-797c5fa9debf86049b86084a86a5b939e11592d4 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/compute/79/7c/797c5fa9debf86049b86084a86a5b939e11592d4_2a32aa65 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-2940ab9a93c5a5d0abffbb72a4ad7a8fbe18f445 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/glance/29/40/2940ab9a93c5a5d0abffbb72a4ad7a8fbe18f445_2b7360f6 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-1274f07b336d597d6c07ffdf612a84da01d1754e baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/manila/12/74/1274f07b336d597d6c07ffdf612a84da01d1754e_7f2878ed enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-openstack-neutron-2563be46a37b8fc9ee25cc1efd7aa49ba4ec11c5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/network/25/63/2563be46a37b8fc9ee25cc1efd7aa49ba4ec11c5_5185391e enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-f6d2e59334aad55ab884e85a8cd697c7bc3bf861 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/octavia/f6/d2/f6d2e59334aad55ab884e85a8cd697c7bc3bf861_bca32aae enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-barbican-6ee5ad91635b41c3ab891602942b1b809a25ace6 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/security/6e/e5/6ee5ad91635b41c3ab891602942b1b809a25ace6_de92ac9d enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-ead53ba0c89ee9721981fcfc3784b335b4aef0ad baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/swift/ea/d5/ead53ba0c89ee9721981fcfc3784b335b4aef0ad_1c12d317 enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-1580f6f8437bd07e008ce8451388765d4b9b268f baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tempest/15/80/1580f6f8437bd07e008ce8451388765d4b9b268f_63808291 enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-openstack-tripleo-heat-templates-ef8c3cb06e31256385a149e7d64bfd373a17efdf baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tripleo/ef/8c/ef8c3cb06e31256385a149e7d64bfd373a17efdf_68daafa5 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-b79ffad5c302a60e5a61f0938ec87b8e98ee44f1 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/ui/b7/9f/b79ffad5c302a60e5a61f0938ec87b8e98ee44f1_b0d68b58 enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-validations-common-dec9846f7490ddc49af4f574d129293dd26f1da5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/validation/de/c9/dec9846f7490ddc49af4f574d129293dd26f1da5_df302a4c enabled=1 gpgcheck=0 priority=1 [delorean-wallaby-testing] name=dlrn-wallaby-testing baseurl=https://trunk.rdoproject.org/centos8-wallaby/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-wallaby-build-deps] name=dlrn-wallaby-build-deps baseurl=https://trunk.rdoproject.org/centos8-wallaby/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-stream/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-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.src.rpm INFO: Start(/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.src.rpm) Config(dlrn-centos8-wallaby-x86_64-5) Start: clean chroot Finish: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 16212184 6492936 154324 7173928 9564924 2204228 DEBUG: Swap: 16777212 3917500 12859712 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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: /dev/vda1 550G 494G 57G 90% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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-wallaby-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.e4xevgri', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc DEBUG: method _make_build_user skipped in bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/builddir DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: ensuring that dir exists: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['gtar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./proc DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./sys DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./dev DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./tmp/ccache DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/cache/yum DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/cache/dnf DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/log DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 16212184 6624328 210468 6917548 9377388 2329580 DEBUG: Swap: 16777212 4267140 12510072 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: /dev/vda1 550G 495G 56G 90% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 Mock Version: 2.10 INFO: Mock Version: 2.10 INFO: Mock Version: 2.10 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.iw7fwuah', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: resultdir = /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', '6fb16e222b68435788df77c426699261', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', 'b65873f6a640400db041ed7ea14c528f', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', '627290d40e1944909e09877ef34a885a', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', '2becd4a361934b55a38e9760ebc32def', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', '1022', '-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-wallaby-x86_64-5/root/builddir/build DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/RPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SPECS DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SRPMS DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SOURCES DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/BUILD DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/BUILDROOT DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/originals DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/builddir Start: dnf update DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '39d05130732d44bf8d2efc82c87eaae6', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: python3-six-1.15.0-2.el8.noarch DEBUG: libgcc-8.5.0-18.el8.x86_64 DEBUG: binutils-2.30-119.el8.x86_64 DEBUG: fontpackages-filesystem-1.44-22.el8.noarch DEBUG: python3-idna-2.5-5.el8.noarch DEBUG: python-rpm-macros-3-44.el8.noarch DEBUG: gcc-plugin-annobin-8.5.0-18.el8.x86_64 DEBUG: adobe-mappings-cmap-20171205-3.el8.noarch DEBUG: python3-pygments-2.2.0-22.module_el8.5.0+764+71fa3b33.noarch DEBUG: python3-setuptools-wheel-39.2.0-7.el8.noarch DEBUG: gtk-update-icon-cache-3.22.30-11.el8.x86_64 DEBUG: adobe-mappings-cmap-deprecated-20171205-3.el8.noarch DEBUG: libXft-2.3.3-1.el8.x86_64 DEBUG: libX11-common-1.6.8-5.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: publicsuffix-list-dafsa-20180723-1.el8.noarch DEBUG: urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch DEBUG: perl-srpm-macros-1-25.el8.noarch DEBUG: urw-base35-p052-fonts-20170801-10.el8.noarch DEBUG: ocaml-srpm-macros-5-4.el8.noarch DEBUG: urw-base35-z003-fonts-20170801-10.el8.noarch DEBUG: libssh-config-0.9.6-6.el8.noarch DEBUG: libbabeltrace-1.5.4-4.el8.x86_64 DEBUG: kbd-misc-2.0.4-10.el8.noarch DEBUG: pinentry-1.1.0-2.el8.x86_64 DEBUG: go-srpm-macros-2-17.el8.noarch DEBUG: openssh-8.0p1-17.el8.x86_64 DEBUG: emacs-filesystem-26.1-9.el8.noarch DEBUG: git-core-2.39.1-1.el8.x86_64 DEBUG: centos-stream-release-8.6-1.el8.noarch DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 DEBUG: setup-2.12.2-9.el8.noarch DEBUG: gnupg2-smime-2.2.20-3.el8.x86_64 DEBUG: urw-base35-fonts-common-20170801-10.el8.noarch DEBUG: rpm-build-libs-4.14.3-26.el8.x86_64 DEBUG: pcre2-10.32-3.el8.x86_64 DEBUG: gdb-headless-8.2-19.el8.x86_64 DEBUG: ncurses-libs-6.1-9.20180224.el8.x86_64 DEBUG: avahi-libs-0.7-20.el8.x86_64 DEBUG: glibc-gconv-extra-2.28-225.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: glibc-2.28-225.el8.x86_64 DEBUG: elfutils-0.188-3.el8.x86_64 DEBUG: libsepol-2.9-3.el8.x86_64 DEBUG: python3-ply-3.9-9.el8.noarch DEBUG: info-6.5-7.el8_5.x86_64 DEBUG: python3-cffi-1.13.2-1.el8.x86_64 DEBUG: bzip2-libs-1.0.6-26.el8.x86_64 DEBUG: python3-pysocks-1.6.8-3.el8.noarch DEBUG: libxcrypt-4.1.1-6.el8.x86_64 DEBUG: python3-requests-2.25.1-1.el8.noarch DEBUG: gmp-6.1.2-10.el8.x86_64 DEBUG: python3-markupsafe-0.23-19.el8.x86_64 DEBUG: freetype-2.9.1-9.el8.x86_64 DEBUG: python3-babel-2.5.1-7.el8.noarch DEBUG: libcom_err-1.45.6-5.el8.x86_64 DEBUG: python3-rpm-generators-5-8.el8.noarch DEBUG: libuuid-2.32.1-40.el8.x86_64 DEBUG: python3-imagesize-1.0.0-2.el8.noarch DEBUG: readline-7.0-10.el8.x86_64 DEBUG: python3-packaging-20.4-1.el8.noarch DEBUG: sqlite-libs-3.26.0-17.el8.x86_64 DEBUG: python3-sphinx-theme-alabaster-0.7.12-7.el8.noarch DEBUG: popt-1.18-1.el8.x86_64 DEBUG: python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch DEBUG: libjpeg-turbo-1.5.3-12.el8.x86_64 DEBUG: python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noarch DEBUG: libgcrypt-1.8.5-7.el8.x86_64 DEBUG: python3-sphinxcontrib-serializinghtml-1.1.3-5.el8.noarch DEBUG: libattr-2.4.48-3.el8.x86_64 DEBUG: openjpeg2-2.4.0-5.el8.x86_64 DEBUG: sed-4.5-5.el8.x86_64 DEBUG: pixman-0.38.4-2.el8.x86_64 DEBUG: libICE-1.0.9-15.el8.x86_64 DEBUG: pango-1.42.4-8.el8.x86_64 DEBUG: libidn2-2.2.0-1.el8.x86_64 DEBUG: ImageMagick-6.7.8.9-18.el8.x86_64 DEBUG: libgomp-8.5.0-18.el8.x86_64 DEBUG: graphviz-2.40.1-43.el8.x86_64 DEBUG: libSM-1.2.3-1.el8.x86_64 DEBUG: python3-setuptools_scm-6.0.1-1.el8.noarch DEBUG: file-libs-5.33-21.el8.x86_64 DEBUG: python3-eventlet-0.30.0-1.1.el8.noarch DEBUG: libcap-ng-0.7.11-1.el8.x86_64 DEBUG: python3-pbr-5.5.1-1.el8.noarch DEBUG: libtool-ltdl-2.4.6-25.el8.x86_64 DEBUG: make-4.2.1-11.el8.x86_64 DEBUG: libmpc-1.1.0-9.1.el8.x86_64 DEBUG: libksba-1.3.5-9.el8.x86_64 DEBUG: unzip-6.0-46.el8.x86_64 DEBUG: glibc-headers-2.28-225.el8.x86_64 DEBUG: cpio-2.12-11.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-18.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: tar-1.30-8.el8.x86_64 DEBUG: isl-0.16.1-6.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-15.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-3.el8.x86_64 DEBUG: gc-7.6.4-3.el8.x86_64 DEBUG: libipt-1.6.1-8.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-225.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-40.el8.x86_64 DEBUG: memstrack-0.2.4-2.el8.x86_64 DEBUG: npth-1.5-4.el8.x86_64 DEBUG: jbig2dec-libs-0.16-1.el8.x86_64 DEBUG: libtiff-4.0.9-27.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: libthai-0.1.27-2.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-6.el8_5.x86_64 DEBUG: python3-setuptools-50.3.2-1.el8.noarch DEBUG: grub2-tools-minimal-2.02-129.el8.x86_64 DEBUG: openldap-2.4.46-18.el8.x86_64 DEBUG: grubby-8.40-47.el8.x86_64 DEBUG: libkcapi-hmaccalc-1.2.0-2.el8.x86_64 DEBUG: libdb-utils-5.3.28-42.el8_4.x86_64 DEBUG: libcurl-7.61.1-29.el8.x86_64 DEBUG: crypto-policies-scripts-20221215-1.gitece0092.el8.noarch DEBUG: elfutils-default-yama-scope-0.188-3.el8.noarch DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: procps-ng-3.3.15-13.el8.x86_64 DEBUG: libtirpc-1.1.4-8.el8.x86_64 DEBUG: kpartx-0.8.4-37.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.188-3.el8.x86_64 DEBUG: openssl-pkcs11-0.4.10-3.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: dbus-common-1.12.8-24.el8.noarch DEBUG: libmount-2.32.1-40.el8.x86_64 DEBUG: dbus-tools-1.12.8-24.el8.x86_64 DEBUG: coreutils-8.30-15.el8.x86_64 DEBUG: libblkid-2.32.1-40.el8.x86_64 DEBUG: shadow-utils-4.6-17.el8.x86_64 DEBUG: openssl-libs-1.1.1k-7.el8.x86_64 DEBUG: rpm-libs-4.14.3-26.el8.x86_64 DEBUG: kmod-libs-25-19.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-5.el8.x86_64 DEBUG: util-linux-2.32.1-40.el8.x86_64 DEBUG: dracut-049-223.git20230119.el8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: glib2-2.56.4-161.el8.x86_64 DEBUG: gnutls-3.6.16-6.el8.x86_64 DEBUG: systemd-239-71.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: gpg-pubkey-8483c65d-5ccc5b19 DEBUG: atk-2.28.1-1.el8.x86_64 DEBUG: python-srpm-macros-3-44.el8.noarch DEBUG: gcc-8.5.0-18.el8.x86_64 DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch DEBUG: annobin-10.94-1.el8.x86_64 DEBUG: python3-rpm-macros-3-44.el8.noarch DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch DEBUG: tzdata-2022g-2.el8.noarch DEBUG: gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 DEBUG: python3-pip-wheel-9.0.3-22.el8.noarch DEBUG: gd-2.2.5-7.el8.x86_64 DEBUG: xkeyboard-config-2.28-1.el8.noarch DEBUG: urw-base35-bookman-fonts-20170801-10.el8.noarch DEBUG: adobe-mappings-pdf-20180407-1.el8.noarch DEBUG: urw-base35-d050000l-fonts-20170801-10.el8.noarch DEBUG: qt5-srpm-macros-5.15.3-1.el8.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch DEBUG: pkgconf-m4-1.4.2-1.el8.noarch DEBUG: urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch DEBUG: openblas-srpm-macros-2-2.el8.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch DEBUG: ncurses-base-6.1-9.20180224.el8.noarch DEBUG: urw-base35-fonts-20170801-10.el8.noarch DEBUG: kernel-headers-4.18.0-448.el8.x86_64 DEBUG: libsecret-0.18.6-1.el8.x86_64 DEBUG: kbd-legacy-2.0.4-10.el8.noarch DEBUG: harfbuzz-1.7.5-3.el8.x86_64 DEBUG: ghc-srpm-macros-1.4.2-7.el8.noarch DEBUG: openssh-clients-8.0p1-17.el8.x86_64 DEBUG: centos-gpg-keys-8-6.el8.noarch DEBUG: tpm2-tss-2.3.2-4.el8.x86_64 DEBUG: centos-stream-repos-8-6.el8.noarch DEBUG: libusbx-1.0.23-4.el8.x86_64 DEBUG: filesystem-3.8-6.el8.x86_64 DEBUG: gnupg2-2.2.20-3.el8.x86_64 DEBUG: basesystem-11-5.el8.noarch DEBUG: guile-2.0.14-7.el8.x86_64 DEBUG: libselinux-2.9-8.el8.x86_64 DEBUG: hicolor-icon-theme-0.17-2.el8.noarch DEBUG: glibc-all-langpacks-2.28-225.el8.x86_64 DEBUG: cups-libs-2.2.6-51.el8.x86_64 DEBUG: glibc-common-2.28-225.el8.x86_64 DEBUG: redhat-rpm-config-130-1.el8.noarch DEBUG: bash-4.4.20-4.el8.x86_64 DEBUG: python3-chardet-3.0.4-7.el8.noarch DEBUG: zlib-1.2.11-21.el8.x86_64 DEBUG: python3-pycparser-2.14-14.el8.noarch DEBUG: xz-libs-5.2.4-4.el8.x86_64 DEBUG: python3-cryptography-3.2.1-5.el8.x86_64 DEBUG: libstdc++-8.5.0-18.el8.x86_64 DEBUG: python3-urllib3-1.25.10-4.el8.noarch DEBUG: elfutils-libelf-0.188-3.el8.x86_64 DEBUG: python3-greenlet-0.4.13-4.el8.x86_64 DEBUG: libpng-1.6.34-5.el8.x86_64 DEBUG: python3-pytz-2017.2-9.el8.noarch DEBUG: libcap-2.48-4.el8.x86_64 DEBUG: python3-jinja2-2.10.1-3.el8.noarch DEBUG: libgpg-error-1.31-1.el8.x86_64 DEBUG: platform-python-devel-3.6.8-51.el8.x86_64 DEBUG: libxml2-2.9.7-16.el8.x86_64 DEBUG: python3-pyparsing-2.4.6-1.el8.noarch DEBUG: libunistring-0.9.9-3.el8.x86_64 DEBUG: python3-snowballstemmer-1.9.0-4.el8.noarch DEBUG: expat-2.2.5-11.el8.x86_64 DEBUG: python3-sphinxcontrib-applehelp-1.0.1-5.el8.noarch DEBUG: chkconfig-1.19.1-1.el8.x86_64 DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarch DEBUG: libzstd-1.4.5-6.el8.x86_64 DEBUG: python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noarch DEBUG: mpfr-3.1.6-1.el8.x86_64 DEBUG: python3-toml-0.10.1-2.el8.noarch DEBUG: libacl-2.2.53-1.el8.x86_64 DEBUG: libgs-9.27-5.el8.x86_64 DEBUG: libffi-3.1-24.el8.x86_64 DEBUG: cairo-1.15.12-6.el8.x86_64 DEBUG: p11-kit-0.23.22-1.el8.x86_64 DEBUG: librsvg2-2.42.7-4.el8.x86_64 DEBUG: findutils-4.6.0-20.el8.x86_64 DEBUG: gtk2-2.24.32-5.el8.x86_64 DEBUG: lua-libs-5.3.4-12.el8.x86_64 DEBUG: python3-sphinx-2.2.2-1.el8.noarch DEBUG: libassuan-2.5.1-3.el8.x86_64 DEBUG: python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 DEBUG: file-5.33-21.el8.x86_64 DEBUG: rpm-build-4.14.3-26.el8.x86_64 DEBUG: audit-libs-3.0.7-4.el8.x86_64 DEBUG: python3-sqlalchemy-1.3.2-2.module_el8.5.0+761+faacb0fb.x86_64 DEBUG: lz4-libs-1.8.3-3.el8_4.x86_64 DEBUG: openstack-macros-2023.1.0-0.20230216203410.ce6a105.el8.noarch 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-129.el8.noarch DEBUG: gdbm-libs-1.18-2.el8.x86_64 DEBUG: libtasn1-4.13-4.el8.x86_64 DEBUG: pcre-8.42-6.el8.x86_64 DEBUG: xz-5.2.4-4.el8.x86_64 DEBUG: gdbm-1.18-2.el8.x86_64 DEBUG: OpenEXR-libs-2.2.0-12.el8.x86_64 DEBUG: libsemanage-2.9-9.el8.x86_64 DEBUG: acl-2.2.53-1.el8.x86_64 DEBUG: patch-2.7.6-11.el8.x86_64 DEBUG: nettle-3.4.1-7.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: libatomic_ops-7.6.2-3.el8.x86_64 DEBUG: libedit-3.1-23.20170329cvs.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.2-1.el8.x86_64 DEBUG: gawk-4.2.1-4.el8.x86_64 DEBUG: libverto-0.3.2-2.el8.x86_64 DEBUG: ncurses-6.1-9.20180224.el8.x86_64 DEBUG: fribidi-1.0.4-9.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-9.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: libdatrie-0.2.9-7.el8.x86_64 DEBUG: libijs-0.35-5.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-22.el8.noarch DEBUG: python3-libs-3.6.8-51.el8.x86_64 DEBUG: libssh-0.9.6-6.el8.x86_64 DEBUG: platform-python-3.6.8-51.el8.x86_64 DEBUG: libkcapi-1.2.0-2.el8.x86_64 DEBUG: libarchive-3.3.3-5.el8.x86_64 DEBUG: curl-7.61.1-29.el8.x86_64 DEBUG: openssl-1.1.1k-7.el8.x86_64 DEBUG: crypto-policies-20221215-1.gitece0092.el8.noarch DEBUG: gzip-1.9-13.el8.x86_64 DEBUG: cracklib-dicts-2.9.6-15.el8.x86_64 DEBUG: krb5-libs-1.18.2-22.el8.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: device-mapper-1.02.181-9.el8.x86_64 DEBUG: elfutils-libs-0.188-3.el8.x86_64 DEBUG: rpm-4.14.3-26.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libfdisk-2.32.1-40.el8.x86_64 DEBUG: dbus-libs-1.12.8-24.el8.x86_64 DEBUG: which-2.21-18.el8.x86_64 DEBUG: systemd-libs-239-71.el8.x86_64 DEBUG: device-mapper-libs-1.02.181-9.el8.x86_64 DEBUG: ca-certificates-2022.2.54-80.2.el8.noarch DEBUG: libdb-5.3.28-42.el8_4.x86_64 DEBUG: kmod-25-19.el8.x86_64 DEBUG: cryptsetup-libs-2.3.7-5.el8.x86_64 DEBUG: dbus-daemon-1.12.8-24.el8.x86_64 DEBUG: kbd-2.0.4-10.el8.x86_64 DEBUG: pam-1.3.1-25.el8.x86_64 DEBUG: systemd-pam-239-71.el8.x86_64 DEBUG: os-prober-1.74-9.el8.x86_64 DEBUG: grub2-tools-2.02-129.el8.x86_64 DEBUG: shared-mime-info-1.9-3.el8.x86_64 DEBUG: dbus-1.12.8-24.el8.x86_64 DEBUG: systemd-udev-239-71.el8.x86_64 DEBUG: fontconfig-2.13.1-4.el8.x86_64 DEBUG: python3-pip-9.0.3-22.el8.noarch DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/proc', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/sys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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.xrxyhce1:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'ccbc0ff966e1451da8145e45f17754fb', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.xrxyhce1:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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-wallaby-x86_64-5/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-wallaby-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', '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-wallaby-x86_64-5/root/etc/dnf/dnf.conf; Configuration: OptionBinding with id "failovermethod" does not exist DEBUG: delorean-python-ironic-tests-tempest-4684f915b5 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-cinder-tests-tempest-0e9461155e 32 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-openstackclient-42d9b6ea571e30e 29 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-0775d3070b5cb20a1 34 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tobiko-35083361ebe1c2ad3d1f3 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-797c5fa9debf86049b86084 37 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-2940ab9a93c5a5d0abffb 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-1274f07b336d597d6c07f 20 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-neutron-2563be46a37b8fc9ee25 34 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-f6d2e59334aad55ab884 33 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-barbican-6ee5ad91635b41c3ab8 38 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-ead53ba0c89ee9721981fc 31 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tempest-1580f6f8437bd07e008c 22 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tripleo-heat-templates-ef8c3 8.2 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-django-horizon-b79ffad5c302a60e 33 kB/s | 3.0 kB 00:00 DEBUG: delorean-validations-common-dec9846f7490ddc49af 36 kB/s | 3.0 kB 00:00 DEBUG: CentOS-Stream - Base 45 kB/s | 3.9 kB 00:00 DEBUG: CentOS-Stream - AppStream 50 kB/s | 4.4 kB 00:00 DEBUG: CentOS-Stream - Extras 8.7 kB/s | 2.9 kB 00:00 DEBUG: CentOS-Stream - PowerTools 19 kB/s | 4.4 kB 00:00 DEBUG: dlrn-wallaby-testing 28 kB/s | 3.0 kB 00:00 DEBUG: dlrn-wallaby-build-deps 29 kB/s | 3.0 kB 00:00 DEBUG: Advanced Virtualization mirror 30 kB/s | 3.0 kB 00:00 DEBUG: Messaging RabbitMQ 39 kB/s | 3.0 kB 00:00 DEBUG: opstools 45 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 34 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-wallaby-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans DEBUG: removing 3 rpm db files DEBUG: nuke_rpm_db: removing /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/rpm/__db.001 DEBUG: nuke_rpm_db: removing /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/rpm/__db.002 DEBUG: nuke_rpm_db: removing /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/rpm/__db.003 DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '8f54d7e026c746edb730e666e9f08429', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0'} and shell False DEBUG: python3-six-1.15.0-2.el8.noarch DEBUG: libgcc-8.5.0-18.el8.x86_64 DEBUG: binutils-2.30-119.el8.x86_64 DEBUG: fontpackages-filesystem-1.44-22.el8.noarch DEBUG: python3-idna-2.5-5.el8.noarch DEBUG: python-rpm-macros-3-44.el8.noarch DEBUG: gcc-plugin-annobin-8.5.0-18.el8.x86_64 DEBUG: adobe-mappings-cmap-20171205-3.el8.noarch DEBUG: python3-pygments-2.2.0-22.module_el8.5.0+764+71fa3b33.noarch DEBUG: python3-setuptools-wheel-39.2.0-7.el8.noarch DEBUG: gtk-update-icon-cache-3.22.30-11.el8.x86_64 DEBUG: adobe-mappings-cmap-deprecated-20171205-3.el8.noarch DEBUG: libXft-2.3.3-1.el8.x86_64 DEBUG: libX11-common-1.6.8-5.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: publicsuffix-list-dafsa-20180723-1.el8.noarch DEBUG: urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch DEBUG: perl-srpm-macros-1-25.el8.noarch DEBUG: urw-base35-p052-fonts-20170801-10.el8.noarch DEBUG: ocaml-srpm-macros-5-4.el8.noarch DEBUG: urw-base35-z003-fonts-20170801-10.el8.noarch DEBUG: libssh-config-0.9.6-6.el8.noarch DEBUG: libbabeltrace-1.5.4-4.el8.x86_64 DEBUG: kbd-misc-2.0.4-10.el8.noarch DEBUG: pinentry-1.1.0-2.el8.x86_64 DEBUG: go-srpm-macros-2-17.el8.noarch DEBUG: openssh-8.0p1-17.el8.x86_64 DEBUG: emacs-filesystem-26.1-9.el8.noarch DEBUG: git-core-2.39.1-1.el8.x86_64 DEBUG: centos-stream-release-8.6-1.el8.noarch DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 DEBUG: setup-2.12.2-9.el8.noarch DEBUG: gnupg2-smime-2.2.20-3.el8.x86_64 DEBUG: urw-base35-fonts-common-20170801-10.el8.noarch DEBUG: rpm-build-libs-4.14.3-26.el8.x86_64 DEBUG: pcre2-10.32-3.el8.x86_64 DEBUG: gdb-headless-8.2-19.el8.x86_64 DEBUG: ncurses-libs-6.1-9.20180224.el8.x86_64 DEBUG: avahi-libs-0.7-20.el8.x86_64 DEBUG: glibc-gconv-extra-2.28-225.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: glibc-2.28-225.el8.x86_64 DEBUG: elfutils-0.188-3.el8.x86_64 DEBUG: libsepol-2.9-3.el8.x86_64 DEBUG: python3-ply-3.9-9.el8.noarch DEBUG: info-6.5-7.el8_5.x86_64 DEBUG: python3-cffi-1.13.2-1.el8.x86_64 DEBUG: bzip2-libs-1.0.6-26.el8.x86_64 DEBUG: python3-pysocks-1.6.8-3.el8.noarch DEBUG: libxcrypt-4.1.1-6.el8.x86_64 DEBUG: python3-requests-2.25.1-1.el8.noarch DEBUG: gmp-6.1.2-10.el8.x86_64 DEBUG: python3-markupsafe-0.23-19.el8.x86_64 DEBUG: freetype-2.9.1-9.el8.x86_64 DEBUG: python3-babel-2.5.1-7.el8.noarch DEBUG: libcom_err-1.45.6-5.el8.x86_64 DEBUG: python3-rpm-generators-5-8.el8.noarch DEBUG: libuuid-2.32.1-40.el8.x86_64 DEBUG: python3-imagesize-1.0.0-2.el8.noarch DEBUG: readline-7.0-10.el8.x86_64 DEBUG: python3-packaging-20.4-1.el8.noarch DEBUG: sqlite-libs-3.26.0-17.el8.x86_64 DEBUG: python3-sphinx-theme-alabaster-0.7.12-7.el8.noarch DEBUG: popt-1.18-1.el8.x86_64 DEBUG: python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch DEBUG: libjpeg-turbo-1.5.3-12.el8.x86_64 DEBUG: python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noarch DEBUG: libgcrypt-1.8.5-7.el8.x86_64 DEBUG: python3-sphinxcontrib-serializinghtml-1.1.3-5.el8.noarch DEBUG: libattr-2.4.48-3.el8.x86_64 DEBUG: openjpeg2-2.4.0-5.el8.x86_64 DEBUG: sed-4.5-5.el8.x86_64 DEBUG: pixman-0.38.4-2.el8.x86_64 DEBUG: libICE-1.0.9-15.el8.x86_64 DEBUG: pango-1.42.4-8.el8.x86_64 DEBUG: libidn2-2.2.0-1.el8.x86_64 DEBUG: ImageMagick-6.7.8.9-18.el8.x86_64 DEBUG: libgomp-8.5.0-18.el8.x86_64 DEBUG: graphviz-2.40.1-43.el8.x86_64 DEBUG: libSM-1.2.3-1.el8.x86_64 DEBUG: python3-setuptools_scm-6.0.1-1.el8.noarch DEBUG: file-libs-5.33-21.el8.x86_64 DEBUG: python3-eventlet-0.30.0-1.1.el8.noarch DEBUG: libcap-ng-0.7.11-1.el8.x86_64 DEBUG: python3-pbr-5.5.1-1.el8.noarch DEBUG: libtool-ltdl-2.4.6-25.el8.x86_64 DEBUG: make-4.2.1-11.el8.x86_64 DEBUG: libmpc-1.1.0-9.1.el8.x86_64 DEBUG: libksba-1.3.5-9.el8.x86_64 DEBUG: unzip-6.0-46.el8.x86_64 DEBUG: glibc-headers-2.28-225.el8.x86_64 DEBUG: cpio-2.12-11.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-18.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: tar-1.30-8.el8.x86_64 DEBUG: isl-0.16.1-6.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-15.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-3.el8.x86_64 DEBUG: gc-7.6.4-3.el8.x86_64 DEBUG: libipt-1.6.1-8.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-225.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-40.el8.x86_64 DEBUG: memstrack-0.2.4-2.el8.x86_64 DEBUG: npth-1.5-4.el8.x86_64 DEBUG: jbig2dec-libs-0.16-1.el8.x86_64 DEBUG: libtiff-4.0.9-27.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: libthai-0.1.27-2.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-6.el8_5.x86_64 DEBUG: python3-setuptools-50.3.2-1.el8.noarch DEBUG: grub2-tools-minimal-2.02-129.el8.x86_64 DEBUG: openldap-2.4.46-18.el8.x86_64 DEBUG: grubby-8.40-47.el8.x86_64 DEBUG: libkcapi-hmaccalc-1.2.0-2.el8.x86_64 DEBUG: libdb-utils-5.3.28-42.el8_4.x86_64 DEBUG: libcurl-7.61.1-29.el8.x86_64 DEBUG: crypto-policies-scripts-20221215-1.gitece0092.el8.noarch DEBUG: elfutils-default-yama-scope-0.188-3.el8.noarch DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: procps-ng-3.3.15-13.el8.x86_64 DEBUG: libtirpc-1.1.4-8.el8.x86_64 DEBUG: kpartx-0.8.4-37.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.188-3.el8.x86_64 DEBUG: openssl-pkcs11-0.4.10-3.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: dbus-common-1.12.8-24.el8.noarch DEBUG: libmount-2.32.1-40.el8.x86_64 DEBUG: dbus-tools-1.12.8-24.el8.x86_64 DEBUG: coreutils-8.30-15.el8.x86_64 DEBUG: libblkid-2.32.1-40.el8.x86_64 DEBUG: shadow-utils-4.6-17.el8.x86_64 DEBUG: openssl-libs-1.1.1k-7.el8.x86_64 DEBUG: rpm-libs-4.14.3-26.el8.x86_64 DEBUG: kmod-libs-25-19.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-5.el8.x86_64 DEBUG: util-linux-2.32.1-40.el8.x86_64 DEBUG: dracut-049-223.git20230119.el8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: glib2-2.56.4-161.el8.x86_64 DEBUG: gnutls-3.6.16-6.el8.x86_64 DEBUG: systemd-239-71.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: gpg-pubkey-8483c65d-5ccc5b19 DEBUG: atk-2.28.1-1.el8.x86_64 DEBUG: python-srpm-macros-3-44.el8.noarch DEBUG: gcc-8.5.0-18.el8.x86_64 DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch DEBUG: annobin-10.94-1.el8.x86_64 DEBUG: python3-rpm-macros-3-44.el8.noarch DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch DEBUG: tzdata-2022g-2.el8.noarch DEBUG: gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 DEBUG: python3-pip-wheel-9.0.3-22.el8.noarch DEBUG: gd-2.2.5-7.el8.x86_64 DEBUG: xkeyboard-config-2.28-1.el8.noarch DEBUG: urw-base35-bookman-fonts-20170801-10.el8.noarch DEBUG: adobe-mappings-pdf-20180407-1.el8.noarch DEBUG: urw-base35-d050000l-fonts-20170801-10.el8.noarch DEBUG: qt5-srpm-macros-5.15.3-1.el8.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch DEBUG: pkgconf-m4-1.4.2-1.el8.noarch DEBUG: urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch DEBUG: openblas-srpm-macros-2-2.el8.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch DEBUG: ncurses-base-6.1-9.20180224.el8.noarch DEBUG: urw-base35-fonts-20170801-10.el8.noarch DEBUG: kernel-headers-4.18.0-448.el8.x86_64 DEBUG: libsecret-0.18.6-1.el8.x86_64 DEBUG: kbd-legacy-2.0.4-10.el8.noarch DEBUG: harfbuzz-1.7.5-3.el8.x86_64 DEBUG: ghc-srpm-macros-1.4.2-7.el8.noarch DEBUG: openssh-clients-8.0p1-17.el8.x86_64 DEBUG: centos-gpg-keys-8-6.el8.noarch DEBUG: tpm2-tss-2.3.2-4.el8.x86_64 DEBUG: centos-stream-repos-8-6.el8.noarch DEBUG: libusbx-1.0.23-4.el8.x86_64 DEBUG: filesystem-3.8-6.el8.x86_64 DEBUG: gnupg2-2.2.20-3.el8.x86_64 DEBUG: basesystem-11-5.el8.noarch DEBUG: guile-2.0.14-7.el8.x86_64 DEBUG: libselinux-2.9-8.el8.x86_64 DEBUG: hicolor-icon-theme-0.17-2.el8.noarch DEBUG: glibc-all-langpacks-2.28-225.el8.x86_64 DEBUG: cups-libs-2.2.6-51.el8.x86_64 DEBUG: glibc-common-2.28-225.el8.x86_64 DEBUG: redhat-rpm-config-130-1.el8.noarch DEBUG: bash-4.4.20-4.el8.x86_64 DEBUG: python3-chardet-3.0.4-7.el8.noarch DEBUG: zlib-1.2.11-21.el8.x86_64 DEBUG: python3-pycparser-2.14-14.el8.noarch DEBUG: xz-libs-5.2.4-4.el8.x86_64 DEBUG: python3-cryptography-3.2.1-5.el8.x86_64 DEBUG: libstdc++-8.5.0-18.el8.x86_64 DEBUG: python3-urllib3-1.25.10-4.el8.noarch DEBUG: elfutils-libelf-0.188-3.el8.x86_64 DEBUG: python3-greenlet-0.4.13-4.el8.x86_64 DEBUG: libpng-1.6.34-5.el8.x86_64 DEBUG: python3-pytz-2017.2-9.el8.noarch DEBUG: libcap-2.48-4.el8.x86_64 DEBUG: python3-jinja2-2.10.1-3.el8.noarch DEBUG: libgpg-error-1.31-1.el8.x86_64 DEBUG: platform-python-devel-3.6.8-51.el8.x86_64 DEBUG: libxml2-2.9.7-16.el8.x86_64 DEBUG: python3-pyparsing-2.4.6-1.el8.noarch DEBUG: libunistring-0.9.9-3.el8.x86_64 DEBUG: python3-snowballstemmer-1.9.0-4.el8.noarch DEBUG: expat-2.2.5-11.el8.x86_64 DEBUG: python3-sphinxcontrib-applehelp-1.0.1-5.el8.noarch DEBUG: chkconfig-1.19.1-1.el8.x86_64 DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarch DEBUG: libzstd-1.4.5-6.el8.x86_64 DEBUG: python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noarch DEBUG: mpfr-3.1.6-1.el8.x86_64 DEBUG: python3-toml-0.10.1-2.el8.noarch DEBUG: libacl-2.2.53-1.el8.x86_64 DEBUG: libgs-9.27-5.el8.x86_64 DEBUG: libffi-3.1-24.el8.x86_64 DEBUG: cairo-1.15.12-6.el8.x86_64 DEBUG: p11-kit-0.23.22-1.el8.x86_64 DEBUG: librsvg2-2.42.7-4.el8.x86_64 DEBUG: findutils-4.6.0-20.el8.x86_64 DEBUG: gtk2-2.24.32-5.el8.x86_64 DEBUG: lua-libs-5.3.4-12.el8.x86_64 DEBUG: python3-sphinx-2.2.2-1.el8.noarch DEBUG: libassuan-2.5.1-3.el8.x86_64 DEBUG: python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 DEBUG: file-5.33-21.el8.x86_64 DEBUG: rpm-build-4.14.3-26.el8.x86_64 DEBUG: audit-libs-3.0.7-4.el8.x86_64 DEBUG: python3-sqlalchemy-1.3.2-2.module_el8.5.0+761+faacb0fb.x86_64 DEBUG: lz4-libs-1.8.3-3.el8_4.x86_64 DEBUG: openstack-macros-2023.1.0-0.20230216203410.ce6a105.el8.noarch 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-129.el8.noarch DEBUG: gdbm-libs-1.18-2.el8.x86_64 DEBUG: libtasn1-4.13-4.el8.x86_64 DEBUG: pcre-8.42-6.el8.x86_64 DEBUG: xz-5.2.4-4.el8.x86_64 DEBUG: gdbm-1.18-2.el8.x86_64 DEBUG: OpenEXR-libs-2.2.0-12.el8.x86_64 DEBUG: libsemanage-2.9-9.el8.x86_64 DEBUG: acl-2.2.53-1.el8.x86_64 DEBUG: patch-2.7.6-11.el8.x86_64 DEBUG: nettle-3.4.1-7.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: libatomic_ops-7.6.2-3.el8.x86_64 DEBUG: libedit-3.1-23.20170329cvs.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.2-1.el8.x86_64 DEBUG: gawk-4.2.1-4.el8.x86_64 DEBUG: libverto-0.3.2-2.el8.x86_64 DEBUG: ncurses-6.1-9.20180224.el8.x86_64 DEBUG: fribidi-1.0.4-9.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-9.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: libdatrie-0.2.9-7.el8.x86_64 DEBUG: libijs-0.35-5.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-22.el8.noarch DEBUG: python3-libs-3.6.8-51.el8.x86_64 DEBUG: libssh-0.9.6-6.el8.x86_64 DEBUG: platform-python-3.6.8-51.el8.x86_64 DEBUG: libkcapi-1.2.0-2.el8.x86_64 DEBUG: libarchive-3.3.3-5.el8.x86_64 DEBUG: curl-7.61.1-29.el8.x86_64 DEBUG: openssl-1.1.1k-7.el8.x86_64 DEBUG: crypto-policies-20221215-1.gitece0092.el8.noarch DEBUG: gzip-1.9-13.el8.x86_64 DEBUG: cracklib-dicts-2.9.6-15.el8.x86_64 DEBUG: krb5-libs-1.18.2-22.el8.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: device-mapper-1.02.181-9.el8.x86_64 DEBUG: elfutils-libs-0.188-3.el8.x86_64 DEBUG: rpm-4.14.3-26.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libfdisk-2.32.1-40.el8.x86_64 DEBUG: dbus-libs-1.12.8-24.el8.x86_64 DEBUG: which-2.21-18.el8.x86_64 DEBUG: systemd-libs-239-71.el8.x86_64 DEBUG: device-mapper-libs-1.02.181-9.el8.x86_64 DEBUG: ca-certificates-2022.2.54-80.2.el8.noarch DEBUG: libdb-5.3.28-42.el8_4.x86_64 DEBUG: kmod-25-19.el8.x86_64 DEBUG: cryptsetup-libs-2.3.7-5.el8.x86_64 DEBUG: dbus-daemon-1.12.8-24.el8.x86_64 DEBUG: kbd-2.0.4-10.el8.x86_64 DEBUG: pam-1.3.1-25.el8.x86_64 DEBUG: systemd-pam-239-71.el8.x86_64 DEBUG: os-prober-1.74-9.el8.x86_64 DEBUG: grub2-tools-2.02-129.el8.x86_64 DEBUG: shared-mime-info-1.9-3.el8.x86_64 DEBUG: dbus-1.12.8-24.el8.x86_64 DEBUG: systemd-udev-239-71.el8.x86_64 DEBUG: fontconfig-2.13.1-4.el8.x86_64 DEBUG: python3-pip-9.0.3-22.el8.noarch DEBUG: Child return code was: 0 Finish: dnf update DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/.initialized Finish: chroot init Start: build phase for openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.src.rpm Start: build setup for openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.src.rpm DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0evu_han:/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', '667752287cbd405f869af713de2868d2', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0evu_han:/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-glance-22.1.2-0.20230309185042.883fc8a.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-glance-1:22.1.2-0.2023030918######################################## DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0evu_han:/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', '0864dca782374107bfed5fad03dab0fb', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0evu_han:/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-glance-22.1.2-0.20230309185042.883fc8a.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: glance-22.1.2.dev4-0.20230309185042.883fc8a.tar.gz DEBUG: glance-api-dist.conf DEBUG: glance-cache-dist.conf DEBUG: glance-rootwrap.conf DEBUG: glance-scrubber-dist.conf DEBUG: glance-sudoers DEBUG: glance-swift.conf DEBUG: openstack-glance-api.service DEBUG: openstack-glance-scrubber.service DEBUG: openstack-glance.logrotate DEBUG: openstack-glance.spec DEBUG: Child return code was: 0 INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-glance.spec'], chrootPath='/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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=1022gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0evu_han:/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.0evu_han:/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', '0cdfb1c4933a4eba865ffeea9e482c71', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0evu_han:/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-glance.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-glance-22.1.2-0.20230309185042.883fc8a.el8.src.rpm DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/proc', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/sys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/', '--releasever', '8', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=local', '--disableplugin=spacewalk', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root//builddir/build/SRPMS/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.src.rpm'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.xrxyhce1:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'ac3d18bf7eb540f6a38567d3a5ca5849', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.xrxyhce1:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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-wallaby-x86_64-5/root/', '--releasever', '8', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=local', '--disableplugin=spacewalk', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root//builddir/build/SRPMS/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.src.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', '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-wallaby-x86_64-5/root/etc/dnf/dnf.conf; Configuration: OptionBinding with id "failovermethod" does not exist DEBUG: Last metadata expiration check: 0:00:12 ago on Thu Mar 9 19:01:15 2023. DEBUG: Package git-core-2.39.1-1.el8.x86_64 is already installed. DEBUG: Package graphviz-2.40.1-43.el8.x86_64 is already installed. DEBUG: Package openstack-macros-2023.1.0-0.20230216203410.ce6a105.el8.noarch is already installed. DEBUG: Package python3-babel-2.5.1-7.el8.noarch is already installed. DEBUG: Package python3-cryptography-3.2.1-5.el8.x86_64 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-eventlet-0.30.0-1.1.el8.noarch is already installed. DEBUG: Package python3-pbr-5.5.1-1.el8.noarch is already installed. DEBUG: Package python3-requests-2.25.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-sqlalchemy-1.3.2-2.module_el8.5.0+761+faacb0fb.x86_64 is already installed. DEBUG: Package python3-sqlalchemy-1.3.2-2.module_el8.5.0+761+faacb0fb.x86_64 is already installed. DEBUG: Package systemd-239-71.el8.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ===================================================================================================================== DEBUG: Package Arch Version Repository Size DEBUG: ===================================================================================================================== DEBUG: Installing: DEBUG: intltool noarch 0.51.0-11.el8 Stream-AppStream 66 k DEBUG: python3-alembic noarch 1.4.3-1.el8 delorean-wallaby-testing 816 k DEBUG: python3-boto noarch 2.49.0-4.el8 delorean-wallaby-testing 1.8 M DEBUG: python3-castellan noarch 3.7.2-0.20210907102711.3775cf4.el8 delorean-component-security 127 k DEBUG: python3-cursive noarch 0.2.2-0.20210312092435.d7cea1f.el8 delorean-component-common 58 k DEBUG: python3-ddt noarch 1.2.1-4.el8 delorean-wallaby-testing 18 k DEBUG: python3-defusedxml noarch 0.7.1-1.el8 delorean-wallaby-testing 54 k DEBUG: python3-futurist noarch 2.3.0-0.20210315104620.1a1c6f8.el8 delorean-component-common 63 k DEBUG: python3-glance-store noarch 2.5.1-0.20220628072358.5f1cee6.el8 delorean-component-glance 302 k DEBUG: python3-httplib2 noarch 0.16.0-1.el8 delorean-wallaby-build-deps 124 k DEBUG: python3-keystoneauth1 noarch 4.3.1-0.20210315155409.112bcae.el8 delorean-component-security 431 k DEBUG: python3-keystonemiddleware noarch 9.2.0-0.20210316052900.3659bda.el8 delorean-component-security 92 k DEBUG: python3-mock noarch 3.0.5-7.el8 delorean-wallaby-testing 55 k DEBUG: python3-openstackdocstheme noarch 2.2.6-1.el8 delorean-wallaby-build-deps 956 k DEBUG: python3-oslo-concurrency noarch 4.4.0-0.20210315114231.7dcf9e9.el8 delorean-component-common 40 k DEBUG: python3-oslo-config noarch 2:8.5.1-0.20210907102309.de1dbee.el8 delorean-component-common 227 k DEBUG: python3-oslo-context noarch 3.2.1-0.20211026071333.b124eb7.el8 delorean-component-common 25 k DEBUG: python3-oslo-db noarch 8.5.2-0.20221007170041.26fd6fb.el8 delorean-component-common 148 k DEBUG: python3-oslo-log noarch 4.4.0-0.20210315105132.9b29c90.el8 delorean-component-common 63 k DEBUG: python3-oslo-messaging noarch 12.7.3-0.20220428091418.5d6fd1a.el8 delorean-component-common 226 k DEBUG: python3-oslo-middleware noarch 4.2.1-0.20220225080425.b40ca5f.el8 delorean-component-common 53 k DEBUG: python3-oslo-policy noarch 3.7.1-0.20220119091831.639b471.el8 delorean-component-common 75 k DEBUG: python3-oslo-reports noarch 2.2.0-0.20210315105955.bc631ae.el8 delorean-component-common 58 k DEBUG: python3-oslo-upgradecheck noarch 1.3.1-0.20220225074957.9561ecb.el8 delorean-component-common 26 k DEBUG: python3-oslo-utils noarch 4.8.2-0.20220428092247.a38b56a.el8 delorean-component-common 80 k DEBUG: python3-oslotest noarch 4.4.1-0.20210315103354.aaf3a72.el8 delorean-component-clients 47 k DEBUG: python3-osprofiler noarch 3.4.0-0.20210315111211.5d82a02.el8 delorean-component-common 132 k DEBUG: python3-paste-deploy noarch 2.1.1-1.el8 delorean-wallaby-testing 40 k DEBUG: python3-psutil x86_64 5.7.3-1.el8 delorean-wallaby-testing 420 k DEBUG: python3-pyxattr x86_64 0.7.1-2.el8 delorean-wallaby-build-deps 39 k DEBUG: python3-retrying noarch 1.3.3-1.el8 delorean-wallaby-testing 23 k DEBUG: python3-routes noarch 2.4.1-12.el8 delorean-wallaby-testing 196 k DEBUG: python3-sphinxcontrib-apidoc noarch 0.2.1-13.el8 delorean-wallaby-build-deps 19 k DEBUG: python3-stestr noarch 2.6.0-4.el8 delorean-wallaby-testing 166 k DEBUG: python3-stevedore noarch 3.3.3-0.20221024072403.7b48fff.el8 delorean-component-clients 69 k DEBUG: python3-taskflow noarch 4.6.0-0.20210315120753.0f7c6e9.el8 delorean-component-common 689 k DEBUG: python3-testresources noarch 2.0.1-1.el8 delorean-wallaby-testing 62 k DEBUG: python3-webob noarch 1.8.6-3.el8 delorean-wallaby-testing 253 k DEBUG: python3-wsme noarch 0.10.1-0.20220104140414.63fe135.el8 delorean-component-common 140 k DEBUG: qemu-img x86_64 15:6.2.0-28.module_el8.8.0+1257+0c3374ae Stream-AppStream 2.2 M DEBUG: Installing dependencies: DEBUG: autoconf noarch 2.69-29.el8 Stream-AppStream 710 k DEBUG: automake noarch 1.16.1-7.el8 Stream-AppStream 713 k DEBUG: blosc x86_64 1.20.1-1.el8 delorean-wallaby-testing 62 k DEBUG: cryptsetup x86_64 2.3.7-5.el8 Stream-BaseOS 199 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.26-1.el8 Stream-AppStream 80 k DEBUG: device-mapper-event x86_64 8:1.02.181-9.el8 Stream-BaseOS 272 k DEBUG: device-mapper-event-libs x86_64 8:1.02.181-9.el8 Stream-BaseOS 271 k DEBUG: device-mapper-multipath x86_64 0.8.4-37.el8 Stream-BaseOS 208 k DEBUG: device-mapper-multipath-libs x86_64 0.8.4-37.el8 Stream-BaseOS 334 k DEBUG: device-mapper-persistent-data x86_64 0.9.0-7.el8 Stream-BaseOS 927 k DEBUG: e2fsprogs-libs x86_64 1.45.6-5.el8 Stream-BaseOS 233 k DEBUG: gettext-common-devel noarch 0.19.8.1-17.el8 Stream-BaseOS 419 k DEBUG: gettext-devel x86_64 0.19.8.1-17.el8 Stream-BaseOS 331 k DEBUG: groff-base x86_64 1.22.3-18.el8 Stream-BaseOS 1.0 M DEBUG: gssproxy x86_64 0.8.0-21.el8 Stream-BaseOS 119 k DEBUG: hdf5 x86_64 1.10.5-5.el8 delorean-wallaby-testing 2.1 M DEBUG: iscsi-initiator-utils x86_64 6.2.1.4-4.git095f59c.el8 Stream-BaseOS 378 k DEBUG: iscsi-initiator-utils-iscsiuio x86_64 6.2.1.4-4.git095f59c.el8 Stream-BaseOS 100 k DEBUG: isns-utils-libs x86_64 0.99-1.el8 Stream-BaseOS 105 k DEBUG: keyutils x86_64 1.5.10-9.el8 Stream-BaseOS 66 k DEBUG: libaec x86_64 1.0.2-3.el8 Stream-PowerTools 39 k DEBUG: libaio x86_64 0.3.112-1.el8 Stream-BaseOS 33 k DEBUG: libbasicobjects x86_64 0.1.1-40.el8 Stream-BaseOS 31 k DEBUG: libcollection x86_64 0.7.0-40.el8 Stream-BaseOS 48 k DEBUG: libev x86_64 4.24-6.el8 Stream-AppStream 52 k DEBUG: libevent x86_64 2.1.8-5.el8 Stream-BaseOS 253 k DEBUG: libgfortran x86_64 8.5.0-18.el8 Stream-BaseOS 645 k DEBUG: libini_config x86_64 1.3.1-40.el8 Stream-BaseOS 70 k DEBUG: libnfsidmap x86_64 1:2.3.3-59.el8 Stream-BaseOS 122 k DEBUG: libpath_utils x86_64 0.2.1-40.el8 Stream-BaseOS 34 k DEBUG: libqhull x86_64 1:7.2.1-2.el8 delorean-wallaby-testing 168 k DEBUG: libquadmath x86_64 8.5.0-18.el8 Stream-BaseOS 172 k DEBUG: libref_array x86_64 0.1.5-40.el8 Stream-BaseOS 33 k DEBUG: libselinux-utils x86_64 2.9-8.el8 Stream-BaseOS 243 k DEBUG: libsodium x86_64 1.0.18-2.el8 delorean-wallaby-testing 163 k DEBUG: libsysfs x86_64 2.1.0-25.el8 Stream-BaseOS 53 k DEBUG: libverto-libev x86_64 0.3.2-2.el8 Stream-AppStream 16 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: lsscsi x86_64 0.32-3.el8 Stream-BaseOS 71 k DEBUG: lvm2 x86_64 8:2.03.14-9.el8 Stream-BaseOS 1.7 M DEBUG: lvm2-libs x86_64 8:2.03.14-9.el8 Stream-BaseOS 1.2 M DEBUG: lzo x86_64 2.08-14.el8 Stream-BaseOS 69 k DEBUG: m4 x86_64 1.4.18-7.el8 Stream-BaseOS 223 k DEBUG: nfs-utils x86_64 1:2.3.3-59.el8 Stream-BaseOS 515 k DEBUG: nvme-cli x86_64 1.16-7.el8 Stream-BaseOS 503 k DEBUG: openblas x86_64 0.3.15-4.el8 Stream-AppStream 4.7 M DEBUG: openblas-threads x86_64 0.3.15-4.el8 Stream-AppStream 4.9 M 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-422.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-422.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-Thread-Queue noarch 3.13-1.el8 Stream-AppStream 24 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-422.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-422.el8 Stream-BaseOS 1.6 M DEBUG: perl-macros x86_64 4:5.26.3-422.el8 Stream-BaseOS 73 k DEBUG: perl-open noarch 1.11-422.el8 Stream-AppStream 78 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-21.1.el8 Stream-BaseOS 375 k DEBUG: python-oslo-cache-lang noarch 2.7.1-0.20220301090510.d0252f6.el8 delorean-component-common 16 k DEBUG: python-oslo-concurrency-lang noarch 4.4.0-0.20210315114231.7dcf9e9.el8 delorean-component-common 13 k DEBUG: python-oslo-db-lang noarch 8.5.2-0.20221007170041.26fd6fb.el8 delorean-component-common 13 k DEBUG: python-oslo-i18n-lang noarch 5.0.1-0.20210315103856.73187bd.el8 delorean-component-common 13 k DEBUG: python-oslo-log-lang noarch 4.4.0-0.20210315105132.9b29c90.el8 delorean-component-common 12 k DEBUG: python-oslo-middleware-lang noarch 4.2.1-0.20220225080425.b40ca5f.el8 delorean-component-common 11 k DEBUG: python-oslo-policy-lang noarch 3.7.1-0.20220119091831.639b471.el8 delorean-component-common 11 k DEBUG: python-oslo-privsep-lang noarch 2.5.1-0.20220225073628.1634c00.el8 delorean-component-common 12 k DEBUG: python-oslo-utils-lang noarch 4.8.2-0.20220428092247.a38b56a.el8 delorean-component-common 12 k DEBUG: python-pycadf-common noarch 3.1.1-0.20210315104351.4179996.el8 delorean-component-common 14 k DEBUG: python3-Bottleneck x86_64 1.2.1-13.el8 delorean-wallaby-testing 131 k DEBUG: python3-PyMySQL noarch 0.10.1-2.module_el8.5.0+761+faacb0fb Stream-AppStream 98 k DEBUG: python3-amqp noarch 5.0.5-1.el8 delorean-wallaby-testing 97 k DEBUG: python3-attrs noarch 17.4.0-6.el8 Stream-AppStream 53 k DEBUG: python3-automaton noarch 2.3.1-0.20220228091836.4a3e539.el8 delorean-component-common 41 k DEBUG: python3-barbicanclient noarch 5.1.0-0.20210316154446.ad49c40.el8 delorean-component-clients 130 k DEBUG: python3-cachetools noarch 4.2.0-1.el8 delorean-wallaby-testing 35 k DEBUG: python3-cairo x86_64 1.16.3-6.el8 Stream-AppStream 90 k DEBUG: python3-certifi noarch 2018.10.15-8.el8 delorean-wallaby-testing 16 k DEBUG: python3-cinderclient noarch 7.4.1-0.20210903082820.4f72e6f.el8 delorean-component-clients 241 k DEBUG: python3-cliff noarch 3.7.0-0.20210315123449.117a100.el8 delorean-component-common 95 k DEBUG: python3-cmd2 noarch 1.4.0-1.1.el8 delorean-wallaby-testing 307 k DEBUG: python3-colorama noarch 0.4.3-3.el8 delorean-wallaby-testing 36 k DEBUG: python3-cycler noarch 0.10.0-13.el8 delorean-wallaby-testing 20 k DEBUG: python3-dateutil noarch 1:2.6.1-6.el8 Stream-BaseOS 251 k DEBUG: python3-debtcollector noarch 2.2.0-0.20210315103218.649189d.el8 delorean-component-common 31 k DEBUG: python3-decorator noarch 4.4.0-5.el8 delorean-wallaby-testing 32 k DEBUG: python3-dogpile-cache noarch 1.1.5-1.1.el8 delorean-wallaby-testing 91 k DEBUG: python3-dulwich x86_64 0.20.11-1.el8 delorean-wallaby-testing 412 k DEBUG: python3-editor noarch 1.0.4-4.el8 delorean-wallaby-testing 19 k DEBUG: python3-etcd3gw noarch 0.2.5-1.el8 delorean-wallaby-testing 41 k DEBUG: python3-extras noarch 1.0.0-10.el8 delorean-wallaby-testing 21 k DEBUG: python3-fasteners noarch 0.14.1-20.el8 delorean-wallaby-testing 44 k DEBUG: python3-fixtures noarch 3.0.0-16.el8 delorean-wallaby-testing 96 k DEBUG: python3-future noarch 0.18.2-3.el8 delorean-wallaby-testing 789 k DEBUG: python3-importlib-metadata noarch 1.7.0-1.el8 delorean-wallaby-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-wallaby-testing 25 k DEBUG: python3-jeepney noarch 0.4.3-1.el8 delorean-wallaby-testing 4.7 M DEBUG: python3-jsonschema noarch 3.2.0-5.el8 delorean-wallaby-testing 112 k DEBUG: python3-keyring noarch 21.0.0-1.el8 delorean-wallaby-testing 80 k DEBUG: python3-keystoneclient noarch 1:4.3.0-0.20220713080823.d5cb761.el8 delorean-component-clients 252 k DEBUG: python3-kiwisolver x86_64 1.1.0-4.el8 delorean-wallaby-testing 78 k DEBUG: python3-kombu noarch 1:5.0.2-1.el8 delorean-wallaby-testing 338 k DEBUG: python3-lxml x86_64 4.2.3-4.el8 Stream-AppStream 1.5 M DEBUG: python3-mako noarch 1.0.6-14.el8 Stream-AppStream 157 k DEBUG: python3-matplotlib x86_64 3.1.1-2.el8 delorean-wallaby-testing 3.3 M DEBUG: python3-matplotlib-data noarch 3.1.1-2.el8 delorean-wallaby-testing 1.8 M DEBUG: python3-matplotlib-data-fonts noarch 3.1.1-2.el8 delorean-wallaby-testing 2.4 M DEBUG: python3-matplotlib-tk x86_64 3.1.1-2.el8 delorean-wallaby-testing 64 k DEBUG: python3-memcached noarch 1.59-1.el8 delorean-wallaby-testing 44 k DEBUG: python3-migrate noarch 0.13.0-1.el8 delorean-wallaby-testing 238 k DEBUG: python3-msgpack x86_64 1.0.2-1.el8 delorean-wallaby-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-networkx noarch 2.5-1.el8 delorean-wallaby-testing 2.5 M DEBUG: python3-numexpr x86_64 2.7.1-1.el8 delorean-wallaby-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-os-brick noarch 4.3.4-0.20230127164850.cf69f92.el8 delorean-component-clients 1.1 M DEBUG: python3-os-service-types noarch 1.7.0-0.20210315154727.0b2f473.el8 delorean-component-clients 36 k DEBUG: python3-os-win noarch 5.4.0-0.20210315114029.cce95b4.el8 delorean-component-common 450 k DEBUG: python3-oslo-cache noarch 2.7.1-0.20220301090510.d0252f6.el8 delorean-component-common 53 k DEBUG: python3-oslo-i18n noarch 5.0.1-0.20210315103856.73187bd.el8 delorean-component-common 57 k DEBUG: python3-oslo-privsep noarch 2.5.1-0.20220225073628.1634c00.el8 delorean-component-common 40 k DEBUG: python3-oslo-rootwrap noarch 6.3.1-0.20220228095841.1b1b960.el8 delorean-component-common 44 k DEBUG: python3-oslo-serialization noarch 4.1.1-0.20220225082330.bbe5d5a.el8 delorean-component-common 32 k DEBUG: python3-oslo-service noarch 2.5.1-0.20220201082833.c1e3398.el8 delorean-component-common 70 k DEBUG: python3-pandas x86_64 0.25.3-1.el8 delorean-wallaby-testing 11 M DEBUG: python3-paste noarch 3.5.0-1.el8 delorean-wallaby-testing 813 k DEBUG: python3-pillow x86_64 5.1.1-18.el8 Stream-AppStream 632 k DEBUG: python3-prettytable noarch 0.7.2-14.el8 Stream-AppStream 44 k DEBUG: python3-pyOpenSSL noarch 19.0.0-1.el8 Stream-AppStream 103 k DEBUG: python3-pyasn1 noarch 0.4.6-3.el8 delorean-wallaby-testing 140 k DEBUG: python3-pycadf noarch 3.1.1-0.20210315104351.4179996.el8 delorean-component-common 51 k DEBUG: python3-pydot noarch 1.4.1-1.el8 delorean-wallaby-testing 51 k DEBUG: python3-pygraphviz x86_64 1.5-9.el8 delorean-wallaby-testing 91 k DEBUG: python3-pynacl x86_64 1.4.0-1.el8 delorean-wallaby-testing 109 k DEBUG: python3-pyngus noarch 2.3.0-4.el8 delorean-wallaby-testing 54 k DEBUG: python3-pyperclip noarch 1.8.0-2.el8 delorean-wallaby-testing 24 k DEBUG: python3-pyrsistent x86_64 0.17.3-1.el8 delorean-wallaby-testing 107 k DEBUG: python3-pyyaml x86_64 5.4.1-2.el8 delorean-wallaby-testing 208 k DEBUG: python3-qpid-proton x86_64 0.35.0-3.el8s centos-opstools 396 k DEBUG: python3-repoze-lru noarch 0.7-6.el8 delorean-wallaby-testing 33 k DEBUG: python3-rfc3986 noarch 1.4.0-3.el8 delorean-wallaby-testing 52 k DEBUG: python3-rsa noarch 4.6-2.el8 delorean-wallaby-testing 60 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-wallaby-testing 36 k DEBUG: python3-simplegeneric noarch 0.8.1-17.el8 delorean-wallaby-testing 19 k DEBUG: python3-simplejson x86_64 3.17.2-2.el8 delorean-wallaby-testing 280 k DEBUG: python3-soupsieve noarch 2.1.0-1.el8 delorean-wallaby-testing 66 k DEBUG: python3-sqlparse noarch 0.3.1-3.el8 delorean-wallaby-testing 88 k DEBUG: python3-statsd noarch 3.2.1-16.el8 delorean-wallaby-testing 35 k DEBUG: python3-subunit noarch 1.4.0-1.el8 delorean-wallaby-testing 97 k DEBUG: python3-tables x86_64 3.5.2-6.el8 delorean-wallaby-testing 1.4 M DEBUG: python3-tempita noarch 0.5.1-25.el8 delorean-wallaby-testing 39 k DEBUG: python3-tenacity noarch 6.2.0-1.el8 delorean-wallaby-testing 50 k DEBUG: python3-testtools noarch 2.5.0-3.el8 delorean-wallaby-testing 353 k DEBUG: python3-tkinter x86_64 3.6.8-51.el8 Stream-AppStream 373 k DEBUG: python3-vine noarch 5.0.0-2.el8 delorean-wallaby-testing 26 k DEBUG: python3-voluptuous noarch 0.12.1-1.el8 delorean-wallaby-testing 62 k DEBUG: python3-wcwidth noarch 0.2.5-2.el8 delorean-wallaby-testing 47 k DEBUG: python3-webencodings noarch 0.5.1-6.el8 Stream-AppStream 27 k DEBUG: python3-wrapt x86_64 1.12.1-3.el8 delorean-wallaby-testing 55 k DEBUG: python3-yappi x86_64 1.3.0-1.el8 delorean-wallaby-testing 54 k DEBUG: python3-zipp noarch 3.4.0-1.el8 delorean-wallaby-testing 16 k DEBUG: qpid-proton-c x86_64 0.35.0-3.el8s centos-opstools 218 k DEBUG: quota x86_64 1:4.04-14.el8 Stream-BaseOS 214 k DEBUG: quota-nls noarch 1:4.04-14.el8 Stream-BaseOS 95 k DEBUG: rpcbind x86_64 1.2.5-10.el8 Stream-BaseOS 70 k DEBUG: sg3_utils x86_64 1.44-6.el8 Stream-BaseOS 918 k DEBUG: sg3_utils-libs x86_64 1.44-6.el8 Stream-BaseOS 99 k DEBUG: snappy x86_64 1.1.8-3.el8 Stream-BaseOS 37 k DEBUG: sysfsutils x86_64 2.1.0-25.el8 Stream-AppStream 49 k DEBUG: tcl x86_64 1:8.6.8-2.el8 Stream-BaseOS 1.1 M DEBUG: texlive-base noarch 7:20180414-28.el8 Stream-AppStream 2.4 M DEBUG: texlive-dvipng x86_64 7:20180414-28.el8 Stream-AppStream 332 k DEBUG: texlive-kpathsea x86_64 7:20180414-28.el8 Stream-AppStream 1.1 M DEBUG: texlive-lib x86_64 7:20180414-28.el8 Stream-AppStream 542 k DEBUG: texlive-tetex noarch 7:20180414-28.el8 Stream-AppStream 403 k DEBUG: texlive-texlive.infra noarch 7:20180414-28.el8 Stream-AppStream 280 k DEBUG: tk x86_64 1:8.6.8-1.el8 Stream-AppStream 1.6 M DEBUG: userspace-rcu x86_64 0.10.1-4.el8 Stream-BaseOS 101 k DEBUG: xdg-utils noarch 1.1.2-5.el8 Stream-AppStream 84 k DEBUG: Installing weak dependencies: 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-beautifulsoup4 noarch 4.9.3-1.el8 delorean-wallaby-testing 215 k DEBUG: python3-cssselect noarch 0.9.2-13.el8 delorean-wallaby-testing 40 k DEBUG: python3-html5lib noarch 1:0.999999999-6.el8 Stream-AppStream 214 k DEBUG: Enabling module streams: DEBUG: perl 5.26 DEBUG: perl-IO-Socket-SSL 2.066 DEBUG: perl-libwww-perl 6.34 DEBUG: virt rhel DEBUG: Transaction Summary DEBUG: ===================================================================================================================== DEBUG: Install 266 Packages DEBUG: Total size: 119 M DEBUG: Total download size: 4.6 M DEBUG: Installed size: 464 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] python3-barbicanclient-5.1.0-0.20210316154446.ad49c40.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cinderclient-7.4.1-0.20210903082820.4f72e6f.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneclient-4.3.0-0.20220713080823.d5cb761.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-service-types-1.7.0-0.20210315154727.0b2f473.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslotest-4.4.1-0.20210315103354.aaf3a72.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-stevedore-3.3.3-0.20221024072403.7b48fff.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cliff-3.7.0-0.20210315123449.117a100.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneauth1-4.3.1-0.20210315155409.112bcae.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystonemiddleware-9.2.0-0.20210316052900.3659bda.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] cryptsetup-2.3.7-5.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] device-mapper-event-1.02.181-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-event-libs-1.02.181-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-multipath-0.8.4-37.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-multipath-libs-0.8.4-37.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-persistent-data-0.9.0-7.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] e2fsprogs-libs-1.45.6-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gettext-common-devel-0.19.8.1-17.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] gettext-devel-0.19.8.1-17.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] groff-base-1.22.3-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gssproxy-0.8.0-21.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f59c.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] isns-utils-libs-0.99-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] keyutils-1.5.10-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libaio-0.3.112-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libbasicobjects-0.1.1-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcollection-0.7.0-40.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-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libini_config-1.3.1-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libnfsidmap-2.3.3-59.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpath_utils-0.2.1-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libquadmath-8.5.0-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libref_array-0.1.5-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libselinux-utils-2.9-8.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsysfs-2.1.0-25.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] lsscsi-0.32-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lvm2-2.03.14-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lvm2-libs-2.03.14-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lzo-2.08-14.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] m4-1.4.18-7.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nfs-utils-2.3.3-59.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nvme-cli-1.16-7.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-422.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-422.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-422.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-libs-5.26.3-422.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-macros-5.26.3-422.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-21.1.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] quota-4.04-14.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] quota-nls-4.04-14.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] rpcbind-1.2.5-10.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sg3_utils-1.44-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sg3_utils-libs-1.44-6.el8.x86_64.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] userspace-rcu-0.10.1-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] autoconf-2.69-29.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] automake-1.16.1-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] desktop-file-utils-0.26-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] intltool-0.51.0-11.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libev-4.24-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libverto-libev-0.3.2-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openblas-0.3.15-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openblas-threads-0.3.15-4.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-Thread-Queue-3.13-1.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-422.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-cairo-1.16.3-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-html5lib-0.999999999-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-lxml-4.2.3-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-mako-1.0.6-14.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-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-prettytable-0.7.2-14.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyOpenSSL-19.0.0-1.el8.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-tkinter-3.6.8-51.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-webencodings-0.5.1-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] qemu-img-6.2.0-28.module_el8.8.0+1257+0c3374ae.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sysfsutils-2.1.0-25.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-base-20180414-28.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] texlive-dvipng-20180414-28.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-kpathsea-20180414-28.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-lib-20180414-28.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-tetex-20180414-28.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] texlive-texlive.infra-20180414-28.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] tk-8.6.8-1.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] blosc-1.20.1-1.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-beautifulsoup4-4.9.3-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-boto-2.49.0-4.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-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-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-defusedxml-0.7.1-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dogpile-cache-1.1.5-1.1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dulwich-0.20.11-1.el8.x86_64.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-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-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-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-jsonschema-3.2.0-5.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-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-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-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-pandas-0.25.3-1.el8.x86_64.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-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-pydot-1.4.1-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-pyyaml-5.4.1-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-repoze-lru-0.7-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-retrying-1.3.3-1.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-secretstorage-3.1.1-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-simplegeneric-0.8.1-17.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-simplejson-3.17.2-2.el8.x86_64.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-subunit-1.4.0-1.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-testresources-2.0.1-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testtools-2.5.0-3.el8.noarch.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-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-wrapt-1.12.1-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-yappi-1.3.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-zipp-3.4.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-httplib2-0.16.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-openstackdocstheme-2.2.6-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyxattr-0.7.1-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinxcontrib-apidoc-0.2.1-13.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-qpid-proton-0.35.0-3.el8s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] qpid-proton-c-0.35.0-3.el8s.x86_64.rpm: Already downloaded DEBUG: (228/266): python-oslo-concurrency-lang-4.4.0-0 53 kB/s | 13 kB 00:00 DEBUG: (229/266): python-oslo-cache-lang-2.7.1-0.20220 61 kB/s | 16 kB 00:00 DEBUG: (230/266): python-oslo-db-lang-8.5.2-0.20221007 280 kB/s | 13 kB 00:00 DEBUG: (231/266): python-oslo-i18n-lang-5.0.1-0.202103 225 kB/s | 13 kB 00:00 DEBUG: (232/266): python-oslo-log-lang-4.4.0-0.2021031 365 kB/s | 12 kB 00:00 DEBUG: (233/266): python-oslo-middleware-lang-4.2.1-0. 308 kB/s | 11 kB 00:00 DEBUG: (234/266): python-oslo-policy-lang-3.7.1-0.2022 376 kB/s | 11 kB 00:00 DEBUG: (235/266): python3-os-brick-4.3.4-0.20230127164 3.0 MB/s | 1.1 MB 00:00 DEBUG: (236/266): python-oslo-privsep-lang-2.5.1-0.202 290 kB/s | 12 kB 00:00 DEBUG: (237/266): python-oslo-utils-lang-4.8.2-0.20220 295 kB/s | 12 kB 00:00 DEBUG: (238/266): python-pycadf-common-3.1.1-0.2021031 613 kB/s | 14 kB 00:00 DEBUG: (239/266): python3-debtcollector-2.2.0-0.202103 1.1 MB/s | 31 kB 00:00 DEBUG: (240/266): python3-cursive-0.2.2-0.202103120924 1.3 MB/s | 58 kB 00:00 DEBUG: (241/266): python3-automaton-2.3.1-0.2022022809 801 kB/s | 41 kB 00:00 DEBUG: (242/266): python3-futurist-2.3.0-0.20210315104 1.9 MB/s | 63 kB 00:00 DEBUG: (243/266): python3-oslo-cache-2.7.1-0.202203010 1.5 MB/s | 53 kB 00:00 DEBUG: (244/266): python3-oslo-concurrency-4.4.0-0.202 850 kB/s | 40 kB 00:00 DEBUG: (245/266): python3-os-win-5.4.0-0.2021031511402 5.6 MB/s | 450 kB 00:00 DEBUG: (246/266): python3-oslo-config-8.5.1-0.20210907 4.4 MB/s | 227 kB 00:00 DEBUG: (247/266): python3-oslo-context-3.2.1-0.2021102 806 kB/s | 25 kB 00:00 DEBUG: (248/266): python3-oslo-db-8.5.2-0.202210071700 3.4 MB/s | 148 kB 00:00 DEBUG: (249/266): python3-oslo-i18n-5.0.1-0.2021031510 1.2 MB/s | 57 kB 00:00 DEBUG: (250/266): python3-oslo-log-4.4.0-0.20210315105 1.0 MB/s | 63 kB 00:00 DEBUG: (251/266): python3-oslo-messaging-12.7.3-0.2022 4.6 MB/s | 226 kB 00:00 DEBUG: (252/266): python3-oslo-middleware-4.2.1-0.2022 1.8 MB/s | 53 kB 00:00 DEBUG: (253/266): python3-oslo-policy-3.7.1-0.20220119 1.8 MB/s | 75 kB 00:00 DEBUG: (254/266): python3-oslo-privsep-2.5.1-0.2022022 837 kB/s | 40 kB 00:00 DEBUG: (255/266): python3-oslo-reports-2.2.0-0.2021031 1.8 MB/s | 58 kB 00:00 DEBUG: (256/266): python3-oslo-rootwrap-6.3.1-0.202202 1.2 MB/s | 44 kB 00:00 DEBUG: (257/266): python3-oslo-serialization-4.1.1-0.2 637 kB/s | 32 kB 00:00 DEBUG: (258/266): python3-oslo-upgradecheck-1.3.1-0.20 774 kB/s | 26 kB 00:00 DEBUG: (259/266): python3-oslo-service-2.5.1-0.2022020 1.2 MB/s | 70 kB 00:00 DEBUG: (260/266): python3-oslo-utils-4.8.2-0.202204280 2.5 MB/s | 80 kB 00:00 DEBUG: (261/266): python3-pycadf-3.1.1-0.2021031510435 1.4 MB/s | 51 kB 00:00 DEBUG: (262/266): python3-osprofiler-3.4.0-0.202103151 2.5 MB/s | 132 kB 00:00 DEBUG: (263/266): python3-taskflow-4.6.0-0.20210315120 9.3 MB/s | 689 kB 00:00 DEBUG: (264/266): python3-wsme-0.10.1-0.20220104140414 2.1 MB/s | 140 kB 00:00 DEBUG: (265/266): python3-glance-store-2.5.1-0.2022062 4.6 MB/s | 302 kB 00:00 DEBUG: (266/266): python3-castellan-3.7.2-0.2021090710 2.4 MB/s | 127 kB 00:00 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 5.0 MB/s | 4.6 MB 00:00 DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : python3-webob-1.8.6-3.el8.noarch 1/266 DEBUG: Installing : python3-prettytable-0.7.2-14.el8.noarch 2/266 DEBUG: Installing : libaio-0.3.112-1.el8.x86_64 3/266 DEBUG: Installing : python3-netaddr-0.7.19-8.el8.noarch 4/266 DEBUG: Installing : python3-dateutil-1:2.6.1-6.el8.noarch 5/266 DEBUG: Installing : python3-decorator-4.4.0-5.el8.noarch 6/266 DEBUG: Running scriptlet: texlive-base-7:20180414-28.el8.noarch 7/266 DEBUG: Installing : texlive-base-7:20180414-28.el8.noarch 7/266 DEBUG: Installing : device-mapper-event-libs-8:1.02.181-9.el8.x86_64 8/266 DEBUG: Installing : python3-futurist-2.3.0-0.20210315104620.1a1c6f8. 9/266 DEBUG: Installing : python3-matplotlib-data-fonts-3.1.1-2.el8.noarch 10/266 DEBUG: Installing : python3-matplotlib-data-3.1.1-2.el8.noarch 11/266 DEBUG: Installing : python3-vine-5.0.0-2.el8.noarch 12/266 DEBUG: Installing : python3-amqp-5.0.5-1.el8.noarch 13/266 DEBUG: Installing : python3-tenacity-6.2.0-1.el8.noarch 14/266 DEBUG: Installing : python3-tempita-0.5.1-25.el8.noarch 15/266 DEBUG: Installing : python3-pydot-1.4.1-1.el8.noarch 16/266 DEBUG: Installing : python3-msgpack-1.0.2-1.el8.x86_64 17/266 DEBUG: Installing : python3-mock-3.0.5-7.el8.noarch 18/266 DEBUG: Installing : python3-iso8601-0.1.12-3.el8.noarch 19/266 DEBUG: Installing : python3-fasteners-0.14.1-20.el8.noarch 20/266 DEBUG: Installing : python3-extras-1.0.0-10.el8.noarch 21/266 DEBUG: Installing : python3-fixtures-3.0.0-16.el8.noarch 22/266 DEBUG: Installing : python3-testtools-2.5.0-3.el8.noarch 23/266 DEBUG: Installing : python3-subunit-1.4.0-1.el8.noarch 24/266 DEBUG: Installing : python3-cachetools-4.2.0-1.el8.noarch 25/266 DEBUG: Installing : texlive-lib-7:20180414-28.el8.x86_64 26/266 DEBUG: Installing : python3-pillow-5.1.1-18.el8.x86_64 27/266 DEBUG: Installing : python3-mako-1.0.6-14.el8.noarch 28/266 DEBUG: Installing : python3-attrs-17.4.0-6.el8.noarch 29/266 DEBUG: Installing : userspace-rcu-0.10.1-4.el8.x86_64 30/266 DEBUG: Running scriptlet: userspace-rcu-0.10.1-4.el8.x86_64 30/266 DEBUG: Installing : tcl-1:8.6.8-2.el8.x86_64 31/266 DEBUG: Running scriptlet: tcl-1:8.6.8-2.el8.x86_64 31/266 DEBUG: Installing : libref_array-0.1.5-40.el8.x86_64 32/266 DEBUG: Installing : libquadmath-8.5.0-18.el8.x86_64 33/266 DEBUG: Running scriptlet: libquadmath-8.5.0-18.el8.x86_64 33/266 DEBUG: Installing : libgfortran-8.5.0-18.el8.x86_64 34/266 DEBUG: Running scriptlet: libgfortran-8.5.0-18.el8.x86_64 34/266 DEBUG: Installing : openblas-0.3.15-4.el8.x86_64 35/266 DEBUG: Running scriptlet: openblas-0.3.15-4.el8.x86_64 35/266 DEBUG: Installing : openblas-threads-0.3.15-4.el8.x86_64 36/266 DEBUG: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 36/266 DEBUG: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 37/266 DEBUG: Installing : python3-numexpr-2.7.1-1.el8.x86_64 38/266 DEBUG: Installing : libcollection-0.7.0-40.el8.x86_64 39/266 DEBUG: Installing : libbasicobjects-0.1.1-40.el8.x86_64 40/266 DEBUG: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 41/266 DEBUG: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 41/266 DEBUG: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 42/266 DEBUG: Installing : python3-Bottleneck-1.2.1-13.el8.x86_64 43/266 DEBUG: Running scriptlet: tk-1:8.6.8-1.el8.x86_64 44/266 DEBUG: Installing : tk-1:8.6.8-1.el8.x86_64 44/266 DEBUG: Running scriptlet: tk-1:8.6.8-1.el8.x86_64 44/266 DEBUG: Installing : python3-tkinter-3.6.8-51.el8.x86_64 45/266 DEBUG: Installing : device-mapper-multipath-libs-0.8.4-37.el8.x86_64 46/266 DEBUG: Running scriptlet: device-mapper-multipath-libs-0.8.4-37.el8.x86_64 46/266 DEBUG: Installing : device-mapper-multipath-0.8.4-37.el8.x86_64 47/266 DEBUG: Running scriptlet: device-mapper-multipath-0.8.4-37.el8.x86_64 47/266 DEBUG: Installing : python3-etcd3gw-0.2.5-1.el8.noarch 48/266 DEBUG: Installing : device-mapper-event-8:1.02.181-9.el8.x86_64 49/266 DEBUG: Running scriptlet: device-mapper-event-8:1.02.181-9.el8.x86_64 49/266 DEBUG: Installing : lvm2-libs-8:2.03.14-9.el8.x86_64 50/266 DEBUG: Installing : device-mapper-persistent-data-0.9.0-7.el8.x86_64 51/266 DEBUG: Installing : lvm2-8:2.03.14-9.el8.x86_64 52/266 DEBUG: Running scriptlet: lvm2-8:2.03.14-9.el8.x86_64 52/266 DEBUG: Installing : python3-automaton-2.3.1-0.20220228091836.4a3e539 53/266 DEBUG: Installing : qpid-proton-c-0.35.0-3.el8s.x86_64 54/266 DEBUG: Installing : python3-qpid-proton-0.35.0-3.el8s.x86_64 55/266 DEBUG: Installing : python3-pyngus-2.3.0-4.el8.noarch 56/266 DEBUG: Installing : python3-zipp-3.4.0-1.el8.noarch 57/266 DEBUG: Installing : python3-importlib-metadata-1.7.0-1.el8.noarch 58/266 DEBUG: Installing : python3-stevedore-3.3.3-0.20221024072403.7b48fff 59/266 DEBUG: Installing : python3-dogpile-cache-1.1.5-1.1.el8.noarch 60/266 DEBUG: Installing : python3-kombu-1:5.0.2-1.el8.noarch 61/266 DEBUG: Installing : python3-yappi-1.3.0-1.el8.x86_64 62/266 DEBUG: Installing : python3-wrapt-1.12.1-3.el8.x86_64 63/266 DEBUG: Installing : python3-debtcollector-2.2.0-0.20210315103218.649 64/266 DEBUG: Installing : python3-oslo-context-3.2.1-0.20211026071333.b124 65/266 DEBUG: Installing : python3-wcwidth-0.2.5-2.el8.noarch 66/266 DEBUG: Installing : python3-voluptuous-0.12.1-1.el8.noarch 67/266 DEBUG: Installing : python3-statsd-3.2.1-16.el8.noarch 68/266 DEBUG: Installing : python3-sqlparse-0.3.1-3.el8.noarch 69/266 DEBUG: Installing : python3-migrate-0.13.0-1.el8.noarch 70/266 DEBUG: Installing : python3-soupsieve-2.1.0-1.el8.noarch 71/266 DEBUG: Installing : python3-simplejson-3.17.2-2.el8.x86_64 72/266 DEBUG: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 73/266 DEBUG: Installing : python3-rfc3986-1.4.0-3.el8.noarch 74/266 DEBUG: Installing : python3-repoze-lru-0.7-6.el8.noarch 75/266 DEBUG: Installing : python3-routes-2.4.1-12.el8.noarch 76/266 DEBUG: Installing : python3-pyrsistent-0.17.3-1.el8.x86_64 77/266 DEBUG: Installing : python3-jsonschema-3.2.0-5.el8.noarch 78/266 DEBUG: Installing : python3-pyperclip-1.8.0-2.el8.noarch 79/266 DEBUG: Installing : python3-pygraphviz-1.5-9.el8.x86_64 80/266 DEBUG: Installing : python3-pyasn1-0.4.6-3.el8.noarch 81/266 DEBUG: Installing : python3-rsa-4.6-2.el8.noarch 82/266 DEBUG: Installing : python3-psutil-5.7.3-1.el8.x86_64 83/266 DEBUG: Installing : python3-memcached-1.59-1.el8.noarch 84/266 DEBUG: Installing : python3-kiwisolver-1.1.0-4.el8.x86_64 85/266 DEBUG: Installing : python3-jeepney-0.4.3-1.el8.noarch 86/266 DEBUG: Installing : python3-secretstorage-3.1.1-4.el8.noarch 87/266 DEBUG: Installing : python3-keyring-21.0.0-1.el8.noarch 88/266 DEBUG: Installing : python3-future-0.18.2-3.el8.noarch 89/266 DEBUG: Installing : python3-editor-1.0.4-4.el8.noarch 90/266 DEBUG: Installing : python3-alembic-1.4.3-1.el8.noarch 91/266 DEBUG: Installing : python3-cycler-0.10.0-13.el8.noarch 92/266 DEBUG: Installing : python3-cssselect-0.9.2-13.el8.noarch 93/266 DEBUG: Installing : python3-colorama-0.4.3-3.el8.noarch 94/266 DEBUG: Installing : python3-cmd2-1.4.0-1.1.el8.noarch 95/266 DEBUG: Installing : python3-certifi-2018.10.15-8.el8.noarch 96/266 DEBUG: Installing : python3-dulwich-0.20.11-1.el8.x86_64 97/266 DEBUG: Installing : libsodium-1.0.18-2.el8.x86_64 98/266 DEBUG: Installing : python3-pynacl-1.4.0-1.el8.x86_64 99/266 DEBUG: Installing : libqhull-1:7.2.1-2.el8.x86_64 100/266 DEBUG: Installing : libaec-1.0.2-3.el8.x86_64 101/266 DEBUG: Installing : hdf5-1.10.5-5.el8.x86_64 102/266 DEBUG: Installing : python3-webencodings-0.5.1-6.el8.noarch 103/266 DEBUG: Installing : python3-html5lib-1:0.999999999-6.el8.noarch 104/266 DEBUG: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 105/266 DEBUG: Installing : python3-paste-3.5.0-1.el8.noarch 106/266 DEBUG: Installing : python3-paste-deploy-2.1.1-1.el8.noarch 107/266 DEBUG: Installing : python3-netifaces-0.10.6-4.el8.x86_64 108/266 DEBUG: Installing : python3-cairo-1.16.3-6.el8.x86_64 109/266 DEBUG: Installing : python3-PyMySQL-0.10.1-2.module_el8.5.0+761+faac 110/266 DEBUG: Installing : libev-4.24-6.el8.x86_64 111/266 DEBUG: Installing : libverto-libev-0.3.2-2.el8.x86_64 112/266 DEBUG: Installing : desktop-file-utils-0.26-1.el8.x86_64 113/266 DEBUG: Installing : xdg-utils-1.1.2-5.el8.noarch 114/266 DEBUG: Installing : snappy-1.1.8-3.el8.x86_64 115/266 DEBUG: Installing : blosc-1.20.1-1.el8.x86_64 116/266 DEBUG: Installing : sg3_utils-libs-1.44-6.el8.x86_64 117/266 DEBUG: Running scriptlet: sg3_utils-libs-1.44-6.el8.x86_64 117/266 DEBUG: Installing : sg3_utils-1.44-6.el8.x86_64 118/266 DEBUG: Installing : quota-nls-1:4.04-14.el8.noarch 119/266 DEBUG: Installing : python3-inotify-0.9.6-13.el8.noarch 120/266 DEBUG: Installing : nvme-cli-1.16-7.el8.x86_64 121/266 DEBUG: Running scriptlet: nvme-cli-1.16-7.el8.x86_64 121/266 DEBUG: Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. DEBUG: System has not been booted with systemd as init system (PID 1). Can't operate. DEBUG: Failed to connect to bus: Host is down DEBUG: Installing : m4-1.4.18-7.el8.x86_64 122/266 DEBUG: Running scriptlet: m4-1.4.18-7.el8.x86_64 122/266 DEBUG: Installing : lzo-2.08-14.el8.x86_64 123/266 DEBUG: Installing : python3-tables-3.5.2-6.el8.x86_64 124/266 DEBUG: Installing : lsscsi-0.32-3.el8.x86_64 125/266 DEBUG: Installing : libyaml-0.1.7-5.el8.x86_64 126/266 DEBUG: Installing : python3-pyyaml-5.4.1-2.el8.x86_64 127/266 DEBUG: Installing : python3-cliff-3.7.0-0.20210315123449.117a100.el8 128/266 DEBUG: Installing : libxslt-1.1.32-6.el8.x86_64 129/266 DEBUG: Installing : python3-beautifulsoup4-4.9.3-1.el8.noarch 130/266 DEBUG: Installing : python3-lxml-4.2.3-4.el8.x86_64 131/266 DEBUG: Installing : libsysfs-2.1.0-25.el8.x86_64 132/266 DEBUG: Running scriptlet: libsysfs-2.1.0-25.el8.x86_64 132/266 DEBUG: Installing : sysfsutils-2.1.0-25.el8.x86_64 133/266 DEBUG: Installing : libselinux-utils-2.9-8.el8.x86_64 134/266 DEBUG: Installing : policycoreutils-2.9-21.1.el8.x86_64 135/266 DEBUG: Running scriptlet: policycoreutils-2.9-21.1.el8.x86_64 135/266 DEBUG: Running scriptlet: rpcbind-1.2.5-10.el8.x86_64 136/266 DEBUG: Installing : rpcbind-1.2.5-10.el8.x86_64 136/266 DEBUG: Running scriptlet: rpcbind-1.2.5-10.el8.x86_64 136/266 DEBUG: Installing : libpath_utils-0.2.1-40.el8.x86_64 137/266 DEBUG: Installing : libini_config-1.3.1-40.el8.x86_64 138/266 DEBUG: Installing : gssproxy-0.8.0-21.el8.x86_64 139/266 DEBUG: Running scriptlet: gssproxy-0.8.0-21.el8.x86_64 139/266 DEBUG: Installing : libnfsidmap-1:2.3.3-59.el8.x86_64 140/266 DEBUG: Installing : libevent-2.1.8-5.el8.x86_64 141/266 DEBUG: Installing : keyutils-1.5.10-9.el8.x86_64 142/266 DEBUG: Installing : isns-utils-libs-0.99-1.el8.x86_64 143/266 DEBUG: Running scriptlet: isns-utils-libs-0.99-1.el8.x86_64 143/266 DEBUG: Installing : iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f 144/266 DEBUG: Running scriptlet: iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f 144/266 DEBUG: Installing : iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x 145/266 DEBUG: Running scriptlet: iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x 145/266 DEBUG: Installing : groff-base-1.22.3-18.el8.x86_64 146/266 DEBUG: Installing : perl-Digest-1.17-395.el8.noarch 147/266 DEBUG: Installing : perl-Digest-MD5-2.55-396.el8.x86_64 148/266 DEBUG: Installing : perl-Data-Dumper-2.167-399.el8.x86_64 149/266 DEBUG: Installing : perl-libnet-3.11-3.el8.noarch 150/266 DEBUG: Installing : perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595 151/266 DEBUG: Installing : perl-URI-1.73-3.el8.noarch 152/266 DEBUG: Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 153/266 DEBUG: Installing : perl-Time-Local-1:1.280-1.el8.noarch 154/266 DEBUG: Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 155/266 DEBUG: Installing : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+de 156/266 DEBUG: Installing : perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be 157/266 DEBUG: Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 158/266 DEBUG: Installing : perl-Term-Cap-1.17-395.el8.noarch 159/266 DEBUG: Installing : perl-File-Temp-0.230.600-1.el8.noarch 160/266 DEBUG: Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 161/266 DEBUG: Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 162/266 DEBUG: Installing : perl-podlators-4.11-1.el8.noarch 163/266 DEBUG: Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 164/266 DEBUG: Installing : perl-Text-ParseWords-3.30-395.el8.noarch 165/266 DEBUG: Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 166/266 DEBUG: Installing : perl-MIME-Base64-3.15-396.el8.x86_64 167/266 DEBUG: Installing : perl-Storable-1:3.11-3.el8.x86_64 168/266 DEBUG: Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 169/266 DEBUG: Installing : perl-Errno-1.28-422.el8.x86_64 170/266 DEBUG: Installing : perl-Socket-4:2.027-3.el8.x86_64 171/266 DEBUG: Installing : perl-Encode-4:2.97-3.el8.x86_64 172/266 DEBUG: Installing : perl-Carp-1.42-396.el8.noarch 173/266 DEBUG: Installing : perl-Exporter-5.72-396.el8.noarch 174/266 DEBUG: Installing : perl-libs-4:5.26.3-422.el8.x86_64 175/266 DEBUG: Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 176/266 DEBUG: Installing : perl-parent-1:0.237-1.el8.noarch 177/266 DEBUG: Installing : perl-macros-4:5.26.3-422.el8.x86_64 178/266 DEBUG: Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 179/266 DEBUG: Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 180/266 DEBUG: Installing : perl-File-Path-2.15-2.el8.noarch 181/266 DEBUG: Installing : perl-IO-1.38-422.el8.x86_64 182/266 DEBUG: Installing : perl-PathTools-3.74-1.el8.x86_64 183/266 DEBUG: Installing : perl-constant-1.33-396.el8.noarch 184/266 DEBUG: Installing : perl-threads-1:2.21-2.el8.x86_64 185/266 DEBUG: Installing : perl-threads-shared-1.58-2.el8.x86_64 186/266 DEBUG: Installing : perl-interpreter-4:5.26.3-422.el8.x86_64 187/266 DEBUG: Installing : perl-XML-Parser-2.44-11.el8.x86_64 188/266 DEBUG: Installing : autoconf-2.69-29.el8.noarch 189/266 DEBUG: Running scriptlet: autoconf-2.69-29.el8.noarch 189/266 DEBUG: Installing : perl-Filter-2:1.58-2.el8.x86_64 190/266 DEBUG: Installing : perl-encoding-4:2.22-3.el8.x86_64 191/266 DEBUG: Installing : perl-open-1.11-422.el8.noarch 192/266 DEBUG: Installing : perl-XML-XPath-1.42-3.el8.noarch 193/266 DEBUG: Installing : perl-Text-Unidecode-1.30-5.el8.noarch 194/266 DEBUG: Installing : texlive-texlive.infra-7:20180414-28.el8.noarch 195/266 DEBUG: Installing : texlive-tetex-7:20180414-28.el8.noarch 196/266 DEBUG: Installing : texlive-kpathsea-7:20180414-28.el8.x86_64 197/266 DEBUG: Running scriptlet: texlive-kpathsea-7:20180414-28.el8.x86_64 197/266 DEBUG: Installing : texlive-dvipng-7:20180414-28.el8.x86_64 198/266 DEBUG: Running scriptlet: texlive-dvipng-7:20180414-28.el8.x86_64 198/266 DEBUG: Installing : perl-Thread-Queue-3.13-1.el8.noarch 199/266 DEBUG: Installing : automake-1.16.1-7.el8.noarch 200/266 DEBUG: Installing : gettext-common-devel-0.19.8.1-17.el8.noarch 201/266 DEBUG: Installing : gettext-devel-0.19.8.1-17.el8.x86_64 202/266 DEBUG: Running scriptlet: gettext-devel-0.19.8.1-17.el8.x86_64 202/266 DEBUG: Installing : e2fsprogs-libs-1.45.6-5.el8.x86_64 203/266 DEBUG: Running scriptlet: e2fsprogs-libs-1.45.6-5.el8.x86_64 203/266 DEBUG: Installing : quota-1:4.04-14.el8.x86_64 204/266 DEBUG: Running scriptlet: nfs-utils-1:2.3.3-59.el8.x86_64 205/266 DEBUG: Installing : nfs-utils-1:2.3.3-59.el8.x86_64 205/266 DEBUG: Running scriptlet: nfs-utils-1:2.3.3-59.el8.x86_64 205/266 DEBUG: System has not been booted with systemd as init system (PID 1). Can't operate. DEBUG: Failed to connect to bus: Host is down DEBUG: System has not been booted with systemd as init system (PID 1). Can't operate. DEBUG: Failed to connect to bus: Host is down DEBUG: Installing : dejavu-fonts-common-2.35-7.el8.noarch 206/266 DEBUG: Installing : dejavu-sans-fonts-2.35-7.el8.noarch 207/266 DEBUG: Installing : python3-matplotlib-tk-3.1.1-2.el8.x86_64 208/266 DEBUG: Installing : python3-matplotlib-3.1.1-2.el8.x86_64 209/266 DEBUG: Installing : python3-pandas-0.25.3-1.el8.x86_64 210/266 DEBUG: Installing : python3-networkx-2.5-1.el8.noarch 211/266 DEBUG: Installing : cryptsetup-2.3.7-5.el8.x86_64 212/266 DEBUG: Installing : python3-oslo-rootwrap-6.3.1-0.20220228095841.1b1 213/266 DEBUG: Installing : python-pycadf-common-3.1.1-0.20210315104351.4179 214/266 DEBUG: Installing : python-oslo-utils-lang-4.8.2-0.20220428092247.a3 215/266 DEBUG: Installing : python-oslo-privsep-lang-2.5.1-0.20220225073628. 216/266 DEBUG: Installing : python-oslo-policy-lang-3.7.1-0.20220119091831.6 217/266 DEBUG: Installing : python-oslo-middleware-lang-4.2.1-0.202202250804 218/266 DEBUG: Installing : python-oslo-log-lang-4.4.0-0.20210315105132.9b29 219/266 DEBUG: Installing : python-oslo-i18n-lang-5.0.1-0.20210315103856.731 220/266 DEBUG: Installing : python3-oslo-i18n-5.0.1-0.20210315103856.73187bd 221/266 DEBUG: Installing : python3-oslo-utils-4.8.2-0.20220428092247.a38b56 222/266 DEBUG: Installing : python3-oslo-config-2:8.5.1-0.20210907102309.de1 223/266 DEBUG: Installing : python3-oslo-serialization-4.1.1-0.2022022508233 224/266 DEBUG: Installing : python3-oslo-log-4.4.0-0.20210315105132.9b29c90. 225/266 DEBUG: Installing : python3-oslo-privsep-2.5.1-0.20220225073628.1634 226/266 DEBUG: Installing : python3-oslo-policy-3.7.1-0.20220119091831.639b4 227/266 DEBUG: Installing : python3-pycadf-3.1.1-0.20210315104351.4179996.el 228/266 DEBUG: Installing : python3-oslo-middleware-4.2.1-0.20220225080425.b 229/266 DEBUG: Installing : python-oslo-db-lang-8.5.2-0.20221007170041.26fd6 230/266 DEBUG: Installing : python-oslo-concurrency-lang-4.4.0-0.20210315114 231/266 DEBUG: Installing : python3-oslo-concurrency-4.4.0-0.20210315114231. 232/266 DEBUG: Installing : python3-oslo-service-2.5.1-0.20220201082833.c1e3 233/266 DEBUG: Installing : python3-oslo-messaging-12.7.3-0.20220428091418.5 234/266 DEBUG: Installing : python3-os-win-5.4.0-0.20210315114029.cce95b4.el 235/266 DEBUG: Installing : python3-os-brick-4.3.4-0.20230127164850.cf69f92. 236/266 DEBUG: Installing : python-oslo-cache-lang-2.7.1-0.20220301090510.d0 237/266 DEBUG: Installing : python3-oslo-cache-2.7.1-0.20220301090510.d0252f 238/266 DEBUG: Installing : python3-os-service-types-1.7.0-0.20210315154727. 239/266 DEBUG: Installing : python3-keystoneauth1-4.3.1-0.20210315155409.112 240/266 DEBUG: Installing : python3-keystoneclient-1:4.3.0-0.20220713080823. 241/266 DEBUG: Installing : python3-barbicanclient-5.1.0-0.20210316154446.ad 242/266 DEBUG: Installing : python3-castellan-3.7.2-0.20210907102711.3775cf4 243/266 DEBUG: Installing : python3-cinderclient-7.4.1-0.20210903082820.4f72 244/266 DEBUG: Installing : python3-glance-store-2.5.1-0.20220628072358.5f1c 245/266 DEBUG: Installing : python3-cursive-0.2.2-0.20210312092435.d7cea1f.e 246/266 DEBUG: Installing : python3-keystonemiddleware-9.2.0-0.2021031605290 247/266 DEBUG: Installing : python3-osprofiler-3.4.0-0.20210315111211.5d82a0 248/266 DEBUG: Installing : python3-oslo-db-8.5.2-0.20221007170041.26fd6fb.e 249/266 DEBUG: Installing : python3-oslo-upgradecheck-1.3.1-0.20220225074957 250/266 DEBUG: Installing : python3-oslo-reports-2.2.0-0.20210315105955.bc63 251/266 DEBUG: Installing : python3-taskflow-4.6.0-0.20210315120753.0f7c6e9. 252/266 DEBUG: Installing : intltool-0.51.0-11.el8.noarch 253/266 DEBUG: Installing : python3-stestr-2.6.0-4.el8.noarch 254/266 DEBUG: Installing : python3-ddt-1.2.1-4.el8.noarch 255/266 DEBUG: Installing : python3-openstackdocstheme-2.2.6-1.el8.noarch 256/266 DEBUG: Installing : python3-boto-2.49.0-4.el8.noarch 257/266 DEBUG: Installing : python3-wsme-0.10.1-0.20220104140414.63fe135.el8 258/266 DEBUG: Installing : python3-oslotest-4.4.1-0.20210315103354.aaf3a72. 259/266 DEBUG: Installing : qemu-img-15:6.2.0-28.module_el8.8.0+1257+0c3374a 260/266 DEBUG: Installing : python3-sphinxcontrib-apidoc-0.2.1-13.el8.noarch 261/266 DEBUG: Installing : python3-pyxattr-0.7.1-2.el8.x86_64 262/266 DEBUG: Installing : python3-httplib2-0.16.0-1.el8.noarch 263/266 DEBUG: Installing : python3-testresources-2.0.1-1.el8.noarch 264/266 DEBUG: Installing : python3-retrying-1.3.3-1.el8.noarch 265/266 DEBUG: Installing : python3-defusedxml-0.7.1-1.el8.noarch 266/266 DEBUG: Running scriptlet: texlive-base-7:20180414-28.el8.noarch 266/266 DEBUG: Running scriptlet: python3-defusedxml-0.7.1-1.el8.noarch 266/266 DEBUG: Running scriptlet: desktop-file-utils-0.26-1.el8.x86_64 266/266 DEBUG: Running scriptlet: texlive-kpathsea-7:20180414-28.el8.x86_64 266/266 DEBUG: Verifying : python3-barbicanclient-5.1.0-0.20210316154446.ad 1/266 DEBUG: Verifying : python3-cinderclient-7.4.1-0.20210903082820.4f72 2/266 DEBUG: Verifying : python3-keystoneclient-1:4.3.0-0.20220713080823. 3/266 DEBUG: Verifying : python3-os-brick-4.3.4-0.20230127164850.cf69f92. 4/266 DEBUG: Verifying : python3-os-service-types-1.7.0-0.20210315154727. 5/266 DEBUG: Verifying : python3-oslotest-4.4.1-0.20210315103354.aaf3a72. 6/266 DEBUG: Verifying : python3-stevedore-3.3.3-0.20221024072403.7b48fff 7/266 DEBUG: Verifying : python-oslo-cache-lang-2.7.1-0.20220301090510.d0 8/266 DEBUG: Verifying : python-oslo-concurrency-lang-4.4.0-0.20210315114 9/266 DEBUG: Verifying : python-oslo-db-lang-8.5.2-0.20221007170041.26fd6 10/266 DEBUG: Verifying : python-oslo-i18n-lang-5.0.1-0.20210315103856.731 11/266 DEBUG: Verifying : python-oslo-log-lang-4.4.0-0.20210315105132.9b29 12/266 DEBUG: Verifying : python-oslo-middleware-lang-4.2.1-0.202202250804 13/266 DEBUG: Verifying : python-oslo-policy-lang-3.7.1-0.20220119091831.6 14/266 DEBUG: Verifying : python-oslo-privsep-lang-2.5.1-0.20220225073628. 15/266 DEBUG: Verifying : python-oslo-utils-lang-4.8.2-0.20220428092247.a3 16/266 DEBUG: Verifying : python-pycadf-common-3.1.1-0.20210315104351.4179 17/266 DEBUG: Verifying : python3-automaton-2.3.1-0.20220228091836.4a3e539 18/266 DEBUG: Verifying : python3-cliff-3.7.0-0.20210315123449.117a100.el8 19/266 DEBUG: Verifying : python3-cursive-0.2.2-0.20210312092435.d7cea1f.e 20/266 DEBUG: Verifying : python3-debtcollector-2.2.0-0.20210315103218.649 21/266 DEBUG: Verifying : python3-futurist-2.3.0-0.20210315104620.1a1c6f8. 22/266 DEBUG: Verifying : python3-os-win-5.4.0-0.20210315114029.cce95b4.el 23/266 DEBUG: Verifying : python3-oslo-cache-2.7.1-0.20220301090510.d0252f 24/266 DEBUG: Verifying : python3-oslo-concurrency-4.4.0-0.20210315114231. 25/266 DEBUG: Verifying : python3-oslo-config-2:8.5.1-0.20210907102309.de1 26/266 DEBUG: Verifying : python3-oslo-context-3.2.1-0.20211026071333.b124 27/266 DEBUG: Verifying : python3-oslo-db-8.5.2-0.20221007170041.26fd6fb.e 28/266 DEBUG: Verifying : python3-oslo-i18n-5.0.1-0.20210315103856.73187bd 29/266 DEBUG: Verifying : python3-oslo-log-4.4.0-0.20210315105132.9b29c90. 30/266 DEBUG: Verifying : python3-oslo-messaging-12.7.3-0.20220428091418.5 31/266 DEBUG: Verifying : python3-oslo-middleware-4.2.1-0.20220225080425.b 32/266 DEBUG: Verifying : python3-oslo-policy-3.7.1-0.20220119091831.639b4 33/266 DEBUG: Verifying : python3-oslo-privsep-2.5.1-0.20220225073628.1634 34/266 DEBUG: Verifying : python3-oslo-reports-2.2.0-0.20210315105955.bc63 35/266 DEBUG: Verifying : python3-oslo-rootwrap-6.3.1-0.20220228095841.1b1 36/266 DEBUG: Verifying : python3-oslo-serialization-4.1.1-0.2022022508233 37/266 DEBUG: Verifying : python3-oslo-service-2.5.1-0.20220201082833.c1e3 38/266 DEBUG: Verifying : python3-oslo-upgradecheck-1.3.1-0.20220225074957 39/266 DEBUG: Verifying : python3-oslo-utils-4.8.2-0.20220428092247.a38b56 40/266 DEBUG: Verifying : python3-osprofiler-3.4.0-0.20210315111211.5d82a0 41/266 DEBUG: Verifying : python3-pycadf-3.1.1-0.20210315104351.4179996.el 42/266 DEBUG: Verifying : python3-taskflow-4.6.0-0.20210315120753.0f7c6e9. 43/266 DEBUG: Verifying : python3-wsme-0.10.1-0.20220104140414.63fe135.el8 44/266 DEBUG: Verifying : python3-glance-store-2.5.1-0.20220628072358.5f1c 45/266 DEBUG: Verifying : python3-castellan-3.7.2-0.20210907102711.3775cf4 46/266 DEBUG: Verifying : python3-keystoneauth1-4.3.1-0.20210315155409.112 47/266 DEBUG: Verifying : python3-keystonemiddleware-9.2.0-0.2021031605290 48/266 DEBUG: Verifying : cryptsetup-2.3.7-5.el8.x86_64 49/266 DEBUG: Verifying : dejavu-fonts-common-2.35-7.el8.noarch 50/266 DEBUG: Verifying : dejavu-sans-fonts-2.35-7.el8.noarch 51/266 DEBUG: Verifying : device-mapper-event-8:1.02.181-9.el8.x86_64 52/266 DEBUG: Verifying : device-mapper-event-libs-8:1.02.181-9.el8.x86_64 53/266 DEBUG: Verifying : device-mapper-multipath-0.8.4-37.el8.x86_64 54/266 DEBUG: Verifying : device-mapper-multipath-libs-0.8.4-37.el8.x86_64 55/266 DEBUG: Verifying : device-mapper-persistent-data-0.9.0-7.el8.x86_64 56/266 DEBUG: Verifying : e2fsprogs-libs-1.45.6-5.el8.x86_64 57/266 DEBUG: Verifying : gettext-common-devel-0.19.8.1-17.el8.noarch 58/266 DEBUG: Verifying : gettext-devel-0.19.8.1-17.el8.x86_64 59/266 DEBUG: Verifying : groff-base-1.22.3-18.el8.x86_64 60/266 DEBUG: Verifying : gssproxy-0.8.0-21.el8.x86_64 61/266 DEBUG: Verifying : iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x 62/266 DEBUG: Verifying : iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f 63/266 DEBUG: Verifying : isns-utils-libs-0.99-1.el8.x86_64 64/266 DEBUG: Verifying : keyutils-1.5.10-9.el8.x86_64 65/266 DEBUG: Verifying : libaio-0.3.112-1.el8.x86_64 66/266 DEBUG: Verifying : libbasicobjects-0.1.1-40.el8.x86_64 67/266 DEBUG: Verifying : libcollection-0.7.0-40.el8.x86_64 68/266 DEBUG: Verifying : libevent-2.1.8-5.el8.x86_64 69/266 DEBUG: Verifying : libgfortran-8.5.0-18.el8.x86_64 70/266 DEBUG: Verifying : libini_config-1.3.1-40.el8.x86_64 71/266 DEBUG: Verifying : libnfsidmap-1:2.3.3-59.el8.x86_64 72/266 DEBUG: Verifying : libpath_utils-0.2.1-40.el8.x86_64 73/266 DEBUG: Verifying : libquadmath-8.5.0-18.el8.x86_64 74/266 DEBUG: Verifying : libref_array-0.1.5-40.el8.x86_64 75/266 DEBUG: Verifying : libselinux-utils-2.9-8.el8.x86_64 76/266 DEBUG: Verifying : libsysfs-2.1.0-25.el8.x86_64 77/266 DEBUG: Verifying : libxslt-1.1.32-6.el8.x86_64 78/266 DEBUG: Verifying : libyaml-0.1.7-5.el8.x86_64 79/266 DEBUG: Verifying : lsscsi-0.32-3.el8.x86_64 80/266 DEBUG: Verifying : lvm2-8:2.03.14-9.el8.x86_64 81/266 DEBUG: Verifying : lvm2-libs-8:2.03.14-9.el8.x86_64 82/266 DEBUG: Verifying : lzo-2.08-14.el8.x86_64 83/266 DEBUG: Verifying : m4-1.4.18-7.el8.x86_64 84/266 DEBUG: Verifying : nfs-utils-1:2.3.3-59.el8.x86_64 85/266 DEBUG: Verifying : nvme-cli-1.16-7.el8.x86_64 86/266 DEBUG: Verifying : perl-Carp-1.42-396.el8.noarch 87/266 DEBUG: Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 88/266 DEBUG: Verifying : perl-Encode-4:2.97-3.el8.x86_64 89/266 DEBUG: Verifying : perl-Errno-1.28-422.el8.x86_64 90/266 DEBUG: Verifying : perl-Exporter-5.72-396.el8.noarch 91/266 DEBUG: Verifying : perl-File-Path-2.15-2.el8.noarch 92/266 DEBUG: Verifying : perl-File-Temp-0.230.600-1.el8.noarch 93/266 DEBUG: Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 94/266 DEBUG: Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 95/266 DEBUG: Verifying : perl-IO-1.38-422.el8.x86_64 96/266 DEBUG: Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 97/266 DEBUG: Verifying : perl-PathTools-3.74-1.el8.x86_64 98/266 DEBUG: Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 99/266 DEBUG: Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 100/266 DEBUG: Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 101/266 DEBUG: Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 102/266 DEBUG: Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 103/266 DEBUG: Verifying : perl-Socket-4:2.027-3.el8.x86_64 104/266 DEBUG: Verifying : perl-Storable-1:3.11-3.el8.x86_64 105/266 DEBUG: Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 106/266 DEBUG: Verifying : perl-Term-Cap-1.17-395.el8.noarch 107/266 DEBUG: Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 108/266 DEBUG: Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 109/266 DEBUG: Verifying : perl-Time-Local-1:1.280-1.el8.noarch 110/266 DEBUG: Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 111/266 DEBUG: Verifying : perl-constant-1.33-396.el8.noarch 112/266 DEBUG: Verifying : perl-interpreter-4:5.26.3-422.el8.x86_64 113/266 DEBUG: Verifying : perl-libs-4:5.26.3-422.el8.x86_64 114/266 DEBUG: Verifying : perl-macros-4:5.26.3-422.el8.x86_64 115/266 DEBUG: Verifying : perl-parent-1:0.237-1.el8.noarch 116/266 DEBUG: Verifying : perl-podlators-4.11-1.el8.noarch 117/266 DEBUG: Verifying : perl-threads-1:2.21-2.el8.x86_64 118/266 DEBUG: Verifying : perl-threads-shared-1.58-2.el8.x86_64 119/266 DEBUG: Verifying : policycoreutils-2.9-21.1.el8.x86_64 120/266 DEBUG: Verifying : python3-dateutil-1:2.6.1-6.el8.noarch 121/266 DEBUG: Verifying : python3-inotify-0.9.6-13.el8.noarch 122/266 DEBUG: Verifying : quota-1:4.04-14.el8.x86_64 123/266 DEBUG: Verifying : quota-nls-1:4.04-14.el8.noarch 124/266 DEBUG: Verifying : rpcbind-1.2.5-10.el8.x86_64 125/266 DEBUG: Verifying : sg3_utils-1.44-6.el8.x86_64 126/266 DEBUG: Verifying : sg3_utils-libs-1.44-6.el8.x86_64 127/266 DEBUG: Verifying : snappy-1.1.8-3.el8.x86_64 128/266 DEBUG: Verifying : tcl-1:8.6.8-2.el8.x86_64 129/266 DEBUG: Verifying : userspace-rcu-0.10.1-4.el8.x86_64 130/266 DEBUG: Verifying : autoconf-2.69-29.el8.noarch 131/266 DEBUG: Verifying : automake-1.16.1-7.el8.noarch 132/266 DEBUG: Verifying : desktop-file-utils-0.26-1.el8.x86_64 133/266 DEBUG: Verifying : intltool-0.51.0-11.el8.noarch 134/266 DEBUG: Verifying : libev-4.24-6.el8.x86_64 135/266 DEBUG: Verifying : libverto-libev-0.3.2-2.el8.x86_64 136/266 DEBUG: Verifying : openblas-0.3.15-4.el8.x86_64 137/266 DEBUG: Verifying : openblas-threads-0.3.15-4.el8.x86_64 138/266 DEBUG: Verifying : perl-Digest-1.17-395.el8.noarch 139/266 DEBUG: Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 140/266 DEBUG: Verifying : perl-Filter-2:1.58-2.el8.x86_64 141/266 DEBUG: Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 142/266 DEBUG: Verifying : perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be 143/266 DEBUG: Verifying : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+de 144/266 DEBUG: Verifying : perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595 145/266 DEBUG: Verifying : perl-Text-Unidecode-1.30-5.el8.noarch 146/266 DEBUG: Verifying : perl-Thread-Queue-3.13-1.el8.noarch 147/266 DEBUG: Verifying : perl-URI-1.73-3.el8.noarch 148/266 DEBUG: Verifying : perl-XML-Parser-2.44-11.el8.x86_64 149/266 DEBUG: Verifying : perl-XML-XPath-1.42-3.el8.noarch 150/266 DEBUG: Verifying : perl-encoding-4:2.22-3.el8.x86_64 151/266 DEBUG: Verifying : perl-libnet-3.11-3.el8.noarch 152/266 DEBUG: Verifying : perl-open-1.11-422.el8.noarch 153/266 DEBUG: Verifying : python3-PyMySQL-0.10.1-2.module_el8.5.0+761+faac 154/266 DEBUG: Verifying : python3-attrs-17.4.0-6.el8.noarch 155/266 DEBUG: Verifying : python3-cairo-1.16.3-6.el8.x86_64 156/266 DEBUG: Verifying : python3-html5lib-1:0.999999999-6.el8.noarch 157/266 DEBUG: Verifying : python3-lxml-4.2.3-4.el8.x86_64 158/266 DEBUG: Verifying : python3-mako-1.0.6-14.el8.noarch 159/266 DEBUG: Verifying : python3-netaddr-0.7.19-8.el8.noarch 160/266 DEBUG: Verifying : python3-netifaces-0.10.6-4.el8.x86_64 161/266 DEBUG: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 162/266 DEBUG: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 163/266 DEBUG: Verifying : python3-pillow-5.1.1-18.el8.x86_64 164/266 DEBUG: Verifying : python3-prettytable-0.7.2-14.el8.noarch 165/266 DEBUG: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 166/266 DEBUG: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 167/266 DEBUG: Verifying : python3-tkinter-3.6.8-51.el8.x86_64 168/266 DEBUG: Verifying : python3-webencodings-0.5.1-6.el8.noarch 169/266 DEBUG: Verifying : qemu-img-15:6.2.0-28.module_el8.8.0+1257+0c3374a 170/266 DEBUG: Verifying : sysfsutils-2.1.0-25.el8.x86_64 171/266 DEBUG: Verifying : texlive-base-7:20180414-28.el8.noarch 172/266 DEBUG: Verifying : texlive-dvipng-7:20180414-28.el8.x86_64 173/266 DEBUG: Verifying : texlive-kpathsea-7:20180414-28.el8.x86_64 174/266 DEBUG: Verifying : texlive-lib-7:20180414-28.el8.x86_64 175/266 DEBUG: Verifying : texlive-tetex-7:20180414-28.el8.noarch 176/266 DEBUG: Verifying : texlive-texlive.infra-7:20180414-28.el8.noarch 177/266 DEBUG: Verifying : tk-1:8.6.8-1.el8.x86_64 178/266 DEBUG: Verifying : xdg-utils-1.1.2-5.el8.noarch 179/266 DEBUG: Verifying : libaec-1.0.2-3.el8.x86_64 180/266 DEBUG: Verifying : blosc-1.20.1-1.el8.x86_64 181/266 DEBUG: Verifying : hdf5-1.10.5-5.el8.x86_64 182/266 DEBUG: Verifying : libqhull-1:7.2.1-2.el8.x86_64 183/266 DEBUG: Verifying : libsodium-1.0.18-2.el8.x86_64 184/266 DEBUG: Verifying : python3-Bottleneck-1.2.1-13.el8.x86_64 185/266 DEBUG: Verifying : python3-alembic-1.4.3-1.el8.noarch 186/266 DEBUG: Verifying : python3-amqp-5.0.5-1.el8.noarch 187/266 DEBUG: Verifying : python3-beautifulsoup4-4.9.3-1.el8.noarch 188/266 DEBUG: Verifying : python3-boto-2.49.0-4.el8.noarch 189/266 DEBUG: Verifying : python3-cachetools-4.2.0-1.el8.noarch 190/266 DEBUG: Verifying : python3-certifi-2018.10.15-8.el8.noarch 191/266 DEBUG: Verifying : python3-cmd2-1.4.0-1.1.el8.noarch 192/266 DEBUG: Verifying : python3-colorama-0.4.3-3.el8.noarch 193/266 DEBUG: Verifying : python3-cssselect-0.9.2-13.el8.noarch 194/266 DEBUG: Verifying : python3-cycler-0.10.0-13.el8.noarch 195/266 DEBUG: Verifying : python3-ddt-1.2.1-4.el8.noarch 196/266 DEBUG: Verifying : python3-decorator-4.4.0-5.el8.noarch 197/266 DEBUG: Verifying : python3-defusedxml-0.7.1-1.el8.noarch 198/266 DEBUG: Verifying : python3-dogpile-cache-1.1.5-1.1.el8.noarch 199/266 DEBUG: Verifying : python3-dulwich-0.20.11-1.el8.x86_64 200/266 DEBUG: Verifying : python3-editor-1.0.4-4.el8.noarch 201/266 DEBUG: Verifying : python3-etcd3gw-0.2.5-1.el8.noarch 202/266 DEBUG: Verifying : python3-extras-1.0.0-10.el8.noarch 203/266 DEBUG: Verifying : python3-fasteners-0.14.1-20.el8.noarch 204/266 DEBUG: Verifying : python3-fixtures-3.0.0-16.el8.noarch 205/266 DEBUG: Verifying : python3-future-0.18.2-3.el8.noarch 206/266 DEBUG: Verifying : python3-importlib-metadata-1.7.0-1.el8.noarch 207/266 DEBUG: Verifying : python3-iso8601-0.1.12-3.el8.noarch 208/266 DEBUG: Verifying : python3-jeepney-0.4.3-1.el8.noarch 209/266 DEBUG: Verifying : python3-jsonschema-3.2.0-5.el8.noarch 210/266 DEBUG: Verifying : python3-keyring-21.0.0-1.el8.noarch 211/266 DEBUG: Verifying : python3-kiwisolver-1.1.0-4.el8.x86_64 212/266 DEBUG: Verifying : python3-kombu-1:5.0.2-1.el8.noarch 213/266 DEBUG: Verifying : python3-matplotlib-3.1.1-2.el8.x86_64 214/266 DEBUG: Verifying : python3-matplotlib-data-3.1.1-2.el8.noarch 215/266 DEBUG: Verifying : python3-matplotlib-data-fonts-3.1.1-2.el8.noarch 216/266 DEBUG: Verifying : python3-matplotlib-tk-3.1.1-2.el8.x86_64 217/266 DEBUG: Verifying : python3-memcached-1.59-1.el8.noarch 218/266 DEBUG: Verifying : python3-migrate-0.13.0-1.el8.noarch 219/266 DEBUG: Verifying : python3-mock-3.0.5-7.el8.noarch 220/266 DEBUG: Verifying : python3-msgpack-1.0.2-1.el8.x86_64 221/266 DEBUG: Verifying : python3-networkx-2.5-1.el8.noarch 222/266 DEBUG: Verifying : python3-numexpr-2.7.1-1.el8.x86_64 223/266 DEBUG: Verifying : python3-pandas-0.25.3-1.el8.x86_64 224/266 DEBUG: Verifying : python3-paste-3.5.0-1.el8.noarch 225/266 DEBUG: Verifying : python3-paste-deploy-2.1.1-1.el8.noarch 226/266 DEBUG: Verifying : python3-psutil-5.7.3-1.el8.x86_64 227/266 DEBUG: Verifying : python3-pyasn1-0.4.6-3.el8.noarch 228/266 DEBUG: Verifying : python3-pydot-1.4.1-1.el8.noarch 229/266 DEBUG: Verifying : python3-pygraphviz-1.5-9.el8.x86_64 230/266 DEBUG: Verifying : python3-pynacl-1.4.0-1.el8.x86_64 231/266 DEBUG: Verifying : python3-pyngus-2.3.0-4.el8.noarch 232/266 DEBUG: Verifying : python3-pyperclip-1.8.0-2.el8.noarch 233/266 DEBUG: Verifying : python3-pyrsistent-0.17.3-1.el8.x86_64 234/266 DEBUG: Verifying : python3-pyyaml-5.4.1-2.el8.x86_64 235/266 DEBUG: Verifying : python3-repoze-lru-0.7-6.el8.noarch 236/266 DEBUG: Verifying : python3-retrying-1.3.3-1.el8.noarch 237/266 DEBUG: Verifying : python3-rfc3986-1.4.0-3.el8.noarch 238/266 DEBUG: Verifying : python3-routes-2.4.1-12.el8.noarch 239/266 DEBUG: Verifying : python3-rsa-4.6-2.el8.noarch 240/266 DEBUG: Verifying : python3-secretstorage-3.1.1-4.el8.noarch 241/266 DEBUG: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 242/266 DEBUG: Verifying : python3-simplejson-3.17.2-2.el8.x86_64 243/266 DEBUG: Verifying : python3-soupsieve-2.1.0-1.el8.noarch 244/266 DEBUG: Verifying : python3-sqlparse-0.3.1-3.el8.noarch 245/266 DEBUG: Verifying : python3-statsd-3.2.1-16.el8.noarch 246/266 DEBUG: Verifying : python3-stestr-2.6.0-4.el8.noarch 247/266 DEBUG: Verifying : python3-subunit-1.4.0-1.el8.noarch 248/266 DEBUG: Verifying : python3-tables-3.5.2-6.el8.x86_64 249/266 DEBUG: Verifying : python3-tempita-0.5.1-25.el8.noarch 250/266 DEBUG: Verifying : python3-tenacity-6.2.0-1.el8.noarch 251/266 DEBUG: Verifying : python3-testresources-2.0.1-1.el8.noarch 252/266 DEBUG: Verifying : python3-testtools-2.5.0-3.el8.noarch 253/266 DEBUG: Verifying : python3-vine-5.0.0-2.el8.noarch 254/266 DEBUG: Verifying : python3-voluptuous-0.12.1-1.el8.noarch 255/266 DEBUG: Verifying : python3-wcwidth-0.2.5-2.el8.noarch 256/266 DEBUG: Verifying : python3-webob-1.8.6-3.el8.noarch 257/266 DEBUG: Verifying : python3-wrapt-1.12.1-3.el8.x86_64 258/266 DEBUG: Verifying : python3-yappi-1.3.0-1.el8.x86_64 259/266 DEBUG: Verifying : python3-zipp-3.4.0-1.el8.noarch 260/266 DEBUG: Verifying : python3-httplib2-0.16.0-1.el8.noarch 261/266 DEBUG: Verifying : python3-openstackdocstheme-2.2.6-1.el8.noarch 262/266 DEBUG: Verifying : python3-pyxattr-0.7.1-2.el8.x86_64 263/266 DEBUG: Verifying : python3-sphinxcontrib-apidoc-0.2.1-13.el8.noarch 264/266 DEBUG: Verifying : python3-qpid-proton-0.35.0-3.el8s.x86_64 265/266 DEBUG: Verifying : qpid-proton-c-0.35.0-3.el8s.x86_64 266/266 DEBUG: Installed: DEBUG: autoconf-2.69-29.el8.noarch DEBUG: automake-1.16.1-7.el8.noarch DEBUG: blosc-1.20.1-1.el8.x86_64 DEBUG: cryptsetup-2.3.7-5.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.26-1.el8.x86_64 DEBUG: device-mapper-event-8:1.02.181-9.el8.x86_64 DEBUG: device-mapper-event-libs-8:1.02.181-9.el8.x86_64 DEBUG: device-mapper-multipath-0.8.4-37.el8.x86_64 DEBUG: device-mapper-multipath-libs-0.8.4-37.el8.x86_64 DEBUG: device-mapper-persistent-data-0.9.0-7.el8.x86_64 DEBUG: e2fsprogs-libs-1.45.6-5.el8.x86_64 DEBUG: gettext-common-devel-0.19.8.1-17.el8.noarch DEBUG: gettext-devel-0.19.8.1-17.el8.x86_64 DEBUG: groff-base-1.22.3-18.el8.x86_64 DEBUG: gssproxy-0.8.0-21.el8.x86_64 DEBUG: hdf5-1.10.5-5.el8.x86_64 DEBUG: intltool-0.51.0-11.el8.noarch DEBUG: iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x86_64 DEBUG: iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f59c.el8.x86_64 DEBUG: isns-utils-libs-0.99-1.el8.x86_64 DEBUG: keyutils-1.5.10-9.el8.x86_64 DEBUG: libaec-1.0.2-3.el8.x86_64 DEBUG: libaio-0.3.112-1.el8.x86_64 DEBUG: libbasicobjects-0.1.1-40.el8.x86_64 DEBUG: libcollection-0.7.0-40.el8.x86_64 DEBUG: libev-4.24-6.el8.x86_64 DEBUG: libevent-2.1.8-5.el8.x86_64 DEBUG: libgfortran-8.5.0-18.el8.x86_64 DEBUG: libini_config-1.3.1-40.el8.x86_64 DEBUG: libnfsidmap-1:2.3.3-59.el8.x86_64 DEBUG: libpath_utils-0.2.1-40.el8.x86_64 DEBUG: libqhull-1:7.2.1-2.el8.x86_64 DEBUG: libquadmath-8.5.0-18.el8.x86_64 DEBUG: libref_array-0.1.5-40.el8.x86_64 DEBUG: libselinux-utils-2.9-8.el8.x86_64 DEBUG: libsodium-1.0.18-2.el8.x86_64 DEBUG: libsysfs-2.1.0-25.el8.x86_64 DEBUG: libverto-libev-0.3.2-2.el8.x86_64 DEBUG: libxslt-1.1.32-6.el8.x86_64 DEBUG: libyaml-0.1.7-5.el8.x86_64 DEBUG: lsscsi-0.32-3.el8.x86_64 DEBUG: lvm2-8:2.03.14-9.el8.x86_64 DEBUG: lvm2-libs-8:2.03.14-9.el8.x86_64 DEBUG: lzo-2.08-14.el8.x86_64 DEBUG: m4-1.4.18-7.el8.x86_64 DEBUG: nfs-utils-1:2.3.3-59.el8.x86_64 DEBUG: nvme-cli-1.16-7.el8.x86_64 DEBUG: openblas-0.3.15-4.el8.x86_64 DEBUG: openblas-threads-0.3.15-4.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-422.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-422.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-Thread-Queue-3.13-1.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-422.el8.x86_64 DEBUG: perl-libnet-3.11-3.el8.noarch DEBUG: perl-libs-4:5.26.3-422.el8.x86_64 DEBUG: perl-macros-4:5.26.3-422.el8.x86_64 DEBUG: perl-open-1.11-422.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-21.1.el8.x86_64 DEBUG: python-oslo-cache-lang-2.7.1-0.20220301090510.d0252f6.el8.noarch DEBUG: python-oslo-concurrency-lang-4.4.0-0.20210315114231.7dcf9e9.el8.noarch DEBUG: python-oslo-db-lang-8.5.2-0.20221007170041.26fd6fb.el8.noarch DEBUG: python-oslo-i18n-lang-5.0.1-0.20210315103856.73187bd.el8.noarch DEBUG: python-oslo-log-lang-4.4.0-0.20210315105132.9b29c90.el8.noarch DEBUG: python-oslo-middleware-lang-4.2.1-0.20220225080425.b40ca5f.el8.noarch DEBUG: python-oslo-policy-lang-3.7.1-0.20220119091831.639b471.el8.noarch DEBUG: python-oslo-privsep-lang-2.5.1-0.20220225073628.1634c00.el8.noarch DEBUG: python-oslo-utils-lang-4.8.2-0.20220428092247.a38b56a.el8.noarch DEBUG: python-pycadf-common-3.1.1-0.20210315104351.4179996.el8.noarch DEBUG: python3-Bottleneck-1.2.1-13.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-attrs-17.4.0-6.el8.noarch DEBUG: python3-automaton-2.3.1-0.20220228091836.4a3e539.el8.noarch DEBUG: python3-barbicanclient-5.1.0-0.20210316154446.ad49c40.el8.noarch DEBUG: python3-beautifulsoup4-4.9.3-1.el8.noarch DEBUG: python3-boto-2.49.0-4.el8.noarch DEBUG: python3-cachetools-4.2.0-1.el8.noarch DEBUG: python3-cairo-1.16.3-6.el8.x86_64 DEBUG: python3-castellan-3.7.2-0.20210907102711.3775cf4.el8.noarch DEBUG: python3-certifi-2018.10.15-8.el8.noarch DEBUG: python3-cinderclient-7.4.1-0.20210903082820.4f72e6f.el8.noarch DEBUG: python3-cliff-3.7.0-0.20210315123449.117a100.el8.noarch DEBUG: python3-cmd2-1.4.0-1.1.el8.noarch DEBUG: python3-colorama-0.4.3-3.el8.noarch DEBUG: python3-cssselect-0.9.2-13.el8.noarch DEBUG: python3-cursive-0.2.2-0.20210312092435.d7cea1f.el8.noarch DEBUG: python3-cycler-0.10.0-13.el8.noarch DEBUG: python3-dateutil-1:2.6.1-6.el8.noarch DEBUG: python3-ddt-1.2.1-4.el8.noarch DEBUG: python3-debtcollector-2.2.0-0.20210315103218.649189d.el8.noarch DEBUG: python3-decorator-4.4.0-5.el8.noarch DEBUG: python3-defusedxml-0.7.1-1.el8.noarch DEBUG: python3-dogpile-cache-1.1.5-1.1.el8.noarch DEBUG: python3-dulwich-0.20.11-1.el8.x86_64 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-fasteners-0.14.1-20.el8.noarch DEBUG: python3-fixtures-3.0.0-16.el8.noarch DEBUG: python3-future-0.18.2-3.el8.noarch DEBUG: python3-futurist-2.3.0-0.20210315104620.1a1c6f8.el8.noarch DEBUG: python3-glance-store-2.5.1-0.20220628072358.5f1cee6.el8.noarch DEBUG: python3-html5lib-1:0.999999999-6.el8.noarch DEBUG: python3-httplib2-0.16.0-1.el8.noarch DEBUG: python3-importlib-metadata-1.7.0-1.el8.noarch DEBUG: python3-inotify-0.9.6-13.el8.noarch DEBUG: python3-iso8601-0.1.12-3.el8.noarch DEBUG: python3-jeepney-0.4.3-1.el8.noarch DEBUG: python3-jsonschema-3.2.0-5.el8.noarch DEBUG: python3-keyring-21.0.0-1.el8.noarch DEBUG: python3-keystoneauth1-4.3.1-0.20210315155409.112bcae.el8.noarch DEBUG: python3-keystoneclient-1:4.3.0-0.20220713080823.d5cb761.el8.noarch DEBUG: python3-keystonemiddleware-9.2.0-0.20210316052900.3659bda.el8.noarch DEBUG: python3-kiwisolver-1.1.0-4.el8.x86_64 DEBUG: python3-kombu-1:5.0.2-1.el8.noarch DEBUG: python3-lxml-4.2.3-4.el8.x86_64 DEBUG: python3-mako-1.0.6-14.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-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-networkx-2.5-1.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-openstackdocstheme-2.2.6-1.el8.noarch DEBUG: python3-os-brick-4.3.4-0.20230127164850.cf69f92.el8.noarch DEBUG: python3-os-service-types-1.7.0-0.20210315154727.0b2f473.el8.noarch DEBUG: python3-os-win-5.4.0-0.20210315114029.cce95b4.el8.noarch DEBUG: python3-oslo-cache-2.7.1-0.20220301090510.d0252f6.el8.noarch DEBUG: python3-oslo-concurrency-4.4.0-0.20210315114231.7dcf9e9.el8.noarch DEBUG: python3-oslo-config-2:8.5.1-0.20210907102309.de1dbee.el8.noarch DEBUG: python3-oslo-context-3.2.1-0.20211026071333.b124eb7.el8.noarch DEBUG: python3-oslo-db-8.5.2-0.20221007170041.26fd6fb.el8.noarch DEBUG: python3-oslo-i18n-5.0.1-0.20210315103856.73187bd.el8.noarch DEBUG: python3-oslo-log-4.4.0-0.20210315105132.9b29c90.el8.noarch DEBUG: python3-oslo-messaging-12.7.3-0.20220428091418.5d6fd1a.el8.noarch DEBUG: python3-oslo-middleware-4.2.1-0.20220225080425.b40ca5f.el8.noarch DEBUG: python3-oslo-policy-3.7.1-0.20220119091831.639b471.el8.noarch DEBUG: python3-oslo-privsep-2.5.1-0.20220225073628.1634c00.el8.noarch DEBUG: python3-oslo-reports-2.2.0-0.20210315105955.bc631ae.el8.noarch DEBUG: python3-oslo-rootwrap-6.3.1-0.20220228095841.1b1b960.el8.noarch DEBUG: python3-oslo-serialization-4.1.1-0.20220225082330.bbe5d5a.el8.noarch DEBUG: python3-oslo-service-2.5.1-0.20220201082833.c1e3398.el8.noarch DEBUG: python3-oslo-upgradecheck-1.3.1-0.20220225074957.9561ecb.el8.noarch DEBUG: python3-oslo-utils-4.8.2-0.20220428092247.a38b56a.el8.noarch DEBUG: python3-oslotest-4.4.1-0.20210315103354.aaf3a72.el8.noarch DEBUG: python3-osprofiler-3.4.0-0.20210315111211.5d82a02.el8.noarch DEBUG: python3-pandas-0.25.3-1.el8.x86_64 DEBUG: python3-paste-3.5.0-1.el8.noarch DEBUG: python3-paste-deploy-2.1.1-1.el8.noarch DEBUG: python3-pillow-5.1.1-18.el8.x86_64 DEBUG: python3-prettytable-0.7.2-14.el8.noarch DEBUG: python3-psutil-5.7.3-1.el8.x86_64 DEBUG: python3-pyOpenSSL-19.0.0-1.el8.noarch DEBUG: python3-pyasn1-0.4.6-3.el8.noarch DEBUG: python3-pycadf-3.1.1-0.20210315104351.4179996.el8.noarch DEBUG: python3-pydot-1.4.1-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-pyxattr-0.7.1-2.el8.x86_64 DEBUG: python3-pyyaml-5.4.1-2.el8.x86_64 DEBUG: python3-qpid-proton-0.35.0-3.el8s.x86_64 DEBUG: python3-repoze-lru-0.7-6.el8.noarch DEBUG: python3-retrying-1.3.3-1.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-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 DEBUG: python3-secretstorage-3.1.1-4.el8.noarch DEBUG: python3-simplegeneric-0.8.1-17.el8.noarch DEBUG: python3-simplejson-3.17.2-2.el8.x86_64 DEBUG: python3-soupsieve-2.1.0-1.el8.noarch DEBUG: python3-sphinxcontrib-apidoc-0.2.1-13.el8.noarch DEBUG: python3-sqlparse-0.3.1-3.el8.noarch DEBUG: python3-statsd-3.2.1-16.el8.noarch DEBUG: python3-stestr-2.6.0-4.el8.noarch DEBUG: python3-stevedore-3.3.3-0.20221024072403.7b48fff.el8.noarch DEBUG: python3-subunit-1.4.0-1.el8.noarch DEBUG: python3-tables-3.5.2-6.el8.x86_64 DEBUG: python3-taskflow-4.6.0-0.20210315120753.0f7c6e9.el8.noarch DEBUG: python3-tempita-0.5.1-25.el8.noarch DEBUG: python3-tenacity-6.2.0-1.el8.noarch DEBUG: python3-testresources-2.0.1-1.el8.noarch DEBUG: python3-testtools-2.5.0-3.el8.noarch DEBUG: python3-tkinter-3.6.8-51.el8.x86_64 DEBUG: python3-vine-5.0.0-2.el8.noarch DEBUG: python3-voluptuous-0.12.1-1.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-wrapt-1.12.1-3.el8.x86_64 DEBUG: python3-wsme-0.10.1-0.20220104140414.63fe135.el8.noarch DEBUG: python3-yappi-1.3.0-1.el8.x86_64 DEBUG: python3-zipp-3.4.0-1.el8.noarch DEBUG: qemu-img-15:6.2.0-28.module_el8.8.0+1257+0c3374ae.x86_64 DEBUG: qpid-proton-c-0.35.0-3.el8s.x86_64 DEBUG: quota-1:4.04-14.el8.x86_64 DEBUG: quota-nls-1:4.04-14.el8.noarch DEBUG: rpcbind-1.2.5-10.el8.x86_64 DEBUG: sg3_utils-1.44-6.el8.x86_64 DEBUG: sg3_utils-libs-1.44-6.el8.x86_64 DEBUG: snappy-1.1.8-3.el8.x86_64 DEBUG: sysfsutils-2.1.0-25.el8.x86_64 DEBUG: tcl-1:8.6.8-2.el8.x86_64 DEBUG: texlive-base-7:20180414-28.el8.noarch DEBUG: texlive-dvipng-7:20180414-28.el8.x86_64 DEBUG: texlive-kpathsea-7:20180414-28.el8.x86_64 DEBUG: texlive-lib-7:20180414-28.el8.x86_64 DEBUG: texlive-tetex-7:20180414-28.el8.noarch DEBUG: texlive-texlive.infra-7:20180414-28.el8.noarch DEBUG: tk-1:8.6.8-1.el8.x86_64 DEBUG: userspace-rcu-0.10.1-4.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-wallaby-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans Finish: build setup for openstack-glance-22.1.2-0.20230309185042.883fc8a.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', 'e7a7ce808c51421e975ad90e13eb1d8b', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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-wallaby-x86_64-5/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: perl-Storable-1:3.11-3.el8.x86_64 1557588165 221862 7575af2e91c5f435c050e1b3f453c9f3 installed DEBUG: binutils-2.30-119.el8.x86_64 1663953346 24937207 75f3574f78c859cbd1eb76fa98265c60 installed DEBUG: fontpackages-filesystem-1.44-22.el8.noarch 1557581453 0 40b0272ca2fdd533a2d188077e86c1d2 installed DEBUG: perl-Encode-4:2.97-3.el8.x86_64 1557587918 10200695 9c13163ba1dba6de88e23119fbbb07c7 installed DEBUG: gcc-plugin-annobin-8.5.0-18.el8.x86_64 1671873301 49376 ef6038a5961874f1b5a4c7dd845200c2 installed DEBUG: adobe-mappings-cmap-20171205-3.el8.noarch 1557787815 13746679 5904158c62f46bb518f6445e49044e60 installed DEBUG: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 1557588181 124632 ae9fd554ccfa042dc074779abf5f2e58 installed DEBUG: gtk-update-icon-cache-3.22.30-11.el8.x86_64 1661411318 60398 a45a83b395cb68037d67081b296029c4 installed DEBUG: adobe-mappings-cmap-deprecated-20171205-3.el8.noarch 1557787815 596942 6e60575dedf19a3ce375fc2166d1a146 installed DEBUG: perl-Unicode-Normalize-1.25-396.el8.x86_64 1557588231 637517 8461c73c94cc877ae2103add615572f8 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: perl-constant-1.33-396.el8.noarch 1557587732 27104 dbb827cf7e21d66176d41c7280d1da8b installed DEBUG: urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch 1557812133 1429675 7c8915d94c2c51421ab11e2bd324f4a8 installed DEBUG: perl-srpm-macros-1-25.el8.noarch 1557806236 794 0293bcef8257b954e640b14fa1fbfac0 installed DEBUG: perl-XML-Parser-2.44-11.el8.x86_64 1557806599 643439 4bd2f5451a8bca4aff405aafb164b0c2 installed DEBUG: urw-base35-z003-fonts-20170801-10.el8.noarch 1557812133 400088 0b8313e3b9335f0786c2adf4c8eedb6e installed DEBUG: libssh-config-0.9.6-6.el8.noarch 1674052261 277 824a4ef2221391774200713f7357a680 installed DEBUG: perl-open-0:1.11-422.el8.noarch 1674590387 11765 8602b2830b798345d02953a44b352c00 installed DEBUG: pinentry-1.1.0-2.el8.x86_64 1557807137 199914 91e0fb519dd83812e53a731ed74f5fec installed DEBUG: go-srpm-macros-2-17.el8.noarch 1611212519 7342 9d71426f78a143cfc42a3c8a0e969fa9 installed DEBUG: texlive-tetex-7:20180414-28.el8.noarch 1670916255 684892 31499bc06f9a1cd89afe6ea08013a8b2 installed DEBUG: git-core-2.39.1-1.el8.x86_64 1675871471 31638795 9c77382bc9951642fc08e05ed0895675 installed DEBUG: centos-stream-release-8.6-1.el8.noarch 1631593927 26489 da424ed8dbfe39ac8f25eb609e365312 installed DEBUG: automake-1.16.1-7.el8.noarch 1611040862 1806113 0375acc6c1633cd6bb776557ae124ddf installed DEBUG: gnupg2-smime-2.2.20-3.el8.x86_64 1661957780 720346 1cae463ef0856a8005738e88bcb0ab08 installed DEBUG: urw-base35-fonts-common-20170801-10.el8.noarch 1557812133 38217 b9c0233504dbc87da36397e6a3d37efc installed DEBUG: quota-1:4.04-14.el8.x86_64 1620259745 907847 73d97a02d2ee460ea1efd39a9837dc32 installed DEBUG: gdb-headless-8.2-19.el8.x86_64 1653937916 11909670 7393046e7e7f56b56f662ecc4a40e1be installed DEBUG: ncurses-libs-6.1-9.20180224.el8.x86_64 1622524064 951240 31979f707562a5aafd12d0e8f3992da4 installed DEBUG: python3-matplotlib-tk-3.1.1-2.el8.x86_64 1579970243 112162 e11d2c31cda9fc946bf095f66c87ea85 installed DEBUG: efi-srpm-macros-3-3.el8.noarch 1605562930 39223 a3b1b70e34d0e5bc276f89fe7bb6e7ea installed DEBUG: glibc-2.28-225.el8.x86_64 1675873919 6717544 f9d2c826b6f8c6adfce98b865538254d installed DEBUG: cryptsetup-2.3.7-5.el8.x86_64 1673600698 512540 1834e89274bb86bad575d3666e910f3a installed DEBUG: python3-ply-3.9-9.el8.noarch 1610439834 439890 5f9430e3bd204c3065d8f585be96652d installed DEBUG: info-6.5-7.el8_5.x86_64 1644082311 386328 c4578156fb03a45839a22eb9f0244dd7 installed DEBUG: python-oslo-privsep-lang-2.5.1-0.20220225073628.1634c00.el8.noarch 1645774760 13759 736a9f698f4477b09c71c7abdba54deb installed DEBUG: python3-pysocks-1.6.8-3.el8.noarch 1557588655 77054 aca0c79a26e9d6a28d3071c1f2270fb4 installed DEBUG: libxcrypt-4.1.1-6.el8.x86_64 1620256101 185892 9a730f6114e22545dc8befbe5a0978ca installed DEBUG: python-oslo-i18n-lang-5.0.1-0.20210315103856.73187bd.el8.noarch 1615804784 16179 2d0b2032e3b5a6ac0c277f5712732029 installed DEBUG: python3-markupsafe-0.23-19.el8.x86_64 1557807784 78019 3a1380b91678566bb2cbf12fafefcbd7 installed DEBUG: freetype-2.9.1-9.el8.x86_64 1654765760 812023 798980f9d28ed49dd7655425fbe54e7f installed DEBUG: python3-oslo-serialization-4.1.1-0.20220225082330.bbe5d5a.el8.noarch 1645777614 75242 524c1282e522fff5aa1dbe3b32ecf419 installed DEBUG: python3-rpm-generators-5-8.el8.noarch 1669460862 56753 08702ebf7864d91e4fdf84084979c72a installed DEBUG: libuuid-2.32.1-40.el8.x86_64 1675874781 35096 30a140435ca0cf3452cdafb31f0d52ce installed DEBUG: python3-pycadf-3.1.1-0.20210315104351.4179996.el8.noarch 1615805086 151246 142e9b3ed59aafe12d97d95e22eff102 installed DEBUG: python3-packaging-20.4-1.el8.noarch 1595581848 226606 6f20a53089845f7e03e43811ab4594da installed DEBUG: sqlite-libs-3.26.0-17.el8.x86_64 1669927468 1166473 d893ededcc167c9b43ebe357e748fd97 installed DEBUG: python3-oslo-concurrency-4.4.0-0.20210315114231.7dcf9e9.el8.noarch 1615808639 107808 6b2135266931e47970b886710aeed255 installed DEBUG: python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch 1580212430 48240 c37be18dff58225e5a9ec3235f6c2ff3 installed DEBUG: libjpeg-turbo-1.5.3-12.el8.x86_64 1626498492 525483 bcab14000d498cc0f5db2fa67ac21c0c installed DEBUG: python3-os-brick-4.3.4-0.20230127164850.cf69f92.el8.noarch 1674838491 3561010 dfd5cc471e29eb8698099d0814cbbbf4 installed DEBUG: python3-sphinxcontrib-serializinghtml-1.1.3-5.el8.noarch 1580221798 56043 9172de1086c98a9044663bfc8fd16532 installed DEBUG: libattr-2.4.48-3.el8.x86_64 1557533865 27346 bdc22fe0cdcb03a5014e6275c6539003 installed DEBUG: python3-keystoneauth1-4.3.1-0.20210315155409.112bcae.el8.noarch 1615823731 2044791 039053d706174ea2c5e8476a994f6b66 installed DEBUG: pixman-0.38.4-2.el8.x86_64 1645772813 697399 b4f169e3a8bba93d16679bdbcdfb45c8 installed DEBUG: libICE-1.0.9-15.el8.x86_64 1573240087 205821 240847d47f854c3eeef95daf071359da installed DEBUG: python3-cinderclient-7.4.1-0.20210903082820.4f72e6f.el8.noarch 1630657965 1015727 54d19d958a3c40262a957d50e9eedc17 installed DEBUG: ImageMagick-6.7.8.9-18.el8.x86_64 1580388743 8917343 cdf347dd516a971569a9020371400933 installed DEBUG: libgomp-8.5.0-18.el8.x86_64 1671873301 331983 ca190e993b0ee8adeca62b9d53ec54e4 installed DEBUG: python3-osprofiler-3.4.0-0.20210315111211.5d82a02.el8.noarch 1615806791 471470 2eeaff96da4c9314e39c8ea63db12a30 installed DEBUG: python3-setuptools_scm-6.0.1-1.el8.noarch 1656600867 161412 f0007eaef9d763624dbabcb5919b8013 installed DEBUG: file-libs-5.33-21.el8.x86_64 1661605567 6386557 6cb7d6f5016af2893ea414ef303f9f66 installed DEBUG: python3-taskflow-4.6.0-0.20210315120753.0f7c6e9.el8.noarch 1615810189 2955205 09bc53e4b2e9be0b6ab6fc0fb372ba6c installed DEBUG: python3-pbr-5.5.1-1.el8.noarch 1603982946 3586069 895719c97b49f7f4f0bd9cbe8ef927f8 installed DEBUG: libtool-ltdl-2.4.6-25.el8.x86_64 1557539440 71434 e5553e445ddba10c79d2f430439f24cb installed DEBUG: python3-openstackdocstheme-2.2.6-1.el8.noarch 1604035726 2253726 cf10b337d199b52b9f49cd46cd53d512 installed DEBUG: python3-webob-1.8.6-3.el8.noarch 1599578765 1265395 39e76afdc5efada9bbbff0772ed9c5ae installed DEBUG: libksba-1.3.5-9.el8.x86_64 1675871473 334095 12bc68bc97e3d94e08db9b7789d18d91 installed DEBUG: qemu-img-15:6.2.0-28.module_el8.8.0+1257+0c3374ae.x86_64 1675203721 8580399 1ba0223189bcc2b07d7eecf7763c6105 installed DEBUG: python3-dateutil-1:2.6.1-6.el8.noarch 1557588521 596677 e1f1417da4b0cd49312a7874c640c923 installed DEBUG: glibc-headers-2.28-225.el8.x86_64 1675873919 2031923 e1f7ef8f9452696b0132ba532f18ff9b installed DEBUG: python3-testresources-2.0.1-1.el8.noarch 1610340318 244862 68bd230e309060c721c96fe24b57b30e installed DEBUG: python3-futurist-2.3.0-0.20210315104620.1a1c6f8.el8.noarch 1615805241 217834 6442a0428ec0c0d1ed36e1d65951a9f4 installed DEBUG: keyutils-libs-1.5.10-9.el8.x86_64 1624079346 43798 293f99eba1dca583e70353c5b61afac4 installed DEBUG: python3-amqp-5.0.5-1.el8.noarch 1612181584 379642 d03b0edbe4ea32a59c2919a281d21ade 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-extras-1.0.0-10.el8.noarch 1580031252 28356 bfb0035d78c73f2b10b6109b404b6d17 installed DEBUG: libpsl-0.20.2-6.el8.x86_64 1592340337 70732 a7693d63f1f80dfe21554ad582a61481 installed DEBUG: python3-cachetools-4.2.0-1.el8.noarch 1609925574 78654 ee148e6339131a41b5fcb61788147d30 installed DEBUG: isl-0.16.1-6.el8.x86_64 1557795443 3270833 7e07c5719518014f7be119290bd3c713 installed DEBUG: python3-attrs-17.4.0-6.el8.noarch 1557807350 155889 1bf2183e2f19405ca886ea3c72c19f84 installed DEBUG: zstd-1.4.5-6.el8.x86_64 1600319865 1768962 53344c4e4a7ec37b337e62c5ab18a928 installed DEBUG: libquadmath-8.5.0-18.el8.x86_64 1671873301 305370 c9a74ad5871740fc4676acd2a1ccea73 installed DEBUG: pigz-2.4-4.el8.x86_64 1586225446 140679 1c50ec08f41c019995d4702eaeb6459d installed DEBUG: python3-numpy-1:1.14.3-10.el8.x86_64 1629847753 17061997 b90bb95643cfa61fdf145c45f3f1856b installed DEBUG: brotli-1.0.6-3.el8.x86_64 1610440170 1522084 00b886e8ad6fc471f1f87d849b045841 installed DEBUG: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 1629847753 969121 b51c0635d5bc935536617b02f5c5a8d2 installed DEBUG: gc-7.6.4-3.el8.x86_64 1557791247 229024 d16a971513963ab4666f0aef05b733b6 installed DEBUG: python3-tkinter-3.6.8-51.el8.x86_64 1674661383 1556588 7d359bf656b0beac6d9bb71b65e720c7 installed DEBUG: libpkgconf-1.4.2-1.el8.x86_64 1557540110 68093 c1d476e8247ae535374ebffccfb2ca5c installed DEBUG: device-mapper-event-8:1.02.181-9.el8.x86_64 1674658507 48498 c30e2882620e4aa2c8e0c40af9927e39 installed DEBUG: xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarch 1557814059 1070824 db0cbd7441bae6fe18d87986701c4b0a installed DEBUG: python3-automaton-2.3.1-0.20220228091836.4a3e539.el8.noarch 1646040068 119334 e0eac59f84a6ff3126400e9046e99c21 installed DEBUG: libsigsegv-2.11-5.el8.x86_64 1557538364 47034 5625ecad632168eecb8960821b0abeca installed DEBUG: python3-zipp-3.4.0-1.el8.noarch 1604507418 21812 74f88a1ac62d6581ecc79bdda35b69d0 installed DEBUG: memstrack-0.2.4-2.el8.x86_64 1660612174 128551 5255209fe85b2e883ad030df496467f4 installed DEBUG: python3-kombu-1:5.0.2-1.el8.noarch 1610001917 1312489 b4a53fef82810cd3a2f7c88078a2f23f installed DEBUG: jbig2dec-libs-0.16-1.el8.x86_64 1606872437 159483 dffd88facccacc54747680c27e6dc140 installed DEBUG: python3-oslo-context-3.2.1-0.20211026071333.b124eb7.el8.noarch 1635232567 52636 51e05a9559d631bdf3da4c80d68cbde2 installed DEBUG: libxcb-1.13.1-1.el8.x86_64 1586219222 1028472 9871866c5dc03e2f1adf8c7cc84d8a1d installed DEBUG: python3-sqlparse-0.3.1-3.el8.noarch 1599567427 269967 0a33347d561700f749f44b5651e95f3d installed DEBUG: libXt-1.1.5-12.el8.x86_64 1573245539 597617 3238eebe16e74f4f20a0d43492842ab2 installed DEBUG: python3-simplegeneric-0.8.1-17.el8.noarch 1579794911 24519 67ee630c2574da3c73c4c177ceae9d71 installed DEBUG: libXcursor-1.1.15-3.el8.x86_64 1557799696 48759 1f160b358d95dc012768764ef017ab26 installed DEBUG: python3-pyrsistent-0.17.3-1.el8.x86_64 1605885889 396633 d3f2200725975441c9b5cf7b195cd3eb installed DEBUG: libXaw-1.0.13-10.el8.x86_64 1557799695 523837 2017f62bc27ca372978960ff77416260 installed DEBUG: python3-pyasn1-0.4.6-3.el8.noarch 1580299621 618359 f1008fe8c8ce0a3a290489ac2660d6b0 installed DEBUG: libXcomposite-0.4.4-14.el8.x86_64 1557799684 35952 994c8bec984cc544058db44ccad111b2 installed DEBUG: python3-kiwisolver-1.1.0-4.el8.x86_64 1579962499 285855 bde49631fe8d16355c8412d3e48385f5 installed DEBUG: libmcpp-2.7.2-20.el8.x86_64 1557800694 153388 1ff95fab40bb4954f1975ed036efc0ed installed DEBUG: python3-future-0.18.2-3.el8.noarch 1580101451 3346137 bb5545cfb3fe086a8c689921420a541f installed DEBUG: libwmf-lite-0.2.9-8.el8_0.x86_64 1569937142 156867 e161e48826fbf0298512536fe2d572c6 installed DEBUG: python3-cssselect-0.9.2-13.el8.noarch 1580353461 144960 0d30ec60e1a3e65df80fd3817555678a installed DEBUG: python3-setuptools-50.3.2-1.el8.noarch 1604588097 4012159 a58878bc680b75a3e938fc5acf4364da installed DEBUG: python3-dulwich-0.20.11-1.el8.x86_64 1604652986 1898954 6aa95480072cd70ae9cb355bbc7548f7 installed DEBUG: openldap-2.4.46-18.el8.x86_64 1628572349 1006595 15d3b20f700d3c5214ea8b788acd0619 installed DEBUG: libaec-1.0.2-3.el8.x86_64 1557796081 73160 52929b3c4d41773efed34d1df6339e44 installed DEBUG: libkcapi-hmaccalc-1.2.0-2.el8.x86_64 1592278935 34197 5fdb7ce2e0d5710c1733d06846fbb172 installed DEBUG: python3-pyOpenSSL-19.0.0-1.el8.noarch 1605563899 559518 ee81af96a65dbf35591f0b29f7927abb installed DEBUG: libcurl-7.61.1-29.el8.x86_64 1675941881 597616 e401f38752d50920e4b61220e736570c installed DEBUG: python3-cairo-1.16.3-6.el8.x86_64 1557807250 324125 9ba0ca0e7cac019c8a2447d9afaac896 installed DEBUG: elfutils-default-yama-scope-0.188-3.el8.noarch 1668489029 1810 33b1315752734b62d216e74f2a910bdd installed DEBUG: desktop-file-utils-0.26-1.el8.x86_64 1668488979 254627 36596f2ecd7e6da943dc9096bbdb2f35 installed DEBUG: procps-ng-3.3.15-13.el8.x86_64 1675871813 903420 ff0420e62f7dfe98ddf9a2194c82f466 installed DEBUG: sg3_utils-libs-1.44-6.el8.x86_64 1656003983 262217 5b91978e13f9301c9b038bda159cf043 installed DEBUG: kpartx-0.8.4-37.el8.x86_64 1675871099 77467 438c891bd44309d87533a992f54a0a08 installed DEBUG: nvme-cli-1.16-7.el8.x86_64 1668143239 1022876 e7400d82ac79815fa391fca3e78e571f installed DEBUG: openssl-pkcs11-0.4.10-3.el8.x86_64 1673600760 204098 8b8295bdd096f565d2011cecd8c10021 installed DEBUG: lsscsi-0.32-3.el8.x86_64 1629847206 128120 f4c1361ade0c25e6ca1c9257a35cbca2 installed DEBUG: dbus-common-1:1.12.8-24.el8.noarch 1667387247 11044 c2b71e7ed82881aed5805be3ea3536b9 installed DEBUG: libxslt-1.1.32-6.el8.x86_64 1602701861 751741 4f9035f3dfbee97bd3f6396d93dcc3db installed DEBUG: dbus-tools-1:1.12.8-24.el8.x86_64 1667387257 125069 9624ac4accddf43de8d75e1d11612308 installed DEBUG: sysfsutils-2.1.0-25.el8.x86_64 1643641757 132187 6f7dc31c44ee4b897200f8f2412ced1c installed DEBUG: libblkid-2.32.1-40.el8.x86_64 1675874781 344048 9175471a7bb7e7e272899cb694563684 installed DEBUG: libpath_utils-0.2.1-40.el8.x86_64 1653937745 58886 6f4c96bc5d6560f49188b09a23812c15 installed DEBUG: openssl-libs-1:1.1.1k-7.el8.x86_64 1661958117 3765666 8eb13b17295626e2c6217ec00d51d42c installed DEBUG: libevent-2.1.8-5.el8.x86_64 1557585003 920942 03c3f0d809bdd0981e32cba6574fcef5 installed DEBUG: kmod-libs-25-19.el8.x86_64 1638465389 126632 4a391dfbf0ad1f6e002b5c69bf61915f installed DEBUG: iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x86_64 1628572227 1803228 5d39f977d79e73268cc60cb94e8632a9 installed DEBUG: libutempter-1.1.6-14.el8.x86_64 1557538847 52637 d8773aceac7955c99c3d89a95568c180 installed DEBUG: perl-Data-Dumper-2.167-399.el8.x86_64 1557587834 106523 e7ff09d4e428471fd85587fbe9260fca installed DEBUG: util-linux-2.32.1-40.el8.x86_64 1675874781 11583427 78ab69e6bd681fd204a25ebae04a5a98 installed DEBUG: perl-Pod-Escapes-1:1.07-395.el8.noarch 1557588000 25763 06bdeb217473ea5c468916d046240269 installed DEBUG: gettext-0.19.8.1-17.el8.x86_64 1573236536 5412553 b0c5f450b122286eb0d173e9c1aaa23d installed DEBUG: perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be1595ff.noarch 1600986963 618705 eb1600841d271a565f9794d85d8047cc installed DEBUG: gnutls-3.6.16-6.el8.x86_64 1673600991 3007967 6c4e0080aa1a028682e5039aa6a3d6c3 installed DEBUG: perl-HTTP-Tiny-0.074-1.el8.noarch 1557587946 149162 450794533f6287021ea470ccdb71a39a installed DEBUG: trousers-0.3.15-1.el8.x86_64 1605566220 379862 235c760ad73fd5580c2d3fe9a67ea520 installed DEBUG: perl-Text-ParseWords-3.30-395.el8.noarch 1557588186 13101 bf3b84c83bffa76bd3af79141fe72394 installed DEBUG: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 1629906467 13131 6544e244d2f6738e01f4ae552a7b8935 installed DEBUG: gpg-pubkey-8483c65d-5ccc5b19 1556896537 0 (none) installed DEBUG: atk-2.28.1-1.el8.x86_64 1557788256 1294970 d03abb8e862140158230d990e67ed0da installed DEBUG: python-srpm-macros-3-44.el8.noarch 1669273603 6093 e971bc1a1555f7f5f3a935627b653a14 installed DEBUG: gcc-8.5.0-18.el8.x86_64 1671873301 61725726 695745e885054bf4dac7794c9609c28b installed DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch 1557792636 6229278 ae5337d5ef62351fcad39143150dd6bf installed DEBUG: annobin-10.94-1.el8.x86_64 1670663246 999169 6e72dd1234586752f117438274b6fba8 installed DEBUG: python3-rpm-macros-3-44.el8.noarch 1669273603 3652 2985aeac6226956a3cef8ab8b73479b3 installed DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch 1620074374 6160361 7208bbbba42890e2682ab5ef40c790e4 installed DEBUG: tzdata-2022g-2.el8.noarch 1674590385 1778370 5b647d81743c3ccd7893bad5ff8f7bad installed DEBUG: gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 1573236241 315856 e5d50b0e3a219515e3750449e63cb1e2 installed DEBUG: python3-pip-wheel-9.0.3-22.el8.noarch 1634360859 929805 26306b986252541a80afa90640f733b3 installed DEBUG: gd-2.2.5-7.el8.x86_64 1589850748 422939 023b63662de1358d5d69c353073c8134 installed DEBUG: xkeyboard-config-2.28-1.el8.noarch 1586216137 5683972 9697dbcb924dbd4435f35458f3e0a320 installed DEBUG: urw-base35-bookman-fonts-20170801-10.el8.noarch 1557812133 1428518 2cbb1a3a39ef1185fe9a193d003951ba installed DEBUG: adobe-mappings-pdf-20180407-1.el8.noarch 1557787906 4398414 a27029d067dc090e174ebae3e994403a installed DEBUG: urw-base35-d050000l-fonts-20170801-10.el8.noarch 1557812133 86572 500e4022d7801715bb69cc1f1e1603c3 installed DEBUG: qt5-srpm-macros-5.15.3-1.el8.noarch 1650028059 0 b8b9b1538fe7cda65fa74d5d86014e9b installed DEBUG: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch 1557812133 1099749 c64c1ed1e447e132e92adfd76aa3870e installed DEBUG: pkgconf-m4-1.4.2-1.el8.noarch 1557535856 14187 398894375a82b4e1d5f7f0b38d3bec99 installed DEBUG: urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch 1557812133 2469317 dffcdf61c430e626a40ce66d8ba2fb93 installed DEBUG: openblas-srpm-macros-2-2.el8.noarch 1557802474 104 43aa3a337edfc79098c8ad423b5e49df installed DEBUG: urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch 1557812133 45184 3d036fbd5ec99facbd7416bcff86c58f installed DEBUG: ncurses-base-6.1-9.20180224.el8.noarch 1622524117 290089 d71e9cc902c4baa977bf103b4f40d8ba installed DEBUG: urw-base35-fonts-20170801-10.el8.noarch 1557812133 5478 90b579587fc764dac0351a2f2e04f3c4 installed DEBUG: kernel-headers-4.18.0-448.el8.x86_64 1674055442 5589587 998c3fb7ae5d1216e604a860b33e8f33 installed DEBUG: libsecret-0.18.6-1.el8.x86_64 1557586041 520362 debd45dfee226d419b9cb0f66242aa5b installed DEBUG: kbd-legacy-2.0.4-10.el8.noarch 1595275356 511139 30bcf0bb44efa8fb332b234ab7790ba4 installed DEBUG: harfbuzz-1.7.5-3.el8.x86_64 1557793694 802826 f0573459cfad84d39db6f740bbfa3c27 installed DEBUG: ghc-srpm-macros-1.4.2-7.el8.noarch 1557791779 414 0c2ffae7ef28a3e4ad323b8bf7838fc2 installed DEBUG: openssh-clients-8.0p1-17.el8.x86_64 1673341813 2570132 d2aa43715cf1858c52b456fc80b6fe2c installed DEBUG: centos-gpg-keys-1:8-6.el8.noarch 1648479459 5553 17a6c705245dbce28757688b8f111bc8 installed DEBUG: tpm2-tss-2.3.2-4.el8.x86_64 1621264538 1208854 91b058b5fe1fbefd0266581ea26e15f5 installed DEBUG: centos-stream-repos-8-6.el8.noarch 1648479459 27325 b092d25cd1ef83cf0cc65d36f9eaf62d installed DEBUG: libusbx-1.0.23-4.el8.x86_64 1597694995 154147 e33931f38043a589aa86b9fcc10e85c8 installed DEBUG: filesystem-3.8-6.el8.x86_64 1624338504 0 3c32372eedf991b4800af16812b623be installed DEBUG: gnupg2-2.2.20-3.el8.x86_64 1661957780 9919259 0b51343dec74afd8466e25d023671580 installed DEBUG: basesystem-11-5.el8.noarch 1557533944 0 f988bd6b76df626c40d6e051ee7629c9 installed DEBUG: guile-5:2.0.14-7.el8.x86_64 1557794711 12159310 575e446ce886def641e2b1c46db9480d installed DEBUG: libselinux-2.9-8.el8.x86_64 1670915474 173168 30c470acf094308028643d2f1e2cfbdf installed DEBUG: hicolor-icon-theme-0.17-2.el8.noarch 1557793701 73932 7fbb3efb70b3a17ca40662e89407d14b installed DEBUG: glibc-all-langpacks-2.28-225.el8.x86_64 1675873919 436431320 a840df82380a124f16b6c09972aa96e1 installed DEBUG: cups-libs-1:2.2.6-51.el8.x86_64 1673514371 948084 c2adad6b9cf589c226dc5158b4b29ba5 installed DEBUG: glibc-common-2.28-225.el8.x86_64 1675873919 7997116 a2832e098df5d3f2a8cdf18cab55b0d1 installed DEBUG: redhat-rpm-config-130-1.el8.noarch 1652117109 157407 4b7a2b9e621b30729340bde0f879f375 installed DEBUG: bash-4.4.20-4.el8.x86_64 1649373002 6861444 cadc3326c595c0b04115f7757854811d installed DEBUG: python3-chardet-3.0.4-7.el8.noarch 1557588504 925538 3d6e31f2f246ed23c213fc0cd0d3ca9d installed DEBUG: zlib-1.2.11-21.el8.x86_64 1669927250 199959 1445ba5529ae272a9d2376b2dc648b4f installed DEBUG: python3-pycparser-2.14-14.el8.noarch 1557588721 600603 6b68d2d931aee93643ccf524781878ef installed DEBUG: xz-libs-5.2.4-4.el8.x86_64 1656337654 164967 94e1a4189359a90b9127634191a3f402 installed DEBUG: python3-cryptography-3.2.1-5.el8.x86_64 1623448191 2873607 81c581f76153fbb2913c7b11a921eb46 installed DEBUG: libstdc++-8.5.0-18.el8.x86_64 1671873301 1857708 c6e26c8b1cc87c4be415d2677a41958c installed DEBUG: python3-urllib3-1.25.10-4.el8.noarch 1615375209 671301 7e227c737a9e8bbdbc381acbd288ccfa installed DEBUG: elfutils-libelf-0.188-3.el8.x86_64 1668489066 1024884 e99f5ee55b19921d9c1a0bebd6edd734 installed DEBUG: python3-greenlet-0.4.13-4.el8.x86_64 1586217715 46291 1a5e11b6e41ab3f8a6ba8b67f87c788d installed DEBUG: libpng-2:1.6.34-5.el8.x86_64 1557585796 235304 de6b9bd5cb672b910a696870cb3364ab installed DEBUG: python3-pytz-2017.2-9.el8.noarch 1557808381 178761 81a72e89bccb719f61bf73bbeb17f54b installed DEBUG: libcap-2.48-4.el8.x86_64 1653246806 164877 2e10c6faebc5634e1472757886ee60ee installed DEBUG: python3-jinja2-2.10.1-3.el8.noarch 1617167112 2611832 c24d19259a2cf7b862a445fb3edd2e40 installed DEBUG: libgpg-error-1.31-1.el8.x86_64 1557538013 902818 e84b78135beff56ee4835fed39d7401c installed DEBUG: platform-python-devel-3.6.8-51.el8.x86_64 1674661383 674053 ec8b034cd7c80d6d332a975d9dbea099 installed DEBUG: libxml2-2.9.7-16.el8.x86_64 1672823293 1753250 e1ba9231bfb5e653c04c1bea81576970 installed DEBUG: python3-pyparsing-2.4.6-1.el8.noarch 1580313147 650713 8ac5c9703ea9b3698bd00e45e66acc18 installed DEBUG: libunistring-0.9.9-3.el8.x86_64 1557538610 1855932 7769c82a0a6aa692f4778f71f6fdec0c installed DEBUG: python3-snowballstemmer-1.9.0-4.el8.noarch 1579795961 1200843 a6b92897d69cdf8b00ac6593eb039726 installed DEBUG: expat-2.2.5-11.el8.x86_64 1673341773 315340 7a724040b0697f7e0459c9c0154dbdbc installed DEBUG: python3-sphinxcontrib-applehelp-1.0.1-5.el8.noarch 1580211253 64682 fabb49fce97a666a44c6eff2e121b71b installed DEBUG: chkconfig-1.19.1-1.el8.x86_64 1627448755 827694 d34342ac99fd6407a7c1847a1e5a62ff installed DEBUG: python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarch 1599567831 67484 be89ec19f1cef9c296975bc042efe7d9 installed DEBUG: libzstd-1.4.5-6.el8.x86_64 1600319865 890309 e7092f20692df73b0872788240cb4f77 installed DEBUG: python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noarch 1580216732 59149 d9d3b02dfcfa6ceb77ce5e95eead3d74 installed DEBUG: mpfr-3.1.6-1.el8.x86_64 1557539247 612625 7504c4f1b7aab1cf22f4896a6c35e91f installed DEBUG: python3-toml-0.10.1-2.el8.noarch 1604489053 101173 8f5e78f6104d838fcafe369bbbb8e98e installed DEBUG: libacl-2.2.53-1.el8.x86_64 1557533834 59272 cd43f03193723ee093e7705f1c5c6f39 installed DEBUG: libgs-9.27-5.el8.x86_64 1674589493 19192307 f6276bf1564a52b0605ba41a15d199d3 installed DEBUG: libffi-3.1-24.el8.x86_64 1670317697 53836 8744668b557ade91e3fe8b1f33aa9c0d installed DEBUG: cairo-1.15.12-6.el8.x86_64 1645628884 1806404 ca30c032ba21d3c8b1cf9ed8a13f40df installed DEBUG: p11-kit-0.23.22-1.el8.x86_64 1610439813 1637889 b3179d583d80d2c2d7a8a83dd6a158f7 installed DEBUG: librsvg2-2.42.7-4.el8.x86_64 1592251977 1717175 daf64a23e545e3af20de3b8549d3f2d5 installed DEBUG: findutils-1:4.6.0-20.el8.x86_64 1557536961 1816673 5ca7479cd7d1cdbe30746ce1c53d6bc1 installed DEBUG: gtk2-2.24.32-5.el8.x86_64 1610550220 13656670 e99de318a9515b6a03d9fe7896439b7d installed DEBUG: lua-libs-5.3.4-12.el8.x86_64 1629847282 247936 7cc496ef4794d14eb6d2beb2213a6068 installed DEBUG: python3-sphinx-1:2.2.2-1.el8.noarch 1580225759 9155946 12b92d7b8e76c1a8f1bceba2fb1d2256 installed DEBUG: libassuan-2.5.1-3.el8.x86_64 1557537853 202763 44d9976e6073475aebe11bef3ff8dc33 installed DEBUG: python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 1629906467 13131 cac33b32862e7620bd62775440cfada6 installed DEBUG: file-5.33-21.el8.x86_64 1661605567 93419 07301f2c5eb6d79a0810cb5e97636eca installed DEBUG: rpm-build-4.14.3-26.el8.x86_64 1671621519 299118 d7ed05be297f0399ea3000782be19c1c installed DEBUG: audit-libs-3.0.7-4.el8.x86_64 1651878447 308466 c1ea4ce6af3783f95d1aab664e01effb installed DEBUG: python3-sqlalchemy-1.3.2-2.module_el8.5.0+761+faacb0fb.x86_64 1620074627 10496393 e8d3b2edbe0d7458dc05434f01b62893 installed DEBUG: lz4-libs-1.8.3-3.el8_4.x86_64 1624987199 121071 f6620dfa2263b2cbb74a743ee0776f62 installed DEBUG: openstack-macros-2023.1.0-0.20230216203410.ce6a105.el8.noarch 1676580174 49110 423e67d7f86d2414f7535a0ec560fd1d installed DEBUG: jasper-libs-2.0.14-5.el8.x86_64 1622639140 371562 159f175d036031f757452793c1ff5f49 installed DEBUG: python3-prettytable-0.7.2-14.el8.noarch 1557807872 171099 5a0d8112efe6e474f37613b348375fd6 installed DEBUG: ilmbase-2.2.0-13.el8.x86_64 1611126127 552614 714a852737f1dc94e6d0d0781ecc95f0 installed DEBUG: python3-netaddr-0.7.19-8.el8.noarch 1557807764 8801737 eaede48359fa94bd9066db32354aea1d installed DEBUG: diffutils-3.6-6.el8.x86_64 1586218984 1369962 f1d7b5001daf0d2122265c67b7fa2b7f installed DEBUG: python3-decorator-4.4.0-5.el8.noarch 1580270094 60998 2396ad78d94459ad2874339675e3dac8 installed DEBUG: grub2-common-1:2.02-129.el8.noarch 1658241249 5067207 00f4bc37a08c6f1bf98b7788f6032871 installed DEBUG: device-mapper-event-libs-8:1.02.181-9.el8.x86_64 1674658507 54932 6856859bccc1f023dd74c2e36e6df0b1 installed DEBUG: gdbm-libs-1:1.18-2.el8.x86_64 1657904919 118464 66315874e03177ee8c3ddf19661d2510 installed DEBUG: python3-matplotlib-data-fonts-3.1.1-2.el8.noarch 1579971154 8278179 fc0c6286aa8058006b294cea738e2909 installed DEBUG: libtasn1-4.13-4.el8.x86_64 1673989584 165293 b24f7dc4a3635fb95f51754aa4ed156e installed DEBUG: python3-vine-5.0.0-2.el8.noarch 1605087743 47750 0b1ade1a738529076f23a758df08f731 installed DEBUG: pcre-8.42-6.el8.x86_64 1623077291 509947 b146b4e2538cfead7d91fa5629c7672b installed DEBUG: python3-tenacity-6.2.0-1.el8.noarch 1599451243 151829 19f62ffb2b56017e15cd5979562eaabf installed DEBUG: xz-5.2.4-4.el8.x86_64 1656337654 424218 328d0b80687b91e59ac85d3ba408fc8f installed DEBUG: python3-pydot-1.4.1-1.el8.noarch 1579709419 186666 a9a95771422790335cbc0e466070d201 installed DEBUG: gdbm-1:1.18-2.el8.x86_64 1657904919 389737 04ab9339707040a6bc7b8a7029e98da1 installed DEBUG: python3-mock-3.0.5-7.el8.noarch 1580362453 159487 8a6ee7f4176cc5df6f33f4cff28ad1eb installed DEBUG: OpenEXR-libs-2.2.0-12.el8.x86_64 1611039866 3287806 e61d1f59bef124a4493b72a77bb9b5b8 installed DEBUG: python3-fasteners-0.14.1-20.el8.noarch 1580029617 112957 bd84cbbac090c1e13709e5976a744ff1 installed DEBUG: libsemanage-2.9-9.el8.x86_64 1660612117 312352 6ed29e7063ac6b372e35ffead945b764 installed DEBUG: python3-fixtures-3.0.0-16.el8.noarch 1580053087 335675 d73902680734761709ec42b903d521bb installed DEBUG: acl-2.2.53-1.el8.x86_64 1557533834 205740 483792b8b5f9eb8be7dc4407733118d0 installed DEBUG: python3-subunit-1.4.0-1.el8.noarch 1584717853 330559 2b95f2bf26e7176c77e172f71f2542b0 installed DEBUG: patch-2.7.6-11.el8.x86_64 1586219104 266609 0d454699b91476374cc9397d264731f3 installed DEBUG: texlive-lib-7:20180414-28.el8.x86_64 1670916451 1279328 39dd3d1d4a88ae4087588dcef7dc1e8d installed DEBUG: nettle-3.4.1-7.el8.x86_64 1626361600 572273 cc09093997998b6a7fe5d42c13d2a331 installed DEBUG: python3-mako-1.0.6-14.el8.noarch 1675262817 553374 5dc5e0144b5455ad0a28ddc3ae11a8ff installed DEBUG: graphite2-1.3.10-10.el8.x86_64 1557792966 270396 8bd9e8164c9b128b70bb6b6a28ecc04e installed DEBUG: userspace-rcu-0.10.1-4.el8.x86_64 1614762656 326094 b713bd2f41ad8b7f0a27124cba86d26d installed DEBUG: bzip2-1.0.6-26.el8.x86_64 1557535203 93460 3a97e3a32e5b761e2596c25ba1185da3 installed DEBUG: libref_array-0.1.5-40.el8.x86_64 1653937745 54766 5981bd7df7d3198f2abece4072c41973 installed DEBUG: libidn-1.34-5.el8.x86_64 1557798071 713211 093d16171fe387733094b8aead460e49 installed DEBUG: libgfortran-8.5.0-18.el8.x86_64 1671873301 2626504 2ab9ac346aab55ac40fab39b1fe97414 installed DEBUG: libfontenc-1.1.3-8.el8.x86_64 1557797252 57021 9e9c07ea8ff2599ca7a271a05b92641d installed DEBUG: openblas-threads-0.3.15-4.el8.x86_64 1659702013 39605640 e08dba227c68198dd6d7a2df1827bd3d installed DEBUG: libpaper-1.1.24-22.el8.x86_64 1557798538 90939 4970014f161418aee1c0460e8ce027e7 installed DEBUG: python3-numexpr-2.7.1-1.el8.x86_64 1579981744 602867 4074240baff9c7bfafd67c538194abdf installed DEBUG: hardlink-1:1.3-6.el8.x86_64 1557584225 36734 c181276efeba819b03a9eaa4e0560fe0 installed DEBUG: libatomic_ops-7.6.2-3.el8.x86_64 1557796230 76822 6f1ef12f2494056f5cbafb60b23d483c installed DEBUG: libedit-3.1-23.20170329cvs.el8.x86_64 1557584920 247168 bcd179f588923a78be4b41d5ec7a7a39 installed DEBUG: libnghttp2-1.33.0-3.el8_2.1.x86_64 1593182373 168044 54279556ffeb8d7a527c7d6d157965e3 installed DEBUG: pkgconf-1.4.2-1.el8.x86_64 1557540110 63271 c5c251d6f960076fcbae5a6e61fe23d1 installed DEBUG: xorg-x11-font-utils-1:7.5-41.el8.x86_64 1621919854 370642 0b1427c2a647710ac4cee0210d3ace61 installed DEBUG: libxcrypt-devel-4.1.1-6.el8.x86_64 1620256101 24771 2d838e5efc044e30fecec1c0ee5853b4 installed DEBUG: libseccomp-2.5.2-1.el8.x86_64 1636621937 169813 83a4d8ffb5f6473307a39b3ccf04615b installed DEBUG: gawk-4.2.1-4.el8.x86_64 1646024913 2699766 28a799aac50e4bf636555a59b7c774ff installed DEBUG: libverto-0.3.2-2.el8.x86_64 1657602357 26789 06cdda95dc186961629de2a1fafe340d installed DEBUG: ncurses-6.1-9.20180224.el8.x86_64 1622524064 589260 7b3a1ad3710728b25aea8db0cc7ad5aa installed DEBUG: fribidi-1.0.4-9.el8.x86_64 1650481543 319773 f0f46909dc8f2029a7a045f7d0d50314 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-9.el8.x86_64 1674589552 120991 2f701bca7e2a5022333cf7c6cfca4e5c 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: 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: mcpp-2.7.2-20.el8.x86_64 1557800694 53794 b10475c4ce5d13728b96c76f68834d1e installed DEBUG: libwebp-1.0.0-5.el8.x86_64 1622653539 790600 9278d868d50362dda7eaf4d7c6931220 installed DEBUG: libxkbcommon-0.9.1-1.el8.x86_64 1586217131 274814 25be112b9cbc4a9c50fe045ce7ab452b installed DEBUG: platform-python-pip-9.0.3-22.el8.noarch 1634360859 7116858 325c97cf9307d8bb748a37b134c91e98 installed DEBUG: python3-libs-3.6.8-51.el8.x86_64 1674661383 32308445 0a8142533c826240896922096bfbbe36 installed DEBUG: libssh-0.9.6-6.el8.x86_64 1674052151 517735 23c9df7457ee0068e5332063a4086928 installed DEBUG: platform-python-3.6.8-51.el8.x86_64 1674661383 41206 fe7e3639a15b0b784cffb68ebf0bc917 installed DEBUG: libkcapi-1.2.0-2.el8.x86_64 1592278935 80563 bc01bd73cc562d8c2dc51ec63a3f7737 installed DEBUG: libarchive-3.3.3-5.el8.x86_64 1670505024 838263 13b139965f543676276cad7faf213352 installed DEBUG: curl-7.61.1-29.el8.x86_64 1675941881 700917 da52fc4ed3a928978647262108efa390 installed DEBUG: openssl-1:1.1.1k-7.el8.x86_64 1661958117 1185196 ef6adbc86518bd3b9b551d158d05e4c6 installed DEBUG: crypto-policies-20221215-1.gitece0092.el8.noarch 1671174580 73467 71c2f9fdce93c3aad354022cfbbb45db installed DEBUG: gzip-1.9-13.el8.x86_64 1651007152 352946 988e0f4934a627cadddb6b13e8e54191 installed DEBUG: cracklib-dicts-2.9.6-15.el8.x86_64 1557533913 9815016 8eee07257e44944a0f934d9d302fb451 installed DEBUG: krb5-libs-1.18.2-22.el8.x86_64 1668589954 2238123 0b0fb67507196facfe7675c7c966db6d installed DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 1557538193 147122 7be9bc3ac6e7e4d56de085c410a8e20d installed DEBUG: device-mapper-8:1.02.181-9.el8.x86_64 1674658507 357918 d9e2da070d6fbecd9a926dd84c8460d4 installed DEBUG: elfutils-libs-0.188-3.el8.x86_64 1668489066 717431 08d5e83965dd8cba212c7b712c9cee43 installed DEBUG: rpm-4.14.3-26.el8.x86_64 1671621519 2087814 00b0447116988b0cb6cf2c1be423fc87 installed DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 1599668606 330811 15aa0ca9c1889bdda4537f342f8df60d installed DEBUG: libfdisk-2.32.1-40.el8.x86_64 1675874781 438978 1f8bd577512c515b299bf56a36007b31 installed DEBUG: dbus-libs-1:1.12.8-24.el8.x86_64 1667387257 380768 4ad7df902ef753bd03efd9a1be981f97 installed DEBUG: which-2.21-18.el8.x86_64 1652159265 83324 11b5d623f80c7e8abf0572d40a357021 installed DEBUG: systemd-libs-239-71.el8.x86_64 1675875074 4609790 2c3a911a9f21f64ec148a5bb69dfd95a installed DEBUG: device-mapper-libs-8:1.02.181-9.el8.x86_64 1674658507 415663 26a65edca00a6a00f1310adab9c7c119 installed DEBUG: ca-certificates-2022.2.54-80.2.el8.noarch 1661957575 2321681 9e6b6719c1941659597c499f7d9501ff installed DEBUG: libdb-5.3.28-42.el8_4.x86_64 1631282784 1903352 80e1135f96aa415c9d975c105d70e8dc installed DEBUG: kmod-25-19.el8.x86_64 1638465389 244190 dced2437316142be60440cf9794c50dd installed DEBUG: cryptsetup-libs-2.3.7-5.el8.x86_64 1673600698 2145911 0ba25843d5ee076f146674b897ee027b installed DEBUG: dbus-daemon-1:1.12.8-24.el8.x86_64 1667387257 559563 690df683118285fe70ec2064b885a55e installed DEBUG: kbd-2.0.4-10.el8.x86_64 1595275221 1625949 d3c0ecad9da6a296d1e4a620e29973ac installed DEBUG: pam-1.3.1-25.el8.x86_64 1669878722 2644361 46eadf83044a5b198fabd5786c2b21a9 installed DEBUG: systemd-pam-239-71.el8.x86_64 1675875074 923328 e0f8f17d40a107bdb83f8a586621080c installed DEBUG: os-prober-1.74-9.el8.x86_64 1629847570 106853 54decc47ed132277a6f4cd42333ae80f installed DEBUG: grub2-tools-1:2.02-129.el8.x86_64 1658241039 9265586 d3a1ac52a752f8db88488bd6d016b3b3 installed DEBUG: shared-mime-info-1.9-3.el8.x86_64 1557589056 2442451 1d8fd8be23dbda89657c931d08c58c20 installed DEBUG: dbus-1:1.12.8-24.el8.x86_64 1667387257 0 dac3a5b58e268075ce02f885bc1a28be installed DEBUG: systemd-udev-239-71.el8.x86_64 1675875074 9351503 df352c49ce0aaf57c460d8eb15290b3a installed DEBUG: fontconfig-2.13.1-4.el8.x86_64 1629846615 710881 980ad1970c77bcbef9a5f9b90f2f3c24 installed DEBUG: python3-pip-9.0.3-22.el8.noarch 1634360859 2870 7e6bfe54f1dd7fe2a65ada4e818e9230 installed DEBUG: perl-MIME-Base64-3.15-396.el8.x86_64 1557588002 41435 8ed7ed3ebaf11f7a51f28e8602e60020 installed DEBUG: perl-Getopt-Long-1:2.50-4.el8.noarch 1557587920 139724 8402f4c723f38564bab926f618d4a638 installed DEBUG: perl-Socket-4:2.027-3.el8.x86_64 1573250756 127014 6805c843a6f77fb26c9213320e0c54d1 installed DEBUG: perl-Carp-1.42-396.el8.noarch 1557587758 41852 4b23c1071bd0bd3f46aa4bc06d3cc6bb installed DEBUG: perl-libs-4:5.26.3-422.el8.x86_64 1674590126 6105173 a7e8aef616624b8d569ecf299138d6f3 installed DEBUG: perl-parent-1:0.237-1.el8.noarch 1557587944 9187 3a1e8a3596d9a3ca9021a40c141adca3 installed DEBUG: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 1557588229 24825 68fe36e969406f0e90c6ee13b59b03e3 installed DEBUG: perl-File-Path-2.15-2.el8.noarch 1557587944 64920 26125ecafbd51e07539b96c2699308bd installed DEBUG: perl-PathTools-3.74-1.el8.x86_64 1557587969 182821 7cbc1c39bf3c5c7425bf73e5235d00d3 installed DEBUG: perl-threads-1:2.21-2.el8.x86_64 1557588231 109155 1a94ed19723e65a29945e59d8dfb5cf4 installed DEBUG: perl-interpreter-4:5.26.3-422.el8.x86_64 1674590126 14397820 338dfb9b70334891a4aea27a011367e2 installed DEBUG: autoconf-2.69-29.el8.noarch 1625771714 2323009 59a015e7a9a4278ed20e74d016c78a41 installed DEBUG: perl-encoding-4:2.22-3.el8.x86_64 1557587918 144893 fa4b6eea39485423acf99c3e2c1a8948 installed DEBUG: perl-XML-XPath-1.42-3.el8.noarch 1557806626 206382 abd11e57a8474fc3ddd8ab1649e275ca installed DEBUG: texlive-texlive.infra-7:20180414-28.el8.noarch 1670916255 905070 9fe8d95fd9483d94222e3b4de1b54039 installed DEBUG: texlive-kpathsea-7:20180414-28.el8.x86_64 1670916451 1963327 e81968eeb5af4c8f28d29b2505c49dbf installed DEBUG: perl-Thread-Queue-3.13-1.el8.noarch 1557806232 29787 6f6fe2a2414cdc6fe4ef25c47b079c62 installed DEBUG: gettext-common-devel-0.19.8.1-17.el8.noarch 1573232179 397912 0383d8a86aba24f71729c918d949d967 installed DEBUG: e2fsprogs-libs-1.45.6-5.el8.x86_64 1653248421 520777 08798c84b246a0b77daaf41d45f4e706 installed DEBUG: nfs-utils-1:2.3.3-59.el8.x86_64 1673600793 1638868 200e4ed796a7388a83ff50938027c642 installed DEBUG: dejavu-sans-fonts-2.35-7.el8.noarch 1608016986 5824258 5953addb49392dfe5f427b9e84e2d82c installed DEBUG: python3-matplotlib-3.1.1-2.el8.x86_64 1579970243 14637631 ee508da5b516e634851bad2a224a4cb8 installed DEBUG: python3-networkx-2.5-1.el8.noarch 1601047756 11077997 0c9e04cc1b789a8d2f9b5940706d9507 installed DEBUG: python3-oslo-rootwrap-6.3.1-0.20220228095841.1b1b960.el8.noarch 1646042517 106225 b209f9e629ff75f454db331f7913d71e installed DEBUG: python-oslo-utils-lang-4.8.2-0.20220428092247.a38b56a.el8.noarch 1651138027 15675 57eb254ebd50cf54f3fd23454d87d8d2 installed DEBUG: python-oslo-policy-lang-3.7.1-0.20220119091831.639b471.el8.noarch 1642584082 14081 53101d5b853432e6c881c5f2b6423860 installed DEBUG: python-oslo-log-lang-4.4.0-0.20210315105132.9b29c90.el8.noarch 1615805583 17101 9a19dc736a88668e2b064644357c981d installed DEBUG: python3-oslo-i18n-5.0.1-0.20210315103856.73187bd.el8.noarch 1615804784 184307 6962d4b3140302281ec13708a23ef741 installed DEBUG: python3-oslo-config-2:8.5.1-0.20210907102309.de1dbee.el8.noarch 1631010407 1168295 d9012a3622925d5c4305256bdbb262a1 installed DEBUG: python3-oslo-log-4.4.0-0.20210315105132.9b29c90.el8.noarch 1615805583 166201 ed35fb604e5570ea2439e365474a20a6 installed DEBUG: python3-oslo-policy-3.7.1-0.20220119091831.639b471.el8.noarch 1642584082 252961 d8f0af2447af09dff6a6ef02012ee500 installed DEBUG: python3-oslo-middleware-4.2.1-0.20220225080425.b40ca5f.el8.noarch 1645776478 156847 4b8b3bbfa55964fcecc1b3dea6727b8b installed DEBUG: python-oslo-concurrency-lang-4.4.0-0.20210315114231.7dcf9e9.el8.noarch 1615808639 18833 2792799f43479f75a636289ee6fe8011 installed DEBUG: python3-oslo-service-2.5.1-0.20220201082833.c1e3398.el8.noarch 1643704296 226208 844150985a4eeb0b96250ed0fee5ad2f installed DEBUG: python3-os-win-5.4.0-0.20210315114029.cce95b4.el8.noarch 1615808510 1952173 0ad1250c69ecd6f8e3ae99c81d20d1d9 installed DEBUG: python-oslo-cache-lang-2.7.1-0.20220301090510.d0252f6.el8.noarch 1646125705 28475 d896773164ff4b78a4a738601b99dc62 installed DEBUG: python3-os-service-types-1.7.0-0.20210315154727.0b2f473.el8.noarch 1615823304 105128 027ec13c1877d770f4204e4bf959340a installed DEBUG: python3-keystoneclient-1:4.3.0-0.20220713080823.d5cb761.el8.noarch 1657700086 1181018 180770adb2be75c1f73979425e630362 installed DEBUG: python3-castellan-3.7.2-0.20210907102711.3775cf4.el8.noarch 1631010549 504741 8b9202b7c5f0dc11ec62080f54e056bd installed DEBUG: python3-glance-store-2.5.1-0.20220628072358.5f1cee6.el8.noarch 1656401384 1637896 421352ded4fb211258c9b9603f2f4933 installed DEBUG: python3-keystonemiddleware-9.2.0-0.20210316052900.3659bda.el8.noarch 1615872589 288119 6fc7ff4ce5a1429876eb37a32e916966 installed DEBUG: python3-oslo-db-8.5.2-0.20221007170041.26fd6fb.el8.noarch 1665162338 590291 0d231409ae92b061475e69df3cf66f62 installed DEBUG: python3-oslo-reports-2.2.0-0.20210315105955.bc631ae.el8.noarch 1615806058 159756 180329cfbc3e28e2a933fce886d30e68 installed DEBUG: intltool-0.51.0-11.el8.noarch 1557795333 173158 3494f518cfb0a0183dd4cdfe1ff7d9d1 installed DEBUG: python3-ddt-1.2.1-4.el8.noarch 1579760586 21135 9450cd96ce06c80f739402a9fb396d09 installed DEBUG: python3-boto-2.49.0-4.el8.noarch 1580288395 9275341 32c5e8b46073757792b53dca9237e12c installed DEBUG: python3-oslotest-4.4.1-0.20210315103354.aaf3a72.el8.noarch 1615804485 122721 d15e164941ba665c0c1be4b516da6568 installed DEBUG: python3-sphinxcontrib-apidoc-0.2.1-13.el8.noarch 1579985664 33037 a78d240aac322e1fbe13e0343234e359 installed DEBUG: python3-httplib2-0.16.0-1.el8.noarch 1580091276 306520 72fdb7206e00ee20ba0ff59ee4c156fa installed DEBUG: python3-retrying-1.3.3-1.el8.noarch 1606208641 43199 0fe0bea3183ebef61f6106ba7cb6fc45 installed DEBUG: libbasicobjects-0.1.1-40.el8.x86_64 1653937745 54590 71694198532f6dec5e1db0f624b52153 installed DEBUG: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 1621396899 52708492 5c4096d32036af7bc2eeed1dc1b3e034 installed DEBUG: tk-1:8.6.8-1.el8.x86_64 1557811716 3888089 211568d935056283128ae32c3f3020bd installed DEBUG: device-mapper-multipath-libs-0.8.4-37.el8.x86_64 1675871099 805113 963b028bb64965e97999bf55ce7bfed5 installed DEBUG: python3-etcd3gw-0.2.5-1.el8.noarch 1585750478 108991 e040598736123fbd599d1768695cffd4 installed DEBUG: lvm2-libs-8:2.03.14-9.el8.x86_64 1674658507 2788644 6edd212efcd2050dc786653c668a7a77 installed DEBUG: lvm2-8:2.03.14-9.el8.x86_64 1674658507 3874415 25a9faf8610bbe63ce4935b39333567c installed DEBUG: qpid-proton-c-0.35.0-3.el8s.x86_64 1642501376 759570 025d8c01085f93531bebe1fb3605b58a installed DEBUG: python3-pyngus-2.3.0-4.el8.noarch 1580200751 192374 220e052f96b4a8bc9c6bbc973700aff8 installed DEBUG: python3-importlib-metadata-1.7.0-1.el8.noarch 1595226949 138081 8b88019ece89480da4cd57831fb0cbe7 installed DEBUG: python3-dogpile-cache-1.1.5-1.1.el8.noarch 1646727834 423161 da67fdaee30c3d1cc042d9c1a5221356 installed DEBUG: python3-yappi-1.3.0-1.el8.x86_64 1606209592 151885 1fdbb43bc354ac38879aecef2f9133df installed DEBUG: python3-debtcollector-2.2.0-0.20210315103218.649189d.el8.noarch 1615804405 78015 8b7bdbce362cd1874afe63a6a35499e9 installed DEBUG: python3-wcwidth-0.2.5-2.el8.noarch 1599579893 552266 a3f54468628032600541c12ddf200bc6 installed DEBUG: python3-statsd-3.2.1-16.el8.noarch 1579804819 118173 327066c757853f002fd20a77288a7222 installed DEBUG: python3-migrate-0.13.0-1.el8.noarch 1580062152 760827 84c5d1a805c6e2aad09b77c1d704f105 installed DEBUG: python3-simplejson-3.17.2-2.el8.x86_64 1599556574 1019745 6f92bc56ea4251e9c680f52c6a439868 installed DEBUG: python3-rfc3986-1.4.0-3.el8.noarch 1600871175 179368 fef35f95ed8f3f4c9cf3d216d2e2e676 installed DEBUG: python3-routes-2.4.1-12.el8.noarch 1580061445 465045 98369ece14da525e45d19e689942494b installed DEBUG: python3-jsonschema-3.2.0-5.el8.noarch 1600358490 423199 9aae430f975f2b3eef8644e028e2e7da installed DEBUG: python3-pygraphviz-1.5-9.el8.x86_64 1580127839 295188 d3e51cc879a883c4c5d2822d107bab87 installed DEBUG: python3-rsa-4.6-2.el8.noarch 1596111337 194593 132f0c5ffca25c6659bd2964be27cbff installed DEBUG: python3-memcached-1.59-1.el8.noarch 1611745928 121463 d965017b1afbfa5ef35851f363f73ff7 installed DEBUG: python3-jeepney-0.4.3-1.el8.noarch 1583923040 8551617 30319f1f1a28583efd895214e43cf03d installed DEBUG: python3-keyring-21.0.0-1.el8.noarch 1579772228 202973 54a937ad53a50b45dc1d822b784c7b30 installed DEBUG: python3-editor-1.0.4-4.el8.noarch 1579858680 21466 61a4a9bd0255f234b51c324aaadbd692 installed DEBUG: python3-cycler-0.10.0-13.el8.noarch 1579857897 34683 1d45b9ecc0407d50cf0f064b7117b14e installed DEBUG: python3-colorama-0.4.3-3.el8.noarch 1599214085 80759 c3493e18e7296f6b1658dc70cdc2f04d installed DEBUG: python3-certifi-2018.10.15-8.el8.noarch 1580010984 8347 1e2905c64cebb2298dc8819c9a02414a installed DEBUG: libsodium-1.0.18-2.el8.x86_64 1579689043 612303 9addf380043a006db57c46745d21b16f installed DEBUG: libqhull-1:7.2.1-2.el8.x86_64 1579710890 445376 f064877bfa21650a94bcc164dc7f9b17 installed DEBUG: hdf5-1.10.5-5.el8.x86_64 1580491576 10603559 b5630084cf8f7a6a49aebabb0851eef2 installed DEBUG: python3-html5lib-1:0.999999999-6.el8.noarch 1557807875 1124483 0ad0f611808a3b4728ef94e0a6b19b41 installed DEBUG: python3-paste-3.5.0-1.el8.noarch 1604390372 2677039 cce83f7ce95304d30f224dd99ab7f6db installed DEBUG: python3-netifaces-0.10.6-4.el8.x86_64 1557807838 40169 443140928cf8c98b445cf8ba62f5bf4a installed DEBUG: python3-PyMySQL-0.10.1-2.module_el8.5.0+761+faacb0fb.noarch 1620074355 340156 2beb6871e34f6c72488c32fc2a47f02c installed DEBUG: libverto-libev-0.3.2-2.el8.x86_64 1657602357 12112 9cc09b911d30849e3fd32c8c5596e6e7 installed DEBUG: xdg-utils-1.1.2-5.el8.noarch 1557813358 317835 adaa594a181d9622d553b9042fdda346 installed DEBUG: blosc-1.20.1-1.el8.x86_64 1607084737 125382 555424d997b3999293a0d4318a89a66f installed DEBUG: sg3_utils-1.44-6.el8.x86_64 1656003983 2492706 d1faab294a30fc5c1e0f18a7c1e94315 installed DEBUG: python3-inotify-0.9.6-13.el8.noarch 1557588626 248598 238d02e2234d77dd821d5ad082255a9c installed DEBUG: m4-1.4.18-7.el8.x86_64 1557586623 379304 65b81ee9fe7f8936bafa29901124e3a4 installed DEBUG: python3-tables-3.5.2-6.el8.x86_64 1580528362 8018934 c7437c39dac5857fff72219eae0ef958 installed DEBUG: libyaml-0.1.7-5.el8.x86_64 1557586361 136478 7c8bef326f7edfab7928fbaaeee8c652 installed DEBUG: python3-cliff-3.7.0-0.20210315123449.117a100.el8.noarch 1615811752 275570 84b18d530b5b438d9e9002a5af85e1c7 installed DEBUG: python3-beautifulsoup4-4.9.3-1.el8.noarch 1605883264 1021765 c6c091bb0327a60c3f9614fcda930a4d installed DEBUG: libsysfs-2.1.0-25.el8.x86_64 1643641757 149989 ae66dd724d776d65f3eaff4447e9cc57 installed DEBUG: libselinux-utils-2.9-8.el8.x86_64 1670915474 306244 db7f19eeb419f9c5bd446f4769e644ed installed DEBUG: rpcbind-1.2.5-10.el8.x86_64 1659784073 110742 ffd0070b61f3f10cc7207c11db38bcd0 installed DEBUG: libini_config-1.3.1-40.el8.x86_64 1653937745 154878 768d944f85c501702a7f2c220046912f installed DEBUG: libnfsidmap-1:2.3.3-59.el8.x86_64 1673600793 196207 52a4dfcf042ffdee41caea7143e0d61b installed DEBUG: keyutils-1.5.10-9.el8.x86_64 1624079346 120694 09c8291c5094a91b9f2a9c26988c85a1 installed DEBUG: iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f59c.el8.x86_64 1628572227 189626 1fc35d3fd7224bf3b9164a5bf3757036 installed DEBUG: groff-base-1.22.3-18.el8.x86_64 1559058519 4216866 6ed091baa7cbbcf9205fce2f24fa48cb installed DEBUG: perl-Digest-MD5-2.55-396.el8.x86_64 1557804491 56718 baf4430def945ca345c13bd147f60e7c installed DEBUG: perl-libnet-3.11-3.el8.noarch 1557805081 277135 84cf9f5f0d65cd76fdc6916aa342c1f3 installed DEBUG: perl-URI-1.73-3.el8.noarch 1557806412 216452 b66d85e3853e61853c8334dd507a77a0 installed DEBUG: perl-Time-Local-1:1.280-1.el8.noarch 1557588254 59906 d9ff68ed7dce4a5bb9a13c85270f9908 installed DEBUG: perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch 1594920582 5716 bd6010d3c9a8ebbab8d7a5a2b4c87c4d installed DEBUG: perl-Term-ANSIColor-4.06-396.el8.noarch 1557588250 89627 c0fc2f73ed2179d13f01ef64e42008ad installed DEBUG: perl-File-Temp-0.230.600-1.el8.noarch 1557587977 164723 4a996a6bcd7b0cda3b3d8dc5b4e712fe installed DEBUG: perl-Pod-Simple-1:3.35-395.el8.noarch 1557588149 543719 4634886be1066e76224760899bd706d5 installed DEBUG: perl-Pod-Perldoc-3.28-396.el8.noarch 1557588156 169228 fc8b1db50f574413212744f6f888c3d2 installed DEBUG: perl-Pod-Usage-4:1.69-395.el8.noarch 1557588152 49721 7ca3785d080ee4a20cb030cff8d14650 installed DEBUG: python3-six-1.15.0-2.el8.noarch 1599485653 106402 57ee0a6395cfc07e0bcf4bb069a38bb4 installed DEBUG: libgcc-8.5.0-18.el8.x86_64 1671873301 190224 108bf25da8d5131ba7a2e4605282873d installed DEBUG: perl-Errno-0:1.28-422.el8.x86_64 1674590126 9495 3f35101371b72bf65f709bdd7edc873c installed DEBUG: python3-idna-2.5-5.el8.noarch 1557588568 521503 d78a510e3975b98c8d254227e8674a17 installed DEBUG: python-rpm-macros-3-44.el8.noarch 1669273603 4325 549d3b81ed48debbb83868c25b2b1252 installed DEBUG: perl-Exporter-5.72-396.el8.noarch 1557587966 55719 4f56f0f2098313624fdcd567a5c644fc installed DEBUG: python3-pygments-2.2.0-22.module_el8.5.0+764+71fa3b33.noarch 1620317703 7786043 ae85cdfb9dbf4cdfa011ec227e949d86 installed DEBUG: python3-setuptools-wheel-39.2.0-7.el8.noarch 1674590029 347735 5e62a2f36d6b9851be753cb0542736ec installed DEBUG: perl-macros-4:5.26.3-422.el8.x86_64 1674590126 5184 63e324053fdc2b036b6a70e03a91355d installed DEBUG: libXft-2.3.3-1.el8.x86_64 1592328474 132456 98a6c3804c03d590f4d9c7c95e404cc0 installed DEBUG: libX11-common-1.6.8-5.el8.noarch 1629847132 1339608 70aec9ee704d88760f769387bc9e4549 installed DEBUG: perl-IO-0:1.38-422.el8.x86_64 1674590126 139767 5b00ebccf573637d246b4db4031890a2 installed DEBUG: urw-base35-gothic-fonts-20170801-10.el8.noarch 1557812133 1216672 8ad6b1809fd9281e8207ed1461f2b13e installed DEBUG: publicsuffix-list-dafsa-20180723-1.el8.noarch 1557535917 64502 8ce7a82bce196a11a42960b007ef0867 installed DEBUG: perl-threads-shared-1.58-2.el8.x86_64 1557588218 78170 f7ca1f9a2bb956e0fcb5c0921352b23c installed DEBUG: urw-base35-p052-fonts-20170801-10.el8.noarch 1557812133 1557171 5b3ff8d7697534b661d9c1f860da20a8 installed DEBUG: ocaml-srpm-macros-5-4.el8.noarch 1557802444 737 287a7361faafcb3820cffcce8958f73b installed DEBUG: perl-Filter-2:1.58-2.el8.x86_64 1557804997 150694 8e3771c29d6725bb5a0503a9c4caa8aa installed DEBUG: libbabeltrace-1.5.4-4.el8.x86_64 1648112888 546483 73e07dada814c02ba5df126faf95da8d installed DEBUG: kbd-misc-2.0.4-10.el8.noarch 1595275356 2549569 39dd6d758f9d97a75fc107d5a348e43e installed DEBUG: perl-Text-Unidecode-1.30-5.el8.noarch 1557806444 459829 70c59fd8dfd83fb1e1d586b9182b24f2 installed DEBUG: openssh-8.0p1-17.el8.x86_64 1673341813 1918201 1ba7203a2bbb416d3b0d81b716b40625 installed DEBUG: emacs-filesystem-1:26.1-9.el8.noarch 1674054682 0 27d5ceec8a6088880ecd5db1d03cd759 installed DEBUG: texlive-dvipng-7:20180414-28.el8.x86_64 1670916451 450130 5d50357c3f21c6c94800f52edf59264e installed DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 1614063802 137649 8f714224897bee9766d89cab949e4a1b installed DEBUG: setup-2.12.2-9.el8.noarch 1669777603 724747 eb850404b4d93e697113d280b63f6eec installed DEBUG: gettext-devel-0.19.8.1-17.el8.x86_64 1573236536 1552453 bdc16337577ae7ba9540b00bfd49fe75 installed DEBUG: rpm-build-libs-4.14.3-26.el8.x86_64 1671621519 216160 0a6c9fef6d78472eef87a7bb5bcccf7d installed DEBUG: pcre2-10.32-3.el8.x86_64 1656337285 656742 7b0e49fbc2a80d378af0f9d5e06f212f installed DEBUG: dejavu-fonts-common-2.35-7.el8.noarch 1608016986 145939 5cc310eaceb074158eb858adf64bfcd4 installed DEBUG: avahi-libs-0.7-20.el8.x86_64 1605562469 155720 ec8ee5613242166fe0ba327b9712462b installed DEBUG: glibc-gconv-extra-2.28-225.el8.x86_64 1675873919 6416086 d22bfc96018a17c6aaba13f3c3f9fb51 installed DEBUG: python3-pandas-0.25.3-1.el8.x86_64 1579978421 54904723 4828c5a26d740c8ca79213807770cfc4 installed DEBUG: elfutils-0.188-3.el8.x86_64 1668489066 2790795 f6ddb3ee842bd12b75ab5f2eafec8852 installed DEBUG: libsepol-2.9-3.el8.x86_64 1629847198 761624 3f85cc6fc6a3cbe88ab0400ea87e46fa installed DEBUG: python-pycadf-common-3.1.1-0.20210315104351.4179996.el8.noarch 1615805086 17480 894619841f7cc31405d8eed3f3a7bb01 installed DEBUG: python3-cffi-1.13.2-1.el8.x86_64 1579942955 1061179 19751abd44b8cb04437a3b2cdec1dbe4 installed DEBUG: bzip2-libs-1.0.6-26.el8.x86_64 1557535203 77229 dd9abf1cc65154142a808c839f4dda55 installed DEBUG: python-oslo-middleware-lang-4.2.1-0.20220225080425.b40ca5f.el8.noarch 1645776478 11821 f3c2425dacb688531f9a277b737fb85b installed DEBUG: python3-requests-2.25.1-1.el8.noarch 1615370609 390169 029424c3156bf041a00641cdfc97e812 installed DEBUG: gmp-1:6.1.2-10.el8.x86_64 1573237036 1678740 d97c6201b7617cb78474f88a10f7da34 installed DEBUG: python3-oslo-utils-4.8.2-0.20220428092247.a38b56a.el8.noarch 1651138027 265622 fedec61abb920858909c64dfe456fa5e installed DEBUG: python3-babel-2.5.1-7.el8.noarch 1626973605 20921752 879f27a4399083674fedae88e51a7d15 installed DEBUG: libcom_err-1.45.6-5.el8.x86_64 1653248421 61377 087334fbb3385c4bc50bb7f28805dc9e installed DEBUG: python3-oslo-privsep-2.5.1-0.20220225073628.1634c00.el8.noarch 1645774760 88740 ff967189b870f4b3a344f27efcef7a72 installed DEBUG: python3-imagesize-1.0.0-2.el8.noarch 1557807838 16572 c401f76e1680146f2428e7626ce14690 installed DEBUG: readline-7.0-10.el8.x86_64 1557540187 466321 53395adc92c214ce3ce3f63c19180d19 installed DEBUG: python-oslo-db-lang-8.5.2-0.20221007170041.26fd6fb.el8.noarch 1665162338 17156 a49b323049ad9cb4e4044afc0570ea68 installed DEBUG: python3-sphinx-theme-alabaster-0.7.12-7.el8.noarch 1579799425 38754 bcf9faa497a1e17b15a245c5223c5924 installed DEBUG: popt-1.18-1.el8.x86_64 1611039801 126626 34faaf171aafe13b647873235a7d1c2f installed DEBUG: python3-oslo-messaging-12.7.3-0.20220428091418.5d6fd1a.el8.noarch 1651137675 951791 20a0335513f70d473ad9b03a582b2e52 installed DEBUG: python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noarch 1580215753 12139 df99bb103744ea3fb658869e0d12fee9 installed DEBUG: libgcrypt-1.8.5-7.el8.x86_64 1656335846 1269718 2269a19fc635d6e16b3988880918544c installed DEBUG: python3-oslo-cache-2.7.1-0.20220301090510.d0252f6.el8.noarch 1646125705 161898 4094b09770be32ef5b49ab05b0cf7f1d installed DEBUG: openjpeg2-2.4.0-5.el8.x86_64 1659783982 386040 5641a0f14e5cbce8bb427aa8863d0e06 installed DEBUG: sed-4.5-5.el8.x86_64 1634320754 765142 14c1532e925c87f63bc1f647127f98ab installed DEBUG: python3-barbicanclient-5.1.0-0.20210316154446.ad49c40.el8.noarch 1615909570 604623 74c3308b8e550f7879986bbaed9223c5 installed DEBUG: pango-1.42.4-8.el8.x86_64 1623359101 789346 56e287095e23061e4e53cf69b4fc7ad1 installed DEBUG: libidn2-2.2.0-1.el8.x86_64 1573240114 287762 206b757710d3924958eeb8bd423243bd installed DEBUG: python3-cursive-0.2.2-0.20210312092435.d7cea1f.el8.noarch 1615541127 161713 a5f5e3cc4547eb5ec74d11b51a43749c installed DEBUG: graphviz-2.40.1-43.el8.x86_64 1623359074 7817879 fbaa550cf0f6142e1f7b9fccccfb66f2 installed DEBUG: libSM-1.2.3-1.el8.x86_64 1557799051 93427 47f227b29e3abb1260b8f1f178b588ca installed DEBUG: python3-oslo-upgradecheck-1.3.1-0.20220225074957.9561ecb.el8.noarch 1645775599 48370 91e14a9559f6f1b31e1d7bf7d55fdc40 installed DEBUG: python3-eventlet-0.30.0-1.1.el8.noarch 1631542025 2564870 fe6f9e60e92f33e7b626b93282c3630a installed DEBUG: libcap-ng-0.7.11-1.el8.x86_64 1623077234 51470 0cb04ab8bb58a307ae9ae862d5a7c8b0 installed DEBUG: python3-stestr-2.6.0-4.el8.noarch 1580102595 656922 4470c1296011a91abc1fd91b576392e1 installed DEBUG: make-1:4.2.1-11.el8.x86_64 1635253659 1436080 f286aaf14214bf70a276d01984f5be36 installed DEBUG: libmpc-1.1.0-9.1.el8.x86_64 1605564175 127093 73998427af4ab3f697010e42c96f4ce0 installed DEBUG: python3-wsme-0.10.1-0.20220104140414.63fe135.el8.noarch 1641305275 633464 a1f5719be6316783c5e075ee728dc0b8 installed DEBUG: libaio-0.3.112-1.el8.x86_64 1573239356 96990 1b3bcef86a409b41aa386146945b5887 installed DEBUG: unzip-6.0-46.el8.x86_64 1643346578 424013 f5f7c13a930b6f1d06155de169cfb0e2 installed DEBUG: python3-pyxattr-0.7.1-2.el8.x86_64 1580293462 71104 ad6dae90012981bb718980b09f246065 installed DEBUG: texlive-base-7:20180414-28.el8.noarch 1670916255 14753197 5c34f813965088982edda4a63e1c57c5 installed DEBUG: cpio-2.12-11.el8.x86_64 1632978482 967637 8588822b2d9e7adde96867cdab861ab1 installed DEBUG: python3-defusedxml-0.7.1-1.el8.noarch 1641828678 196967 c1fac6cb976defcb342869d9d4f1e422 installed DEBUG: python3-matplotlib-data-3.1.1-2.el8.noarch 1579971154 2139181 69f84b084b859430ac11869562d5a919 installed DEBUG: p11-kit-trust-0.23.22-1.el8.x86_64 1610439813 471705 8a956eb5d4f6d6a055b4efaf3b9f62c7 installed DEBUG: python3-tempita-0.5.1-25.el8.noarch 1580043369 115145 3e5df4ea59576667fa541ca84b86208f installed DEBUG: lcms2-2.9-2.el8.x86_64 1557795901 399313 23d5f2bf5897a440de253fe694e0f57f installed DEBUG: python3-iso8601-0.1.12-3.el8.noarch 1599467180 48733 28a483957eb5775c236c66ae7c2a1943 installed DEBUG: cpp-8.5.0-18.el8.x86_64 1671873301 29657638 2dbcae7527fd419eccec6a0f3d7b3fbe installed DEBUG: python3-testtools-2.5.0-3.el8.noarch 1657717723 1551453 51bd816885276d6596d612450d79a481 installed DEBUG: tar-2:1.30-8.el8.x86_64 1670476696 2876613 88b11df68202a558a7826baff6d21c4d installed DEBUG: python3-pillow-5.1.1-18.el8.x86_64 1645571158 2105297 d8804433be02acc0d978b525797c9482 installed DEBUG: dwz-0.12-10.el8.x86_64 1622696781 230263 7fc13bfd107311f1a1028bb2c7164ef6 installed DEBUG: tcl-1:8.6.8-2.el8.x86_64 1557590035 4377294 8bc10c7e9bf050165baeef88eaac2f16 installed DEBUG: coreutils-common-8.30-15.el8.x86_64 1674052044 9896370 7e1477872e149f9d47fae742c72781b4 installed DEBUG: openblas-0.3.15-4.el8.x86_64 1659702013 38153368 4d83d8a3009fc3f863eb748e5c93e51c installed DEBUG: less-530-1.el8.x86_64 1557584772 344874 c95ece51b133ab6ce794a40e777072d2 installed DEBUG: libcollection-0.7.0-40.el8.x86_64 1653937745 96758 3b459738b3d89ea0d771502b0e84e4ce installed DEBUG: json-c-0.13.1-3.el8.x86_64 1636621603 69290 4fdfb4f2df790d25d080cf3834ddf07b installed DEBUG: python3-Bottleneck-1.2.1-13.el8.x86_64 1580231245 456067 0f4fda02e8375b940baefef1a84b8352 installed DEBUG: libipt-1.6.1-8.el8.x86_64 1557797925 108543 68edc160e21686087d8486cdf060073e installed DEBUG: device-mapper-multipath-0.8.4-37.el8.x86_64 1675871099 300659 5348d80456fd37977bcaf39952457c83 installed DEBUG: pkgconf-pkg-config-1.4.2-1.el8.x86_64 1557540110 3094 6a5f9694de9b98ca71ed47b605ba977a installed DEBUG: device-mapper-persistent-data-0.9.0-7.el8.x86_64 1657249761 3358356 2b539b896fc0c0b8f4e6d5fa62f1adef installed DEBUG: glibc-devel-2.28-225.el8.x86_64 1675873919 240562 5b90a26c1922661296cfdf1ed779d2b1 installed DEBUG: python3-qpid-proton-0.35.0-3.el8s.x86_64 1642501376 2589361 fd68174680eba798567fd47850edb0e2 installed DEBUG: libsmartcols-2.32.1-40.el8.x86_64 1675874781 248554 814080baf0c9106346ad9d2891dea41e installed DEBUG: python3-stevedore-3.3.3-0.20221024072403.7b48fff.el8.noarch 1666596596 260076 ba058448fc9a1dcc631d327ac75373aa installed DEBUG: npth-1.5-4.el8.x86_64 1557539615 47909 b944c570e2db54dd8f8d3ab4d7b7990d installed DEBUG: python3-wrapt-1.12.1-3.el8.x86_64 1599579132 162032 b2d3295977246a84b33dd7f19a7113c6 installed DEBUG: libtiff-4.0.9-27.el8.x86_64 1675188975 517785 6124d1d8006bb43976f94066f8881482 installed DEBUG: python3-voluptuous-0.12.1-1.el8.noarch 1610340498 293245 df370bc7caeec5f3003f44612ee69e5d installed DEBUG: libXext-1.3.4-1.el8.x86_64 1592335988 91982 110d22c488501f2d497a2497d2fd3b82 installed DEBUG: python3-soupsieve-2.1.0-1.el8.noarch 1610096098 218144 7a667d161b128362cc7dd33eb47bfd73 installed DEBUG: libXfixes-5.0.3-7.el8.x86_64 1557799785 29263 56d72ffa985b1d479bf170e442b840e9 installed DEBUG: python3-repoze-lru-0.7-6.el8.noarch 1580057272 85678 069ca5535d4df63b3d1625024042d60a installed DEBUG: libXi-1.7.10-1.el8.x86_64 1592338400 75067 925052072a637a4b57e5d7fad2d32777 installed DEBUG: python3-pyperclip-1.8.0-2.el8.noarch 1599555843 68899 7e8afc344a375e43f241912b3f4459de installed DEBUG: libXxf86misc-1.0.4-1.el8.x86_64 1557800213 32012 c1728eb43ebd6d96c74380d3ec4c60c1 installed DEBUG: python3-psutil-5.7.3-1.el8.x86_64 1604928383 2259595 f401db7f033533e7b4ee94f3dfe8bf90 installed DEBUG: libthai-0.1.27-2.el8.x86_64 1557799230 774997 801f8cc0e2979cb4c0fd989e1ff4f752 installed DEBUG: python3-secretstorage-3.1.1-4.el8.noarch 1580361026 90295 0569bd1de49dddc74d8f627e10283ef9 installed DEBUG: xorg-x11-server-utils-7.7-27.el8.x86_64 1557814482 502730 4563ac1d6facd98936be75bc47d27bc6 installed DEBUG: python3-alembic-1.4.3-1.el8.noarch 1606208872 4645206 1d588a4a7e953c18984fd1e4330d0676 installed DEBUG: cyrus-sasl-lib-2.1.27-6.el8_5.x86_64 1645712177 726186 00c2948c2521fc542071f445b4766d64 installed DEBUG: python3-cmd2-1.4.0-1.1.el8.noarch 1610603874 1248496 c991ce87a548e60e2149e95d53bc6826 installed DEBUG: grub2-tools-minimal-1:2.02-129.el8.x86_64 1658241039 772858 82a6c4de92c3b9e8a12168603ded3cdb installed DEBUG: python3-pynacl-1.4.0-1.el8.x86_64 1599471607 539253 0f96b8e5a1dd9c7dfcdadd81031b0498 installed DEBUG: grubby-8.40-47.el8.x86_64 1665810503 63497 f640936b750b4ff9642054b5c7141483 installed DEBUG: python3-webencodings-0.5.1-6.el8.noarch 1557808322 73578 12c558689a939dd3db86f5b32ea3d0e1 installed DEBUG: libdb-utils-5.3.28-42.el8_4.x86_64 1631282784 369615 6770948cf9ead54ea1e58bdd81aa3e07 installed DEBUG: python3-paste-deploy-2.1.1-1.el8.noarch 1606819865 107217 c3a68a6a50d59cf7d57efafa301f35f2 installed DEBUG: crypto-policies-scripts-20221215-1.gitece0092.el8.noarch 1671174580 190718 1642ad812f8bbb737f0545b9f9bf661c installed DEBUG: libev-4.24-6.el8.x86_64 1557797154 101822 d9789c017bef03864a15eafc5d845245 installed DEBUG: cracklib-2.9.6-15.el8.x86_64 1557533913 239047 3ced50b8ce5c91849d67c8e6f75f5cd1 installed DEBUG: snappy-1.1.8-3.el8.x86_64 1598294839 60623 c62bd8e8d3cfbb2eea4f5bf4e641e4ac installed DEBUG: libtirpc-1.1.4-8.el8.x86_64 1660021681 228734 f29ffcbd28e5a26ab435ede86dbefb2b installed DEBUG: quota-nls-1:4.04-14.el8.noarch 1620258135 283306 5bca1a76f68440dc74954bc914423338 installed DEBUG: elfutils-debuginfod-client-0.188-3.el8.x86_64 1668489066 54666 7a9df91ff454ba7871514d87524bce2e installed DEBUG: lzo-2.08-14.el8.x86_64 1557586709 198757 2e8c7912284d0c40f98a93649366097c installed DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 1573236536 1612648 8967e0fd86f922ac3fe079bb64ec85c4 installed DEBUG: python3-pyyaml-5.4.1-2.el8.x86_64 1614068687 701061 3c205dae0b86376e3fa78875b4f9ed71 installed DEBUG: libmount-2.32.1-40.el8.x86_64 1675874781 398362 3141ad8d6982bcfedb898d08512d2224 installed DEBUG: python3-lxml-4.2.3-4.el8.x86_64 1643268468 5026914 baad5d53fcac83834da724bab22cdcf4 installed DEBUG: coreutils-8.30-15.el8.x86_64 1674052044 6121280 33a926fa283765ef4a89be7bbad7994d installed DEBUG: policycoreutils-2.9-21.1.el8.x86_64 1673449449 670502 6fc955b4deadbf15650ab75fa660edcd installed DEBUG: shadow-utils-2:4.6-17.el8.x86_64 1659474460 4071202 e50585ac13a422d73600d9c5fb950c57 installed DEBUG: gssproxy-0.8.0-21.el8.x86_64 1659524849 268899 aa53e4b9e358fd23c310ff1f278cc48c installed DEBUG: rpm-libs-4.14.3-26.el8.x86_64 1671621519 735448 6be040d364179dbdc308389c3a9801bc installed DEBUG: isns-utils-libs-0.99-1.el8.x86_64 1573238571 631144 7d0456e14e01523e6cf91aa09a58cc99 installed DEBUG: trousers-lib-0.3.15-1.el8.x86_64 1605566220 487077 423e3ba3a61be1cc581d0ba03d0e229d installed DEBUG: perl-Digest-1.17-395.el8.noarch 1557804303 26685 3288d677385ef645566a458dae131af2 installed DEBUG: libpwquality-1.4.4-5.el8.x86_64 1662203209 396814 1fe6352d8a718858ce65965802efc51f installed DEBUG: perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595ff.x86_64 1600983892 1325271 3b156d1ebea685bf049c17eb210c63ae installed DEBUG: dracut-049-223.git20230119.el8.x86_64 1674658452 1057307 dc0c2c52d8af874cd98ce21367995ea3 installed DEBUG: perl-IO-Socket-IP-0.39-5.el8.noarch 1557804886 99525 9db2eaec9a186e8a7b92990683a12044 installed DEBUG: glib2-2.56.4-161.el8.x86_64 1672981785 12279992 f3c6b3d5012880ec327da3aa162a24e9 installed DEBUG: perl-Term-Cap-1.17-395.el8.noarch 1557588252 29850 a36d892cdd3e4c40b70ebf3ebd307ece installed DEBUG: systemd-239-71.el8.x86_64 1675875074 11309078 95ad5375015c7d610cc922cf4f4757d2 installed DEBUG: perl-podlators-4.11-1.el8.noarch 1557588007 287639 bd2b28862f36b3cec0e1d5fb74d5edb7 installed DEBUG: gdk-pixbuf2-2.36.12-5.el8.x86_64 1573236241 2657576 3006826ddf4e875c1f21a9da6579bd20 installed DEBUG: Child return code was: 0 Finish: Outputting list of installed packages Start: rpmbuild openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.src.rpm INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/openstack-glance.spec'], chrootPath='/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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=1022gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0evu_han:/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.0evu_han:/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', '6e634fa8bd1d43bca1821912952557b0', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0evu_han:/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-glance.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.qiadrl DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd /builddir/build/BUILD DEBUG: + rm -rf glance-22.1.2.dev4 DEBUG: + /usr/bin/gzip -dc /builddir/build/SOURCES/glance-22.1.2.dev4-0.20230309185042.883fc8a.tar.gz DEBUG: + /usr/bin/tar -xof - DEBUG: + STATUS=0 DEBUG: + '[' 0 -ne 0 ']' DEBUG: + cd glance-22.1.2.dev4 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-glance-22.1.2 base' DEBUG: + sed -i '/\/usr\/bin\/env python/d' glance/common/config.py glance/common/crypt.py glance/db/sqlalchemy/migrate_repo/manage.py glance/cmd/status.py DEBUG: + sed -i /rootwrap.conf/d setup.cfg DEBUG: + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg DEBUG: + rm -rf requirements.txt test-requirements.txt DEBUG: + exit 0 DEBUG: Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.XxtJW5 DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd glance-22.1.2.dev4 DEBUG: + PYTHONPATH=. DEBUG: + oslo-config-generator --config-dir=etc/oslo-config-generator/ DEBUG: ERROR:stevedore.extension:Could not load 'glance.store.s3.Store': No module named 'boto3' DEBUG: ERROR:stevedore.extension:Could not load 's3': No module named 'boto3' DEBUG: ERROR:stevedore.extension:Could not load 'glance.store.s3.Store': No module named 'boto3' DEBUG: ERROR:stevedore.extension:Could not load 's3': No module named 'boto3' DEBUG: WARNING:oslo_config.generator:normalizing group name 'glance.store.http.Store' to 'glance.store.http.store' DEBUG: WARNING:oslo_config.generator:normalizing group name 'glance.store.rbd.Store' to 'glance.store.rbd.store' DEBUG: WARNING:oslo_config.generator:normalizing group name 'glance.store.swift.Store' to 'glance.store.swift.store' DEBUG: WARNING:oslo_config.generator:normalizing group name 'glance.store.vmware_datastore.Store' to 'glance.store.vmware_datastore.store' 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/glance DEBUG: creating build/lib/glance/tests DEBUG: creating build/lib/glance/tests/unit DEBUG: creating build/lib/glance/tests/unit/cmd DEBUG: copying glance/tests/unit/cmd/__init__.py -> build/lib/glance/tests/unit/cmd DEBUG: copying glance/tests/unit/cmd/test_status.py -> build/lib/glance/tests/unit/cmd DEBUG: creating build/lib/glance/db DEBUG: creating build/lib/glance/db/simple DEBUG: copying glance/db/simple/__init__.py -> build/lib/glance/db/simple DEBUG: copying glance/db/simple/api.py -> build/lib/glance/db/simple DEBUG: creating build/lib/glance/tests/unit/common DEBUG: creating build/lib/glance/tests/unit/common/scripts DEBUG: copying glance/tests/unit/common/scripts/__init__.py -> build/lib/glance/tests/unit/common/scripts DEBUG: copying glance/tests/unit/common/scripts/test_scripts_utils.py -> build/lib/glance/tests/unit/common/scripts DEBUG: creating build/lib/glance/tests/unit/image_cache DEBUG: creating build/lib/glance/tests/unit/image_cache/drivers DEBUG: copying glance/tests/unit/image_cache/drivers/__init__.py -> build/lib/glance/tests/unit/image_cache/drivers DEBUG: copying glance/tests/unit/image_cache/drivers/test_sqlite.py -> build/lib/glance/tests/unit/image_cache/drivers DEBUG: creating build/lib/glance/async_ DEBUG: creating build/lib/glance/async_/flows DEBUG: creating build/lib/glance/async_/flows/plugins DEBUG: copying glance/async_/flows/plugins/__init__.py -> build/lib/glance/async_/flows/plugins DEBUG: copying glance/async_/flows/plugins/image_conversion.py -> build/lib/glance/async_/flows/plugins DEBUG: copying glance/async_/flows/plugins/image_decompression.py -> build/lib/glance/async_/flows/plugins DEBUG: copying glance/async_/flows/plugins/inject_image_metadata.py -> build/lib/glance/async_/flows/plugins DEBUG: copying glance/async_/flows/plugins/no_op.py -> build/lib/glance/async_/flows/plugins DEBUG: copying glance/async_/flows/plugins/plugin_opts.py -> build/lib/glance/async_/flows/plugins DEBUG: creating build/lib/glance/common DEBUG: copying glance/common/__init__.py -> build/lib/glance/common DEBUG: copying glance/common/auth.py -> build/lib/glance/common DEBUG: copying glance/common/client.py -> build/lib/glance/common DEBUG: copying glance/common/config.py -> build/lib/glance/common DEBUG: copying glance/common/crypt.py -> build/lib/glance/common DEBUG: copying glance/common/exception.py -> build/lib/glance/common DEBUG: copying glance/common/format_inspector.py -> build/lib/glance/common DEBUG: copying glance/common/property_utils.py -> build/lib/glance/common DEBUG: copying glance/common/removed_config.py -> build/lib/glance/common DEBUG: copying glance/common/store_utils.py -> build/lib/glance/common DEBUG: copying glance/common/swift_store_utils.py -> build/lib/glance/common DEBUG: copying glance/common/timeutils.py -> build/lib/glance/common DEBUG: copying glance/common/trust_auth.py -> build/lib/glance/common DEBUG: copying glance/common/utils.py -> build/lib/glance/common DEBUG: copying glance/common/wsgi.py -> build/lib/glance/common DEBUG: copying glance/common/wsgi_app.py -> build/lib/glance/common DEBUG: copying glance/common/wsme_utils.py -> build/lib/glance/common DEBUG: creating build/lib/glance/tests/unit/keymgr DEBUG: copying glance/tests/unit/keymgr/__init__.py -> build/lib/glance/tests/unit/keymgr DEBUG: copying glance/tests/unit/keymgr/fake.py -> build/lib/glance/tests/unit/keymgr DEBUG: creating build/lib/glance/tests/unit/api DEBUG: creating build/lib/glance/tests/unit/api/middleware DEBUG: copying glance/tests/unit/api/middleware/__init__.py -> build/lib/glance/tests/unit/api/middleware DEBUG: copying glance/tests/unit/api/middleware/test_cache_manage.py -> build/lib/glance/tests/unit/api/middleware DEBUG: creating build/lib/glance/tests/functional DEBUG: copying glance/tests/functional/__init__.py -> build/lib/glance/tests/functional DEBUG: copying glance/tests/functional/ft_utils.py -> build/lib/glance/tests/functional DEBUG: copying glance/tests/functional/store_utils.py -> build/lib/glance/tests/functional DEBUG: copying glance/tests/functional/test_api.py -> build/lib/glance/tests/functional DEBUG: copying glance/tests/functional/test_cache_middleware.py -> build/lib/glance/tests/functional DEBUG: copying glance/tests/functional/test_client_exceptions.py -> build/lib/glance/tests/functional DEBUG: copying glance/tests/functional/test_client_redirects.py -> build/lib/glance/tests/functional DEBUG: copying glance/tests/functional/test_cors_middleware.py -> build/lib/glance/tests/functional DEBUG: copying glance/tests/functional/test_glance_manage.py -> build/lib/glance/tests/functional DEBUG: copying glance/tests/functional/test_gzip_middleware.py -> build/lib/glance/tests/functional DEBUG: copying glance/tests/functional/test_healthcheck_middleware.py -> build/lib/glance/tests/functional DEBUG: copying glance/tests/functional/test_logging.py -> build/lib/glance/tests/functional DEBUG: copying glance/tests/functional/test_reload.py -> build/lib/glance/tests/functional DEBUG: copying glance/tests/functional/test_sqlite.py -> build/lib/glance/tests/functional DEBUG: copying glance/tests/functional/test_wsgi.py -> build/lib/glance/tests/functional DEBUG: creating build/lib/glance/common/scripts DEBUG: creating build/lib/glance/common/scripts/api_image_import DEBUG: copying glance/common/scripts/api_image_import/__init__.py -> build/lib/glance/common/scripts/api_image_import DEBUG: copying glance/common/scripts/api_image_import/main.py -> build/lib/glance/common/scripts/api_image_import DEBUG: creating build/lib/glance/tests/integration DEBUG: copying glance/tests/integration/__init__.py -> build/lib/glance/tests/integration DEBUG: creating build/lib/glance/db/sqlalchemy DEBUG: creating build/lib/glance/db/sqlalchemy/migrate_repo DEBUG: creating build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/__init__.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: creating build/lib/glance/image_cache DEBUG: copying glance/image_cache/__init__.py -> build/lib/glance/image_cache DEBUG: copying glance/image_cache/base.py -> build/lib/glance/image_cache DEBUG: copying glance/image_cache/cleaner.py -> build/lib/glance/image_cache DEBUG: copying glance/image_cache/client.py -> build/lib/glance/image_cache DEBUG: copying glance/image_cache/prefetcher.py -> build/lib/glance/image_cache DEBUG: copying glance/image_cache/pruner.py -> build/lib/glance/image_cache DEBUG: creating build/lib/glance/domain DEBUG: copying glance/domain/__init__.py -> build/lib/glance/domain DEBUG: copying glance/domain/proxy.py -> build/lib/glance/domain DEBUG: creating build/lib/glance/db/sqlalchemy/alembic_migrations DEBUG: creating build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/__init__.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/liberty_initial.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/mitaka01_add_image_created_updated_idx.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/mitaka02_update_metadef_os_nova_server.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/ocata_contract01_drop_is_public.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/ocata_expand01_add_visibility.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/pike_contract01_drop_artifacts_tables.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/pike_expand01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/queens_contract01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/queens_expand01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract02_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand01_add_os_hidden.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand02_add_os_hash_.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/train_contract01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/train_expand01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/ussuri_contract01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/ussuri_expand01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/wallaby_contract01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/db/sqlalchemy/alembic_migrations/versions/wallaby_expand01_add_user_imageid_requestid_to_tasks.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying glance/tests/__init__.py -> build/lib/glance/tests DEBUG: copying glance/tests/stubs.py -> build/lib/glance/tests DEBUG: copying glance/tests/test_hacking.py -> build/lib/glance/tests DEBUG: copying glance/tests/utils.py -> build/lib/glance/tests DEBUG: creating build/lib/glance/tests/gate DEBUG: copying glance/tests/gate/__init__.py -> build/lib/glance/tests/gate DEBUG: copying glance/tests/gate/test_data_migration_version.py -> build/lib/glance/tests/gate DEBUG: copying glance/tests/unit/common/__init__.py -> build/lib/glance/tests/unit/common DEBUG: copying glance/tests/unit/common/test_client.py -> build/lib/glance/tests/unit/common DEBUG: copying glance/tests/unit/common/test_config.py -> build/lib/glance/tests/unit/common DEBUG: copying glance/tests/unit/common/test_exception.py -> build/lib/glance/tests/unit/common DEBUG: copying glance/tests/unit/common/test_format_inspector.py -> build/lib/glance/tests/unit/common DEBUG: copying glance/tests/unit/common/test_location_strategy.py -> build/lib/glance/tests/unit/common DEBUG: copying glance/tests/unit/common/test_property_utils.py -> build/lib/glance/tests/unit/common DEBUG: copying glance/tests/unit/common/test_scripts.py -> build/lib/glance/tests/unit/common DEBUG: copying glance/tests/unit/common/test_swift_store_utils.py -> build/lib/glance/tests/unit/common DEBUG: copying glance/tests/unit/common/test_timeutils.py -> build/lib/glance/tests/unit/common DEBUG: copying glance/tests/unit/common/test_utils.py -> build/lib/glance/tests/unit/common DEBUG: copying glance/tests/unit/common/test_wsgi.py -> build/lib/glance/tests/unit/common DEBUG: copying glance/tests/unit/common/test_wsgi_app.py -> build/lib/glance/tests/unit/common DEBUG: copying glance/db/__init__.py -> build/lib/glance/db DEBUG: copying glance/db/metadata.py -> build/lib/glance/db DEBUG: copying glance/db/migration.py -> build/lib/glance/db DEBUG: copying glance/db/utils.py -> build/lib/glance/db DEBUG: creating build/lib/glance/api DEBUG: creating build/lib/glance/api/v1 DEBUG: copying glance/api/v1/__init__.py -> build/lib/glance/api/v1 DEBUG: copying glance/api/v1/router.py -> build/lib/glance/api/v1 DEBUG: creating build/lib/glance/cmd DEBUG: copying glance/cmd/__init__.py -> build/lib/glance/cmd DEBUG: copying glance/cmd/api.py -> build/lib/glance/cmd DEBUG: copying glance/cmd/cache_cleaner.py -> build/lib/glance/cmd DEBUG: copying glance/cmd/cache_manage.py -> build/lib/glance/cmd DEBUG: copying glance/cmd/cache_prefetcher.py -> build/lib/glance/cmd DEBUG: copying glance/cmd/cache_pruner.py -> build/lib/glance/cmd DEBUG: copying glance/cmd/control.py -> build/lib/glance/cmd DEBUG: copying glance/cmd/manage.py -> build/lib/glance/cmd DEBUG: copying glance/cmd/replicator.py -> build/lib/glance/cmd DEBUG: copying glance/cmd/scrubber.py -> build/lib/glance/cmd DEBUG: copying glance/cmd/status.py -> build/lib/glance/cmd DEBUG: copying glance/tests/unit/__init__.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/base.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/fake_rados.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/fixtures.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_auth.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_cache_manage.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_cache_middleware.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_cached_images.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_context.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_context_middleware.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_data_migration_framework.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_db.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_db_metadef.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_domain.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_domain_proxy.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_gateway.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_glance_manage.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_glance_replicator.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_housekeeping.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_image_cache.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_manage.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_misc.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_notifier.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_policy.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_quota.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_schema.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_scrubber.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_store_image.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_store_location.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_test_utils.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/test_versions.py -> build/lib/glance/tests/unit DEBUG: copying glance/tests/unit/utils.py -> build/lib/glance/tests/unit DEBUG: creating build/lib/glance/tests/unit/async_ DEBUG: creating build/lib/glance/tests/unit/async_/flows DEBUG: creating build/lib/glance/tests/unit/async_/flows/plugins DEBUG: copying glance/tests/unit/async_/flows/plugins/__init__.py -> build/lib/glance/tests/unit/async_/flows/plugins DEBUG: copying glance/tests/unit/async_/flows/plugins/test_image_conversion.py -> build/lib/glance/tests/unit/async_/flows/plugins DEBUG: copying glance/tests/unit/async_/flows/plugins/test_inject_image_metadata.py -> build/lib/glance/tests/unit/async_/flows/plugins DEBUG: copying glance/tests/unit/async_/flows/__init__.py -> build/lib/glance/tests/unit/async_/flows DEBUG: copying glance/tests/unit/async_/flows/test_api_image_import.py -> build/lib/glance/tests/unit/async_/flows DEBUG: copying glance/tests/unit/async_/flows/test_convert.py -> build/lib/glance/tests/unit/async_/flows DEBUG: copying glance/tests/unit/async_/flows/test_copy_image.py -> build/lib/glance/tests/unit/async_/flows DEBUG: copying glance/tests/unit/async_/flows/test_import.py -> build/lib/glance/tests/unit/async_/flows DEBUG: copying glance/tests/unit/async_/flows/test_introspect.py -> build/lib/glance/tests/unit/async_/flows DEBUG: copying glance/tests/unit/async_/flows/test_ovf_process.py -> build/lib/glance/tests/unit/async_/flows DEBUG: copying glance/tests/unit/async_/flows/test_web_download.py -> build/lib/glance/tests/unit/async_/flows DEBUG: copying glance/db/sqlalchemy/migrate_repo/__init__.py -> build/lib/glance/db/sqlalchemy/migrate_repo DEBUG: copying glance/db/sqlalchemy/migrate_repo/manage.py -> build/lib/glance/db/sqlalchemy/migrate_repo DEBUG: copying glance/db/sqlalchemy/migrate_repo/schema.py -> build/lib/glance/db/sqlalchemy/migrate_repo DEBUG: creating build/lib/glance/hacking DEBUG: copying glance/hacking/__init__.py -> build/lib/glance/hacking DEBUG: copying glance/hacking/checks.py -> build/lib/glance/hacking DEBUG: creating build/lib/glance/common/location_strategy DEBUG: copying glance/common/location_strategy/__init__.py -> build/lib/glance/common/location_strategy DEBUG: copying glance/common/location_strategy/location_order.py -> build/lib/glance/common/location_strategy DEBUG: copying glance/common/location_strategy/store_type.py -> build/lib/glance/common/location_strategy DEBUG: copying glance/db/sqlalchemy/alembic_migrations/__init__.py -> build/lib/glance/db/sqlalchemy/alembic_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/add_artifacts_tables.py -> build/lib/glance/db/sqlalchemy/alembic_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/add_images_tables.py -> build/lib/glance/db/sqlalchemy/alembic_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/add_metadefs_tables.py -> build/lib/glance/db/sqlalchemy/alembic_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/add_tasks_tables.py -> build/lib/glance/db/sqlalchemy/alembic_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/env.py -> build/lib/glance/db/sqlalchemy/alembic_migrations DEBUG: copying glance/db/sqlalchemy/__init__.py -> build/lib/glance/db/sqlalchemy DEBUG: copying glance/db/sqlalchemy/api.py -> build/lib/glance/db/sqlalchemy DEBUG: copying glance/db/sqlalchemy/metadata.py -> build/lib/glance/db/sqlalchemy DEBUG: copying glance/db/sqlalchemy/models.py -> build/lib/glance/db/sqlalchemy DEBUG: copying glance/db/sqlalchemy/models_metadef.py -> build/lib/glance/db/sqlalchemy DEBUG: creating build/lib/glance/policies DEBUG: copying glance/policies/__init__.py -> build/lib/glance/policies DEBUG: copying glance/policies/base.py -> build/lib/glance/policies DEBUG: copying glance/policies/image.py -> build/lib/glance/policies DEBUG: copying glance/policies/metadef.py -> build/lib/glance/policies DEBUG: copying glance/policies/tasks.py -> build/lib/glance/policies DEBUG: creating build/lib/glance/tests/functional/serial DEBUG: copying glance/tests/functional/serial/__init__.py -> build/lib/glance/tests/functional/serial DEBUG: copying glance/tests/functional/serial/test_scrubber.py -> build/lib/glance/tests/functional/serial DEBUG: creating build/lib/glance/tests/unit/v2 DEBUG: copying glance/tests/unit/v2/__init__.py -> build/lib/glance/tests/unit/v2 DEBUG: copying glance/tests/unit/v2/test_discovery_image_import.py -> build/lib/glance/tests/unit/v2 DEBUG: copying glance/tests/unit/v2/test_discovery_stores.py -> build/lib/glance/tests/unit/v2 DEBUG: copying glance/tests/unit/v2/test_image_actions_resource.py -> build/lib/glance/tests/unit/v2 DEBUG: copying glance/tests/unit/v2/test_image_data_resource.py -> build/lib/glance/tests/unit/v2 DEBUG: copying glance/tests/unit/v2/test_image_members_resource.py -> build/lib/glance/tests/unit/v2 DEBUG: copying glance/tests/unit/v2/test_image_tags_resource.py -> build/lib/glance/tests/unit/v2 DEBUG: copying glance/tests/unit/v2/test_images_resource.py -> build/lib/glance/tests/unit/v2 DEBUG: copying glance/tests/unit/v2/test_metadef_resources.py -> build/lib/glance/tests/unit/v2 DEBUG: copying glance/tests/unit/v2/test_schemas_resource.py -> build/lib/glance/tests/unit/v2 DEBUG: copying glance/tests/unit/v2/test_tasks_resource.py -> build/lib/glance/tests/unit/v2 DEBUG: creating build/lib/glance/db/sqlalchemy/metadef_api DEBUG: copying glance/db/sqlalchemy/metadef_api/__init__.py -> build/lib/glance/db/sqlalchemy/metadef_api DEBUG: copying glance/db/sqlalchemy/metadef_api/namespace.py -> build/lib/glance/db/sqlalchemy/metadef_api DEBUG: copying glance/db/sqlalchemy/metadef_api/object.py -> build/lib/glance/db/sqlalchemy/metadef_api DEBUG: copying glance/db/sqlalchemy/metadef_api/property.py -> build/lib/glance/db/sqlalchemy/metadef_api DEBUG: copying glance/db/sqlalchemy/metadef_api/resource_type.py -> build/lib/glance/db/sqlalchemy/metadef_api DEBUG: copying glance/db/sqlalchemy/metadef_api/resource_type_association.py -> build/lib/glance/db/sqlalchemy/metadef_api DEBUG: copying glance/db/sqlalchemy/metadef_api/tag.py -> build/lib/glance/db/sqlalchemy/metadef_api DEBUG: copying glance/db/sqlalchemy/metadef_api/utils.py -> build/lib/glance/db/sqlalchemy/metadef_api DEBUG: copying glance/common/scripts/__init__.py -> build/lib/glance/common/scripts DEBUG: copying glance/common/scripts/utils.py -> build/lib/glance/common/scripts DEBUG: copying glance/tests/unit/api/__init__.py -> build/lib/glance/tests/unit/api DEBUG: copying glance/tests/unit/api/test_cmd.py -> build/lib/glance/tests/unit/api DEBUG: copying glance/tests/unit/api/test_common.py -> build/lib/glance/tests/unit/api DEBUG: copying glance/tests/unit/api/test_property_protections.py -> build/lib/glance/tests/unit/api DEBUG: creating build/lib/glance/tests/functional/v2 DEBUG: copying glance/tests/functional/v2/__init__.py -> build/lib/glance/tests/functional/v2 DEBUG: copying glance/tests/functional/v2/test_images.py -> build/lib/glance/tests/functional/v2 DEBUG: copying glance/tests/functional/v2/test_images_import_locking.py -> build/lib/glance/tests/functional/v2 DEBUG: copying glance/tests/functional/v2/test_legacy_update_cinder_store.py -> build/lib/glance/tests/functional/v2 DEBUG: copying glance/tests/functional/v2/test_metadef_namespaces.py -> build/lib/glance/tests/functional/v2 DEBUG: copying glance/tests/functional/v2/test_metadef_objects.py -> build/lib/glance/tests/functional/v2 DEBUG: copying glance/tests/functional/v2/test_metadef_properties.py -> build/lib/glance/tests/functional/v2 DEBUG: copying glance/tests/functional/v2/test_metadef_resourcetypes.py -> build/lib/glance/tests/functional/v2 DEBUG: copying glance/tests/functional/v2/test_metadef_tags.py -> build/lib/glance/tests/functional/v2 DEBUG: copying glance/tests/functional/v2/test_schemas.py -> build/lib/glance/tests/functional/v2 DEBUG: copying glance/tests/functional/v2/test_tasks.py -> build/lib/glance/tests/functional/v2 DEBUG: creating build/lib/glance/common/scripts/image_import DEBUG: copying glance/common/scripts/image_import/__init__.py -> build/lib/glance/common/scripts/image_import DEBUG: copying glance/common/scripts/image_import/main.py -> build/lib/glance/common/scripts/image_import DEBUG: creating build/lib/glance/tests/integration/v2 DEBUG: copying glance/tests/integration/v2/__init__.py -> build/lib/glance/tests/integration/v2 DEBUG: copying glance/tests/integration/v2/base.py -> build/lib/glance/tests/integration/v2 DEBUG: copying glance/tests/integration/v2/test_property_quota_violations.py -> build/lib/glance/tests/integration/v2 DEBUG: copying glance/tests/integration/v2/test_tasks_api.py -> build/lib/glance/tests/integration/v2 DEBUG: creating build/lib/glance/api/v2 DEBUG: copying glance/api/v2/__init__.py -> build/lib/glance/api/v2 DEBUG: copying glance/api/v2/cached_images.py -> build/lib/glance/api/v2 DEBUG: copying glance/api/v2/discovery.py -> build/lib/glance/api/v2 DEBUG: copying glance/api/v2/image_actions.py -> build/lib/glance/api/v2 DEBUG: copying glance/api/v2/image_data.py -> build/lib/glance/api/v2 DEBUG: copying glance/api/v2/image_members.py -> build/lib/glance/api/v2 DEBUG: copying glance/api/v2/image_tags.py -> build/lib/glance/api/v2 DEBUG: copying glance/api/v2/images.py -> build/lib/glance/api/v2 DEBUG: copying glance/api/v2/metadef_namespaces.py -> build/lib/glance/api/v2 DEBUG: copying glance/api/v2/metadef_objects.py -> build/lib/glance/api/v2 DEBUG: copying glance/api/v2/metadef_properties.py -> build/lib/glance/api/v2 DEBUG: copying glance/api/v2/metadef_resource_types.py -> build/lib/glance/api/v2 DEBUG: copying glance/api/v2/metadef_tags.py -> build/lib/glance/api/v2 DEBUG: copying glance/api/v2/router.py -> build/lib/glance/api/v2 DEBUG: copying glance/api/v2/schemas.py -> build/lib/glance/api/v2 DEBUG: copying glance/api/v2/tasks.py -> build/lib/glance/api/v2 DEBUG: copying glance/async_/__init__.py -> build/lib/glance/async_ DEBUG: copying glance/async_/taskflow_executor.py -> build/lib/glance/async_ DEBUG: copying glance/async_/utils.py -> build/lib/glance/async_ DEBUG: creating build/lib/glance/tests/functional/db DEBUG: creating build/lib/glance/tests/functional/db/migrations DEBUG: copying glance/tests/functional/db/migrations/__init__.py -> build/lib/glance/tests/functional/db/migrations DEBUG: copying glance/tests/functional/db/migrations/test_mitaka01.py -> build/lib/glance/tests/functional/db/migrations DEBUG: copying glance/tests/functional/db/migrations/test_mitaka02.py -> build/lib/glance/tests/functional/db/migrations DEBUG: copying glance/tests/functional/db/migrations/test_ocata_contract01.py -> build/lib/glance/tests/functional/db/migrations DEBUG: copying glance/tests/functional/db/migrations/test_ocata_expand01.py -> build/lib/glance/tests/functional/db/migrations DEBUG: copying glance/tests/functional/db/migrations/test_ocata_migrate01.py -> build/lib/glance/tests/functional/db/migrations DEBUG: copying glance/tests/functional/db/migrations/test_pike_contract01.py -> build/lib/glance/tests/functional/db/migrations DEBUG: copying glance/tests/functional/db/migrations/test_pike_expand01.py -> build/lib/glance/tests/functional/db/migrations DEBUG: copying glance/tests/functional/db/migrations/test_pike_migrate01.py -> build/lib/glance/tests/functional/db/migrations DEBUG: copying glance/tests/functional/db/migrations/test_rocky_expand01.py -> build/lib/glance/tests/functional/db/migrations DEBUG: copying glance/tests/functional/db/migrations/test_rocky_expand02.py -> build/lib/glance/tests/functional/db/migrations DEBUG: copying glance/tests/functional/db/migrations/test_train_migrate01.py -> build/lib/glance/tests/functional/db/migrations DEBUG: copying glance/tests/functional/db/migrations/test_wallaby_expand01.py -> build/lib/glance/tests/functional/db/migrations DEBUG: creating build/lib/glance/api/v2/model DEBUG: copying glance/api/v2/model/__init__.py -> build/lib/glance/api/v2/model DEBUG: copying glance/api/v2/model/metadef_namespace.py -> build/lib/glance/api/v2/model DEBUG: copying glance/api/v2/model/metadef_object.py -> build/lib/glance/api/v2/model DEBUG: copying glance/api/v2/model/metadef_property_item_type.py -> build/lib/glance/api/v2/model DEBUG: copying glance/api/v2/model/metadef_property_type.py -> build/lib/glance/api/v2/model DEBUG: copying glance/api/v2/model/metadef_resource_type.py -> build/lib/glance/api/v2/model DEBUG: copying glance/api/v2/model/metadef_tag.py -> build/lib/glance/api/v2/model DEBUG: copying glance/api/__init__.py -> build/lib/glance/api DEBUG: copying glance/api/authorization.py -> build/lib/glance/api DEBUG: copying glance/api/common.py -> build/lib/glance/api DEBUG: copying glance/api/policy.py -> build/lib/glance/api DEBUG: copying glance/api/property_protections.py -> build/lib/glance/api DEBUG: copying glance/api/versions.py -> build/lib/glance/api DEBUG: creating build/lib/glance/async_/flows/_internal_plugins DEBUG: copying glance/async_/flows/_internal_plugins/__init__.py -> build/lib/glance/async_/flows/_internal_plugins DEBUG: copying glance/async_/flows/_internal_plugins/copy_image.py -> build/lib/glance/async_/flows/_internal_plugins DEBUG: copying glance/async_/flows/_internal_plugins/web_download.py -> build/lib/glance/async_/flows/_internal_plugins DEBUG: creating build/lib/glance/api/middleware DEBUG: copying glance/api/middleware/__init__.py -> build/lib/glance/api/middleware DEBUG: copying glance/api/middleware/cache.py -> build/lib/glance/api/middleware DEBUG: copying glance/api/middleware/cache_manage.py -> build/lib/glance/api/middleware DEBUG: copying glance/api/middleware/context.py -> build/lib/glance/api/middleware DEBUG: copying glance/api/middleware/gzip.py -> build/lib/glance/api/middleware DEBUG: copying glance/api/middleware/version_negotiation.py -> build/lib/glance/api/middleware DEBUG: copying glance/tests/unit/image_cache/__init__.py -> build/lib/glance/tests/unit/image_cache DEBUG: creating build/lib/glance/image_cache/drivers DEBUG: copying glance/image_cache/drivers/__init__.py -> build/lib/glance/image_cache/drivers DEBUG: copying glance/image_cache/drivers/base.py -> build/lib/glance/image_cache/drivers DEBUG: copying glance/image_cache/drivers/sqlite.py -> build/lib/glance/image_cache/drivers DEBUG: copying glance/image_cache/drivers/xattr.py -> build/lib/glance/image_cache/drivers DEBUG: creating build/lib/glance/tests/unit/common/scripts/image_import DEBUG: copying glance/tests/unit/common/scripts/image_import/__init__.py -> build/lib/glance/tests/unit/common/scripts/image_import DEBUG: copying glance/tests/unit/common/scripts/image_import/test_main.py -> build/lib/glance/tests/unit/common/scripts/image_import DEBUG: copying glance/tests/functional/db/__init__.py -> build/lib/glance/tests/functional/db DEBUG: copying glance/tests/functional/db/base.py -> build/lib/glance/tests/functional/db DEBUG: copying glance/tests/functional/db/base_metadef.py -> build/lib/glance/tests/functional/db DEBUG: copying glance/tests/functional/db/test_migrations.py -> build/lib/glance/tests/functional/db DEBUG: copying glance/tests/functional/db/test_sqlalchemy.py -> build/lib/glance/tests/functional/db DEBUG: creating build/lib/glance/quota DEBUG: copying glance/quota/__init__.py -> build/lib/glance/quota DEBUG: copying glance/tests/unit/async_/__init__.py -> build/lib/glance/tests/unit/async_ DEBUG: copying glance/tests/unit/async_/test_async.py -> build/lib/glance/tests/unit/async_ DEBUG: copying glance/tests/unit/async_/test_taskflow_executor.py -> build/lib/glance/tests/unit/async_ DEBUG: creating build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/data_migrations/__init__.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/data_migrations/ocata_migrate01_community_images.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/data_migrations/pike_migrate01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/data_migrations/queens_migrate01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate02_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/data_migrations/train_migrate01_backend_to_store.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/data_migrations/ussuri_migrate01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/data_migrations/wallaby_migrate01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying glance/__init__.py -> build/lib/glance DEBUG: copying glance/context.py -> build/lib/glance DEBUG: copying glance/gateway.py -> build/lib/glance DEBUG: copying glance/housekeeping.py -> build/lib/glance DEBUG: copying glance/i18n.py -> build/lib/glance DEBUG: copying glance/location.py -> build/lib/glance DEBUG: copying glance/notifier.py -> build/lib/glance DEBUG: copying glance/opts.py -> build/lib/glance DEBUG: copying glance/schema.py -> build/lib/glance DEBUG: copying glance/scrubber.py -> build/lib/glance DEBUG: copying glance/version.py -> build/lib/glance DEBUG: copying glance/async_/flows/__init__.py -> build/lib/glance/async_/flows DEBUG: copying glance/async_/flows/api_image_import.py -> build/lib/glance/async_/flows DEBUG: copying glance/async_/flows/base_import.py -> build/lib/glance/async_/flows DEBUG: copying glance/async_/flows/convert.py -> build/lib/glance/async_/flows DEBUG: copying glance/async_/flows/introspect.py -> build/lib/glance/async_/flows DEBUG: copying glance/async_/flows/ovf_process.py -> build/lib/glance/async_/flows DEBUG: running egg_info DEBUG: writing glance.egg-info/PKG-INFO DEBUG: writing dependency_links to glance.egg-info/dependency_links.txt DEBUG: writing entry points to glance.egg-info/entry_points.txt DEBUG: deleting glance.egg-info/requires.txt DEBUG: writing top-level names to glance.egg-info/top_level.txt DEBUG: writing pbr to glance.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 'glance.egg-info/SOURCES.txt' DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions DEBUG: creating build/lib/glance/tests/etc DEBUG: copying glance/tests/etc/glance-swift.conf -> build/lib/glance/tests/etc DEBUG: copying glance/tests/etc/policy.yaml -> build/lib/glance/tests/etc DEBUG: copying glance/tests/etc/property-protections-policies.conf -> build/lib/glance/tests/etc DEBUG: copying glance/tests/etc/property-protections.conf -> build/lib/glance/tests/etc DEBUG: copying glance/tests/etc/schema-image.json -> build/lib/glance/tests/etc DEBUG: creating build/lib/glance/tests/var DEBUG: copying glance/tests/var/ca.crt -> build/lib/glance/tests/var DEBUG: copying glance/tests/var/ca.key -> build/lib/glance/tests/var DEBUG: copying glance/tests/var/certificate.crt -> build/lib/glance/tests/var DEBUG: copying glance/tests/var/privatekey.key -> build/lib/glance/tests/var DEBUG: copying glance/tests/var/testserver-bad-ovf.ova -> build/lib/glance/tests/var DEBUG: copying glance/tests/var/testserver-no-disk.ova -> build/lib/glance/tests/var DEBUG: copying glance/tests/var/testserver-no-ovf.ova -> build/lib/glance/tests/var DEBUG: copying glance/tests/var/testserver-not-tar.ova -> build/lib/glance/tests/var DEBUG: copying glance/tests/var/testserver.ova -> build/lib/glance/tests/var DEBUG: copying glance/tests/gate/README -> build/lib/glance/tests/gate DEBUG: copying glance/db/sqlalchemy/migrate_repo/README -> build/lib/glance/db/sqlalchemy/migrate_repo DEBUG: copying glance/db/sqlalchemy/migrate_repo/migrate.cfg -> build/lib/glance/db/sqlalchemy/migrate_repo DEBUG: copying glance/db/sqlalchemy/alembic_migrations/README -> build/lib/glance/db/sqlalchemy/alembic_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/alembic.ini -> build/lib/glance/db/sqlalchemy/alembic_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/migrate.cfg -> build/lib/glance/db/sqlalchemy/alembic_migrations DEBUG: copying glance/db/sqlalchemy/alembic_migrations/script.py.mako -> build/lib/glance/db/sqlalchemy/alembic_migrations DEBUG: creating build/lib/glance/locale DEBUG: creating build/lib/glance/locale/de DEBUG: creating build/lib/glance/locale/de/LC_MESSAGES DEBUG: copying glance/locale/de/LC_MESSAGES/glance.po -> build/lib/glance/locale/de/LC_MESSAGES DEBUG: creating build/lib/glance/locale/en_GB DEBUG: creating build/lib/glance/locale/en_GB/LC_MESSAGES DEBUG: copying glance/locale/en_GB/LC_MESSAGES/glance.po -> build/lib/glance/locale/en_GB/LC_MESSAGES DEBUG: creating build/lib/glance/locale/es DEBUG: creating build/lib/glance/locale/es/LC_MESSAGES DEBUG: copying glance/locale/es/LC_MESSAGES/glance.po -> build/lib/glance/locale/es/LC_MESSAGES DEBUG: creating build/lib/glance/locale/fr DEBUG: creating build/lib/glance/locale/fr/LC_MESSAGES DEBUG: copying glance/locale/fr/LC_MESSAGES/glance.po -> build/lib/glance/locale/fr/LC_MESSAGES DEBUG: creating build/lib/glance/locale/it DEBUG: creating build/lib/glance/locale/it/LC_MESSAGES DEBUG: copying glance/locale/it/LC_MESSAGES/glance.po -> build/lib/glance/locale/it/LC_MESSAGES DEBUG: creating build/lib/glance/locale/ja DEBUG: creating build/lib/glance/locale/ja/LC_MESSAGES DEBUG: copying glance/locale/ja/LC_MESSAGES/glance.po -> build/lib/glance/locale/ja/LC_MESSAGES DEBUG: creating build/lib/glance/locale/ko_KR DEBUG: creating build/lib/glance/locale/ko_KR/LC_MESSAGES DEBUG: copying glance/locale/ko_KR/LC_MESSAGES/glance.po -> build/lib/glance/locale/ko_KR/LC_MESSAGES DEBUG: creating build/lib/glance/locale/pt_BR DEBUG: creating build/lib/glance/locale/pt_BR/LC_MESSAGES DEBUG: copying glance/locale/pt_BR/LC_MESSAGES/glance.po -> build/lib/glance/locale/pt_BR/LC_MESSAGES DEBUG: creating build/lib/glance/locale/ru DEBUG: creating build/lib/glance/locale/ru/LC_MESSAGES DEBUG: copying glance/locale/ru/LC_MESSAGES/glance.po -> build/lib/glance/locale/ru/LC_MESSAGES DEBUG: creating build/lib/glance/locale/tr_TR DEBUG: creating build/lib/glance/locale/tr_TR/LC_MESSAGES DEBUG: copying glance/locale/tr_TR/LC_MESSAGES/glance.po -> build/lib/glance/locale/tr_TR/LC_MESSAGES DEBUG: creating build/lib/glance/locale/zh_CN DEBUG: creating build/lib/glance/locale/zh_CN/LC_MESSAGES DEBUG: copying glance/locale/zh_CN/LC_MESSAGES/glance.po -> build/lib/glance/locale/zh_CN/LC_MESSAGES DEBUG: creating build/lib/glance/locale/zh_TW DEBUG: creating build/lib/glance/locale/zh_TW/LC_MESSAGES DEBUG: copying glance/locale/zh_TW/LC_MESSAGES/glance.po -> build/lib/glance/locale/zh_TW/LC_MESSAGES DEBUG: + sleep 1 DEBUG: + /usr/libexec/platform-python setup.py compile_catalog -d build/lib/glance/locale --domain glance DEBUG: running compile_catalog DEBUG: compiling catalog build/lib/glance/locale/de/LC_MESSAGES/glance.po to build/lib/glance/locale/de/LC_MESSAGES/glance.mo DEBUG: compiling catalog build/lib/glance/locale/en_GB/LC_MESSAGES/glance.po to build/lib/glance/locale/en_GB/LC_MESSAGES/glance.mo DEBUG: compiling catalog build/lib/glance/locale/es/LC_MESSAGES/glance.po to build/lib/glance/locale/es/LC_MESSAGES/glance.mo DEBUG: compiling catalog build/lib/glance/locale/fr/LC_MESSAGES/glance.po to build/lib/glance/locale/fr/LC_MESSAGES/glance.mo DEBUG: compiling catalog build/lib/glance/locale/it/LC_MESSAGES/glance.po to build/lib/glance/locale/it/LC_MESSAGES/glance.mo DEBUG: compiling catalog build/lib/glance/locale/ja/LC_MESSAGES/glance.po to build/lib/glance/locale/ja/LC_MESSAGES/glance.mo DEBUG: compiling catalog build/lib/glance/locale/ko_KR/LC_MESSAGES/glance.po to build/lib/glance/locale/ko_KR/LC_MESSAGES/glance.mo DEBUG: compiling catalog build/lib/glance/locale/pt_BR/LC_MESSAGES/glance.po to build/lib/glance/locale/pt_BR/LC_MESSAGES/glance.mo DEBUG: compiling catalog build/lib/glance/locale/ru/LC_MESSAGES/glance.po to build/lib/glance/locale/ru/LC_MESSAGES/glance.mo DEBUG: compiling catalog build/lib/glance/locale/tr_TR/LC_MESSAGES/glance.po to build/lib/glance/locale/tr_TR/LC_MESSAGES/glance.mo DEBUG: compiling catalog build/lib/glance/locale/zh_CN/LC_MESSAGES/glance.po to build/lib/glance/locale/zh_CN/LC_MESSAGES/glance.mo DEBUG: compiling catalog build/lib/glance/locale/zh_TW/LC_MESSAGES/glance.po to build/lib/glance/locale/zh_TW/LC_MESSAGES/glance.mo DEBUG: /usr/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' DEBUG: warnings.warn(msg) DEBUG: + exit 0 DEBUG: Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Ev88aM DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + '[' /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64 '!=' / ']' DEBUG: + rm -rf /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64 DEBUG: ++ dirname /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64 DEBUG: + mkdir -p /builddir/build/BUILDROOT DEBUG: + mkdir /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64 DEBUG: + cd glance-22.1.2.dev4 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-glance-22.1.2-0.20230309185042.883fc8a.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.1s) DEBUG: running install_lib DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6 DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/cmd DEBUG: copying build/lib/glance/tests/unit/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/cmd DEBUG: copying build/lib/glance/tests/unit/cmd/test_status.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/cmd DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/scripts DEBUG: copying build/lib/glance/tests/unit/common/scripts/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/scripts DEBUG: copying build/lib/glance/tests/unit/common/scripts/test_scripts_utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/scripts DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/scripts/image_import DEBUG: copying build/lib/glance/tests/unit/common/scripts/image_import/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/scripts/image_import DEBUG: copying build/lib/glance/tests/unit/common/scripts/image_import/test_main.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/scripts/image_import DEBUG: copying build/lib/glance/tests/unit/common/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: copying build/lib/glance/tests/unit/common/test_client.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: copying build/lib/glance/tests/unit/common/test_config.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: copying build/lib/glance/tests/unit/common/test_exception.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: copying build/lib/glance/tests/unit/common/test_format_inspector.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: copying build/lib/glance/tests/unit/common/test_location_strategy.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: copying build/lib/glance/tests/unit/common/test_property_utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: copying build/lib/glance/tests/unit/common/test_scripts.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: copying build/lib/glance/tests/unit/common/test_swift_store_utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: copying build/lib/glance/tests/unit/common/test_timeutils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: copying build/lib/glance/tests/unit/common/test_utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: copying build/lib/glance/tests/unit/common/test_wsgi.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: copying build/lib/glance/tests/unit/common/test_wsgi_app.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/image_cache DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/image_cache/drivers DEBUG: copying build/lib/glance/tests/unit/image_cache/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/image_cache/drivers DEBUG: copying build/lib/glance/tests/unit/image_cache/drivers/test_sqlite.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/image_cache/drivers DEBUG: copying build/lib/glance/tests/unit/image_cache/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/image_cache DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/keymgr DEBUG: copying build/lib/glance/tests/unit/keymgr/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/keymgr DEBUG: copying build/lib/glance/tests/unit/keymgr/fake.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/keymgr DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api/middleware DEBUG: copying build/lib/glance/tests/unit/api/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api/middleware DEBUG: copying build/lib/glance/tests/unit/api/middleware/test_cache_manage.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api/middleware DEBUG: copying build/lib/glance/tests/unit/api/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api DEBUG: copying build/lib/glance/tests/unit/api/test_cmd.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api DEBUG: copying build/lib/glance/tests/unit/api/test_common.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api DEBUG: copying build/lib/glance/tests/unit/api/test_property_protections.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api DEBUG: copying build/lib/glance/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/base.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/fake_rados.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/fixtures.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_auth.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_cache_manage.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_cache_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_cached_images.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_context.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_context_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_data_migration_framework.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_db.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_db_metadef.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_domain.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_domain_proxy.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_gateway.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_glance_manage.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_glance_replicator.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_housekeeping.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_image_cache.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_manage.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_misc.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_notifier.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_policy.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_quota.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_schema.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_scrubber.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_store_image.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_store_location.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_test_utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/test_versions.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: copying build/lib/glance/tests/unit/utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_ DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows/plugins DEBUG: copying build/lib/glance/tests/unit/async_/flows/plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows/plugins DEBUG: copying build/lib/glance/tests/unit/async_/flows/plugins/test_image_conversion.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows/plugins DEBUG: copying build/lib/glance/tests/unit/async_/flows/plugins/test_inject_image_metadata.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows/plugins DEBUG: copying build/lib/glance/tests/unit/async_/flows/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows DEBUG: copying build/lib/glance/tests/unit/async_/flows/test_api_image_import.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows DEBUG: copying build/lib/glance/tests/unit/async_/flows/test_convert.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows DEBUG: copying build/lib/glance/tests/unit/async_/flows/test_copy_image.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows DEBUG: copying build/lib/glance/tests/unit/async_/flows/test_import.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows DEBUG: copying build/lib/glance/tests/unit/async_/flows/test_introspect.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows DEBUG: copying build/lib/glance/tests/unit/async_/flows/test_ovf_process.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows DEBUG: copying build/lib/glance/tests/unit/async_/flows/test_web_download.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows DEBUG: copying build/lib/glance/tests/unit/async_/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_ DEBUG: copying build/lib/glance/tests/unit/async_/test_async.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_ DEBUG: copying build/lib/glance/tests/unit/async_/test_taskflow_executor.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_ DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2 DEBUG: copying build/lib/glance/tests/unit/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2 DEBUG: copying build/lib/glance/tests/unit/v2/test_discovery_image_import.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2 DEBUG: copying build/lib/glance/tests/unit/v2/test_discovery_stores.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2 DEBUG: copying build/lib/glance/tests/unit/v2/test_image_actions_resource.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2 DEBUG: copying build/lib/glance/tests/unit/v2/test_image_data_resource.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2 DEBUG: copying build/lib/glance/tests/unit/v2/test_image_members_resource.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2 DEBUG: copying build/lib/glance/tests/unit/v2/test_image_tags_resource.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2 DEBUG: copying build/lib/glance/tests/unit/v2/test_images_resource.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2 DEBUG: copying build/lib/glance/tests/unit/v2/test_metadef_resources.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2 DEBUG: copying build/lib/glance/tests/unit/v2/test_schemas_resource.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2 DEBUG: copying build/lib/glance/tests/unit/v2/test_tasks_resource.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2 DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: copying build/lib/glance/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: copying build/lib/glance/tests/functional/ft_utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: copying build/lib/glance/tests/functional/store_utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: copying build/lib/glance/tests/functional/test_api.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: copying build/lib/glance/tests/functional/test_cache_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: copying build/lib/glance/tests/functional/test_client_exceptions.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: copying build/lib/glance/tests/functional/test_client_redirects.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: copying build/lib/glance/tests/functional/test_cors_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: copying build/lib/glance/tests/functional/test_glance_manage.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: copying build/lib/glance/tests/functional/test_gzip_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: copying build/lib/glance/tests/functional/test_healthcheck_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: copying build/lib/glance/tests/functional/test_logging.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: copying build/lib/glance/tests/functional/test_reload.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: copying build/lib/glance/tests/functional/test_sqlite.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: copying build/lib/glance/tests/functional/test_wsgi.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/serial DEBUG: copying build/lib/glance/tests/functional/serial/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/serial DEBUG: copying build/lib/glance/tests/functional/serial/test_scrubber.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/serial DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2 DEBUG: copying build/lib/glance/tests/functional/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2 DEBUG: copying build/lib/glance/tests/functional/v2/test_images.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2 DEBUG: copying build/lib/glance/tests/functional/v2/test_images_import_locking.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2 DEBUG: copying build/lib/glance/tests/functional/v2/test_legacy_update_cinder_store.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2 DEBUG: copying build/lib/glance/tests/functional/v2/test_metadef_namespaces.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2 DEBUG: copying build/lib/glance/tests/functional/v2/test_metadef_objects.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2 DEBUG: copying build/lib/glance/tests/functional/v2/test_metadef_properties.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2 DEBUG: copying build/lib/glance/tests/functional/v2/test_metadef_resourcetypes.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2 DEBUG: copying build/lib/glance/tests/functional/v2/test_metadef_tags.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2 DEBUG: copying build/lib/glance/tests/functional/v2/test_schemas.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2 DEBUG: copying build/lib/glance/tests/functional/v2/test_tasks.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2 DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations DEBUG: copying build/lib/glance/tests/functional/db/migrations/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations DEBUG: copying build/lib/glance/tests/functional/db/migrations/test_mitaka01.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations DEBUG: copying build/lib/glance/tests/functional/db/migrations/test_mitaka02.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations DEBUG: copying build/lib/glance/tests/functional/db/migrations/test_ocata_contract01.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations DEBUG: copying build/lib/glance/tests/functional/db/migrations/test_ocata_expand01.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations DEBUG: copying build/lib/glance/tests/functional/db/migrations/test_ocata_migrate01.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations DEBUG: copying build/lib/glance/tests/functional/db/migrations/test_pike_contract01.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations DEBUG: copying build/lib/glance/tests/functional/db/migrations/test_pike_expand01.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations DEBUG: copying build/lib/glance/tests/functional/db/migrations/test_pike_migrate01.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations DEBUG: copying build/lib/glance/tests/functional/db/migrations/test_rocky_expand01.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations DEBUG: copying build/lib/glance/tests/functional/db/migrations/test_rocky_expand02.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations DEBUG: copying build/lib/glance/tests/functional/db/migrations/test_train_migrate01.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations DEBUG: copying build/lib/glance/tests/functional/db/migrations/test_wallaby_expand01.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations DEBUG: copying build/lib/glance/tests/functional/db/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db DEBUG: copying build/lib/glance/tests/functional/db/base.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db DEBUG: copying build/lib/glance/tests/functional/db/base_metadef.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db DEBUG: copying build/lib/glance/tests/functional/db/test_migrations.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db DEBUG: copying build/lib/glance/tests/functional/db/test_sqlalchemy.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/integration DEBUG: copying build/lib/glance/tests/integration/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/integration DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/integration/v2 DEBUG: copying build/lib/glance/tests/integration/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/integration/v2 DEBUG: copying build/lib/glance/tests/integration/v2/base.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/integration/v2 DEBUG: copying build/lib/glance/tests/integration/v2/test_property_quota_violations.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/integration/v2 DEBUG: copying build/lib/glance/tests/integration/v2/test_tasks_api.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/integration/v2 DEBUG: copying build/lib/glance/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests DEBUG: copying build/lib/glance/tests/stubs.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests DEBUG: copying build/lib/glance/tests/test_hacking.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests DEBUG: copying build/lib/glance/tests/utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/gate DEBUG: copying build/lib/glance/tests/gate/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/gate DEBUG: copying build/lib/glance/tests/gate/test_data_migration_version.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/gate DEBUG: copying build/lib/glance/tests/gate/README -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/gate DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/etc DEBUG: copying build/lib/glance/tests/etc/glance-swift.conf -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/etc DEBUG: copying build/lib/glance/tests/etc/policy.yaml -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/etc DEBUG: copying build/lib/glance/tests/etc/property-protections-policies.conf -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/etc DEBUG: copying build/lib/glance/tests/etc/property-protections.conf -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/etc DEBUG: copying build/lib/glance/tests/etc/schema-image.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/etc DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/var DEBUG: copying build/lib/glance/tests/var/ca.crt -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/var DEBUG: copying build/lib/glance/tests/var/ca.key -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/var DEBUG: copying build/lib/glance/tests/var/certificate.crt -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/var DEBUG: copying build/lib/glance/tests/var/privatekey.key -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/var DEBUG: copying build/lib/glance/tests/var/testserver-bad-ovf.ova -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/var DEBUG: copying build/lib/glance/tests/var/testserver-no-disk.ova -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/var DEBUG: copying build/lib/glance/tests/var/testserver-no-ovf.ova -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/var DEBUG: copying build/lib/glance/tests/var/testserver-not-tar.ova -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/var DEBUG: copying build/lib/glance/tests/var/testserver.ova -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/var DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/simple DEBUG: copying build/lib/glance/db/simple/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/simple DEBUG: copying build/lib/glance/db/simple/api.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/simple DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/manage.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/schema.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/README -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo DEBUG: copying build/lib/glance/db/sqlalchemy/migrate_repo/migrate.cfg -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/liberty_initial.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/mitaka01_add_image_created_updated_idx.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/mitaka02_update_metadef_os_nova_server.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/ocata_contract01_drop_is_public.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/ocata_expand01_add_visibility.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/pike_contract01_drop_artifacts_tables.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/pike_expand01_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/queens_contract01_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/queens_expand01_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract01_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract02_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand01_add_os_hidden.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand02_add_os_hash_.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/train_contract01_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/train_expand01_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/ussuri_contract01_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/ussuri_expand01_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/wallaby_contract01_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/wallaby_expand01_add_user_imageid_requestid_to_tasks.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/add_artifacts_tables.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/add_images_tables.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/add_metadefs_tables.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/add_tasks_tables.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/env.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/ocata_migrate01_community_images.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/pike_migrate01_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/queens_migrate01_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate01_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate02_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/train_migrate01_backend_to_store.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/ussuri_migrate01_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/wallaby_migrate01_empty.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/README -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/alembic.ini -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/migrate.cfg -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/script.py.mako -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy DEBUG: copying build/lib/glance/db/sqlalchemy/api.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy DEBUG: copying build/lib/glance/db/sqlalchemy/metadata.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy DEBUG: copying build/lib/glance/db/sqlalchemy/models.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy DEBUG: copying build/lib/glance/db/sqlalchemy/models_metadef.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api DEBUG: copying build/lib/glance/db/sqlalchemy/metadef_api/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api DEBUG: copying build/lib/glance/db/sqlalchemy/metadef_api/namespace.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api DEBUG: copying build/lib/glance/db/sqlalchemy/metadef_api/object.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api DEBUG: copying build/lib/glance/db/sqlalchemy/metadef_api/property.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api DEBUG: copying build/lib/glance/db/sqlalchemy/metadef_api/resource_type.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api DEBUG: copying build/lib/glance/db/sqlalchemy/metadef_api/resource_type_association.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api DEBUG: copying build/lib/glance/db/sqlalchemy/metadef_api/tag.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api DEBUG: copying build/lib/glance/db/sqlalchemy/metadef_api/utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api DEBUG: copying build/lib/glance/db/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db DEBUG: copying build/lib/glance/db/metadata.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db DEBUG: copying build/lib/glance/db/migration.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db DEBUG: copying build/lib/glance/db/utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_ DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/plugins DEBUG: copying build/lib/glance/async_/flows/plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/plugins DEBUG: copying build/lib/glance/async_/flows/plugins/image_conversion.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/plugins DEBUG: copying build/lib/glance/async_/flows/plugins/image_decompression.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/plugins DEBUG: copying build/lib/glance/async_/flows/plugins/inject_image_metadata.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/plugins DEBUG: copying build/lib/glance/async_/flows/plugins/no_op.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/plugins DEBUG: copying build/lib/glance/async_/flows/plugins/plugin_opts.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/plugins DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/_internal_plugins DEBUG: copying build/lib/glance/async_/flows/_internal_plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/_internal_plugins DEBUG: copying build/lib/glance/async_/flows/_internal_plugins/copy_image.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/_internal_plugins DEBUG: copying build/lib/glance/async_/flows/_internal_plugins/web_download.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/_internal_plugins DEBUG: copying build/lib/glance/async_/flows/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows DEBUG: copying build/lib/glance/async_/flows/api_image_import.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows DEBUG: copying build/lib/glance/async_/flows/base_import.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows DEBUG: copying build/lib/glance/async_/flows/convert.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows DEBUG: copying build/lib/glance/async_/flows/introspect.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows DEBUG: copying build/lib/glance/async_/flows/ovf_process.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows DEBUG: copying build/lib/glance/async_/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_ DEBUG: copying build/lib/glance/async_/taskflow_executor.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_ DEBUG: copying build/lib/glance/async_/utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_ DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/auth.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/client.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/config.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/crypt.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/exception.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/format_inspector.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/property_utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/removed_config.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/store_utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/swift_store_utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/timeutils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/trust_auth.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/wsgi.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/wsgi_app.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: copying build/lib/glance/common/wsme_utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts/api_image_import DEBUG: copying build/lib/glance/common/scripts/api_image_import/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts/api_image_import DEBUG: copying build/lib/glance/common/scripts/api_image_import/main.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts/api_image_import DEBUG: copying build/lib/glance/common/scripts/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts DEBUG: copying build/lib/glance/common/scripts/utils.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts/image_import DEBUG: copying build/lib/glance/common/scripts/image_import/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts/image_import DEBUG: copying build/lib/glance/common/scripts/image_import/main.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts/image_import DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/location_strategy DEBUG: copying build/lib/glance/common/location_strategy/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/location_strategy DEBUG: copying build/lib/glance/common/location_strategy/location_order.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/location_strategy DEBUG: copying build/lib/glance/common/location_strategy/store_type.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/location_strategy DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache DEBUG: copying build/lib/glance/image_cache/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache DEBUG: copying build/lib/glance/image_cache/base.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache DEBUG: copying build/lib/glance/image_cache/cleaner.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache DEBUG: copying build/lib/glance/image_cache/client.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache DEBUG: copying build/lib/glance/image_cache/prefetcher.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache DEBUG: copying build/lib/glance/image_cache/pruner.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/drivers DEBUG: copying build/lib/glance/image_cache/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/drivers DEBUG: copying build/lib/glance/image_cache/drivers/base.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/drivers DEBUG: copying build/lib/glance/image_cache/drivers/sqlite.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/drivers DEBUG: copying build/lib/glance/image_cache/drivers/xattr.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/drivers DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/domain DEBUG: copying build/lib/glance/domain/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/domain DEBUG: copying build/lib/glance/domain/proxy.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/domain DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v1 DEBUG: copying build/lib/glance/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v1 DEBUG: copying build/lib/glance/api/v1/router.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v1 DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/cached_images.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/discovery.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/image_actions.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/image_data.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/image_members.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/image_tags.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/images.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/metadef_namespaces.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/metadef_objects.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/metadef_properties.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/metadef_resource_types.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/metadef_tags.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/router.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/schemas.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: copying build/lib/glance/api/v2/tasks.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model DEBUG: copying build/lib/glance/api/v2/model/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model DEBUG: copying build/lib/glance/api/v2/model/metadef_namespace.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model DEBUG: copying build/lib/glance/api/v2/model/metadef_object.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model DEBUG: copying build/lib/glance/api/v2/model/metadef_property_item_type.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model DEBUG: copying build/lib/glance/api/v2/model/metadef_property_type.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model DEBUG: copying build/lib/glance/api/v2/model/metadef_resource_type.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model DEBUG: copying build/lib/glance/api/v2/model/metadef_tag.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model DEBUG: copying build/lib/glance/api/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api DEBUG: copying build/lib/glance/api/authorization.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api DEBUG: copying build/lib/glance/api/common.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api DEBUG: copying build/lib/glance/api/policy.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api DEBUG: copying build/lib/glance/api/property_protections.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api DEBUG: copying build/lib/glance/api/versions.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/middleware DEBUG: copying build/lib/glance/api/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/middleware DEBUG: copying build/lib/glance/api/middleware/cache.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/middleware DEBUG: copying build/lib/glance/api/middleware/cache_manage.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/middleware DEBUG: copying build/lib/glance/api/middleware/context.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/middleware DEBUG: copying build/lib/glance/api/middleware/gzip.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/middleware DEBUG: copying build/lib/glance/api/middleware/version_negotiation.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/middleware DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd DEBUG: copying build/lib/glance/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd DEBUG: copying build/lib/glance/cmd/api.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd DEBUG: copying build/lib/glance/cmd/cache_cleaner.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd DEBUG: copying build/lib/glance/cmd/cache_manage.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd DEBUG: copying build/lib/glance/cmd/cache_prefetcher.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd DEBUG: copying build/lib/glance/cmd/cache_pruner.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd DEBUG: copying build/lib/glance/cmd/control.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd DEBUG: copying build/lib/glance/cmd/manage.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd DEBUG: copying build/lib/glance/cmd/replicator.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd DEBUG: copying build/lib/glance/cmd/scrubber.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd DEBUG: copying build/lib/glance/cmd/status.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/hacking DEBUG: copying build/lib/glance/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/hacking DEBUG: copying build/lib/glance/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/hacking DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/policies DEBUG: copying build/lib/glance/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/policies DEBUG: copying build/lib/glance/policies/base.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/policies DEBUG: copying build/lib/glance/policies/image.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/policies DEBUG: copying build/lib/glance/policies/metadef.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/policies DEBUG: copying build/lib/glance/policies/tasks.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/policies DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/quota DEBUG: copying build/lib/glance/quota/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/quota DEBUG: copying build/lib/glance/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/context.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/gateway.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/housekeeping.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/i18n.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/location.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/notifier.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/opts.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/schema.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/scrubber.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/version.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/de DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/de/LC_MESSAGES DEBUG: copying build/lib/glance/locale/de/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/de/LC_MESSAGES DEBUG: copying build/lib/glance/locale/de/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/de/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/en_GB DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/en_GB/LC_MESSAGES DEBUG: copying build/lib/glance/locale/en_GB/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/en_GB/LC_MESSAGES DEBUG: copying build/lib/glance/locale/en_GB/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/en_GB/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/es DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/es/LC_MESSAGES DEBUG: copying build/lib/glance/locale/es/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/es/LC_MESSAGES DEBUG: copying build/lib/glance/locale/es/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/es/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/fr DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/fr/LC_MESSAGES DEBUG: copying build/lib/glance/locale/fr/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/fr/LC_MESSAGES DEBUG: copying build/lib/glance/locale/fr/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/fr/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/it DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/it/LC_MESSAGES DEBUG: copying build/lib/glance/locale/it/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/it/LC_MESSAGES DEBUG: copying build/lib/glance/locale/it/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/it/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ja DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ja/LC_MESSAGES DEBUG: copying build/lib/glance/locale/ja/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ja/LC_MESSAGES DEBUG: copying build/lib/glance/locale/ja/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ja/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ko_KR DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ko_KR/LC_MESSAGES DEBUG: copying build/lib/glance/locale/ko_KR/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ko_KR/LC_MESSAGES DEBUG: copying build/lib/glance/locale/ko_KR/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ko_KR/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/pt_BR DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/pt_BR/LC_MESSAGES DEBUG: copying build/lib/glance/locale/pt_BR/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/pt_BR/LC_MESSAGES DEBUG: copying build/lib/glance/locale/pt_BR/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/pt_BR/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ru DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ru/LC_MESSAGES DEBUG: copying build/lib/glance/locale/ru/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ru/LC_MESSAGES DEBUG: copying build/lib/glance/locale/ru/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ru/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/tr_TR DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/tr_TR/LC_MESSAGES DEBUG: copying build/lib/glance/locale/tr_TR/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/tr_TR/LC_MESSAGES DEBUG: copying build/lib/glance/locale/tr_TR/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/tr_TR/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/zh_CN DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/zh_CN/LC_MESSAGES DEBUG: copying build/lib/glance/locale/zh_CN/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/zh_CN/LC_MESSAGES DEBUG: copying build/lib/glance/locale/zh_CN/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/zh_CN/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/zh_TW DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/zh_TW/LC_MESSAGES DEBUG: copying build/lib/glance/locale/zh_TW/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/zh_TW/LC_MESSAGES DEBUG: copying build/lib/glance/locale/zh_TW/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/zh_TW/LC_MESSAGES DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/cmd/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/cmd/test_status.py to test_status.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/scripts/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/scripts/test_scripts_utils.py to test_scripts_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/scripts/image_import/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/scripts/image_import/test_main.py to test_main.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/test_client.py to test_client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/test_config.py to test_config.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/test_exception.py to test_exception.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/test_format_inspector.py to test_format_inspector.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/test_location_strategy.py to test_location_strategy.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/test_property_utils.py to test_property_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/test_scripts.py to test_scripts.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/test_swift_store_utils.py to test_swift_store_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/test_timeutils.py to test_timeutils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/test_utils.py to test_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/test_wsgi.py to test_wsgi.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/test_wsgi_app.py to test_wsgi_app.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/image_cache/drivers/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/image_cache/drivers/test_sqlite.py to test_sqlite.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/image_cache/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/keymgr/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/keymgr/fake.py to fake.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api/middleware/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api/middleware/test_cache_manage.py to test_cache_manage.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api/test_cmd.py to test_cmd.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api/test_common.py to test_common.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api/test_property_protections.py to test_property_protections.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/fake_rados.py to fake_rados.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/fixtures.py to fixtures.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_auth.py to test_auth.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_cache_manage.py to test_cache_manage.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_cache_middleware.py to test_cache_middleware.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_cached_images.py to test_cached_images.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_context.py to test_context.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_context_middleware.py to test_context_middleware.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_data_migration_framework.py to test_data_migration_framework.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_db.py to test_db.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_db_metadef.py to test_db_metadef.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_domain.py to test_domain.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_domain_proxy.py to test_domain_proxy.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_gateway.py to test_gateway.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_glance_manage.py to test_glance_manage.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_glance_replicator.py to test_glance_replicator.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_housekeeping.py to test_housekeeping.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_image_cache.py to test_image_cache.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_manage.py to test_manage.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_misc.py to test_misc.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_notifier.py to test_notifier.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_policy.py to test_policy.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_quota.py to test_quota.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_schema.py to test_schema.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_scrubber.py to test_scrubber.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_store_image.py to test_store_image.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_store_location.py to test_store_location.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_test_utils.py to test_test_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/test_versions.py to test_versions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/utils.py to utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows/plugins/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows/plugins/test_image_conversion.py to test_image_conversion.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows/plugins/test_inject_image_metadata.py to test_inject_image_metadata.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows/test_api_image_import.py to test_api_image_import.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows/test_convert.py to test_convert.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows/test_copy_image.py to test_copy_image.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows/test_import.py to test_import.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows/test_introspect.py to test_introspect.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows/test_ovf_process.py to test_ovf_process.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows/test_web_download.py to test_web_download.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/test_async.py to test_async.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/test_taskflow_executor.py to test_taskflow_executor.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2/test_discovery_image_import.py to test_discovery_image_import.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2/test_discovery_stores.py to test_discovery_stores.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2/test_image_actions_resource.py to test_image_actions_resource.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2/test_image_data_resource.py to test_image_data_resource.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2/test_image_members_resource.py to test_image_members_resource.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2/test_image_tags_resource.py to test_image_tags_resource.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2/test_images_resource.py to test_images_resource.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2/test_metadef_resources.py to test_metadef_resources.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2/test_schemas_resource.py to test_schemas_resource.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2/test_tasks_resource.py to test_tasks_resource.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/ft_utils.py to ft_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/store_utils.py to store_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/test_api.py to test_api.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/test_cache_middleware.py to test_cache_middleware.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/test_client_exceptions.py to test_client_exceptions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/test_client_redirects.py to test_client_redirects.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/test_cors_middleware.py to test_cors_middleware.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/test_glance_manage.py to test_glance_manage.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/test_gzip_middleware.py to test_gzip_middleware.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/test_healthcheck_middleware.py to test_healthcheck_middleware.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/test_logging.py to test_logging.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/test_reload.py to test_reload.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/test_sqlite.py to test_sqlite.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/test_wsgi.py to test_wsgi.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/serial/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/serial/test_scrubber.py to test_scrubber.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2/test_images.py to test_images.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2/test_images_import_locking.py to test_images_import_locking.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2/test_legacy_update_cinder_store.py to test_legacy_update_cinder_store.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2/test_metadef_namespaces.py to test_metadef_namespaces.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2/test_metadef_objects.py to test_metadef_objects.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2/test_metadef_properties.py to test_metadef_properties.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2/test_metadef_resourcetypes.py to test_metadef_resourcetypes.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2/test_metadef_tags.py to test_metadef_tags.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2/test_schemas.py to test_schemas.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2/test_tasks.py to test_tasks.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations/test_mitaka01.py to test_mitaka01.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations/test_mitaka02.py to test_mitaka02.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations/test_ocata_contract01.py to test_ocata_contract01.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations/test_ocata_expand01.py to test_ocata_expand01.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations/test_ocata_migrate01.py to test_ocata_migrate01.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations/test_pike_contract01.py to test_pike_contract01.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations/test_pike_expand01.py to test_pike_expand01.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations/test_pike_migrate01.py to test_pike_migrate01.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations/test_rocky_expand01.py to test_rocky_expand01.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations/test_rocky_expand02.py to test_rocky_expand02.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations/test_train_migrate01.py to test_train_migrate01.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations/test_wallaby_expand01.py to test_wallaby_expand01.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/base_metadef.py to base_metadef.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/test_migrations.py to test_migrations.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/test_sqlalchemy.py to test_sqlalchemy.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/integration/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/integration/v2/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/integration/v2/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/integration/v2/test_property_quota_violations.py to test_property_quota_violations.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/integration/v2/test_tasks_api.py to test_tasks_api.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/stubs.py to stubs.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/test_hacking.py to test_hacking.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/utils.py to utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/gate/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/gate/test_data_migration_version.py to test_data_migration_version.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/simple/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/simple/api.py to api.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py to 001_add_images_table.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py to 002_add_image_properties_table.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py to 003_add_disk_format.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py to 004_add_checksum.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py to 005_size_big_integer.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py to 006_key_to_name.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py to 007_add_owner.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py to 008_add_image_members_table.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py to 009_add_mindisk_and_minram.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py to 010_default_update_at.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py to 011_make_mindisk_and_minram_notnull.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py to 012_id_to_uuid.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py to 013_add_protected.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py to 014_add_image_tags_table.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py to 015_quote_swift_credentials.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py to 016_add_status_image_member.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py to 017_quote_encrypted_swift_credentials.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py to 018_add_image_locations_table.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py to 019_migrate_image_locations.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py to 020_drop_images_table_location.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py to 021_set_engine_mysql_innodb.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py to 022_image_member_index.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py to 023_placeholder.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py to 024_placeholder.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py to 025_placeholder.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py to 026_add_location_storage_information.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py to 027_checksum_index.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py to 028_owner_index.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py to 029_location_meta_data_pickle_to_string.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py to 030_add_tasks_table.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py to 031_remove_duplicated_locations.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py to 032_add_task_info_table.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py to 033_add_location_status.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py to 034_add_virtual_size.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py to 035_add_metadef_tables.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py to 036_rename_metadef_schema_columns.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py to 037_add_changes_to_satisfy_models.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py to 038_add_metadef_tags_table.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py to 039_add_changes_to_satisfy_models_metadef.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py to 040_add_changes_to_satisfy_metadefs_tags.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py to 041_add_artifact_tables.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py to 042_add_changes_to_reinstall_unique_metadef_constraints.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py to 043_add_image_created_updated_idx.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py to 044_update_metadef_os_nova_server.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py to 045_add_visibility.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/versions/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/manage.py to manage.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo/schema.py to schema.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/liberty_initial.py to liberty_initial.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/mitaka01_add_image_created_updated_idx.py to mitaka01_add_image_created_updated_idx.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/mitaka02_update_metadef_os_nova_server.py to mitaka02_update_metadef_os_nova_server.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/ocata_contract01_drop_is_public.py to ocata_contract01_drop_is_public.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/ocata_expand01_add_visibility.py to ocata_expand01_add_visibility.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/pike_contract01_drop_artifacts_tables.py to pike_contract01_drop_artifacts_tables.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/pike_expand01_empty.py to pike_expand01_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/queens_contract01_empty.py to queens_contract01_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/queens_expand01_empty.py to queens_expand01_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract01_empty.py to rocky_contract01_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract02_empty.py to rocky_contract02_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand01_add_os_hidden.py to rocky_expand01_add_os_hidden.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand02_add_os_hash_.py to rocky_expand02_add_os_hash_.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/train_contract01_empty.py to train_contract01_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/train_expand01_empty.py to train_expand01_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/ussuri_contract01_empty.py to ussuri_contract01_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/ussuri_expand01_empty.py to ussuri_expand01_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/wallaby_contract01_empty.py to wallaby_contract01_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/wallaby_expand01_add_user_imageid_requestid_to_tasks.py to wallaby_expand01_add_user_imageid_requestid_to_tasks.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/add_artifacts_tables.py to add_artifacts_tables.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/add_images_tables.py to add_images_tables.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/add_metadefs_tables.py to add_metadefs_tables.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/add_tasks_tables.py to add_tasks_tables.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/env.py to env.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/ocata_migrate01_community_images.py to ocata_migrate01_community_images.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/pike_migrate01_empty.py to pike_migrate01_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/queens_migrate01_empty.py to queens_migrate01_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate01_empty.py to rocky_migrate01_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate02_empty.py to rocky_migrate02_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/train_migrate01_backend_to_store.py to train_migrate01_backend_to_store.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/ussuri_migrate01_empty.py to ussuri_migrate01_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/wallaby_migrate01_empty.py to wallaby_migrate01_empty.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/api.py to api.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadata.py to metadata.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/models.py to models.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/models_metadef.py to models_metadef.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api/namespace.py to namespace.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api/object.py to object.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api/property.py to property.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api/resource_type.py to resource_type.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api/resource_type_association.py to resource_type_association.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api/tag.py to tag.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api/utils.py to utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/metadata.py to metadata.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/migration.py to migration.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/utils.py to utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/plugins/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/plugins/image_conversion.py to image_conversion.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/plugins/image_decompression.py to image_decompression.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/plugins/inject_image_metadata.py to inject_image_metadata.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/plugins/no_op.py to no_op.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/plugins/plugin_opts.py to plugin_opts.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/_internal_plugins/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/_internal_plugins/copy_image.py to copy_image.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/_internal_plugins/web_download.py to web_download.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/api_image_import.py to api_image_import.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/base_import.py to base_import.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/convert.py to convert.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/introspect.py to introspect.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/ovf_process.py to ovf_process.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/taskflow_executor.py to taskflow_executor.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/utils.py to utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/auth.py to auth.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/client.py to client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/config.py to config.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/crypt.py to crypt.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/exception.py to exception.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/format_inspector.py to format_inspector.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/property_utils.py to property_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/removed_config.py to removed_config.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/store_utils.py to store_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/swift_store_utils.py to swift_store_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/timeutils.py to timeutils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/trust_auth.py to trust_auth.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/utils.py to utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/wsgi.py to wsgi.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/wsgi_app.py to wsgi_app.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/wsme_utils.py to wsme_utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts/api_image_import/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts/api_image_import/main.py to main.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts/utils.py to utils.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts/image_import/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts/image_import/main.py to main.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/location_strategy/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/location_strategy/location_order.py to location_order.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/location_strategy/store_type.py to store_type.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/cleaner.py to cleaner.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/client.py to client.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/prefetcher.py to prefetcher.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/pruner.py to pruner.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/drivers/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/drivers/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/drivers/sqlite.py to sqlite.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/drivers/xattr.py to xattr.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/domain/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/domain/proxy.py to proxy.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v1/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v1/router.py to router.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/cached_images.py to cached_images.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/discovery.py to discovery.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/image_actions.py to image_actions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/image_data.py to image_data.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/image_members.py to image_members.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/image_tags.py to image_tags.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/images.py to images.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/metadef_namespaces.py to metadef_namespaces.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/metadef_objects.py to metadef_objects.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/metadef_properties.py to metadef_properties.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/metadef_resource_types.py to metadef_resource_types.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/metadef_tags.py to metadef_tags.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/router.py to router.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/schemas.py to schemas.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/tasks.py to tasks.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model/metadef_namespace.py to metadef_namespace.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model/metadef_object.py to metadef_object.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model/metadef_property_item_type.py to metadef_property_item_type.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model/metadef_property_type.py to metadef_property_type.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model/metadef_resource_type.py to metadef_resource_type.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model/metadef_tag.py to metadef_tag.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/authorization.py to authorization.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/common.py to common.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/policy.py to policy.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/property_protections.py to property_protections.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/versions.py to versions.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/middleware/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/middleware/cache.py to cache.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/middleware/cache_manage.py to cache_manage.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/middleware/context.py to context.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/middleware/gzip.py to gzip.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/middleware/version_negotiation.py to version_negotiation.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd/api.py to api.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd/cache_cleaner.py to cache_cleaner.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd/cache_manage.py to cache_manage.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd/cache_prefetcher.py to cache_prefetcher.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd/cache_pruner.py to cache_pruner.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd/control.py to control.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd/manage.py to manage.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd/replicator.py to replicator.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd/scrubber.py to scrubber.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd/status.py to status.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/hacking/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/hacking/checks.py to checks.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/policies/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/policies/base.py to base.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/policies/image.py to image.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/policies/metadef.py to metadef.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/policies/tasks.py to tasks.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/quota/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/__init__.py to __init__.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/context.py to context.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/gateway.py to gateway.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/housekeeping.py to housekeeping.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/i18n.py to i18n.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/location.py to location.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/notifier.py to notifier.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/opts.py to opts.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/schema.py to schema.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/scrubber.py to scrubber.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/version.py to version.cpython-36.pyc DEBUG: writing byte-compilation script '/tmp/tmp4i2d9t9x.py' DEBUG: /usr/libexec/platform-python /tmp/tmp4i2d9t9x.py DEBUG: removing /tmp/tmp4i2d9t9x.py DEBUG: running install_data DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance DEBUG: copying etc/glance-api.conf -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance DEBUG: copying etc/glance-cache.conf -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance DEBUG: copying etc/glance-manage.conf -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance DEBUG: copying etc/glance-scrubber.conf -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance DEBUG: copying etc/glance-api-paste.ini -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs DEBUG: copying etc/metadefs/README -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/cim-processor-allocation-setting-data.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/cim-resource-allocation-setting-data.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/cim-storage-allocation-setting-data.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/cim-virtual-system-setting-data.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-aggr-disk-filter.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-aggr-iops-filter.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-aggr-num-instances.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-cpu-pinning.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-guest-memory-backing.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-guest-shutdown.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-host-capabilities.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-hypervisor.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-instance-data.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-libvirt-image.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-libvirt.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-quota.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-randomgen.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-vcputopology.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-vmware-flavor.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-vmware-quota-flavor.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-vmware.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-watchdog.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-xenapi.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/glance-common-image-props.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/image-signature-verification.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/operating-system.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/software-databases.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/software-runtimes.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/software-webservers.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/storage-volume-type.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: running install_egg_info DEBUG: running egg_info DEBUG: writing glance.egg-info/PKG-INFO DEBUG: writing dependency_links to glance.egg-info/dependency_links.txt DEBUG: writing entry points to glance.egg-info/entry_points.txt DEBUG: writing top-level names to glance.egg-info/top_level.txt DEBUG: writing pbr to glance.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 'glance.egg-info/SOURCES.txt' DEBUG: Copying glance.egg-info to /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance-22.1.2.dev4-py3.6.egg-info DEBUG: running install_scripts DEBUG: Installing glance-api script to /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/bin DEBUG: Installing glance-cache-cleaner script to /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/bin DEBUG: Installing glance-cache-manage script to /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/bin DEBUG: Installing glance-cache-prefetcher script to /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/bin DEBUG: Installing glance-cache-pruner script to /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/bin DEBUG: Installing glance-control script to /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/bin DEBUG: Installing glance-manage script to /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/bin DEBUG: Installing glance-replicator script to /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/bin DEBUG: Installing glance-scrubber script to /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/bin DEBUG: Installing glance-status script to /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/bin DEBUG: Installing glance-wsgi-api script to /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/bin DEBUG: + export PYTHONPATH=. DEBUG: + PYTHONPATH=. DEBUG: + sphinx-build -b html doc/source doc/build/html DEBUG: Running Sphinx v2.2.2 DEBUG: loading stevedore.sphinxext 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 (glance); you can disable this behavior with the 'openstackdocs_auto_name' option DEBUG: [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/../../etc/oslo-config-generator/glance-api.conf DEBUG: [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/_static/glance-api.conf.sample DEBUG: ERROR:stevedore.extension:Could not load 'glance.store.s3.Store': No module named 'boto3' DEBUG: ERROR:stevedore.extension:Could not load 's3': No module named 'boto3' DEBUG: ERROR:stevedore.extension:Could not load 'glance.store.s3.Store': No module named 'boto3' DEBUG: ERROR:stevedore.extension:Could not load 's3': No module named 'boto3' DEBUG: WARNING:oslo_config.generator:normalizing group name 'glance.store.http.Store' to 'glance.store.http.store' DEBUG: WARNING:oslo_config.generator:normalizing group name 'glance.store.rbd.Store' to 'glance.store.rbd.store' DEBUG: WARNING:oslo_config.generator:normalizing group name 'glance.store.swift.Store' to 'glance.store.swift.store' DEBUG: WARNING:oslo_config.generator:normalizing group name 'glance.store.vmware_datastore.Store' to 'glance.store.vmware_datastore.store' DEBUG: [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/../../etc/oslo-config-generator/glance-cache.conf DEBUG: [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/_static/glance-cache.conf.sample DEBUG: ERROR:stevedore.extension:Could not load 'glance.store.s3.Store': No module named 'boto3' DEBUG: ERROR:stevedore.extension:Could not load 's3': No module named 'boto3' DEBUG: [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/../../etc/oslo-config-generator/glance-manage.conf DEBUG: [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/_static/glance-manage.conf.sample DEBUG: [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/../../etc/oslo-config-generator/glance-scrubber.conf DEBUG: [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/_static/glance-scrubber.conf.sample DEBUG: ERROR:stevedore.extension:Could not load 'glance.store.s3.Store': No module named 'boto3' DEBUG: ERROR:stevedore.extension:Could not load 's3': No module named 'boto3' DEBUG: [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/../../etc/glance-policy-generator.conf DEBUG: [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/_static/glance.policy.yaml.sample DEBUG: [openstackdocstheme] using theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme DEBUG: [openstackdocstheme] no /builddir/build/BUILD/glance-22.1.2.dev4/.gitreview found DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.context.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.gateway.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.housekeeping.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.i18n.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.location.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.notifier.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.opts.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.schema.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.scrubber.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.version.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.authorization.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.common.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.policy.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.property_protections.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.versions.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.middleware.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.middleware.cache.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.middleware.cache_manage.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.middleware.context.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.middleware.gzip.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.middleware.version_negotiation.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v1.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v1.router.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.cached_images.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.discovery.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.image_actions.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.image_data.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.image_members.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.image_tags.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.images.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.metadef_namespaces.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.metadef_objects.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.metadef_properties.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.metadef_resource_types.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.metadef_tags.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.router.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.schemas.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.tasks.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.model.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.model.metadef_namespace.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.model.metadef_object.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.model.metadef_property_item_type.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.model.metadef_property_type.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.model.metadef_resource_type.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.api.v2.model.metadef_tag.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.async_.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.async_.taskflow_executor.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.async_.utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.async_.flows.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.async_.flows.api_image_import.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.async_.flows.base_import.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.async_.flows.convert.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.async_.flows.introspect.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.async_.flows.ovf_process.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.async_.flows.plugins.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.async_.flows.plugins.image_conversion.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.async_.flows.plugins.image_decompression.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.async_.flows.plugins.inject_image_metadata.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.async_.flows.plugins.no_op.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.async_.flows.plugins.plugin_opts.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.cmd.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.cmd.api.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.cmd.cache_cleaner.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.cmd.cache_manage.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.cmd.cache_prefetcher.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.cmd.cache_pruner.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.cmd.control.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.cmd.manage.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.cmd.replicator.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.cmd.scrubber.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.cmd.status.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.auth.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.client.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.config.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.crypt.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.exception.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.format_inspector.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.property_utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.removed_config.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.store_utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.swift_store_utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.timeutils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.trust_auth.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.wsgi.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.wsgi_app.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.wsme_utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.location_strategy.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.location_strategy.location_order.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.location_strategy.store_type.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.scripts.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.scripts.utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.scripts.api_image_import.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.scripts.api_image_import.main.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.scripts.image_import.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.common.scripts.image_import.main.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.db.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.db.metadata.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.db.migration.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.db.utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.db.simple.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.db.simple.api.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.domain.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.domain.proxy.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.image_cache.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.image_cache.base.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.image_cache.cleaner.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.image_cache.client.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.image_cache.prefetcher.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.image_cache.pruner.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.image_cache.drivers.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.image_cache.drivers.base.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.image_cache.drivers.sqlite.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.image_cache.drivers.xattr.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.policies.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.policies.base.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.policies.image.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.policies.metadef.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.policies.tasks.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/glance.quota.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.2.dev4/doc/source/contributor/api/modules.rst. DEBUG: building [mo]: targets for 0 po files that are out of date DEBUG: building [html]: targets for 73 source files that are out of date DEBUG: updating environment: [new config] 198 added, 0 changed, 0 removed DEBUG: reading sources... [ 0%] admin/apache-httpd DEBUG: reading sources... [ 1%] admin/authentication DEBUG: reading sources... [ 1%] admin/cache DEBUG: reading sources... [ 2%] admin/controllingservers DEBUG: reading sources... [ 2%] admin/db DEBUG: reading sources... [ 3%] admin/db-sqlalchemy-migrate DEBUG: reading sources... [ 3%] admin/flows DEBUG: documenting plugins from 'glance.flows' DEBUG: documenting plugins from 'glance.flows.import' DEBUG: reading sources... [ 4%] admin/index DEBUG: reading sources... [ 4%] admin/interoperable-image-import DEBUG: reading sources... [ 5%] admin/manage-images DEBUG: reading sources... [ 5%] admin/multistores DEBUG: reading sources... [ 6%] admin/notifications DEBUG: reading sources... [ 6%] admin/policies DEBUG: reading sources... [ 7%] admin/property-protections DEBUG: reading sources... [ 7%] admin/requirements DEBUG: reading sources... [ 8%] admin/rollingupgrades DEBUG: reading sources... [ 8%] admin/tasks DEBUG: reading sources... [ 9%] admin/troubleshooting DEBUG: reading sources... [ 9%] admin/useful-image-properties DEBUG: reading sources... [ 10%] admin/zero-downtime-db-upgrade DEBUG: reading sources... [ 10%] cli/glanceapi DEBUG: reading sources... [ 11%] cli/glancecachecleaner DEBUG: reading sources... [ 11%] cli/glancecachemanage DEBUG: reading sources... [ 12%] cli/glancecacheprefetcher DEBUG: reading sources... [ 12%] cli/glancecachepruner DEBUG: reading sources... [ 13%] cli/glancecontrol DEBUG: reading sources... [ 13%] cli/glancemanage DEBUG: reading sources... [ 14%] cli/glancereplicator DEBUG: reading sources... [ 14%] cli/glancescrubber DEBUG: reading sources... [ 15%] cli/glancestatus DEBUG: reading sources... [ 15%] cli/index DEBUG: reading sources... [ 16%] configuration/configuring DEBUG: reading sources... [ 16%] configuration/glance_api DEBUG: loading config file etc/oslo-config-generator/glance-api.conf DEBUG: ERROR:stevedore.extension:Could not load 'glance.store.s3.Store': No module named 'boto3' DEBUG: ERROR:stevedore.extension:Could not load 's3': No module named 'boto3' DEBUG: ERROR:stevedore.extension:Could not load 'glance.store.s3.Store': No module named 'boto3' DEBUG: ERROR:stevedore.extension:Could not load 's3': No module named 'boto3' DEBUG: WARNING:oslo_config.generator:normalizing group name 'glance.store.http.Store' to 'glance.store.http.store' DEBUG: WARNING:oslo_config.generator:normalizing group name 'glance.store.rbd.Store' to 'glance.store.rbd.store' DEBUG: WARNING:oslo_config.generator:normalizing group name 'glance.store.swift.Store' to 'glance.store.swift.store' DEBUG: WARNING:oslo_config.generator:normalizing group name 'glance.store.vmware_datastore.Store' to 'glance.store.vmware_datastore.store' DEBUG: reading sources... [ 17%] configuration/glance_cache DEBUG: loading config file etc/oslo-config-generator/glance-cache.conf DEBUG: ERROR:stevedore.extension:Could not load 'glance.store.s3.Store': No module named 'boto3' DEBUG: ERROR:stevedore.extension:Could not load 's3': No module named 'boto3' DEBUG: reading sources... [ 17%] configuration/glance_manage DEBUG: loading config file etc/oslo-config-generator/glance-manage.conf DEBUG: reading sources... [ 18%] configuration/glance_scrubber DEBUG: loading config file etc/oslo-config-generator/glance-scrubber.conf DEBUG: ERROR:stevedore.extension:Could not load 'glance.store.s3.Store': No module named 'boto3' DEBUG: ERROR:stevedore.extension:Could not load 's3': No module named 'boto3' DEBUG: reading sources... [ 18%] configuration/index DEBUG: reading sources... [ 19%] configuration/sample-configuration DEBUG: reading sources... [ 19%] contributor/api/glance DEBUG: reading sources... [ 20%] contributor/api/glance.api DEBUG: reading sources... [ 20%] contributor/api/glance.api.authorization DEBUG: reading sources... [ 21%] contributor/api/glance.api.common DEBUG: reading sources... [ 21%] contributor/api/glance.api.middleware DEBUG: reading sources... [ 22%] contributor/api/glance.api.middleware.cache DEBUG: reading sources... [ 22%] contributor/api/glance.api.middleware.cache_manage DEBUG: reading sources... [ 23%] contributor/api/glance.api.middleware.context DEBUG: reading sources... [ 23%] contributor/api/glance.api.middleware.gzip DEBUG: reading sources... [ 24%] contributor/api/glance.api.middleware.version_negotiation DEBUG: reading sources... [ 24%] contributor/api/glance.api.policy DEBUG: reading sources... [ 25%] contributor/api/glance.api.property_protections DEBUG: reading sources... [ 25%] contributor/api/glance.api.v1 DEBUG: reading sources... [ 26%] contributor/api/glance.api.v1.router DEBUG: reading sources... [ 26%] contributor/api/glance.api.v2 DEBUG: reading sources... [ 27%] contributor/api/glance.api.v2.cached_images DEBUG: reading sources... [ 27%] contributor/api/glance.api.v2.discovery DEBUG: reading sources... [ 28%] contributor/api/glance.api.v2.image_actions DEBUG: reading sources... [ 28%] contributor/api/glance.api.v2.image_data DEBUG: reading sources... [ 29%] contributor/api/glance.api.v2.image_members DEBUG: reading sources... [ 29%] contributor/api/glance.api.v2.image_tags DEBUG: reading sources... [ 30%] contributor/api/glance.api.v2.images DEBUG: reading sources... [ 30%] contributor/api/glance.api.v2.metadef_namespaces DEBUG: reading sources... [ 31%] contributor/api/glance.api.v2.metadef_objects DEBUG: reading sources... [ 31%] contributor/api/glance.api.v2.metadef_properties DEBUG: reading sources... [ 32%] contributor/api/glance.api.v2.metadef_resource_types DEBUG: reading sources... [ 32%] contributor/api/glance.api.v2.metadef_tags DEBUG: reading sources... [ 33%] contributor/api/glance.api.v2.model DEBUG: reading sources... [ 33%] contributor/api/glance.api.v2.model.metadef_namespace DEBUG: reading sources... [ 34%] contributor/api/glance.api.v2.model.metadef_object DEBUG: reading sources... [ 34%] contributor/api/glance.api.v2.model.metadef_property_item_type DEBUG: reading sources... [ 35%] contributor/api/glance.api.v2.model.metadef_property_type DEBUG: reading sources... [ 35%] contributor/api/glance.api.v2.model.metadef_resource_type DEBUG: reading sources... [ 36%] contributor/api/glance.api.v2.model.metadef_tag DEBUG: reading sources... [ 36%] contributor/api/glance.api.v2.router DEBUG: reading sources... [ 37%] contributor/api/glance.api.v2.schemas DEBUG: reading sources... [ 37%] contributor/api/glance.api.v2.tasks DEBUG: reading sources... [ 38%] contributor/api/glance.api.versions DEBUG: reading sources... [ 38%] contributor/api/glance.async_ DEBUG: reading sources... [ 39%] contributor/api/glance.async_.flows DEBUG: reading sources... [ 39%] contributor/api/glance.async_.flows.api_image_import DEBUG: reading sources... [ 40%] contributor/api/glance.async_.flows.base_import DEBUG: reading sources... [ 40%] contributor/api/glance.async_.flows.convert DEBUG: reading sources... [ 41%] contributor/api/glance.async_.flows.introspect DEBUG: reading sources... [ 41%] contributor/api/glance.async_.flows.ovf_process DEBUG: reading sources... [ 42%] contributor/api/glance.async_.flows.plugins DEBUG: reading sources... [ 42%] contributor/api/glance.async_.flows.plugins.image_conversion DEBUG: reading sources... [ 43%] contributor/api/glance.async_.flows.plugins.image_decompression DEBUG: reading sources... [ 43%] contributor/api/glance.async_.flows.plugins.inject_image_metadata DEBUG: reading sources... [ 44%] contributor/api/glance.async_.flows.plugins.no_op DEBUG: reading sources... [ 44%] contributor/api/glance.async_.flows.plugins.plugin_opts DEBUG: reading sources... [ 45%] contributor/api/glance.async_.taskflow_executor DEBUG: reading sources... [ 45%] contributor/api/glance.async_.utils DEBUG: reading sources... [ 46%] contributor/api/glance.cmd DEBUG: reading sources... [ 46%] contributor/api/glance.cmd.api DEBUG: reading sources... [ 47%] contributor/api/glance.cmd.cache_cleaner DEBUG: reading sources... [ 47%] contributor/api/glance.cmd.cache_manage DEBUG: reading sources... [ 48%] contributor/api/glance.cmd.cache_prefetcher DEBUG: reading sources... [ 48%] contributor/api/glance.cmd.cache_pruner DEBUG: reading sources... [ 49%] contributor/api/glance.cmd.control DEBUG: reading sources... [ 50%] contributor/api/glance.cmd.manage DEBUG: reading sources... [ 50%] contributor/api/glance.cmd.replicator DEBUG: reading sources... [ 51%] contributor/api/glance.cmd.scrubber DEBUG: reading sources... [ 51%] contributor/api/glance.cmd.status DEBUG: reading sources... [ 52%] contributor/api/glance.common DEBUG: reading sources... [ 52%] contributor/api/glance.common.auth DEBUG: reading sources... [ 53%] contributor/api/glance.common.client DEBUG: reading sources... [ 53%] contributor/api/glance.common.config DEBUG: reading sources... [ 54%] contributor/api/glance.common.crypt DEBUG: reading sources... [ 54%] contributor/api/glance.common.exception DEBUG: reading sources... [ 55%] contributor/api/glance.common.format_inspector DEBUG: reading sources... [ 55%] contributor/api/glance.common.location_strategy DEBUG: reading sources... [ 56%] contributor/api/glance.common.location_strategy.location_order DEBUG: reading sources... [ 56%] contributor/api/glance.common.location_strategy.store_type DEBUG: reading sources... [ 57%] contributor/api/glance.common.property_utils DEBUG: reading sources... [ 57%] contributor/api/glance.common.removed_config DEBUG: reading sources... [ 58%] contributor/api/glance.common.scripts DEBUG: reading sources... [ 58%] contributor/api/glance.common.scripts.api_image_import DEBUG: reading sources... [ 59%] contributor/api/glance.common.scripts.api_image_import.main DEBUG: reading sources... [ 59%] contributor/api/glance.common.scripts.image_import DEBUG: reading sources... [ 60%] contributor/api/glance.common.scripts.image_import.main DEBUG: reading sources... [ 60%] contributor/api/glance.common.scripts.utils DEBUG: reading sources... [ 61%] contributor/api/glance.common.store_utils DEBUG: reading sources... [ 61%] contributor/api/glance.common.swift_store_utils DEBUG: reading sources... [ 62%] contributor/api/glance.common.timeutils DEBUG: reading sources... [ 62%] contributor/api/glance.common.trust_auth DEBUG: reading sources... [ 63%] contributor/api/glance.common.utils DEBUG: reading sources... [ 63%] contributor/api/glance.common.wsgi DEBUG: reading sources... [ 64%] contributor/api/glance.common.wsgi_app DEBUG: reading sources... [ 64%] contributor/api/glance.common.wsme_utils DEBUG: reading sources... [ 65%] contributor/api/glance.context DEBUG: reading sources... [ 65%] contributor/api/glance.db DEBUG: reading sources... [ 66%] contributor/api/glance.db.metadata DEBUG: reading sources... [ 66%] contributor/api/glance.db.migration DEBUG: reading sources... [ 67%] contributor/api/glance.db.simple DEBUG: reading sources... [ 67%] contributor/api/glance.db.simple.api DEBUG: reading sources... [ 68%] contributor/api/glance.db.utils DEBUG: reading sources... [ 68%] contributor/api/glance.domain DEBUG: reading sources... [ 69%] contributor/api/glance.domain.proxy DEBUG: reading sources... [ 69%] contributor/api/glance.gateway DEBUG: reading sources... [ 70%] contributor/api/glance.housekeeping DEBUG: reading sources... [ 70%] contributor/api/glance.i18n DEBUG: reading sources... [ 71%] contributor/api/glance.image_cache DEBUG: reading sources... [ 71%] contributor/api/glance.image_cache.base DEBUG: reading sources... [ 72%] contributor/api/glance.image_cache.cleaner DEBUG: reading sources... [ 72%] contributor/api/glance.image_cache.client DEBUG: reading sources... [ 73%] contributor/api/glance.image_cache.drivers DEBUG: reading sources... [ 73%] contributor/api/glance.image_cache.drivers.base DEBUG: reading sources... [ 74%] contributor/api/glance.image_cache.drivers.sqlite DEBUG: reading sources... [ 74%] contributor/api/glance.image_cache.drivers.xattr DEBUG: reading sources... [ 75%] contributor/api/glance.image_cache.prefetcher DEBUG: reading sources... [ 75%] contributor/api/glance.image_cache.pruner DEBUG: reading sources... [ 76%] contributor/api/glance.location DEBUG: reading sources... [ 76%] contributor/api/glance.notifier DEBUG: reading sources... [ 77%] contributor/api/glance.opts DEBUG: reading sources... [ 77%] contributor/api/glance.policies DEBUG: reading sources... [ 78%] contributor/api/glance.policies.base DEBUG: reading sources... [ 78%] contributor/api/glance.policies.image DEBUG: reading sources... [ 79%] contributor/api/glance.policies.metadef DEBUG: reading sources... [ 79%] contributor/api/glance.policies.tasks DEBUG: reading sources... [ 80%] contributor/api/glance.quota DEBUG: reading sources... [ 80%] contributor/api/glance.schema DEBUG: reading sources... [ 81%] contributor/api/glance.scrubber DEBUG: reading sources... [ 81%] contributor/api/glance.version DEBUG: reading sources... [ 82%] contributor/api/modules DEBUG: reading sources... [ 82%] contributor/architecture DEBUG: reading sources... [ 83%] contributor/blueprints DEBUG: reading sources... [ 83%] contributor/contributing DEBUG: reading sources... [ 84%] contributor/database_architecture DEBUG: documenting plugins from 'glance.database.migration_backend' DEBUG: documenting plugins from 'glance.database.metadata_backend' DEBUG: reading sources... [ 84%] contributor/database_migrations DEBUG: reading sources... [ 85%] contributor/documentation DEBUG: reading sources... [ 85%] contributor/domain_implementation DEBUG: reading sources... [ 86%] contributor/domain_model DEBUG: reading sources... [ 86%] contributor/gerrit DEBUG: reading sources... [ 87%] contributor/index DEBUG: reading sources... [ 87%] contributor/minor-code-changes DEBUG: reading sources... [ 88%] contributor/refreshing-configs DEBUG: reading sources... [ 88%] contributor/release-cpl DEBUG: reading sources... [ 89%] contributor/release-notes DEBUG: reading sources... [ 89%] contributor/releasecycle DEBUG: reading sources... [ 90%] glossary DEBUG: reading sources... [ 90%] index DEBUG: reading sources... [ 91%] install/get-started DEBUG: reading sources... [ 91%] install/index DEBUG: reading sources... [ 92%] install/install DEBUG: reading sources... [ 92%] install/install-debian DEBUG: reading sources... [ 93%] install/install-obs DEBUG: reading sources... [ 93%] install/install-rdo DEBUG: reading sources... [ 94%] install/install-ubuntu DEBUG: reading sources... [ 94%] install/verify DEBUG: reading sources... [ 95%] user/common-image-properties DEBUG: reading sources... [ 95%] user/formats DEBUG: reading sources... [ 96%] user/glanceapi DEBUG: reading sources... [ 96%] user/glanceclient DEBUG: reading sources... [ 97%] user/glancemetadefcatalogapi DEBUG: reading sources... [ 97%] user/identifiers DEBUG: reading sources... [ 98%] user/index DEBUG: reading sources... [ 98%] user/metadefs-concepts DEBUG: reading sources... [ 99%] user/signature DEBUG: reading sources... [100%] user/statuses DEBUG: looking for now-outdated files... none found DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: writing output... [ 0%] admin/apache-httpd DEBUG: writing output... [ 1%] admin/authentication DEBUG: writing output... [ 1%] admin/cache DEBUG: writing output... [ 2%] admin/controllingservers DEBUG: writing output... [ 2%] admin/db DEBUG: writing output... [ 3%] admin/db-sqlalchemy-migrate DEBUG: writing output... [ 3%] admin/flows DEBUG: writing output... [ 4%] admin/index DEBUG: writing output... [ 4%] admin/interoperable-image-import DEBUG: writing output... [ 5%] admin/manage-images DEBUG: writing output... [ 5%] admin/multistores DEBUG: writing output... [ 6%] admin/notifications DEBUG: writing output... [ 6%] admin/policies DEBUG: writing output... [ 7%] admin/property-protections DEBUG: writing output... [ 7%] admin/requirements DEBUG: writing output... [ 8%] admin/rollingupgrades DEBUG: writing output... [ 8%] admin/tasks DEBUG: writing output... [ 9%] admin/troubleshooting DEBUG: writing output... [ 9%] admin/useful-image-properties DEBUG: writing output... [ 10%] admin/zero-downtime-db-upgrade DEBUG: writing output... [ 10%] cli/glanceapi DEBUG: writing output... [ 11%] cli/glancecachecleaner DEBUG: writing output... [ 11%] cli/glancecachemanage DEBUG: writing output... [ 12%] cli/glancecacheprefetcher DEBUG: writing output... [ 12%] cli/glancecachepruner DEBUG: writing output... [ 13%] cli/glancecontrol DEBUG: writing output... [ 13%] cli/glancemanage DEBUG: writing output... [ 14%] cli/glancereplicator DEBUG: writing output... [ 14%] cli/glancescrubber DEBUG: writing output... [ 15%] cli/glancestatus DEBUG: writing output... [ 15%] cli/index DEBUG: writing output... [ 16%] configuration/configuring DEBUG: writing output... [ 16%] configuration/glance_api DEBUG: writing output... [ 17%] configuration/glance_cache DEBUG: writing output... [ 17%] configuration/glance_manage DEBUG: writing output... [ 18%] configuration/glance_scrubber DEBUG: writing output... [ 18%] configuration/index DEBUG: writing output... [ 19%] configuration/sample-configuration DEBUG: writing output... [ 19%] contributor/api/glance DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance' DEBUG: writing output... [ 20%] contributor/api/glance.api DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api' DEBUG: writing output... [ 20%] contributor/api/glance.api.authorization DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.authorization' DEBUG: writing output... [ 21%] contributor/api/glance.api.common DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.common' DEBUG: writing output... [ 21%] contributor/api/glance.api.middleware DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.middleware' DEBUG: writing output... [ 22%] contributor/api/glance.api.middleware.cache DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.middleware.cache' DEBUG: writing output... [ 22%] contributor/api/glance.api.middleware.cache_manage DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.middleware.cache_manage' DEBUG: writing output... [ 23%] contributor/api/glance.api.middleware.context DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.middleware.context' DEBUG: writing output... [ 23%] contributor/api/glance.api.middleware.gzip DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.middleware.gzip' DEBUG: writing output... [ 24%] contributor/api/glance.api.middleware.version_negotiation DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.middleware.version_negotiation' DEBUG: writing output... [ 24%] contributor/api/glance.api.policy DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.policy' DEBUG: writing output... [ 25%] contributor/api/glance.api.property_protections DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.property_protections' DEBUG: writing output... [ 25%] contributor/api/glance.api.v1 DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v1' DEBUG: writing output... [ 26%] contributor/api/glance.api.v1.router DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v1.router' DEBUG: writing output... [ 26%] contributor/api/glance.api.v2 DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2' DEBUG: writing output... [ 27%] contributor/api/glance.api.v2.cached_images DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.cached_images' DEBUG: writing output... [ 27%] contributor/api/glance.api.v2.discovery DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.discovery' DEBUG: writing output... [ 28%] contributor/api/glance.api.v2.image_actions DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.image_actions' DEBUG: writing output... [ 28%] contributor/api/glance.api.v2.image_data DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.image_data' DEBUG: writing output... [ 29%] contributor/api/glance.api.v2.image_members DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.image_members' DEBUG: writing output... [ 29%] contributor/api/glance.api.v2.image_tags DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.image_tags' DEBUG: writing output... [ 30%] contributor/api/glance.api.v2.images DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.images' DEBUG: writing output... [ 30%] contributor/api/glance.api.v2.metadef_namespaces DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.metadef_namespaces' DEBUG: writing output... [ 31%] contributor/api/glance.api.v2.metadef_objects DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.metadef_objects' DEBUG: writing output... [ 31%] contributor/api/glance.api.v2.metadef_properties DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.metadef_properties' DEBUG: writing output... [ 32%] contributor/api/glance.api.v2.metadef_resource_types DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.metadef_resource_types' DEBUG: writing output... [ 32%] contributor/api/glance.api.v2.metadef_tags DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.metadef_tags' DEBUG: writing output... [ 33%] contributor/api/glance.api.v2.model DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.model' DEBUG: writing output... [ 33%] contributor/api/glance.api.v2.model.metadef_namespace DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.model.metadef_namespace' DEBUG: writing output... [ 34%] contributor/api/glance.api.v2.model.metadef_object DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.model.metadef_object' DEBUG: writing output... [ 34%] contributor/api/glance.api.v2.model.metadef_property_item_type DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.model.metadef_property_item_type' DEBUG: writing output... [ 35%] contributor/api/glance.api.v2.model.metadef_property_type DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.model.metadef_property_type' DEBUG: writing output... [ 35%] contributor/api/glance.api.v2.model.metadef_resource_type DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.model.metadef_resource_type' DEBUG: writing output... [ 36%] contributor/api/glance.api.v2.model.metadef_tag DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.model.metadef_tag' DEBUG: writing output... [ 36%] contributor/api/glance.api.v2.router DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.router' DEBUG: writing output... [ 37%] contributor/api/glance.api.v2.schemas DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.schemas' DEBUG: writing output... [ 37%] contributor/api/glance.api.v2.tasks DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.v2.tasks' DEBUG: writing output... [ 38%] contributor/api/glance.api.versions DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.api.versions' DEBUG: writing output... [ 38%] contributor/api/glance.async_ DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.async_' DEBUG: writing output... [ 39%] contributor/api/glance.async_.flows DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.async_.flows' DEBUG: writing output... [ 39%] contributor/api/glance.async_.flows.api_image_import DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.async_.flows.api_image_import' DEBUG: writing output... [ 40%] contributor/api/glance.async_.flows.base_import DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.async_.flows.base_import' DEBUG: writing output... [ 40%] contributor/api/glance.async_.flows.convert DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.async_.flows.convert' DEBUG: writing output... [ 41%] contributor/api/glance.async_.flows.introspect DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.async_.flows.introspect' DEBUG: writing output... [ 41%] contributor/api/glance.async_.flows.ovf_process DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.async_.flows.ovf_process' DEBUG: writing output... [ 42%] contributor/api/glance.async_.flows.plugins DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.async_.flows.plugins' DEBUG: writing output... [ 42%] contributor/api/glance.async_.flows.plugins.image_conversion DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.async_.flows.plugins.image_conversion' DEBUG: writing output... [ 43%] contributor/api/glance.async_.flows.plugins.image_decompression DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.async_.flows.plugins.image_decompression' DEBUG: writing output... [ 43%] contributor/api/glance.async_.flows.plugins.inject_image_metadata DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.async_.flows.plugins.inject_image_metadata' DEBUG: writing output... [ 44%] contributor/api/glance.async_.flows.plugins.no_op DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.async_.flows.plugins.no_op' DEBUG: writing output... [ 44%] contributor/api/glance.async_.flows.plugins.plugin_opts DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.async_.flows.plugins.plugin_opts' DEBUG: writing output... [ 45%] contributor/api/glance.async_.taskflow_executor DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.async_.taskflow_executor' DEBUG: writing output... [ 45%] contributor/api/glance.async_.utils DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.async_.utils' DEBUG: writing output... [ 46%] contributor/api/glance.cmd DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.cmd' DEBUG: writing output... [ 46%] contributor/api/glance.cmd.api DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.cmd.api' DEBUG: writing output... [ 47%] contributor/api/glance.cmd.cache_cleaner DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.cmd.cache_cleaner' DEBUG: writing output... [ 47%] contributor/api/glance.cmd.cache_manage DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.cmd.cache_manage' DEBUG: writing output... [ 48%] contributor/api/glance.cmd.cache_prefetcher DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.cmd.cache_prefetcher' DEBUG: writing output... [ 48%] contributor/api/glance.cmd.cache_pruner DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.cmd.cache_pruner' DEBUG: writing output... [ 49%] contributor/api/glance.cmd.control DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.cmd.control' DEBUG: writing output... [ 50%] contributor/api/glance.cmd.manage DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.cmd.manage' DEBUG: writing output... [ 50%] contributor/api/glance.cmd.replicator DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.cmd.replicator' DEBUG: writing output... [ 51%] contributor/api/glance.cmd.scrubber DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.cmd.scrubber' DEBUG: writing output... [ 51%] contributor/api/glance.cmd.status DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.cmd.status' DEBUG: writing output... [ 52%] contributor/api/glance.common DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common' DEBUG: writing output... [ 52%] contributor/api/glance.common.auth DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.auth' DEBUG: writing output... [ 53%] contributor/api/glance.common.client DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.client' DEBUG: writing output... [ 53%] contributor/api/glance.common.config DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.config' DEBUG: writing output... [ 54%] contributor/api/glance.common.crypt DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.crypt' DEBUG: writing output... [ 54%] contributor/api/glance.common.exception DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.exception' DEBUG: writing output... [ 55%] contributor/api/glance.common.format_inspector DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.format_inspector' DEBUG: writing output... [ 55%] contributor/api/glance.common.location_strategy DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.location_strategy' DEBUG: writing output... [ 56%] contributor/api/glance.common.location_strategy.location_order DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.location_strategy.location_order' DEBUG: writing output... [ 56%] contributor/api/glance.common.location_strategy.store_type DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.location_strategy.store_type' DEBUG: writing output... [ 57%] contributor/api/glance.common.property_utils DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.property_utils' DEBUG: writing output... [ 57%] contributor/api/glance.common.removed_config DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.removed_config' DEBUG: writing output... [ 58%] contributor/api/glance.common.scripts DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.scripts' DEBUG: writing output... [ 58%] contributor/api/glance.common.scripts.api_image_import DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.scripts.api_image_import' DEBUG: writing output... [ 59%] contributor/api/glance.common.scripts.api_image_import.main DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.scripts.api_image_import.main' DEBUG: writing output... [ 59%] contributor/api/glance.common.scripts.image_import DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.scripts.image_import' DEBUG: writing output... [ 60%] contributor/api/glance.common.scripts.image_import.main DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.scripts.image_import.main' DEBUG: writing output... [ 60%] contributor/api/glance.common.scripts.utils DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.scripts.utils' DEBUG: writing output... [ 61%] contributor/api/glance.common.store_utils DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.store_utils' DEBUG: writing output... [ 61%] contributor/api/glance.common.swift_store_utils DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.swift_store_utils' DEBUG: writing output... [ 62%] contributor/api/glance.common.timeutils DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.timeutils' DEBUG: writing output... [ 62%] contributor/api/glance.common.trust_auth DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.trust_auth' DEBUG: writing output... [ 63%] contributor/api/glance.common.utils DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.utils' DEBUG: writing output... [ 63%] contributor/api/glance.common.wsgi DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.wsgi' DEBUG: writing output... [ 64%] contributor/api/glance.common.wsgi_app DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.wsgi_app' DEBUG: writing output... [ 64%] contributor/api/glance.common.wsme_utils DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.common.wsme_utils' DEBUG: writing output... [ 65%] contributor/api/glance.context DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.context' DEBUG: writing output... [ 65%] contributor/api/glance.db DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.db' DEBUG: writing output... [ 66%] contributor/api/glance.db.metadata DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.db.metadata' DEBUG: writing output... [ 66%] contributor/api/glance.db.migration DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.db.migration' DEBUG: writing output... [ 67%] contributor/api/glance.db.simple DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.db.simple' DEBUG: writing output... [ 67%] contributor/api/glance.db.simple.api DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.db.simple.api' DEBUG: writing output... [ 68%] contributor/api/glance.db.utils DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.db.utils' DEBUG: writing output... [ 68%] contributor/api/glance.domain DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.domain' DEBUG: writing output... [ 69%] contributor/api/glance.domain.proxy DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.domain.proxy' DEBUG: writing output... [ 69%] contributor/api/glance.gateway DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.gateway' DEBUG: writing output... [ 70%] contributor/api/glance.housekeeping DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.housekeeping' DEBUG: writing output... [ 70%] contributor/api/glance.i18n DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.i18n' DEBUG: writing output... [ 71%] contributor/api/glance.image_cache DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.image_cache' DEBUG: writing output... [ 71%] contributor/api/glance.image_cache.base DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.image_cache.base' DEBUG: writing output... [ 72%] contributor/api/glance.image_cache.cleaner DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.image_cache.cleaner' DEBUG: writing output... [ 72%] contributor/api/glance.image_cache.client DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.image_cache.client' DEBUG: writing output... [ 73%] contributor/api/glance.image_cache.drivers DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.image_cache.drivers' DEBUG: writing output... [ 73%] contributor/api/glance.image_cache.drivers.base DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.image_cache.drivers.base' DEBUG: writing output... [ 74%] contributor/api/glance.image_cache.drivers.sqlite DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.image_cache.drivers.sqlite' DEBUG: writing output... [ 74%] contributor/api/glance.image_cache.drivers.xattr DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.image_cache.drivers.xattr' DEBUG: writing output... [ 75%] contributor/api/glance.image_cache.prefetcher DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.image_cache.prefetcher' DEBUG: writing output... [ 75%] contributor/api/glance.image_cache.pruner DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.image_cache.pruner' DEBUG: writing output... [ 76%] contributor/api/glance.location DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.location' DEBUG: writing output... [ 76%] contributor/api/glance.notifier DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.notifier' DEBUG: writing output... [ 77%] contributor/api/glance.opts DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.opts' DEBUG: writing output... [ 77%] contributor/api/glance.policies DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.policies' DEBUG: writing output... [ 78%] contributor/api/glance.policies.base DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.policies.base' DEBUG: writing output... [ 78%] contributor/api/glance.policies.image DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.policies.image' DEBUG: writing output... [ 79%] contributor/api/glance.policies.metadef DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.policies.metadef' DEBUG: writing output... [ 79%] contributor/api/glance.policies.tasks DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.policies.tasks' DEBUG: writing output... [ 80%] contributor/api/glance.quota DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.quota' DEBUG: writing output... [ 80%] contributor/api/glance.schema DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.schema' DEBUG: writing output... [ 81%] contributor/api/glance.scrubber DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.scrubber' DEBUG: writing output... [ 81%] contributor/api/glance.version DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/glance.version' DEBUG: writing output... [ 82%] contributor/api/modules DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/modules' DEBUG: writing output... [ 82%] contributor/architecture DEBUG: writing output... [ 83%] contributor/blueprints DEBUG: writing output... [ 83%] contributor/contributing DEBUG: writing output... [ 84%] contributor/database_architecture DEBUG: writing output... [ 84%] contributor/database_migrations DEBUG: writing output... [ 85%] contributor/documentation DEBUG: writing output... [ 85%] contributor/domain_implementation DEBUG: writing output... [ 86%] contributor/domain_model DEBUG: writing output... [ 86%] contributor/gerrit DEBUG: writing output... [ 87%] contributor/index DEBUG: writing output... [ 87%] contributor/minor-code-changes DEBUG: writing output... [ 88%] contributor/refreshing-configs DEBUG: writing output... [ 88%] contributor/release-cpl DEBUG: writing output... [ 89%] contributor/release-notes DEBUG: writing output... [ 89%] contributor/releasecycle DEBUG: writing output... [ 90%] glossary DEBUG: writing output... [ 90%] index DEBUG: writing output... [ 91%] install/get-started DEBUG: writing output... [ 91%] install/index DEBUG: writing output... [ 92%] install/install DEBUG: writing output... [ 92%] install/install-debian DEBUG: writing output... [ 93%] install/install-obs DEBUG: writing output... [ 93%] install/install-rdo DEBUG: writing output... [ 94%] install/install-ubuntu DEBUG: writing output... [ 94%] install/verify DEBUG: writing output... [ 95%] user/common-image-properties DEBUG: writing output... [ 95%] user/formats DEBUG: writing output... [ 96%] user/glanceapi DEBUG: writing output... [ 96%] user/glanceclient DEBUG: writing output... [ 97%] user/glancemetadefcatalogapi DEBUG: writing output... [ 97%] user/identifiers DEBUG: writing output... [ 98%] user/index DEBUG: writing output... [ 98%] user/metadefs-concepts DEBUG: writing output... [ 99%] user/signature DEBUG: writing output... [100%] user/statuses DEBUG: generating indices... genindex py-modindex[openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: highlighting module code... [ 0%] glance.api DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api' DEBUG: highlighting module code... [ 1%] glance.api.authorization DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/authorization' DEBUG: highlighting module code... [ 2%] glance.api.common DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/common' DEBUG: highlighting module code... [ 3%] glance.api.middleware.cache DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/middleware/cache' DEBUG: highlighting module code... [ 4%] glance.api.middleware.cache_manage DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/middleware/cache_manage' DEBUG: highlighting module code... [ 5%] glance.api.middleware.context DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/middleware/context' DEBUG: highlighting module code... [ 6%] glance.api.middleware.gzip DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/middleware/gzip' DEBUG: highlighting module code... [ 7%] glance.api.middleware.version_negotiation DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/middleware/version_negotiation' DEBUG: highlighting module code... [ 8%] glance.api.policy DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/policy' DEBUG: highlighting module code... [ 8%] glance.api.property_protections DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/property_protections' DEBUG: highlighting module code... [ 9%] glance.api.v1.router DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v1/router' DEBUG: highlighting module code... [ 10%] glance.api.v2.cached_images DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/cached_images' DEBUG: highlighting module code... [ 11%] glance.api.v2.discovery DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/discovery' DEBUG: highlighting module code... [ 12%] glance.api.v2.image_actions DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/image_actions' DEBUG: highlighting module code... [ 13%] glance.api.v2.image_data DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/image_data' DEBUG: highlighting module code... [ 14%] glance.api.v2.image_members DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/image_members' DEBUG: highlighting module code... [ 15%] glance.api.v2.image_tags DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/image_tags' DEBUG: highlighting module code... [ 16%] glance.api.v2.images DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/images' DEBUG: highlighting module code... [ 16%] glance.api.v2.metadef_namespaces DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/metadef_namespaces' DEBUG: highlighting module code... [ 17%] glance.api.v2.metadef_objects DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/metadef_objects' DEBUG: highlighting module code... [ 18%] glance.api.v2.metadef_properties DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/metadef_properties' DEBUG: highlighting module code... [ 19%] glance.api.v2.metadef_resource_types DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/metadef_resource_types' DEBUG: highlighting module code... [ 20%] glance.api.v2.metadef_tags DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/metadef_tags' DEBUG: highlighting module code... [ 21%] glance.api.v2.model.metadef_namespace DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/model/metadef_namespace' DEBUG: highlighting module code... [ 22%] glance.api.v2.model.metadef_object DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/model/metadef_object' DEBUG: highlighting module code... [ 23%] glance.api.v2.model.metadef_property_item_type DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/model/metadef_property_item_type' DEBUG: highlighting module code... [ 24%] glance.api.v2.model.metadef_property_type DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/model/metadef_property_type' DEBUG: highlighting module code... [ 25%] glance.api.v2.model.metadef_resource_type DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/model/metadef_resource_type' DEBUG: highlighting module code... [ 25%] glance.api.v2.model.metadef_tag DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/model/metadef_tag' DEBUG: highlighting module code... [ 26%] glance.api.v2.router DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/router' DEBUG: highlighting module code... [ 27%] glance.api.v2.schemas DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/schemas' DEBUG: highlighting module code... [ 28%] glance.api.v2.tasks DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/v2/tasks' DEBUG: highlighting module code... [ 29%] glance.api.versions DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/api/versions' DEBUG: highlighting module code... [ 30%] glance.async_ DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/async_' DEBUG: highlighting module code... [ 31%] glance.async_.flows.api_image_import DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/async_/flows/api_image_import' DEBUG: highlighting module code... [ 32%] glance.async_.flows.base_import DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/async_/flows/base_import' DEBUG: highlighting module code... [ 33%] glance.async_.flows.convert DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/async_/flows/convert' DEBUG: highlighting module code... [ 33%] glance.async_.flows.introspect DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/async_/flows/introspect' DEBUG: highlighting module code... [ 34%] glance.async_.flows.ovf_process DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/async_/flows/ovf_process' DEBUG: highlighting module code... [ 35%] glance.async_.flows.plugins DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/async_/flows/plugins' DEBUG: highlighting module code... [ 36%] glance.async_.flows.plugins.image_conversion DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/async_/flows/plugins/image_conversion' DEBUG: highlighting module code... [ 37%] glance.async_.flows.plugins.image_decompression DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/async_/flows/plugins/image_decompression' DEBUG: highlighting module code... [ 38%] glance.async_.flows.plugins.inject_image_metadata DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/async_/flows/plugins/inject_image_metadata' DEBUG: highlighting module code... [ 39%] glance.async_.flows.plugins.no_op DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/async_/flows/plugins/no_op' DEBUG: highlighting module code... [ 40%] glance.async_.flows.plugins.plugin_opts DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/async_/flows/plugins/plugin_opts' DEBUG: highlighting module code... [ 41%] glance.async_.taskflow_executor DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/async_/taskflow_executor' DEBUG: highlighting module code... [ 41%] glance.async_.utils DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/async_/utils' DEBUG: highlighting module code... [ 42%] glance.cmd.api DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/cmd/api' DEBUG: highlighting module code... [ 43%] glance.cmd.cache_cleaner DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/cmd/cache_cleaner' DEBUG: highlighting module code... [ 44%] glance.cmd.cache_manage DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/cmd/cache_manage' DEBUG: highlighting module code... [ 45%] glance.cmd.cache_prefetcher DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/cmd/cache_prefetcher' DEBUG: highlighting module code... [ 46%] glance.cmd.cache_pruner DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/cmd/cache_pruner' DEBUG: highlighting module code... [ 47%] glance.cmd.control DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/cmd/control' DEBUG: highlighting module code... [ 48%] glance.cmd.manage DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/cmd/manage' DEBUG: highlighting module code... [ 49%] glance.cmd.replicator DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/cmd/replicator' DEBUG: highlighting module code... [ 50%] glance.cmd.scrubber DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/cmd/scrubber' DEBUG: highlighting module code... [ 50%] glance.cmd.status DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/cmd/status' DEBUG: highlighting module code... [ 51%] glance.common.auth DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/auth' DEBUG: highlighting module code... [ 52%] glance.common.client DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/client' DEBUG: highlighting module code... [ 53%] glance.common.config DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/config' DEBUG: highlighting module code... [ 54%] glance.common.crypt DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/crypt' DEBUG: highlighting module code... [ 55%] glance.common.exception DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/exception' DEBUG: highlighting module code... [ 56%] glance.common.format_inspector DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/format_inspector' DEBUG: highlighting module code... [ 57%] glance.common.location_strategy DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/location_strategy' DEBUG: highlighting module code... [ 58%] glance.common.location_strategy.location_order DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/location_strategy/location_order' DEBUG: highlighting module code... [ 58%] glance.common.location_strategy.store_type DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/location_strategy/store_type' DEBUG: highlighting module code... [ 59%] glance.common.property_utils DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/property_utils' DEBUG: highlighting module code... [ 60%] glance.common.removed_config DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/removed_config' DEBUG: highlighting module code... [ 61%] glance.common.scripts DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/scripts' DEBUG: highlighting module code... [ 62%] glance.common.scripts.api_image_import.main DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/scripts/api_image_import/main' DEBUG: highlighting module code... [ 63%] glance.common.scripts.image_import.main DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/scripts/image_import/main' DEBUG: highlighting module code... [ 64%] glance.common.scripts.utils DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/scripts/utils' DEBUG: highlighting module code... [ 65%] glance.common.store_utils DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/store_utils' DEBUG: highlighting module code... [ 66%] glance.common.swift_store_utils DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/swift_store_utils' DEBUG: highlighting module code... [ 66%] glance.common.timeutils DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/timeutils' DEBUG: highlighting module code... [ 67%] glance.common.trust_auth DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/trust_auth' DEBUG: highlighting module code... [ 68%] glance.common.utils DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/utils' DEBUG: highlighting module code... [ 69%] glance.common.wsgi DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/wsgi' DEBUG: highlighting module code... [ 70%] glance.common.wsgi_app DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/wsgi_app' DEBUG: highlighting module code... [ 71%] glance.common.wsme_utils DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/common/wsme_utils' DEBUG: highlighting module code... [ 72%] glance.context DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/context' DEBUG: highlighting module code... [ 73%] glance.db DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/db' DEBUG: highlighting module code... [ 74%] glance.db.metadata DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/db/metadata' DEBUG: highlighting module code... [ 75%] glance.db.migration DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/db/migration' DEBUG: highlighting module code... [ 75%] glance.db.simple.api DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/db/simple/api' DEBUG: highlighting module code... [ 76%] glance.db.utils DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/db/utils' DEBUG: highlighting module code... [ 77%] glance.domain DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/domain' DEBUG: highlighting module code... [ 78%] glance.domain.proxy DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/domain/proxy' DEBUG: highlighting module code... [ 79%] glance.gateway DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/gateway' DEBUG: highlighting module code... [ 80%] glance.housekeeping DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/housekeeping' DEBUG: highlighting module code... [ 81%] glance.i18n DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/i18n' DEBUG: highlighting module code... [ 82%] glance.image_cache DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/image_cache' DEBUG: highlighting module code... [ 83%] glance.image_cache.base DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/image_cache/base' DEBUG: highlighting module code... [ 83%] glance.image_cache.cleaner DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/image_cache/cleaner' DEBUG: highlighting module code... [ 84%] glance.image_cache.client DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/image_cache/client' DEBUG: highlighting module code... [ 85%] glance.image_cache.drivers.base DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/image_cache/drivers/base' DEBUG: highlighting module code... [ 86%] glance.image_cache.drivers.sqlite DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/image_cache/drivers/sqlite' DEBUG: highlighting module code... [ 87%] glance.image_cache.drivers.xattr DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/image_cache/drivers/xattr' DEBUG: highlighting module code... [ 88%] glance.image_cache.prefetcher DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/image_cache/prefetcher' DEBUG: highlighting module code... [ 89%] glance.image_cache.pruner DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/image_cache/pruner' DEBUG: highlighting module code... [ 90%] glance.location DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/location' DEBUG: highlighting module code... [ 91%] glance.notifier DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/notifier' DEBUG: highlighting module code... [ 91%] glance.opts DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/opts' DEBUG: highlighting module code... [ 92%] glance.policies DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/policies' DEBUG: highlighting module code... [ 93%] glance.policies.base DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/policies/base' DEBUG: highlighting module code... [ 94%] glance.policies.image DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/policies/image' DEBUG: highlighting module code... [ 95%] glance.policies.metadef DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/policies/metadef' DEBUG: highlighting module code... [ 96%] glance.policies.tasks DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/policies/tasks' DEBUG: highlighting module code... [ 97%] glance.quota DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/quota' DEBUG: highlighting module code... [ 98%] glance.schema DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/schema' DEBUG: highlighting module code... [ 99%] glance.scrubber DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/glance/scrubber' DEBUG: highlighting module code... [100%] wsme.types DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/wsme/types' DEBUG: [openstackdocstheme] could not determine last_updated for '_modules/index' DEBUG: writing additional pages... searchdone DEBUG: copying images... [ 14%] admin/../images/instance-life-1.png DEBUG: copying images... [ 28%] admin/../images/instance-life-2.png DEBUG: copying images... [ 42%] admin/../images/instance-life-3.png DEBUG: copying images... [ 57%] contributor/../images/architecture.png DEBUG: copying images... [ 71%] contributor/../images/glance_db.png DEBUG: copying images... [ 85%] contributor/../images/glance_layers.png DEBUG: copying images... [100%] user/../images/image_status_transition.png DEBUG: copying downloadable files... [100%] ../_static/glance.policy.yaml.sample 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. DEBUG: The HTML pages are in doc/build/html. DEBUG: + rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo DEBUG: + rm -f /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/doc/glance/README.rst DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/glance DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/var/lib/glance/images DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/etc/glance/metadefs DEBUG: + install -p -D -m 640 etc/glance-api.conf /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/etc/glance/glance-api.conf DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/glance-api-dist.conf /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/glance/glance-api-dist.conf DEBUG: + install -p -D -m 644 etc/glance-api-paste.ini /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/glance/glance-api-dist-paste.ini DEBUG: + install -p -D -m 640 etc/glance-cache.conf /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/etc/glance/glance-cache.conf DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/glance-cache-dist.conf /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/glance/glance-cache-dist.conf DEBUG: + install -p -D -m 640 etc/glance-scrubber.conf /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/etc/glance/glance-scrubber.conf DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/glance-scrubber-dist.conf /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/glance/glance-scrubber-dist.conf DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/glance-swift.conf /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/etc/glance/glance-swift.conf DEBUG: + install -p -D -m 644 etc/glance-image-import.conf.sample /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/etc/glance/glance-image-import.conf DEBUG: + install -p -D -m 640 /builddir/build/SOURCES/glance-rootwrap.conf /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/etc/glance/rootwrap.conf DEBUG: + install -p -D -m 640 etc/schema-image.json /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/etc/glance/schema-image.json DEBUG: + install -p -D -m 640 etc/metadefs/cim-processor-allocation-setting-data.json etc/metadefs/cim-resource-allocation-setting-data.json etc/metadefs/cim-storage-allocation-setting-data.json etc/metadefs/cim-virtual-system-setting-data.json etc/metadefs/compute-aggr-disk-filter.json etc/metadefs/compute-aggr-iops-filter.json etc/metadefs/compute-aggr-num-instances.json etc/metadefs/compute-cpu-pinning.json etc/metadefs/compute-guest-memory-backing.json etc/metadefs/compute-guest-shutdown.json etc/metadefs/compute-host-capabilities.json etc/metadefs/compute-hypervisor.json etc/metadefs/compute-instance-data.json etc/metadefs/compute-libvirt-image.json etc/metadefs/compute-libvirt.json etc/metadefs/compute-quota.json etc/metadefs/compute-randomgen.json etc/metadefs/compute-vcputopology.json etc/metadefs/compute-vmware-flavor.json etc/metadefs/compute-vmware-quota-flavor.json etc/metadefs/compute-vmware.json etc/metadefs/compute-watchdog.json etc/metadefs/compute-xenapi.json etc/metadefs/glance-common-image-props.json etc/metadefs/image-signature-verification.json etc/metadefs/operating-system.json etc/metadefs/software-databases.json etc/metadefs/software-runtimes.json etc/metadefs/software-webservers.json etc/metadefs/storage-volume-type.json /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/etc/glance/metadefs/ DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/openstack-glance-api.service /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/systemd/system/openstack-glance-api.service DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/openstack-glance-scrubber.service /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/systemd/system/openstack-glance-scrubber.service DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/openstack-glance.logrotate /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/etc/logrotate.d/openstack-glance DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/var/run/glance DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/var/log/glance DEBUG: + install -p -D -m 440 /builddir/build/SOURCES/glance-sudoers /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/etc/sudoers.d/glance DEBUG: + mkdir -p /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/etc/glance/rootwrap.d DEBUG: + for filter in /usr/share/os-brick/rootwrap/*.filters DEBUG: + ln -s /usr/share/os-brick/rootwrap/os-brick.filters /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/etc/glance/rootwrap.d DEBUG: + for filter in /usr/share/glance_store/*.filters DEBUG: + test -f /usr/share/glance_store/glance_cinder_store.filters DEBUG: + ln -s /usr/share/glance_store/glance_cinder_store.filters /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/etc/glance/rootwrap.d DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share DEBUG: + rm -f /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/de/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/en_GB/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/es/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/fr/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/it/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ja/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ko_KR/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/pt_BR/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ru/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/tr_TR/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/zh_CN/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/zh_TW/LC_MESSAGES/glance.po DEBUG: + rm -f '/builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/*pot' DEBUG: + mv /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/locale DEBUG: + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64 glance --all-name DEBUG: + rm -rf /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/etc DEBUG: + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 22.1.2-0.20230309185042.883fc8a.el8 --unique-debug-suffix -22.1.2-0.20230309185042.883fc8a.el8.x86_64 --unique-debug-src-base openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/glance-22.1.2.dev4 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-glance-22.1.2-0.20230309185042.883fc8a.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-glance-22.1.2-0.20230309185042.883fc8a.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.GZzU7o DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd glance-22.1.2.dev4 DEBUG: + stestr run --black-regex glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vdi DEBUG: {1} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_delete_cached_image [0.077501s] ... ok DEBUG: {1} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_delete_queued_images [0.075729s] ... ok DEBUG: {1} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_cache_cleaner_main [0.269883s] ... ok DEBUG: {1} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_cache_cleaner_main_runtime_exception_handling [0.238718s] ... ok DEBUG: {1} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_worker_creation_failure [0.232400s] ... ok DEBUG: {1} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_create_reserved_extra_property [0.162901s] ... ok DEBUG: {1} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_delete_empty_extra_property [0.238185s] ... ok DEBUG: {2} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_delete_cached_images [0.257814s] ... ok DEBUG: {1} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_delete_extra_property_as_admin_role [0.599785s] ... ok DEBUG: {1} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_update_empty_extra_property [0.413881s] ... ok DEBUG: {2} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_cache_pruner_main_runtime_exception_handling [0.597493s] ... ok DEBUG: {2} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_fail_with_config_exception [0.277892s] ... ok DEBUG: {0} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_bogus_request [0.230252s] ... ok DEBUG: {1} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_update_reserved_extra_property [0.488767s] ... ok DEBUG: {0} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_get_queued_images [0.135994s] ... ok DEBUG: {2} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_main_with_worker_creation_failure [0.212087s] ... ok DEBUG: {2} glance.tests.unit.api.test_common.TestSizeCheckedIter.test_small_last_chunk [0.000211s] ... ok DEBUG: {2} glance.tests.unit.api.test_common.TestSizeCheckedIter.test_too_few_chunks [0.006594s] ... ok DEBUG: {2} glance.tests.unit.api.test_common.TestThreadPool.test_get_thread_pool_log [0.009071s] ... ok DEBUG: {0} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_put_queued_image [0.129461s] ... ok DEBUG: {1} glance.tests.unit.api.test_property_protections.TestProtectedImageRepoProxy.test_get_image [0.357400s] ... ok DEBUG: {0} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_fail_with_unknown_exception [0.263567s] ... ok DEBUG: {0} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_main_with_runtime_error [0.267573s] ... ok DEBUG: {3} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_delete_queued_image [0.220806s] ... ok DEBUG: {3} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_get_cached_images [0.170228s] ... ok DEBUG: {2} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_delete_nonexistant_extra_property_as_admin_role [0.523641s] ... ok DEBUG: {0} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_supported_default_store [0.400883s] ... ok DEBUG: {0} glance.tests.unit.api.test_common.TestSizeCheckedIter.test_too_little_data [0.000496s] ... ok DEBUG: {0} glance.tests.unit.api.test_common.TestSizeCheckedIter.test_too_many_chunks [0.000496s] ... ok DEBUG: {0} glance.tests.unit.api.test_common.TestSizeCheckedIter.test_uniform_chunk_size [0.000168s] ... ok DEBUG: {0} glance.tests.unit.api.test_common.TestSizeCheckedIter.test_variable_chunk_size [0.000133s] ... ok DEBUG: {3} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_cache_pruner_main [0.474464s] ... ok DEBUG: {2} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_delete_reserved_extra_property [0.639770s] ... ok DEBUG: {3} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_fail_with_value_error [0.276302s] ... ok DEBUG: {0} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_create_extra_property_admin [0.530449s] ... ok DEBUG: {2} glance.tests.unit.api.test_property_protections.TestProtectedImageFactoryProxy.test_create_image_extra_prop_admin [0.479821s] ... ok DEBUG: {3} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_main_with_store_config_exception [0.327432s] ... ok DEBUG: {3} glance.tests.unit.api.test_common.TestSizeCheckedIter.test_too_much_data [0.014615s] ... ok DEBUG: {3} glance.tests.unit.api.test_common.TestThreadPool.test_get_thread_pool [0.044749s] ... ok DEBUG: {3} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_delete_nonexistant_extra_property [0.184641s] ... ok DEBUG: {0} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_update_extra_property_as_unpermitted_role_after_read [0.648389s] ... ok DEBUG: {2} glance.tests.unit.api.test_property_protections.TestProtectedImageProxy.test_read_image_with_extra_prop [0.601187s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_invalid_vmdk [2.138856s] ... ok DEBUG: {3} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_read_extra_property_as_admin_role [0.943322s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_same_format_does_nothing [0.817700s] ... ok DEBUG: {0} glance.tests.unit.api.test_property_protections.TestProtectedImageFactoryProxy.test_create_image_extra_prop_reserved_property [0.869661s] ... ok DEBUG: {3} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_read_extra_property_as_unpermitted_role [0.517332s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_success [0.652751s] ... ok DEBUG: {0} glance.tests.unit.api.test_property_protections.TestProtectedImageFactoryProxy.test_create_image_no_extra_prop [0.673261s] ... ok DEBUG: {3} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_update_extra_property_as_permitted_role_after_read [0.272721s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_invalid_qcow [2.038466s] ... ok DEBUG: {3} glance.tests.unit.api.test_property_protections.TestProtectedImageFactoryProxy.test_create_image_extra_prop [0.508967s] ... ok DEBUG: {0} glance.tests.unit.api.test_property_protections.TestProtectedImageRepoProxy.test_list_image [0.585015s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.plugins.test_inject_image_metadata.TestInjectImageMetadataTask.test_inject_image_metadata_empty [0.882963s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_reports_fail [0.446266s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestCompleteTask.test_execute [0.054213s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestDeleteFromFS.test_delete_without_backends_missing [0.006574s] ... ok DEBUG: {3} glance.tests.unit.api.test_property_protections.TestProtectedImageFactoryProxy.test_create_image_extra_prop_invalid_role [0.511291s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_image_size [0.069999s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_image_property_proxies [0.075555s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_remove_location_for_store [0.020803s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportCopyImageTask.test_init_copy_flow_as_non_owner [0.618196s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_fails [1.393080s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_doesnt_raise_when_not_all_stores_must_succeed [0.505470s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_revert_success [0.425513s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_fails_inspection [1.363130s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {1} glance.tests.unit.async_.flows.plugins.test_inject_image_metadata.TestInjectImageMetadataTask.test_inject_image_metadata_using_non_admin_user [2.051246s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_fails_source_format [0.559627s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_valid_vmdk [0.590177s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestApiImageImportTask.test_get_flow_handles_node_uri_without_ending_slash [0.487942s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImageLock.test_execute_confirms_lock [0.047293s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImageLock.test_revert_drops_lock_missing [0.077426s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_valid_vmdk_no_types [0.530055s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_inspection_reports_error [0.555418s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_assert_task_lock [0.071094s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_check_task_lock [0.038466s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_drop_lock_for_task [0.073493s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_set_image_attribute_disallowed [0.043968s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_set_image_extra_properties [0.041201s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_execute_body_with_store [1.557609s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_wrapper_success [0.054680s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_merge_store_list [0.075011s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_merge_store_logs_info [0.043816s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_remove_location_for_store_pop_failures [0.059413s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestApiImageImportTask.test_get_flow_handles_node_uri_with_ending_slash [0.382003s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.plugins.test_inject_image_metadata.TestInjectImageMetadataTask.test_inject_image_metadata_using_admin_user [0.516909s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_set_image_data [0.123912s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_set_image_data_with_callback [0.095587s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_execute_body_with_store_no_path [0.624626s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestApiImageImportTask.test_get_flow_pops_stage_host [0.479320s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_execute_body_without_store [0.496835s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_raises_when_all_stores_must_succeed [0.342736s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestCompleteTask.test_execute_drop_lock_fails [0.947609s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_copy_image.TestCopyImageTask.test_copy_image_to_staging_store [0.281414s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestCompleteTask.test_execute_no_task [0.069887s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_raises_when_image_deleted [0.434857s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestCompleteTask.test_execute_succeed_fails [0.151561s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestDeleteFromFS.test_delete_with_backends_delete_fails [0.040792s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestDeleteFromFS.test_delete_with_backends_deletes [0.057043s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestDeleteFromFS.test_delete_without_backends_exists [0.895874s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_image_id_property [0.022447s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImageLock.test_execute_confirms_lock_not_held [0.103262s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_image_locations [0.081189s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImageLock.test_revert_drops_lock [0.062466s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_wrapper_failure [0.034143s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_wrapper_logs_status [0.042847s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_set_image_attribute [0.045561s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_remove_location_for_store_last_location [0.037892s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_pop_extra_property [0.049197s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_store_list_helpers [0.023227s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_status_aborts_invalid_task_state [0.508345s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestVerifyImageStateTask.test_reverts_state_nocopy [0.072117s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_import.TestImportTask.test_delete_from_fs [0.744698s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestVerifyImageStateTask.test_verify_active_status [0.065858s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_execute [0.470093s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_convert.TestImportTask.test_convert_success [0.329103s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_revert_updates_status_keys [0.872836s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_remove_store_from_property [0.477679s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_status_aborts_missing_task [0.311693s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_status_callback_limits_rate [0.625424s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestVerifyImageStateTask.test_revert_copy_status_unchanged [0.147772s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_status_callback_updates_task_message [0.394794s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_copy_image.TestCopyImageTask.test_copy_image_to_staging_store_partial_data_exists [0.387468s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_convert.TestImportTask.test_import_flow_with_convert_and_introspect [1.556152s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_convert.TestImportTask.test_convert_revert_success [0.417399s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_import.TestImportTask.test_import_flow_backed_file_import_to_fs [1.989236s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_copy_image.TestCopyImageTask.test_copy_non_existing_image_to_staging_store_ [0.233287s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_introspect.TestImportTask.test_introspect_success [0.165356s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_ovf_process.TestOvfProcessTask.test_extract_ova_no_disk [0.041221s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_ovf_process.TestOvfProcessTask.test_ovf_process_success [0.041945s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_copy_image.TestCopyImageTask.test_copy_image_to_staging_store_data_exists [0.562013s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {2} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_failed [0.354649s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_import.TestImportTask.test_complete_task [0.909940s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_import.TestImportTask.test_create_image [0.636527s] ... ok DEBUG: {2} glance.tests.unit.async_.test_async.TestImportTaskFlow.test_get_flow_copy_image_not_includes_import_plugins [0.455094s] ... ok DEBUG: {2} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_base_model_init_with_size [0.076907s] ... ok DEBUG: {2} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_get_threadpool_model [0.111872s] ... ok DEBUG: {2} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_set_threadpool_model_again [0.122555s] ... ok DEBUG: {2} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_set_threadpool_model_eventlet [0.062645s] ... ok DEBUG: {2} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_set_threadpool_model_unknown [0.027332s] ... ok DEBUG: {2} glance.tests.unit.async_.test_async.TestTaskExecutor.test_with_admin_repo [0.089299s] ... ok DEBUG: {2} glance.tests.unit.async_.test_taskflow_executor.TestTaskExecutor.test_fetch_an_executor_serial [0.317716s] ... ok DEBUG: {2} glance.tests.unit.cmd.test_status.TestUpgradeChecks.test_owner_is_tenant_removal [0.291658s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_import.TestImportTask.test_import_flow_no_import_flows [1.921532s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_import.TestImportTask.test_import_flow_revert [1.880385s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_import.TestImportTask.test_import_flow [2.229623s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_introspect.TestImportTask.test_introspect_no_image [0.430357s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_ovf_process.TestOvfProcessTask.test_extract_ova_bad_ovf [0.078719s] ... ok DEBUG: {2} glance.tests.unit.cmd.test_status.TestUpgradeChecks.test_sheepdog_removal_enabled_backends [1.013338s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_ovf_process.TestOvfProcessTask.test_extract_ova_not_tar [0.110033s] ... ok DEBUG: {2} glance.tests.unit.common.scripts.image_import.test_main.TestImageImport.test_import_image [0.112711s] ... ok DEBUG: {2} glance.tests.unit.common.scripts.image_import.test_main.TestImageImport.test_import_image_failed_with_expired_token [0.092092s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_ovf_process.TestOvfProcessTask.test_ovf_process_no_config_file [0.127822s] ... ok DEBUG: {2} glance.tests.unit.common.scripts.image_import.test_main.TestImageImport.test_set_image_data_http [0.114816s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_import.TestImportTask.test_import_flow_missing_work_dir [0.828278s] ... ok DEBUG: {2} glance.tests.unit.common.scripts.image_import.test_main.TestImageImport.test_set_image_data_http_error [0.081499s] ... ok DEBUG: {2} glance.tests.unit.common.scripts.test_scripts_utils.TestCallbackIterator.test_proxy_close [0.106028s] ... ok DEBUG: {2} glance.tests.unit.common.scripts.test_scripts_utils.TestCallbackIterator.test_proxy_read [0.137692s] ... ok DEBUG: {2} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_get_task [0.078267s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download [0.527956s] ... ok DEBUG: {2} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_validate_location_http [0.116903s] ... ok DEBUG: {2} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_validate_location_https [0.090463s] ... ok DEBUG: {2} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_validate_location_none_error [0.084317s] ... ok DEBUG: {2} glance.tests.unit.common.test_config.TestPasteApp.test_get_path_non_exist [0.108502s] ... ok DEBUG: {2} glance.tests.unit.common.test_config.TestPasteApp.test_load_paste_app_with_paste_config_file_but_not_exist [0.124452s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_delete_fails_on_revert [0.546688s] ... ok DEBUG: {2} glance.tests.unit.common.test_exception.GlanceExceptionTestCase.test_default_error_msg [0.075839s] ... ok DEBUG: {2} glance.tests.unit.common.test_exception.GlanceExceptionTestCase.test_non_unicode_error_msg [0.063446s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_delete_staging_image_failed [0.160701s] ... ok DEBUG: {2} glance.tests.unit.common.test_format_inspector.TestFormatInspectorInfra.test_get_inspector [0.071770s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_import.TestImportTask.test_import_to_fs [1.263392s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_node_staging_uri_is_none [0.142445s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_ovf_process.TestOvfProcessTask.test_ovf_process_not_admin [0.107855s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_node_store_initialization_failed [0.179761s] ... ok DEBUG: {2} glance.tests.unit.common.test_format_inspector.TestFormatInspectorInfra.test_info_wrapper_iter_like_eats_error [0.301603s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_delete_staging_image_succeed [0.121001s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_import.TestImportTask.test_import_flow_revert_import_to_fs [2.895826s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_fails_when_data_size_different [0.445984s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_with_content_length [0.440476s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_revert_with_failure [0.354127s] ... ok DEBUG: {0} glance.tests.unit.async_.test_async.TestImportTaskFlow.test_get_default_flow [0.410714s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_import.TestImportTask.test_save_image [0.515986s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_ovf_process.TestOvfProcessTask.test_extract_ova_no_ovf [0.044020s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_delete_staging_image_not_exist [0.011642s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_revert_with_failure_without_path [0.066737s] ... ok DEBUG: {3} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_base_model_spawn [0.047106s] ... ok DEBUG: {3} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_native_model [0.017440s] ... ok DEBUG: {0} glance.tests.unit.async_.test_async.TestImportTaskFlow.test_get_flow_web_download_enabled [0.321845s] ... ok DEBUG: {3} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_set_threadpool_model_log [0.022005s] ... ok DEBUG: {0} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_get_threadpool_model_unset [0.027963s] ... ok DEBUG: {0} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_set_threadpool_model_native [0.016955s] ... ok DEBUG: {3} glance.tests.unit.async_.test_async.TestTaskExecutor.test_begin_processing [0.017005s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_revert_with_failure_with_path [0.451236s] ... ok DEBUG: {0} glance.tests.unit.async_.test_taskflow_executor.TestTaskExecutor.test_fetch_an_executor_parallel [0.107652s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_revert_without_failure_multi_store [0.049098s] ... ok DEBUG: {3} glance.tests.unit.async_.test_taskflow_executor.TestTaskExecutor.test_begin_processing [0.122850s] ... ok DEBUG: {3} glance.tests.unit.async_.test_taskflow_executor.TestTaskExecutor.test_get_flow_with_admin_repo [0.138930s] ... ok DEBUG: {0} glance.tests.unit.async_.test_taskflow_executor.TestTaskExecutor.test_task_fail_upload [0.291799s] ... ok DEBUG: {3} glance.tests.unit.cmd.test_status.TestUpgradeChecks.test_sheepdog_removal_no_config [0.194045s] ... ok DEBUG: {3} glance.tests.unit.common.scripts.image_import.test_main.TestImageImport.test_create_image [0.017203s] ... ok DEBUG: {3} glance.tests.unit.common.scripts.test_scripts_utils.TestCallbackIterator.test_iterator_iterates [0.007490s] ... ok DEBUG: {3} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_set_base_image_properties_not_empty [0.008709s] ... ok DEBUG: {3} glance.tests.unit.common.test_client.TestClient.test_http_encoding_headers [0.007738s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_with_invalid_content_length [0.513487s] ... ok DEBUG: {1} glance.tests.unit.async_.test_async.TestImportTaskFlow.test_get_flow_copy_image_enabled [0.214265s] ... ok DEBUG: {3} glance.tests.unit.common.test_config.TestPasteApp.test_load_paste_app_with_paste_flavor [0.404518s] ... ok DEBUG: {3} glance.tests.unit.common.test_format_inspector.TestFormatInspectorInfra.test_info_wrapper_file_like_eats_error [0.140195s] ... ok DEBUG: {3} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vhd_invalid [0.028143s] ... ok DEBUG: {3} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vmdk_invalid [0.015459s] ... ok DEBUG: {0} glance.tests.unit.cmd.test_status.TestUpgradeChecks.test_sheepdog_removal_glance_store_stores [0.822708s] ... ok DEBUG: {1} glance.tests.unit.async_.test_async.TestImportTaskFlow.test_get_flow_with_all_plugins_enabled [0.446155s] ... ok DEBUG: {1} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_eventlet_model [0.027104s] ... ok DEBUG: {1} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_set_threadpool_model_different [0.005488s] ... ok DEBUG: {3} glance.tests.unit.common.test_location_strategy.TestLocationOrderStrategyModule.test_get_ordered_locations [0.246871s] ... ok DEBUG: {1} glance.tests.unit.async_.test_taskflow_executor.TestTaskExecutor.test_task_fail [0.120816s] ... ok DEBUG: {0} glance.tests.unit.common.scripts.image_import.test_main.TestImageImport.test_set_image_data_with_callback [0.149492s] ... ok DEBUG: {1} glance.tests.unit.common.scripts.image_import.test_main.TestImageImport.test_run [0.017071s] ... ok DEBUG: {0} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_set_base_image_properties [0.021117s] ... ok DEBUG: {1} glance.tests.unit.common.scripts.test_scripts_utils.TestCallbackIterator.test_iterator_iterates_granularly [0.022271s] ... ok DEBUG: {1} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_set_base_image_properties_none [0.021528s] ... ok DEBUG: {1} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_validate_location_file_location_error [0.013438s] ... ok DEBUG: {1} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_validate_location_unsupported_error [0.016021s] ... ok DEBUG: {1} glance.tests.unit.common.test_client.TestClient.test_make_auth_plugin [0.000391s] ... ok DEBUG: {0} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_unpack_task_input [0.083023s] ... ok DEBUG: {1} glance.tests.unit.common.test_config.TestDefaultConfig.test_osprofiler_disabled [0.013411s] ... ok DEBUG: {0} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_unpack_task_input_error [0.070697s] ... ok DEBUG: {0} glance.tests.unit.common.test_client.TestClient.test_http_encoding_params [0.001058s] ... ok DEBUG: {3} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_get_ordered_locations [0.291706s] ... ok DEBUG: {0} glance.tests.unit.common.test_config.TestPasteApp.test_load_paste_app_paste_config_not_found [0.195855s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_create_none_permitted [0.553214s] ... ok DEBUG: {1} glance.tests.unit.common.test_config.TestPasteApp.test_load_paste_app [0.965311s] ... ok DEBUG: {1} glance.tests.unit.common.test_exception.GlanceExceptionTestCase.test_default_error_msg_with_kwargs [0.017176s] ... ok DEBUG: {1} glance.tests.unit.common.test_exception.GlanceExceptionTestCase.test_specified_error_msg [0.018560s] ... ok DEBUG: {1} glance.tests.unit.common.test_exception.GlanceExceptionTestCase.test_specified_error_msg_with_kwargs [0.046312s] ... ok DEBUG: {1} glance.tests.unit.common.test_format_inspector.TestFormatInspectorInfra.test_capture_region [0.043615s] ... ok DEBUG: {1} glance.tests.unit.common.test_format_inspector.TestFormatInspectorInfra.test_info_wrapper_file_like [0.205146s] ... ok DEBUG: {0} glance.tests.unit.common.test_config.TestPasteApp.test_load_paste_app_with_paste_config_file [1.167620s] ... ok DEBUG: {1} glance.tests.unit.common.test_format_inspector.TestFormatInspectorInfra.test_info_wrapper_iter_like [0.193349s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_delete_permitted_specific_policy [0.952578s] ... ok DEBUG: {0} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_choose_best_location [0.349531s] ... ok DEBUG: {0} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_get_ordered_locations_with_none_or_empty_locations [0.242007s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_read_unpermitted_policy [0.599995s] ... ok DEBUG: {0} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_load_strategy_module_with_init_exception [0.339707s] ... ok DEBUG: {0} glance.tests.unit.common.test_location_strategy.TestStoreTypeStrategyModule.test_get_ordered_locations [0.094566s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_update_none_permitted [0.494574s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_create_all_permitted [0.460577s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_property_protection_with_malformed_rule [0.207055s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_property_protection_with_multiple_policies [0.267544s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_create_permitted_specific_policy [0.482593s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_delete_none_permitted [0.619247s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_create_unpermitted_policy [0.488208s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_read_permitted_specific_role [0.454972s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/paste/deploy/util.py:55: DeprecationWarning: Using function/method 'Healthcheck.factory()' is deprecated: The healthcheck middleware must now be configured as an application, not as a filter DEBUG: val = callable(*args, **kw) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_delete_all_permitted [0.564665s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_update_none_permitted [0.497127s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_read_all_permitted [0.482735s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_update_permitted_specific_role [0.454057s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_update_none [0.627125s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_update_unpermitted_role [0.341983s] ... ok DEBUG: {1} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_qcow2 [4.113857s] ... ok DEBUG: {1} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_qcow2_invalid [0.035771s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_case_insensitive_property_rules [0.146815s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_create_permitted_admin_role [0.140186s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_property_config_loaded_in_order [0.391492s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_create_unpermitted_role [0.438649s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_delete_all_permitted [0.418538s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_property_protection_with_whitespace [0.887475s] ... ok DEBUG: {1} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vhd [1.305278s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_delete_permitted_admin_role [0.354305s] ... ok DEBUG: {1} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vhdx_invalid [0.134963s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_property_rules_loaded_in_order [0.255743s] ... ok DEBUG: {3} glance.tests.unit.common.test_scripts.TestScripts.test_run_task [0.021712s] ... ok DEBUG: {3} glance.tests.unit.common.test_swift_store_utils.TestSwiftParams.test_multiple_swift_account_disabled [0.231095s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.common.test_swift_store_utils.TestSwiftParams.test_swift_config_file_doesnt_exist [0.269468s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_invalid_action [0.628562s] ... ok DEBUG: {3} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_normalize_aware_to_naive [0.090858s] ... ok DEBUG: {3} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_normalize_naive [0.023833s] ... ok DEBUG: {3} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_normalize_zulu_aware_to_naive [0.023657s] ... ok DEBUG: {3} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_west_normalize [0.004755s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.EvaluateFilterOpTestCase.test_greater_than_operator [0.004954s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.ImportURITestCase.test_invalid_import_uri [0.121099s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_default_operator [0.005145s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_default_operator_with_datetime [0.016420s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_of_iterator [0.023016s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_unbounded_read_on_iterator [0.091802s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.TestUtils.test_create_mashup_dict_with_different_core_custom_properties [0.077350s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.TestUtils.test_get_meta_from_headers_none_virtual_size [0.004745s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_read_none_permitted [0.712068s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.TestUtils.test_get_stores_from_request_excludes_reserved_stores [0.205644s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.TestUtils.test_image_meta [0.099860s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.TestUtils.test_limiting_reader_fails [0.008489s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.TestUtils.test_mutating [0.005072s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.GetSocketTestCase.test_get_socket_with_unexpected_socket_errno [0.025271s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_default_no_body [0.040193s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_default_with_body [0.024267s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_from_json [0.058860s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_from_json_malformed [0.043593s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_has_transfer_encoding [0.012025s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_zero_content_length [0.012426s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.RequestTest.test_best_match_language_expected [0.059130s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.RequestTest.test_best_match_language_unknown [0.075348s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_accept_default [0.007394s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_from_accept_json [0.056808s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_missing [0.033976s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_with_charset [0.023139s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.ResourceTest.test_call [0.039468s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.ResourceTest.test_get_action_args [0.040243s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.ServerTest.test_http_keepalive [0.142398s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_update_none [0.915168s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.ServerTest.test_number_of_workers_posix [0.266477s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.TestHelpers.test_headers_are_unicode [0.145580s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.Test_UwsgiChunkedFile.test_read_data_negative_length [0.087407s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_return_first_match [0.775621s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi_app.TestWsgiAppInit.test_wsgi_init_registers_exit_handler [0.450522s] ... ok DEBUG: {3} glance.tests.unit.image_cache.drivers.test_sqlite.TestSqlite.test_delete_cached_file_1_True [0.009815s] ... ok DEBUG: {3} glance.tests.unit.image_cache.drivers.test_sqlite.TestSqlite.test_delete_cached_file_2_False [0.005252s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_is_property_protections_enabled_false [0.209236s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImageFactoryProxy.test_admin_can_set_any_owner [0.206846s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_property_protection_with_malformed_rule [0.274348s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImageFactoryProxy.test_admin_still_gets_default_tenant [0.284205s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_property_protection_with_missing_operation [0.372544s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_property_protection_with_misspelt_operation [0.148072s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImageFactoryProxy.test_default_owner_is_set [0.367082s] ... ok DEBUG: {1} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vmdk [4.256610s] ... ok DEBUG: {0} glance.tests.unit.common.test_swift_store_utils.TestSwiftParams.test_multiple_swift_account_enabled [0.322671s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImageFactoryProxy.test_wrong_owner_cannot_be_set [0.309543s] ... ok DEBUG: {0} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_offset_west [0.091328s] ... ok DEBUG: {1} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_load_strategy_modules [0.350263s] ... ok DEBUG: {0} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_west_roundtrip [0.073234s] ... ok DEBUG: {0} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_zulu [0.021342s] ... ok DEBUG: {0} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_zulu_normalize [0.088708s] ... ok DEBUG: {0} glance.tests.unit.common.test_timeutils.TimeUtilsTest.test_parse_isotime [0.018093s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableImage.test_change_id [0.422620s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.EvaluateFilterOpTestCase.test_greater_than_equal_operator [0.119281s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.EvaluateFilterOpTestCase.test_less_than_operator [0.040935s] ... ok DEBUG: {1} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_verify_valid_location_strategy [0.376706s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_less_than_equal_operator [0.060607s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_split_filter_value_for_quotes [0.061751s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableImage.test_change_min_disk [0.346107s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestStoreUtils.test_update_store_location_with_no_store [0.158047s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestStoreUtils.test_update_store_location_with_same_store [0.019298s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestStoreUtils.test_update_store_location_with_store_none [0.025350s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableImage.test_change_visibility [0.497131s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableImage.test_deactivate_image [0.364079s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_delete_none [1.114601s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableTask.test_change_expires_at [0.591054s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/paste/deploy/util.py:55: DeprecationWarning: Using function/method 'Healthcheck.factory()' is deprecated: The healthcheck middleware must now be configured as an application, not as a filter DEBUG: val = callable(*args, **kw) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_delete_unpermitted_policy [0.717598s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableTask.test_change_owner [0.548194s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_read_permitted_specific_policy [0.748899s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {3} glance.tests.unit.test_auth.TestImmutableTaskStub.test_change_expires_at [0.450606s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableTaskStub.test_change_id [0.413262s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_create_permitted_specific_role [0.812192s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableTaskStub.test_change_owner [0.458147s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestKeystoneAuthPlugin.test_v1_auth [0.047148s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_delete_none [0.646953s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_preserves_size_chunk_more_then_read [4.129218s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_get_meta_from_headers [0.060176s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_get_meta_from_headers_bad_headers [0.014998s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestTaskFactoryProxy.test_task_create_default_owner [1.051293s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_delete_permitted_specific_role [0.660382s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_get_stores_from_request_returns_all_stores [0.248715s] ... ok DEBUG: {3} glance.tests.unit.test_cache_manage.TestCacheManage.test_delete_cached_image [0.119358s] ... ok DEBUG: {3} glance.tests.unit.test_cache_manage.TestCacheManage.test_delete_queued_image [0.049854s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_get_stores_from_request_returns_default [0.195449s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_get_stores_from_request_returns_stores_from_body [0.144548s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_valid_fqdn [0.063284s] ... ok DEBUG: {3} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareChecksumVerification.test_checksum_v2_header [0.320318s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_valid_fqdn_fail [0.025579s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_valid_host_port_string [0.057133s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_delete_unpermitted_role [0.574370s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.GetSocketTestCase.test_get_socket_with_bind_problems [0.397215s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_get_bind_addr_default_value [0.019872s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_has_content_length [0.009053s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_image":"rule:default" was deprecated in W in favor of "add_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image":"rule:default" was deprecated in W in favor of "delete_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image":"rule:default" was deprecated in W in favor of "get_image":"role:admin or (role:reader and (project_id:%(project_id)s or project_id:%(member_id)s or "community":%(visibility)s or "public":%(visibility)s))". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_images":"rule:default" was deprecated in W in favor of "get_images":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_image":"rule:default" was deprecated in W in favor of "modify_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "communitize_image":"rule:default" was deprecated in W in favor of "communitize_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "upload_image":"rule:default" was deprecated in W in favor of "upload_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image_location":"rule:default" was deprecated in W in favor of "delete_image_location":"role:admin". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image_location":"rule:default" was deprecated in W in favor of "get_image_location":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "set_image_location":"rule:default" was deprecated in W in favor of "set_image_location":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_invalid_transfer_encoding_no_content_len_and_body [0.036897s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_invalid_transfer_encoding_no_content_len_but_body [0.033369s] ... ok DEBUG: {3} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_v2_process_request_download_permitted [0.646214s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_read_permitted_admin_role [0.557249s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_multiple_transfer_encoding [0.029012s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_no_body_no_content_length [0.047537s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.JSONResponseSerializerTest.test_default [0.015219s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.JSONResponseSerializerTest.test_to_json [0.042212s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_member":"rule:default" was deprecated in W in favor of "add_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_member":"rule:default" was deprecated in W in favor of "delete_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_member":"rule:default" was deprecated in W in favor of "get_member":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_members":"rule:default" was deprecated in W in favor of "get_members":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_member":"rule:default" was deprecated in W in favor of "modify_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "deactivate":"rule:default" was deprecated in W in favor of "deactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "reactivate":"rule:default" was deprecated in W in favor of "reactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_image":"rule:default" was deprecated in W in favor of "add_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image":"rule:default" was deprecated in W in favor of "delete_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image":"rule:default" was deprecated in W in favor of "get_image":"role:admin or (role:reader and (project_id:%(project_id)s or project_id:%(member_id)s or "community":%(visibility)s or "public":%(visibility)s))". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_images":"rule:default" was deprecated in W in favor of "get_images":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_image":"rule:default" was deprecated in W in favor of "modify_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "communitize_image":"rule:default" was deprecated in W in favor of "communitize_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "upload_image":"rule:default" was deprecated in W in favor of "upload_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image_location":"rule:default" was deprecated in W in favor of "delete_image_location":"role:admin". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image_location":"rule:default" was deprecated in W in favor of "get_image_location":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "set_image_location":"rule:default" was deprecated in W in favor of "set_image_location":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessResponse.test_v2_process_response_download_restricted [0.238300s] ... ok DEBUG: {3} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareRequestStashCacheInfo.test_fetch_cache_request_info [0.000109s] ... ok DEBUG: {3} glance.tests.unit.test_cached_images.TestCachedImages.test_delete_cached_image [0.000089s] ... ok DEBUG: {3} glance.tests.unit.test_cached_images.TestCachedImages.test_get_queued_images [0.018941s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.JSONResponseSerializerTest.test_to_json_with_more_deep_format [0.128017s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.JSONResponseSerializerTest.test_to_json_with_set [0.014389s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.RequestTest.test_content_range [0.105726s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_unsupported [0.072298s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.RequestTest.test_params [0.072194s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.ResourceTest.test_call_raises_exception [0.100330s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_update_all_permitted [0.644496s] ... ok DEBUG: {3} glance.tests.unit.test_context.TestContext.test_anon_private [0.370601s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.ResourceTest.test_get_action_args_del_format_error [0.053343s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.ResourceTest.test_resource_call_error_handle_localized [0.079175s] ... ok DEBUG: {3} glance.tests.unit.test_context.TestContext.test_auth_private_unowned [0.446195s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_update_permitted_admin_role [0.506978s] ... ok DEBUG: {3} glance.tests.unit.test_context.TestContext.test_elevated_again [0.278976s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_property_protection_with_mutually_exclusive_rule [0.188083s] ... ok DEBUG: {3} glance.tests.unit.test_context.TestContext.test_empty_private_owned [0.189213s] ... ok DEBUG: {1} glance.tests.unit.common.test_swift_store_utils.TestSwiftParams.test_swift_config_uses_default_values_multiple_account_disabled [0.171919s] ... ok DEBUG: {1} glance.tests.unit.common.test_swift_store_utils.TestSwiftParams.test_swift_store_config_validates_for_creds_auth_address [0.149970s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_compare_micros [0.012717s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_east_roundtrip [0.026881s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_now_roundtrip [0.010557s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_offset_east_micros [0.009057s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_offset_west_micros [0.029276s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_zulu_micros [0.031262s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_zulu_roundtrip [0.023599s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TimeUtilsTest.test_delta_seconds [0.003345s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TimeUtilsTest.test_isotime [0.038216s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TimeUtilsTest.test_utcnow [0.025524s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.EvaluateFilterOpTestCase.test_equal_operator [0.017513s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.EvaluateFilterOpTestCase.test_less_than_equal_operator [0.009204s] ... ok DEBUG: {3} glance.tests.unit.test_context.TestContext.test_get_ksa_client [0.465829s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.EvaluateFilterOpTestCase.test_not_equal_operator [0.023124s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_equal_operator [0.060065s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_greater_than_operator [0.010508s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_not_equal_operator [0.009596s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_validate_quotes [0.004709s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader [0.080664s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_on_iterator_with_buffer [0.010285s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_preserves_size_chunk_equals_read [0.026564s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_create_mashup_dict_with_same_core_custom_properties [0.051714s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_get_stores_from_request_raises_bad_request [0.151542s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_member":"rule:default" was deprecated in W in favor of "add_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_member":"rule:default" was deprecated in W in favor of "delete_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_member":"rule:default" was deprecated in W in favor of "get_member":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_members":"rule:default" was deprecated in W in favor of "get_members":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_member":"rule:default" was deprecated in W in favor of "modify_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "deactivate":"rule:default" was deprecated in W in favor of "deactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "reactivate":"rule:default" was deprecated in W in favor of "reactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {3} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_header_parsing [0.463228s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.ResourceTest.test_translate_exception [1.695064s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.Test_UwsgiChunkedFile.test_read_zero_length [0.002981s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi_app.TestWsgiAppInit.test_drain_threadpools [0.064599s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_get_stores_from_request_returns_store_from_headers [0.145958s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_limiting_reader [0.037495s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_valid_host_port_string_fail [0.069643s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_valid_hostname [0.024472s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_valid_hostname_fail [0.069837s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.GetSocketTestCase.test_correct_configure_socket [0.019523s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_invalid_transfer_encoding [0.065453s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_no_content_length [0.020205s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_valid_transfer_encoding_without_content_length [0.008924s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.JSONResponseSerializerTest.test_to_json_with_date_format_value [0.023352s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.RequestTest.test_content_range_invalid [0.080395s] ... ok DEBUG: {3} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_roles_stripping [0.534375s] ... ok DEBUG: {3} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_find_migrations_no_migrations [0.047014s] ... ok DEBUG: {3} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_has_pending_migrations_mult_migration_no_pending [0.014131s] ... ok DEBUG: {3} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_migrate [0.031794s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_from_accept_xml [0.066743s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_from_accept_xml_json [0.085746s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.RequestTest.test_range [0.021328s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.RequestTest.test_request_match_language_unexpected [0.042831s] ... ok DEBUG: {3} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_run_migrations [0.079439s] ... ok DEBUG: {3} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_run_migrations_with_one_pending_migration [0.063259s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.ResourceTest.test_dispatch_no_default [0.083197s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.ResourceTest.test_response_headers_encoded [0.055670s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi_app.TestWsgiAppInit.test_policy_enforcement_kills_service_if_misconfigured [0.853424s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.ServerTest.test_reserved_stores_not_allowed [0.042342s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.Test_UwsgiChunkedFile.test_read_data_length [0.083108s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.Test_UwsgiChunkedFile.test_read_data_no_length [0.054868s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.Test_UwsgiChunkedFile.test_read_no_data [0.075525s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestEndpoints.test_get_endpoint_raises_with_invalid_endpoint_type [0.104980s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestEndpoints.test_get_endpoint_with_custom_endpoint_type [0.067257s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestEncryptedLocations.test_decrypt_locations_on_list [0.657848s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi_app.TestWsgiAppInit.test_policy_enforcement_valid_falsy_configuration [0.626336s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImageFactoryProxy.test_admin_can_set_owner_to_none [0.298773s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImageRepoProxy.test_get_immutable_image [0.107339s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestEncryptedLocations.test_encrypt_locations_on_add [0.366469s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi_app.TestWsgiAppInit.test_runs_staging_cleanup [0.314754s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageMemberRepo.test_get_image_member [0.176439s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImageRepoProxy.test_list [0.340737s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi_app.TestWsgiAppInit.test_wsgi_init_sets_thread_settings [0.351261s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestEndpoints.test_get_endpoint_raises_with_invalid_endpoint_region [0.034079s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageMemberRepo.test_get_nonexistent_image_member [0.440087s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImmutableImage.test_change_size [0.368945s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImageMutability.test_admin_everything_mutable [0.280677s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageMemberRepo.test_list [0.434576s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImmutableImage.test_change_tags [0.384727s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImageRepoProxy.test_get_mutable_image [0.348996s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImmutableImage.test_reactivate_image [0.389558s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImmutableImage.test_change_created_at [0.482177s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageMemberRepo.test_save_image_member [0.556201s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.test_auth.TestImmutableImage.test_change_disk_format [0.480836s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_get_forbidden [0.491852s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImmutableTask.test_begin_processing [0.601628s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.test_auth.TestImmutableTask.test_change_updated_at [0.409930s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImmutableImage.test_change_name [0.438022s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_list_status_pending [0.731966s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImmutableTaskStub.test_change_created_at [0.344533s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_list_with_checksum_filter_multiple_images [0.536716s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImmutableImage.test_change_status [0.802802s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImmutableImage.test_change_updated_at [0.130044s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImmutableTask.test_change_created_at [0.144231s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImmutableTask.test_change_status [0.170428s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_list_with_checksum_filter_single_image [0.487080s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImmutableTaskStub.test_change_type [1.300438s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestKeystoneAuthPlugin.test_get_plugin_from_strategy_keystone_configure_via_auth_false [0.021161s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestKeystoneAuthPlugin.test_invalid_auth_url_v1 [0.026233s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestKeystoneAuthPlugin.test_required_creds [0.003545s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImmutableTaskStub.test_change_status [0.473815s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestKeystoneAuthPlugin.test_get_plugin_from_strategy_keystone [0.042460s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_list_with_tags_filter_single_tag [0.578469s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestTaskFactoryProxy.test_task_create_admin_context_owner_as_None [0.520355s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_remove_image_not_found [0.427207s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestTaskRepoProxy.test_get_immutable_task [0.569003s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestTaskRepoProxy.test_get_mutable_task [0.321156s] ... ok DEBUG: {0} glance.tests.unit.test_cache_manage.TestCacheManage.test_delete_all_queued_image [0.029274s] ... ok DEBUG: {0} glance.tests.unit.test_cache_manage.TestCacheManage.test_delete_queued_image_invalid_image_id [0.021855s] ... ok DEBUG: {0} glance.tests.unit.test_cache_manage.TestCacheManage.test_queue_image [0.026477s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_restore_image_status_not_pending_delete [0.449350s] ... ok DEBUG: {0} glance.tests.unit.test_cache_manage.TestCacheManage.test_queue_image_invalid_image_id [0.048983s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestTaskFactoryProxy.test_task_create_wrong_owner [0.695595s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestTaskRepoProxy.test_list [0.211014s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_image":"rule:default" was deprecated in W in favor of "add_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image":"rule:default" was deprecated in W in favor of "delete_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image":"rule:default" was deprecated in W in favor of "get_image":"role:admin or (role:reader and (project_id:%(project_id)s or project_id:%(member_id)s or "community":%(visibility)s or "public":%(visibility)s))". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.test_cache_manage.TestCacheManage.test_delete_all_cached_image [0.024880s] ... ok DEBUG: {0} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessResponse.test_v2_process_response_download_permitted [0.304096s] ... ok DEBUG: {0} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareURLMatching.test_v2_match_id [0.000137s] ... ok DEBUG: {0} glance.tests.unit.test_cached_images.TestCachedImages.test_delete_cached_images [0.000104s] ... ok DEBUG: {0} glance.tests.unit.test_cached_images.TestCachedImages.test_delete_queued_image [0.000068s] ... ok DEBUG: {0} glance.tests.unit.test_cached_images.TestCachedImages.test_policy_enforce_forbidden [0.016433s] ... ok DEBUG: {1} glance.tests.unit.test_cache_manage.TestCacheManage.test_delete_cached_image_invalid_image_id [0.083222s] ... ok DEBUG: {1} glance.tests.unit.test_cache_manage.TestCacheManage.test_list_cached_images [0.023461s] ... ok DEBUG: {0} glance.tests.unit.test_context.TestContext.test_anon_private_owned [0.202009s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_save_image_not_found [0.563244s] ... ok DEBUG: {1} glance.tests.unit.test_cache_manage.TestCacheManage.test_list_queued_images [0.169827s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_images":"rule:default" was deprecated in W in favor of "get_images":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_image":"rule:default" was deprecated in W in favor of "modify_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "communitize_image":"rule:default" was deprecated in W in favor of "communitize_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "upload_image":"rule:default" was deprecated in W in favor of "upload_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image_location":"rule:default" was deprecated in W in favor of "delete_image_location":"role:admin". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image_location":"rule:default" was deprecated in W in favor of "get_image_location":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "set_image_location":"rule:default" was deprecated in W in favor of "set_image_location":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_member":"rule:default" was deprecated in W in favor of "add_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_member":"rule:default" was deprecated in W in favor of "delete_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_member":"rule:default" was deprecated in W in favor of "get_member":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_members":"rule:default" was deprecated in W in favor of "get_members":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_member":"rule:default" was deprecated in W in favor of "modify_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "deactivate":"rule:default" was deprecated in W in favor of "deactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "reactivate":"rule:default" was deprecated in W in favor of "reactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.test_context.TestContext.test_auth_public [0.172443s] ... ok DEBUG: {0} glance.tests.unit.test_context.TestContext.test_empty_public_owned [0.078338s] ... ok DEBUG: {0} glance.tests.unit.test_context.TestContext.test_service_catalog [0.154337s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_set_property_atomic [0.461375s] ... ok DEBUG: {1} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareChecksumVerification.test_checksum_missing_header [0.426788s] ... ok DEBUG: {0} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_anonymous_access_defaults_to_disabled [0.084698s] ... ok DEBUG: {0} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_invalid_service_catalog [0.174877s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_sorted_list_with_multiple_keys [0.461552s] ... ok DEBUG: {0} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_is_admin_flag [0.469800s] ... ok DEBUG: {1} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_process_request_without_download_image_policy [0.692031s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestTaskRepo.test_list_with_marker_and_limit [0.346895s] ... ok DEBUG: {0} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_response [0.168203s] ... ok DEBUG: {0} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_roles_case_insensitive [0.134247s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestTaskRepo.test_save_task [0.288247s] ... ok DEBUG: {0} glance.tests.unit.test_context_middleware.TestUnauthenticatedContextMiddleware.test_response [0.455807s] ... ok DEBUG: {1} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_v2_process_request_download_restricted [0.817363s] ... ok DEBUG: {0} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_has_pending_migrations_no_migrations [0.076577s] ... ok DEBUG: {0} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_run_migrations_with_no_migrations [0.036762s] ... ok DEBUG: {3} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_duplicate_tags_with_pre_existing_tags [0.547268s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestEncryptedLocations.test_decrypt_locations_on_get [0.328767s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_v2_process_request_without_checksum [0.477733s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageMemberRepo.test_add_duplicate_image_member [0.447245s] ... ok DEBUG: {1} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_verify_metadata_deleted_image [0.335370s] ... ok DEBUG: {3} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_object [0.673925s] ... ok DEBUG: {1} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_verify_metadata_is_image_target_instance_with_zero_size [0.288788s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.test_db.TestImageMemberRepo.test_list_no_members [0.355245s] ... ok DEBUG: {1} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_verify_metadata_zero_size [0.264944s] ... ok DEBUG: {1} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareRequestStashCacheInfo.test_stash_cache_request_info [0.000125s] ... ok DEBUG: {1} glance.tests.unit.test_cached_images.TestCachedImages.test_delete_queued_images [0.000125s] ... ok DEBUG: {1} glance.tests.unit.test_cached_images.TestCachedImages.test_get_cached_images [0.016522s] ... ok DEBUG: {1} glance.tests.unit.test_cached_images.TestCachedImages.test_queue_image [0.000111s] ... ok DEBUG: {3} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_object_namespace_not_found [0.634173s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageMemberRepo.test_remove_image_member [0.414081s] ... ok DEBUG: {1} glance.tests.unit.test_context.TestContext.test_anon_public [0.389744s] ... ok DEBUG: {3} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_property_namespace_forbidden [0.437668s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_delete_property_atomic [0.415970s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {3} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_property_namespace_not_found [0.182212s] ... ok DEBUG: {3} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_tag [0.180215s] ... ok DEBUG: {1} glance.tests.unit.test_context.TestContext.test_anon_public_owned [0.533557s] ... ok DEBUG: {3} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_resource_type [0.206352s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_get [0.723621s] ... ok DEBUG: {1} glance.tests.unit.test_context.TestContext.test_auth_public_owned [0.508646s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_image_delete_property_atomic [0.164890s] ... ok DEBUG: {1} glance.tests.unit.test_context.TestContext.test_empty_private [0.082408s] ... ok DEBUG: {1} glance.tests.unit.test_context.TestContext.test_empty_public [0.022694s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_list [0.243340s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_list_private_images [0.182267s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_list_shared_images [0.253205s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {1} glance.tests.unit.test_context.TestContext.test_request_id [0.831815s] ... ok DEBUG: {1} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_service_catalog [0.151270s] ... ok DEBUG: {1} glance.tests.unit.test_context_middleware.TestUnauthenticatedContextMiddleware.test_request [0.038722s] ... ok DEBUG: {1} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_has_pending_migrations_one_migration_no_pending [0.009206s] ... ok DEBUG: {1} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_has_pending_migrations_one_migration_with_pending [0.009159s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_list_status [0.517037s] ... ok DEBUG: {3} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_remove_object [1.769036s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_add_image [0.266414s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_list_with_marker [0.328286s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_list_with_tags_filter_multiple_tags [0.070143s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_location_data_exists [0.093054s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestTaskRepo.test_get [0.071791s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestTaskRepo.test_get_forbidden [0.113746s] ... ok DEBUG: {3} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_remove_tag_not_found [0.573100s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestExtraProperties.test_delitem [0.003661s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_image_set_property_atomic [0.541006s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestExtraProperties.test_eq_with_a_dict [0.074431s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestTaskRepo.test_list_with_last_marker [0.231835s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestExtraProperties.test_getitem [0.007922s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestExtraProperties.test_len_with_non_zero_items [0.011227s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestExtraProperties.test_setitem [0.003181s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestImage.test_set_incorrect_status [0.018502s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestImageFactory.test_new_image_with_extra_properties_and_tags [0.103227s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestImageMemberFactory.test_minimal_new_image_member [0.028833s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestTask.test_invalid_status_transitions_from_success [0.029386s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestTask.test_succeed [0.005326s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestTaskExecutorFactory.test_new_task_executor [0.004541s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestTaskRepo.test_list_with_marker [0.231451s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.test_db.TestTaskRepo.test_sorted_list [0.129991s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestTaskExecutorFactory.test_new_task_executor_error [0.120012s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.test_domain.TestTaskExecutorFactory.test_new_task_executor_with_admin [0.018127s] ... ok DEBUG: {3} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_delete_property_nonimage [0.004067s] ... ok DEBUG: {3} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_get [0.003179s] ... ok DEBUG: {3} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_list [0.014446s] ... ok DEBUG: {3} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_save [0.093097s] ... ok DEBUG: {3} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_save_with_no_result [0.027253s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_limited_list [0.644768s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_namespace [0.159056s] ... ok DEBUG: {3} glance.tests.unit.test_gateway.TestGateway.test_get_task_executor_factory_with_admin [0.119720s] ... ok DEBUG: {3} glance.tests.unit.test_glance_manage.DBCommandsTestCase.test_purge_command [0.241319s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_location_data_value [0.690027s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_tag_namespace_forbidden [0.779205s] ... ok DEBUG: {3} glance.tests.unit.test_glance_manage.DBCommandsTestCase.test_purge_command_negative_rows [0.566252s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_location_value [0.327829s] ... ok DEBUG: {3} glance.tests.unit.test_glance_manage.DBCommandsTestCase.test_purge_invalid_max_rows [0.356955s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_add_image [0.047776s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_dict_to_headers [0.047224s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_tag_namespace_not_found [0.560769s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_errors [0.098353s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_header_list_to_dict [0.093742s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_restore_image_status [0.431483s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_help [0.022857s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_compare_with_no_args [0.107815s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_dump [0.090888s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_livecopy [0.055561s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_restore_image_status_not_found [0.401841s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_livecopy_with_bad_args [0.049733s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_load [0.118821s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_namespace [0.638415s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_load_with_bad_args [0.069395s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_size_with_args_is_None [0.042516s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_size_with_bad_args [0.014442s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_save_excludes_atomic_props [0.481217s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_object [0.575913s] ... ok DEBUG: {3} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_assert_staging_scheme_on_init [0.423619s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_sorted_list_with_multiple_dirs [0.546348s] ... ok DEBUG: {3} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_get_image_id [0.475711s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_object_not_found [0.636947s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_tasks_get_by_image_not_exists [0.525280s] ... ok DEBUG: {3} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_get_staging_path [0.465150s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_tag [0.450883s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestTaskRepo.test_get_not_found [0.263385s] ... ok DEBUG: {3} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_get_staging_path_single_store [0.227212s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {1} glance.tests.unit.test_db.TestTaskRepo.test_limited_list [0.264773s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_object [0.339053s] ... ok DEBUG: {3} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_is_valid_image [0.268977s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestTaskRepo.test_list [0.386956s] ... ok DEBUG: {3} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_is_valid_image_deleted [0.366665s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheNoDep.test_get_caching_iter_when_write_fails [0.042898s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_property_namespace_not_found [0.439392s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_delete_all [0.054809s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_open_for_write_good [0.048678s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_prune_to_zero [0.092862s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestTaskRepo.test_list_with_type [0.289875s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_queue [0.109240s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_clean_stalled ... SKIPPED: filesystem does not support xattr DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_remove_namespace [0.437216s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_clean_stalled_nonzero_stall_time ... SKIPPED: filesystem does not support xattr DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_delete_all ... SKIPPED: filesystem does not support xattr DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_gate_caching_iter_good_checksum ... SKIPPED: filesystem does not support xattr DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_object_namespace_forbidden [0.548592s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_remove_object_not_found [0.544680s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_export_with_specified_path [0.320516s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_property [0.523349s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_contract [0.318351s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_remove_property_not_found [0.559547s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_version_control [0.348224s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_contract [0.110115s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_db_check_result [0.088302s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_tags [0.588904s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_remove_tag [0.572751s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_db_metadefs_load [0.339736s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_namespace_not_found [0.552191s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_db_metadefs_load_prefer_new_with_path [0.325924s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_db_sync_version [0.259103s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_save_property [0.769603s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_db_upgrade_version [0.172822s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_expand_failed [0.007483s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.test_domain.TestExtraProperties.test_getitem_with_no_items [0.147440s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_sync [0.127895s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestExtraProperties.test_len_with_zero_items [0.020050s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestImage.test_delayed_delete [0.120967s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestImage.test_delete_protected_image [0.022231s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_property [0.894119s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestImage.test_extra_properties_assign [0.087846s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.test_domain.TestImage.test_status_active_without_disk_format [0.053217s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestImage.test_status_saving [0.049721s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestImage.test_status_saving_without_disk_format [0.016041s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestImageMemberNotifications.test_image_member_add_notification_disabled [0.338235s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestImage.test_tags_always_a_set [0.071092s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestImageFactory.test_minimal_new_image [0.030450s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestTask.test_fail [0.066177s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestTask.test_run [0.078155s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestTask.test_validate_status_transition_from_pending [0.034793s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestTaskFactory.test_new_task_invalid_type [0.015090s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestImageNotifications.test_image_get_data_notification_disabled [0.246119s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestImageFactory.test_proxy_plain [0.039317s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_property_not_found [0.495303s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestImageMembershipFactory.test_proxy_plain [0.080006s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestImageMembershipFactory.test_proxy_wrapped_image [0.039185s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_add [0.036306s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestImageNotifications.test_image_list [0.242189s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_list [0.080226s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_save [0.083868s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestImageNotifications.test_image_save_notification [0.154685s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_set_property_atomic [0.075158s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_add_with_no_result [0.030806s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_remove [0.055192s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_remove_with_no_result [0.068481s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_object_empty_result [0.669727s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_duplicate [0.461177s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestNotifier.test_notifier_load [0.013634s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_object_namespace_not_found [0.354996s] ... ok DEBUG: {0} glance.tests.unit.test_glance_manage.DBCommandsTestCase.test_purge_max_rows [0.499794s] ... ok DEBUG: {0} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_compare_with_bad_args [0.038033s] ... ok DEBUG: {0} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_size [0.046259s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_property_empty_result [0.127811s] ... ok DEBUG: {0} glance.tests.unit.test_glance_replicator.ReplicationUtilitiesTestCase.test_check_upload_response_headers [0.135842s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_remove_namespace_not_found [0.112990s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_remove_property [0.139784s] ... ok DEBUG: {0} glance.tests.unit.test_glance_replicator.ReplicationUtilitiesTestCase.test_dict_diff [0.153670s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_save_namespace [0.179649s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_create_notification [0.705293s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_save_object [0.189458s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestExtraProperties.test_eq_with_an_object_of_ExtraProperties [0.009266s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestExtraProperties.test_eq_with_incompatible_object [0.006104s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestImage.test_status_active_without_container_format [0.012948s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestImage.test_visibility_enumerated [0.039006s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestImageFactory.test_new_image [0.016724s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestImageFactory.test_new_image_for_is_public [0.023020s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestImageFactory.test_new_image_read_only_property [0.008572s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestTask.test_begin_processing [0.010680s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestTask.test_invalid_status_transitions_from_failure [0.015983s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestTask.test_validate_status_transition_from_processing_to_success [0.007701s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestTaskStub.test_task_stub_get_status [0.016536s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestImageFactory.test_proxy_wrapping [0.005235s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestImageMembershipFactory.test_proxy_both_wrapped [0.006885s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestImageMembershipFactory.test_proxy_wrapped_membership [0.024214s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_delete_property_atomic [0.010834s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_add [0.004741s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestTaskFactory.test_proxy_plain [0.036090s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestTaskFactory.test_proxy_wrapping [0.026866s] ... ok DEBUG: {0} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_delete_file_failed [0.672821s] ... ok DEBUG: {1} glance.tests.unit.test_gateway.TestGateway.test_get_task_executor_factory [0.057036s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_processing_notification_disabled [0.563235s] ... ok DEBUG: {1} glance.tests.unit.test_glance_manage.DBCommandsTestCase.test_purge_invalid_age_in_days [0.193481s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_run_notification [0.120691s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestContextPolicyEnforcer.test_context_admin_policy_admin [0.135978s] ... ok DEBUG: {0} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_delete_file_not_found [0.421130s] ... ok DEBUG: {1} glance.tests.unit.test_glance_manage.DBCommandsTestCase.test_purge_negative_age_in_days [0.219236s] ... ok DEBUG: {1} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_get_image [0.011635s] ... ok DEBUG: {1} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_human_readable_size [0.003787s] ... ok DEBUG: {0} glance.tests.unit.test_image_cache.TestImageCacheNoDep.test_get_caching_iter_when_open_fails [0.071303s] ... ok DEBUG: {0} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_caching_iterator_handles_backend_failure [0.023108s] ... ok DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_caching_iterator [0.112472s] ... ok DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_gate_caching_iter_good_checksum [0.018777s] ... ok DEBUG: {0} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_clean_stalled_nonzero_stall_time [0.107750s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestContextPolicyEnforcer.test_context_admin_policy_nonadmin [0.280702s] ... ok DEBUG: {0} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_open_for_read [0.047156s] ... ok DEBUG: {0} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_caching_iterator_falloffend ... SKIPPED: filesystem does not support xattr DEBUG: {3} glance.tests.unit.test_policy.TestDefaultPolicyCheckStrings.test_admin_or_project_member_check_string [0.044598s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestDefaultPolicyCheckStrings.test_admin_or_project_reader_check_string [0.033303s] ... ok DEBUG: {0} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_caching_iterator_handles_backend_failure ... SKIPPED: filesystem does not support xattr DEBUG: {0} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_is_cached ... SKIPPED: filesystem does not support xattr DEBUG: {3} glance.tests.unit.test_policy.TestDefaultPolicyCheckStrings.test_project_reader_check_string [0.066020s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_add_image_allowed [0.005207s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_add_image_not_allowed [0.002670s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_communitize_image_not_allowed [0.004376s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_delete_image_allowed [0.003265s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_delete_image_not_allowed [0.003083s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_get_image_allowed [0.015339s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_get_image_not_allowed [0.008170s] ... ok DEBUG: {0} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_open_for_write_good ... SKIPPED: filesystem does not support xattr DEBUG: {0} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_prune_to_zero ... SKIPPED: filesystem does not support xattr DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_image_get_data_policy_enforced_with_target [0.003496s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_new_image_visibility_community_allowed [0.005093s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_new_image_visibility_community_not_allowed [0.003606s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_publicize_image_not_allowed [0.002956s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestMemberPolicy.test_delete_member_allowed [0.003765s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_namespace_not_allowed [0.003482s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_tag_not_allowed [0.003398s] ... ok DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_prune [0.358257s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {3} glance.tests.unit.test_policy.TestPolicyEnforcer.test_ensure_context_object_is_passed_to_policy_enforcement [0.119297s] ... ok DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_read [0.050244s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_check_unregistered [0.055471s] ... ok DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_gate_caching_iter_bad_checksum ... SKIPPED: filesystem does not support xattr DEBUG: {0} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_load_from_merge_and_prefer_new [0.231929s] ... ok DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_open_for_read ... SKIPPED: filesystem does not support xattr DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_open_for_write_with_exception ... SKIPPED: filesystem does not support xattr DEBUG: {0} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_unload [0.087334s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_image":"rule:default" was deprecated in W in favor of "add_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image":"rule:default" was deprecated in W in favor of "delete_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_images":"rule:default" was deprecated in W in favor of "get_images":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_image":"rule:default" was deprecated in W in favor of "modify_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "communitize_image":"rule:default" was deprecated in W in favor of "communitize_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "download_image":"rule:default" was deprecated in W in favor of "download_image":"role:admin or (role:member and (project_id:%(project_id)s or project_id:%(member_id)s or "community":%(visibility)s or "public":%(visibility)s))". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "upload_image":"rule:default" was deprecated in W in favor of "upload_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image_location":"rule:default" was deprecated in W in favor of "delete_image_location":"role:admin". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image_location":"rule:default" was deprecated in W in favor of "get_image_location":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "set_image_location":"rule:default" was deprecated in W in favor of "set_image_location":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_member":"rule:default" was deprecated in W in favor of "add_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_member":"rule:default" was deprecated in W in favor of "delete_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_member":"rule:default" was deprecated in W in favor of "get_member":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_members":"rule:default" was deprecated in W in favor of "get_members":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_member":"rule:default" was deprecated in W in favor of "modify_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_expand [0.042520s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_migrate [0.047225s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_file_check [0.211350s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_sync [0.036236s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_upgrade_version [0.027336s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_contract_db_is_already_sync [0.004023s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_db_contract [0.044819s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_db_expand [0.046175s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_db_metadefs_load_prefer_new [0.072886s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_load_with_specified_path [0.328309s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_db_metadefs_load_prefer_new_and_overwrite_existing [0.050477s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_db_metadefs_load_with_specified_path [0.034234s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_expand [0.012618s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_expand_if_not_expand_head [0.007828s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_migrate_db_is_already_sync [0.014506s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_sync_db_is_already_sync [0.010563s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_sync_failed_to_sync [0.004328s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.test_notifier.TestImageMemberNotifications.test_image_member_get [0.030445s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "deactivate":"rule:default" was deprecated in W in favor of "deactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "reactivate":"rule:default" was deprecated in W in favor of "reactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_image":"rule:default" was deprecated in W in favor of "add_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image":"rule:default" was deprecated in W in favor of "delete_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_images":"rule:default" was deprecated in W in favor of "get_images":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_image":"rule:default" was deprecated in W in favor of "modify_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "communitize_image":"rule:default" was deprecated in W in favor of "communitize_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "download_image":"rule:default" was deprecated in W in favor of "download_image":"role:admin or (role:member and (project_id:%(project_id)s or project_id:%(member_id)s or "community":%(visibility)s or "public":%(visibility)s))". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "upload_image":"rule:default" was deprecated in W in favor of "upload_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image_location":"rule:default" was deprecated in W in favor of "delete_image_location":"role:admin". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image_location":"rule:default" was deprecated in W in favor of "get_image_location":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "set_image_location":"rule:default" was deprecated in W in favor of "set_image_location":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_member":"rule:default" was deprecated in W in favor of "add_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_member":"rule:default" was deprecated in W in favor of "delete_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_member":"rule:default" was deprecated in W in favor of "get_member":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_members":"rule:default" was deprecated in W in favor of "get_members":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_member":"rule:default" was deprecated in W in favor of "modify_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_file_custom_rules_default_location [0.506596s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageMemberNotifications.test_image_member_list [0.241567s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_upgrade [0.394317s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestPolicyEnforcerNoFile.test_policy_file_default_not_found [0.142963s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestTaskPolicy.test_get_tasks_allowed [0.008235s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageMemberQuotas.test_new_image_member_unlimited_members [0.012323s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_add_image_too_many_image_properties [0.003334s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_delete_image_properties_when_quota_exceeded [0.002851s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_invalid_quota_config_parameter [0.005432s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_save_image_unlimited_image_properties [0.002443s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_append_location_for_queued_image [0.004758s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_exceed_append_location [0.008931s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_exceed_insert_location [0.005929s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_iadd_location_for_queued_image [0.005042s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_quota_allowed [0.005377s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_quota_allowed_unit_gb [0.005236s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_quota_exceeded_no_size [0.005409s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_set_location_exceed [0.005483s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageTagQuotas.test_add_image_tag [0.002464s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_add [0.003976s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_add_too_many_tags [0.002778s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestManage.test_contract_before_migrate [0.131330s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_iter [0.036212s] ... ok DEBUG: {3} glance.tests.unit.test_schema.TestBasicSchema.test_merge_conflicting_but_identical_properties [0.003220s] ... ok DEBUG: {3} glance.tests.unit.test_schema.TestBasicSchema.test_merge_conflicting_properties [0.003467s] ... ok DEBUG: {3} glance.tests.unit.test_schema.TestBasicSchema.test_merge_properties [0.002199s] ... ok DEBUG: {3} glance.tests.unit.test_schema.TestBasicSchema.test_validate_passes [0.011597s] ... ok DEBUG: {3} glance.tests.unit.test_schema.TestCollectionSchema.test_raw_json_schema [0.007962s] ... ok DEBUG: {3} glance.tests.unit.test_schema.TestPermissiveSchema.test_raw_json_schema [0.002874s] ... ok DEBUG: {3} glance.tests.unit.test_schema.TestPermissiveSchema.test_validate_rejects_non_string_extra_properties [0.003837s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestManage.test_db_complex_password [0.064305s] ... ok DEBUG: {3} glance.tests.unit.test_scrubber.TestScrubDBQueue.test_get_all_images_paged [0.026104s] ... ok DEBUG: {3} glance.tests.unit.test_scrubber.TestScrubber.test_store_delete_successful [0.038926s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestImageFactory.test_new_image_with_location [0.062300s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_insert_invalid_location_uri [0.083562s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_insert_location [0.057805s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_add_notification [0.483761s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreImage.test_image_checking_location_exists [0.052496s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreImage.test_image_get_data [0.003226s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreImage.test_image_set_data_inspector_no_match [0.044905s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_unicode_list [0.002772s] ... ok DEBUG: {3} glance.tests.unit.test_store_location.TestStoreLocation.test_add_location_with_restricted_sources [0.030739s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2 [0.035244s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestManage.test_db_metadefs_export_with_specified_path [0.409314s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_12_enabled_supported [0.033009s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_13_default_unsupported [0.070266s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_13_enabled_unsupported [0.062094s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_deprecated_is_negotiated_1_ [0.023767s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestManage.test_db_metadefs_load_from_path_overwrite_existing [0.246373s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_get_data_size_mismatch [0.453152s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestManage.test_db_metadefs_load_overwrite_existing [0.105770s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_experimental_is_negotiated_2_slow_one_fast_two [0.304868s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestManage.test_db_version_control [0.172190s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestManage.test_migrate_already_sync [0.055915s] ... ok DEBUG: {1} glance.tests.unit.test_misc.UtilsTestCase.test_empty_metadata_headers [0.045588s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_HTTP_error [0.320679s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_get_version_list_secure_proxy_ssl_header [0.260999s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestImageMemberNotifications.test_image_member_add_notification [0.175737s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestImageMemberNotifications.test_image_member_delete_notification [0.114723s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_error [0.333957s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_0 [0.287498s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestImageMemberNotifications.test_image_member_save_notification [0.284692s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_11_enabled_supported [0.284082s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_not_found [0.377748s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestImageMemberNotifications.test_image_member_save_notification_disabled [0.434356s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_storage_full [0.339642s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_12_default_unsupported [0.431116s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_upload_and_activate_notification [0.127905s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_upload_and_not_activate_notification [0.090023s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_create_notification_disabled [0.039603s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestImageNotifications.test_image_add_notification_disabled [0.461844s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_delete_notification_disabled [0.141519s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_2 [0.323889s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_failure_notification_disabled [0.102669s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_success_notification [0.185897s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestImagePolicy.test_get_images_not_allowed [0.028299s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_prepare_notification [0.367992s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_8_default_unsupported [0.340444s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestImagePolicy.test_modify_image_not_allowed [0.021267s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestImagePolicy.test_new_image_visibility_public_allowed [0.007127s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestImagePolicy.test_new_image_visibility_public_not_allowed [0.009182s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestMemberPolicy.test_add_member_not_allowed [0.018874s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestMemberPolicy.test_get_member_not_allowed [0.036868s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestMemberPolicy.test_modify_member_allowed [0.049693s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestMemberPolicy.test_modify_member_not_allowed [0.010902s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_property_not_allowed [0.025885s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_resource_type_not_allowed [0.026171s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_tag_allowed [0.023099s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_9 [0.446509s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_enforce_unregistered [0.261266s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_image":"rule:default" was deprecated in W in favor of "add_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image":"rule:default" was deprecated in W in favor of "delete_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_images":"rule:default" was deprecated in W in favor of "get_images":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_storage_write_denied [0.690090s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_file_custom_location [0.204150s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsTest.test_get_version_list_public_endpoint [0.398970s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_value_error [0.348272s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsTest.test_get_version_list_secure_proxy_ssl_header [0.243841s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_delete_notification [0.410989s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_file_default_rules_default_location [0.962228s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestTaskPolicy.test_get_task_not_allowed [0.035439s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImageLocationQuotas.test_add_too_many_image_locations [0.067796s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImageLocationQuotas.test_replace_unlimited_image_locations [0.056245s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_processing_notification [0.372987s] ... ok DEBUG: {3} glance.tests.unit.v2.test_discovery_stores.TestInfoControllers.test_get_stores_reserved_stores_excluded [0.760634s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_modify_image_properties_when_quota_exceeded [0.068500s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_quota_exceeded_after_delete_image_properties [0.066641s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImageQuota.test_append_location [0.102890s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImageQuota.test_exceed_extend_location [0.075949s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_success_notification_disabled [0.501081s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImageQuota.test_quota_exceeded_with_right_size [0.105554s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImageQuota.test_set_location_under [0.116677s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImageTagQuotas.test_add_too_many_image_tags [0.065300s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImageTagQuotas.test_add_unlimited_image_tags [0.025666s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImageTagQuotas.test_replace_too_many_image_tags [0.035042s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_not_equals [0.074179s] ... ok DEBUG: {0} glance.tests.unit.test_schema.TestPermissiveSchema.test_filter_passes_extra_properties [0.019034s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_image":"rule:default" was deprecated in W in favor of "add_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image":"rule:default" was deprecated in W in favor of "delete_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image":"rule:default" was deprecated in W in favor of "get_image":"role:admin or (role:reader and (project_id:%(project_id)s or project_id:%(member_id)s or "community":%(visibility)s or "public":%(visibility)s))". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_images":"rule:default" was deprecated in W in favor of "get_images":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_image":"rule:default" was deprecated in W in favor of "modify_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_deactivate_from_pending_delete [0.962163s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestContextPolicyEnforcer.test_context_nonadmin_policy_nonadmin [0.468964s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "deactivate":"rule:default" was deprecated in W in favor of "deactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "reactivate":"rule:default" was deprecated in W in favor of "reactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.test_scrubber.TestScrubber.test_scrubber_revert_image_status [0.456731s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestDefaultPolicyCheckStrings.test_project_member_download_image_check_string [0.312771s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_deactivate_from_queued [0.418474s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestDefaultPolicyCheckStrings.test_project_reader_get_image_check_string [0.260344s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestImagePolicy.test_communitize_image_allowed [0.099377s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestImagePolicy.test_get_images_allowed [0.004172s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestImagePolicy.test_modify_image_allowed [0.022309s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestImagePolicy.test_publicize_image_allowed [0.013656s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestMemberPolicy.test_get_members_allowed [0.011275s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestMemberPolicy.test_get_members_not_allowed [0.012276s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_namespace_allowed [0.003596s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_object_allowed [0.008876s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_image":"rule:default" was deprecated in W in favor of "modify_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "communitize_image":"rule:default" was deprecated in W in favor of "communitize_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "download_image":"rule:default" was deprecated in W in favor of "download_image":"role:admin or (role:member and (project_id:%(project_id)s or project_id:%(member_id)s or "community":%(visibility)s or "public":%(visibility)s))". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "upload_image":"rule:default" was deprecated in W in favor of "upload_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image_location":"rule:default" was deprecated in W in favor of "delete_image_location":"role:admin". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image_location":"rule:default" was deprecated in W in favor of "get_image_location":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "set_image_location":"rule:default" was deprecated in W in favor of "set_image_location":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_member":"rule:default" was deprecated in W in favor of "add_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_member":"rule:default" was deprecated in W in favor of "delete_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_member":"rule:default" was deprecated in W in favor of "get_member":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_members":"rule:default" was deprecated in W in favor of "get_members":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_member":"rule:default" was deprecated in W in favor of "modify_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "deactivate":"rule:default" was deprecated in W in favor of "deactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "reactivate":"rule:default" was deprecated in W in favor of "reactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.test_store_image.TestImageFactory.test_new_image [0.628810s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_enforcer_does_not_raise_forbidden [0.195238s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "communitize_image":"rule:default" was deprecated in W in favor of "communitize_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "download_image":"rule:default" was deprecated in W in favor of "download_image":"role:admin or (role:member and (project_id:%(project_id)s or project_id:%(member_id)s or "community":%(visibility)s or "public":%(visibility)s))". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "upload_image":"rule:default" was deprecated in W in favor of "upload_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image_location":"rule:default" was deprecated in W in favor of "delete_image_location":"role:admin". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image_location":"rule:default" was deprecated in W in favor of "get_image_location":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "set_image_location":"rule:default" was deprecated in W in favor of "set_image_location":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_member":"rule:default" was deprecated in W in favor of "add_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_member":"rule:default" was deprecated in W in favor of "delete_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_member":"rule:default" was deprecated in W in favor of "get_member":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_members":"rule:default" was deprecated in W in favor of "get_members":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_member":"rule:default" was deprecated in W in favor of "modify_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "deactivate":"rule:default" was deprecated in W in favor of "deactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "reactivate":"rule:default" was deprecated in W in favor of "reactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:1065: UserWarning: Policy foo failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required DEBUG: warnings.warn(msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_image":"rule:default" was deprecated in W in favor of "add_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image":"rule:default" was deprecated in W in favor of "delete_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image":"rule:default" was deprecated in W in favor of "get_image":"role:admin or (role:reader and (project_id:%(project_id)s or project_id:%(member_id)s or "community":%(visibility)s or "public":%(visibility)s))". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_file_get_image_default_everybody [0.161318s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_extend_invalid_locations_metadata [0.423078s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_reactivate_from_deactivated [0.937536s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestPolicyEnforcerNoFile.test_policy_file_specified_but_not_found [0.339988s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestTaskPolicy.test_get_task_allowed [0.003660s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageLocationQuotas.test_add_unlimited_image_locations [0.007417s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageLocationQuotas.test_remove_image_location_while_over_quota [0.004861s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageMemberQuotas.test_new_image_member_too_many_members [0.014866s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_add_image_unlimited_image_properties [0.007163s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_exceed_quota_during_patch_operation [0.003565s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageQuota.test_iadd_location [0.045825s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageQuota.test_quota_allowed_unit_b [0.022814s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageQuota.test_quota_allowed_unit_tb [0.067076s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageQuota.test_quota_exceeded_with_right_size_b [0.028195s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageQuota.test_set_location [0.020765s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_get_data_from_second_location [0.362338s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageQuota.test_set_location_for_queued_image [0.049522s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageTagQuotas.test_remove_image_tag_while_over_quota [0.036809s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageTagQuotas.test_replace_image_tag [0.014460s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_contains [0.014001s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_equals [0.017391s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_len [0.005744s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_tags_attr_no_loop [0.003079s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_tags_deepcopy [0.004559s] ... ok DEBUG: {1} glance.tests.unit.test_schema.TestBasicSchema.test_raw_json_schema [0.002983s] ... ok DEBUG: {1} glance.tests.unit.test_schema.TestBasicSchema.test_validate_fails_on_bad_type [0.034511s] ... ok DEBUG: {1} glance.tests.unit.test_schema.TestBasicSchema.test_validate_fails_on_extra_properties [0.019628s] ... ok DEBUG: {1} glance.tests.unit.test_schema.TestBasicSchemaLinks.test_raw_json_schema [0.015993s] ... ok DEBUG: {1} glance.tests.unit.test_schema.TestPermissiveSchema.test_validate_with_additional_properties_allowed [0.005925s] ... ok DEBUG: {1} glance.tests.unit.test_scrubber.TestScrubDBQueue.test_get_all_images [0.053338s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_get_location_index [0.368820s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_images":"rule:default" was deprecated in W in favor of "get_images":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_image":"rule:default" was deprecated in W in favor of "modify_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "communitize_image":"rule:default" was deprecated in W in favor of "communitize_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "download_image":"rule:default" was deprecated in W in favor of "download_image":"role:admin or (role:member and (project_id:%(project_id)s or project_id:%(member_id)s or "community":%(visibility)s or "public":%(visibility)s))". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "upload_image":"rule:default" was deprecated in W in favor of "upload_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image_location":"rule:default" was deprecated in W in favor of "delete_image_location":"role:admin". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image_location":"rule:default" was deprecated in W in favor of "get_image_location":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "set_image_location":"rule:default" was deprecated in W in favor of "set_image_location":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_member":"rule:default" was deprecated in W in favor of "add_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_member":"rule:default" was deprecated in W in favor of "delete_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_member":"rule:default" was deprecated in W in favor of "get_member":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_members":"rule:default" was deprecated in W in favor of "get_members":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_member":"rule:default" was deprecated in W in favor of "modify_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "deactivate":"rule:default" was deprecated in W in favor of "deactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "reactivate":"rule:default" was deprecated in W in favor of "reactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_adding_invalid_location_metadata [0.082154s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_adding_locations [0.063246s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_reactivate_from_killed [0.803700s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_append_invalid_location_metatdata [0.154816s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_reverse_locations_order [0.225986s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImageDataDeserializer.test_upload_chunked_with_content_length [0.301181s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_set_data_inspector_not_needed [0.205200s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_content_range_requests_for_image_downloads [0.109296s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_append_locations [0.301633s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_store_get_not_support [0.046981s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_upload [0.036720s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_delete_location [0.139426s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_delete_locations [0.056278s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_set_data_unknown_size [0.262600s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImageRepo.test_member_addition_updates_acls [0.002630s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_extend_locations [0.133727s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImageRepo.test_save_updates_acls [0.111137s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_pop_location [0.061112s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_list_bad [0.066391s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_simple_bad [0.013370s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_remove_location [0.104366s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_delete [0.011205s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreMultiBackends.test_image_set_data [0.302049s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_set_data [0.296552s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_download_ok_when_get_image_location_forbidden [0.731430s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.test_store_image.TestStoreMultiBackends.test_image_set_data_invalid_signature [0.351887s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_set_data_invalid_signature [0.324494s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_already_on_staging [0.635309s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreMultiBackends.test_image_set_data_valid_signature [0.428099s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_set_data_invalid_signature_missing_metadata [0.425145s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_fail_does_not_set_host [0.194619s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_set_data_valid_signature [0.326941s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImageRepo.test_add_fetches_members_if_private [0.015556s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImageRepo.test_add_ignores_acls_if_no_locations [0.004964s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImageRepo.test_member_removal_updates_acls [0.002330s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreMultiBackends.test_set_data_calls_upload_to_store [0.431691s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_invalid_image_transition [0.315734s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_empty [0.075519s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_raises_image_size_exceeded [0.116311s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_nested_dict [0.063598s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_11_enabled_supported [0.297600s] ... ok DEBUG: {1} glance.tests.unit.test_store_location.TestStoreLocation.test_add_location_for_image_without_size [0.212684s] ... ok DEBUG: {1} glance.tests.unit.test_test_utils.TestFakeData.test_via_read [0.048007s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_records_host_unset [0.369622s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_12_default_unsupported [0.289212s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_1 [0.315558s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_2 [0.264928s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_invalid [0.367971s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_10_default_unsupported [0.277966s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_3 [0.241253s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_4 [0.070514s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_8_enabled_supported [0.099828s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_10_enabled_supported [0.298513s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_storage_internal_error [0.497767s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_9 [0.236916s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_get_version_list [0.160088s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_11_default_unsupported [0.380000s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_10_enabled_supported [0.067231s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_13_enabled_unsupported [0.110164s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_6 [0.220640s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_7 [0.136392s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_7 [0.135777s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_8_default_unsupported [0.176850s] ... ok DEBUG: {0} glance.tests.unit.v2.test_discovery_image_import.TestInfoControllers.test_get_import_info_with_empty_method_list [0.217949s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestMultiBackendImagesController.test_upload [1.031118s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_current_is_negotiated_1_ [0.264228s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_get_version_list_secure_proxy_ssl_header_https [0.201984s] ... ok DEBUG: {0} glance.tests.unit.v2.test_discovery_stores.TestInfoControllers.test_get_stores [0.674185s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_1 [0.346903s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_10_default_unsupported [0.247019s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestMultiBackendImagesController.test_upload_invalid_backend_in_request_header [0.909367s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_13_default_unsupported [0.263468s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create [0.443868s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_3 [0.358267s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_deactivate_from_deactivated [0.995424s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create_overlimit [0.382959s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_supported_is_negotiated_1_ [0.436793s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create_public_image [0.156349s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete_forbidden_by_delete_member_policy [0.145393s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsTest.test_get_version_list [0.190667s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsTest.test_get_version_list_secure_proxy_ssl_header_https [0.327417s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_deactivate_from_deleted [1.100076s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete_member_does_not_exist [0.475612s] ... ok DEBUG: {1} glance.tests.unit.v2.test_discovery_image_import.TestInfoControllers.test_get_import_info [0.170063s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_index_allowed_by_get_members_policy [0.390008s] ... ok DEBUG: {1} glance.tests.unit.v2.test_discovery_stores.TestInfoControllers.test_get_stores_read_only_store [0.388929s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_deactivate_from_killed [0.658756s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_index_no_members [0.429128s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImageDataDeserializer.test_stage_raises_invalid_content_type [0.297410s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_deactivate_from_active [0.725759s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImageDataDeserializer.test_stage_without_glance_direct [0.245931s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_show [0.541538s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImageDataDeserializer.test_upload [0.283550s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_failure_with_valid_content_range [0.036381s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_with_checksum [0.031451s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_deactivate_from_saving [0.592911s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_download [0.310380s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_show_forbidden [0.506758s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_download_no_location [0.368850s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_reactivate_from_saving [0.531641s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImageDataDeserializer.test_upload_chunked [0.153529s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_download_non_existent_image [0.246083s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_update_done_by_member [0.545196s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImageDataDeserializer.test_upload_with_incorrect_content_length [0.167602s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_failure_with_valid_range [0.003398s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_forbidden [0.021461s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_service_unavailable [0.002860s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_store_random_get_not_support [0.008576s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_multi_range_requests_raises_bad_request_error [0.002344s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_download_deactivated [0.081803s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_size_limit_exceeded [0.233971s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_update_done_by_member_forbidden_by_policy [0.532120s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_raises_internal_error [0.592574s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_raises_storage_full [0.483760s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_raises_storage_quota_full [0.180195s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_update_done_by_owner [0.692512s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_raises_storage_write_denied [0.337545s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_stage [1.024051s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_restore_image_when_staging_failed [0.247360s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_restore_image_when_upload_failed [0.233511s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_image_forbidden [0.144950s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_non_existent_image_raises_store_not_found_exception [0.181449s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_update_non_existent_image [0.908874s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersSerializer.test_index [0.011780s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_create_member_empty [0.275035s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create_allowed_by_add_policy [0.370731s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_no_size [0.947997s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_update_list_return_error [0.373272s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create_forbidden_by_add_policy [0.536201s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_non_existent_image_before_save [0.608435s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create_private_image [0.407226s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_tags_resource.TestImageTagsController.test_create_tag [0.911608s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create_unlimited [0.344511s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_non_existent_image_raises_image_not_found_exception [0.825941s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_tags_resource.TestImageTagsController.test_delete_tag_of_non_existing_image [0.646868s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImageSchemaDeterminePropertyBasis.test_custom_property_marked_as_non_base [0.065850s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImageSchemaFormatConfiguration.test_custom_container_formats [0.044089s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImageSchemaFormatConfiguration.test_default_disk_formats [0.045705s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete_allowed_by_policies [0.771039s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_signature_verification_fails [0.885036s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create [0.720506s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete_by_member [0.707618s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_storage_quota_full [0.698641s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete_forbidden_by_get_member_policy [0.519896s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_duplicate_tags [0.803980s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_index [0.421834s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_with_expired_token [1.008747s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_index_member_view [0.534684s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_locked_down_protected_prop [1.139087s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete_private_image [0.642191s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_member_create_raises_bad_request_for_unicode_value [0.551753s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete_public_image [0.734289s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_show_not_found [0.725143s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersSerializer.test_show [0.052778s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_protected_prop_case_insensitive [1.032310s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_create_list_return_error [0.507957s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_index_forbidden_by_get_members_policy [0.782521s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_readonly_property [0.527478s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_update [0.153173s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_update_no_body [0.313522s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_unexpected_property [0.827901s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_tags_resource.TestImageTagsController.test_delete_tag_not_found [0.908268s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_with_duplicate_location [0.729553s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_index_private_image [1.835736s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_tags_resource.TestImageTagsController.test_update_tag_of_non_existing_image [0.630692s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_tags_resource.TestImagesSerializer.test_create_tag [0.030436s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_tags_resource.TestImagesSerializer.test_delete_tag [0.022912s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_with_owner_admin [0.450817s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImageSchemaFormatConfiguration.test_custom_disk_formats [0.017174s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_index_public_image [0.477410s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_encryption_key_error [0.599698s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_add_location_new_validation_data_on_active [0.594243s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_show_by_member [0.592025s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_encryption_key_not_found [0.504146s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_add_location_same_validation_data [0.625298s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_update_done_by_member_allowed_by_policy [0.469954s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_in_use [0.600946s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_public_image_as_admin [0.457537s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_update_invalid_status [0.391073s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersSerializer.test_create [0.027241s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_create_invalid [0.186947s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_invalid_encryption_key_deletion_policy [0.255367s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_with_bad_min_ram_size [0.435124s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_invalid_encryption_key_id [0.291011s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.v2.test_image_tags_resource.TestImageTagsController.test_delete_tag_forbidden [0.546581s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delayed_delete [0.309850s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImageSchemaDeterminePropertyBasis.test_base_property_marked_as_base [0.015057s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_encryption_key [0.352198s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_add_location_different_validation_data [0.331600s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_has_snapshot [0.308125s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_add_location_identify_associated_store [0.365293s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_locked_down_protected_prop [1.134969s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_no_encryption_key_id [0.381992s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_add_location_on_queued [0.347483s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_get_task_info_no_tasks [0.502049s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_cleanup_stale_task_progress [0.524180s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_delete_proxies [0.158236s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_copy_not_allowed_by_policy [0.139758s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_locked_by_bustable_terminal_task_failure [0.222873s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_proxies_error [0.306455s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_non_protected_prop [1.376579s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_raises_bad_request [0.184053s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_disabled_notification [0.938474s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_raises_conflict [0.203203s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_next_marker [0.158387s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_no_next_marker [0.240347s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_dup_id [0.581061s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_return_parameters [0.231758s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_protected_prop_case_insensitive [1.149047s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_virtual_size_max_filter [0.362951s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_non_protected_prop [0.608535s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_queued_updates_status [0.328684s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_invalid_hidden_filter [0.469755s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_with_bad_min_disk_size [0.453311s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_enforce_lock_pending_takes_longer [0.553792s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_non_existent [0.527739s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_multi_tags_and_nonexistent [0.698282s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_invalid_uri_filtering [0.460480s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_queued_updates_status_delayed_delete [0.241995s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_to_unallowed_status [0.222273s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_deletion_of_staging_data_failed [0.397612s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_enforce_lock_log_not_bustable [0.705825s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_os_hash_value_filter_multiple_images [1.499934s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_locked_by_bustable_task [1.493874s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_get_task_info [0.691567s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_locked_by_bustable_terminal_task_success [0.774640s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_tags [0.864991s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_no_proxy_non_direct [0.554396s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_get_task_info_raises_not_found [0.671274s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_tags_and_properties [0.677183s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_proxies [0.531406s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_zero_images [0.449594s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import [0.774193s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_admin_deleted_images_hidden [0.286921s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_add_not_permitted_status_deleted [0.447857s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_default_limit [0.571881s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_copy_allowed_by_policy [0.676953s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_remove_not_permitted_status_deleted [0.616281s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_invalid_sort_key [0.679118s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_locked [0.693004s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_size_max_filter [0.419632s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_remove_not_permitted_status_importing [0.842921s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_virtual_size_min_filter [0.189727s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_not_allowed [0.588965s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_virtual_size_range_filter [0.120992s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_core_and_extra_property [0.211662s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_remove_not_permitted_status_killed [0.681784s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_raises_conflict_for_invalid_status_change [0.585063s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_invalid_max_range_filter_value [0.414760s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_remove_not_permitted_status_queued [0.375745s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_replace_not_permitted_status_deactivated [0.279245s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_marker [0.691112s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_raises_conflict_if_disk_format_is_none [0.934700s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_replace_not_permitted_status_importing [0.613385s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_admin [0.359824s] ... ok DEBUG: {2} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vhdx [94.601097s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_marker_not_found [0.728253s] ... ok DEBUG: {2} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_choose_best_location_with_none_or_empty_locations [0.298670s] ... ok DEBUG: {2} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_load_strategy_module_with_deduplicating [0.128194s] ... ok DEBUG: {2} glance.tests.unit.common.test_location_strategy.TestStoreTypeStrategyModule.test_get_ordered_locations_with_invalid_store_name [0.173091s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_non_default_is_public_filter [0.349272s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_greater_than_limit_max [0.649727s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_delete_none_permitted [0.223724s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_create_and_permitted_role [1.317686s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_size_min_filter [0.617707s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_nonexistent_name_filter [0.609248s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_size_range_filter [0.467921s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_read_none [0.857858s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_sort_dir [0.895728s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_id_filter [0.489562s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_read_none_permitted [0.844374s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_invalid_locations_op_pos [0.361431s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_invalid_marker [0.389312s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_add_not_permitted_status_importing [0.194852s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_limit [0.250806s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_add_not_permitted_status_killed [0.187582s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_remove_not_permitted_status_pending_delete [0.119108s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_delete_and_permitted_role [1.851606s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_replace_not_permitted_status_deleted [0.312975s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_update_all_permitted [0.991440s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_update_permitted_specific_policy [0.219080s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_replace_not_permitted_status_killed [0.474156s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_many_filters [0.980549s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_update_unpermitted_policy [0.123011s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_return_first_match [0.248473s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_create_all_permitted [0.240034s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_create_none_permitted [0.139661s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_read_all_permitted [0.083605s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_replace_not_permitted_status_pending_delete [0.767358s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_multi_tags [0.942698s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_delete_and_unpermitted_role [1.853759s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_read_none [0.427800s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_replace_not_permitted_status_uploading [0.393189s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_multiple_properties [0.391043s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_read_unpermitted_role [0.468942s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_is_property_protections_enabled_true [0.150635s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_non_existent_checksum [0.495705s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_update_and_permitted_policy [0.821131s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_show_deleted_properties [0.131509s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_property_protection_file_doesnt_exist [0.272883s] ... ok DEBUG: {2} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_compare [0.003190s] ... ok DEBUG: {2} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_east_normalize [0.059431s] ... ok DEBUG: {2} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_offset_east [0.037138s] ... ok DEBUG: {2} glance.tests.unit.common.test_timeutils.TimeUtilsTest.test_iso8601_from_timestamp [0.037018s] ... ok DEBUG: {2} glance.tests.unit.common.test_timeutils.TimeUtilsTest.test_isotimei_micro_second_precision [0.027834s] ... ok DEBUG: {2} glance.tests.unit.common.test_timeutils.TimeUtilsTest.test_parse_isotime_micro_second_precision [0.026106s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.EvaluateFilterOpTestCase.test_invalid_operator [0.005275s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.ImportURITestCase.test_ignored_filtering_options [0.015254s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.ImportURITestCase.test_validate_import_uri [0.008824s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_greater_than_equal_operator [0.004101s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_in_operator [0.009737s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_less_than_operator [0.031147s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_operator_with_datetime [0.013896s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.TestCinderStoreUtils.test_update_cinder_store_location_invalid_type [0.043923s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.TestCinderStoreUtils.test_update_cinder_store_location_valid_type [0.072220s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.TestStoreUtils.test_update_store_location_with_different_store [0.025654s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_of_iterator_stop_iteration_err [0.004919s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_preserves_size_chunk_less_then_read [0.011431s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_unbounded_read_on_empty_iterator [0.004788s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.TestUtils.test_get_stores_from_request_excludes_readonly_store [0.029718s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.TestUtils.test_get_stores_from_request_raises_bad_request_with_all_stores [0.040982s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_invalid_transfer_encoding_with_content_length [0.006868s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_valid_transfer_encoding_with_content_length [0.013190s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_from_accept_json_xml_quality [0.003051s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_non_existent_os_hash_value [0.831549s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_create_with_patch_and_policy [1.531122s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_and_remove_property_under_limit [0.707103s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_and_remove_too_many_locations [0.373692s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_and_remove_too_many_properties [0.230533s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_locations [0.094811s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_os_hash_value_filter_single_image [0.742545s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_too_many_locations [0.113372s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_too_many_properties [0.117879s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_sort_key [0.427377s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_update_and_permitted_role [1.236984s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_deleted_image_admin [0.332186s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_disabled_notification [0.551311s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_add_not_permitted_status_saving [0.714313s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_update_and_unpermitted_role [0.762212s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_base_property [0.294820s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_add_not_permitted_status_uploading [0.471791s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_read_locked_down_protected_prop [0.464039s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_location_while_over_limit [0.362095s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_remove_not_permitted_status_deactivated [0.450238s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_and_remove_location_under_limit [0.458181s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_property_while_over_limit [0.462029s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_base_attribute [0.212582s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_duplicate_locations [0.216310s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_locations_invalid [0.379699s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_extra_property_json_schema_version_10 [0.387932s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_replace_not_permitted_status_saving [0.739099s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_locations_invalid [0.268910s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_onwer_non_admin [0.281983s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_with_bad_min_disk [0.332541s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_locations_list [0.366450s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_with_too_many_properties [0.298051s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_unlimited_locations [0.399115s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_show_and_unpermitted_role [1.158027s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_create_image_unauthorized [0.326685s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_show_unauthorized [0.333571s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_read_non_protected_prop [0.616828s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_protected_prop_case_insensitive [0.799178s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_update_decommunitize_image_unauthorized [0.416646s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_location [0.302174s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_update_publicize_image_unauthorized [0.296994s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_read_protected_prop_case_insensitive [0.665749s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_create_id_to_image_id [0.220309s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_locations_metadata_update [0.383590s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_import_image_invalid_import_method [0.298175s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_missing_property [0.322307s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_import_image_with_all_stores_not_boolean [0.184426s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_multiple_sort_dirs [0.290977s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_replace_locations_identify_associated_store [0.835860s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_property [0.489262s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_reserved_not_counted_in_quota [0.401110s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_replace_locations_unknon_locations [0.657707s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_new_sorting_syntax_invalid_request [0.851602s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_show_deleted_image_admin [0.369407s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_create_community_image_unauthorized [0.618521s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_new_sorting_syntax_multiple_keys_different_dirs [0.345127s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_show_non_existent [0.672259s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_delete_unauthorized [0.686075s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_new_sorting_syntax_multiple_keys_optional_dir [1.126912s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_show_not_allowed [0.588921s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_update_depublicize_image_unauthorized [0.787372s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_private_key [0.302086s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_strip_params_from_filters [0.213393s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_base_property_json_schema_version_10 [0.665862s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_with_many_filter [0.234375s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_deep_limited_attributes [0.260868s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_update_set_image_location_unauthorized [0.876996s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_base_property_json_schema_version_4 [0.832916s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_create_full [0.608270s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_locations_insertion [0.413585s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_disallowed_attributes [0.979173s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_image_import [0.344558s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_import_image_with_allow_failure_not_boolean [0.375452s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_property [0.787779s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_invalid_multiple_sort_keys [0.432977s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_marker [0.375296s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_property_already_present_json_schema_version_10 [0.702897s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_marker_not_specified [0.343452s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_invalid_changes [1.707092s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_unlimited_properties [0.316411s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_multiple_sort_keys [0.312219s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_format_properties [0.232402s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_invalid_operation [0.189253s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {2} glance.tests.unit.common.test_wsgi.RequestTest.test_http_error_response_codes [13.608198s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_multiple_changes [0.151422s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_negative_limit [0.431282s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_no_changes [0.120313s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.RequestTest.test_language_accept_default [0.224845s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.RequestTest.test_language_accept_none [0.050803s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.RequestTest.test_range_invalid [0.042850s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.ResourceTest.test_dispatch [0.032336s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.ResourceTest.test_dispatch_default [0.029431s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_new_sorting_syntax_multiple_keys_asc_dir [0.466585s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.ResourceTest.test_get_action_args_del_controller_error [0.113392s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.ResourceTest.test_get_action_args_invalid_index [0.046927s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.ServerTest.test_create_pool [0.043290s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.TestHelpers.test_data_passed_properly_through_headers [0.018866s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_non_protected_prop [0.700450s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_dirs_fewer_than_keys [0.376294s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi_app.TestWsgiAppInit.test_policy_enforcement_valid_truthy_configuration [0.234035s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestEndpoints.test_get_endpoint_raises_with_invalid_service_type [0.025123s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestEndpoints.test_get_endpoint_with_custom_server_type [0.011912s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_zero_limit [0.198333s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImageFactoryProxy.test_cannot_set_owner_to_none [0.234304s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_location_invalid_pos [0.478917s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update [0.359530s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImageMutability.test_no_tenant_nothing_mutable [0.291165s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_property [0.293012s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_pointer_encoding [0.716789s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_with_bad_min_ram [0.605981s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImageMutability.test_regular_user [0.789916s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_readonly_attributes [2.990152s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableImage.test_change_container_format [0.258123s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_v2_0_compatibility [0.545649s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_verify_staging_data_deleted_on_image_delete [0.526932s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableImage.test_change_locations [0.341415s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_v2_0_missing_operations [0.286114s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithAdditionalProperties.test_create_with_list_property [0.248222s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_create_public_image_unauthorized [0.454922s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableImage.test_change_min_ram [0.323834s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithAdditionalProperties.test_update_with_list_property [0.325436s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableImage.test_change_owner [0.350748s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithExtendedSchema.test_create_bad_data [0.349200s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_update_communitize_image_unauthorized [0.673599s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_reserved_attributes [1.591422s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_index [0.117853s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableImage.test_change_properties [0.399689s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_index_next_marker [0.136041s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesSerializerDirectUrl.test_show_location_explicitly_disabled [0.082016s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableImage.test_delete [0.315571s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithExtendedSchema.test_show [0.120114s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithUnicode.test_create [0.119348s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_create_invalid_id [0.703574s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_unsupported_content_type [0.661958s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableImage.test_get_data [0.392028s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_v2_0_multiple_operations [0.367977s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_create_no_body [0.374015s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableImage.test_set_data [0.544092s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_v2_1_missing_path [0.364192s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_import_image_invalid_input [0.363068s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_image_import_invalid_backend_in_request_header [0.840150s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerNoAdditionalProperties.test_update [0.383261s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index [0.323403s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableTask.test_change_id [0.611589s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_image_import_raises_conflict_for_web_download [0.686279s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_limit_not_specified [0.440381s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithAdditionalProperties.test_create_with_numeric_property [0.696626s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableTask.test_change_type [0.514198s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefNamespaceResponseSerializers.test_delete_tags [0.267188s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithExtendedSchema.test_create [0.332842s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_new_sorting_syntax_multiple_keys_default_dir [0.551408s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_create [0.011415s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesSerializerDirectUrl.test_index_store_multiple_location_enabled [0.129299s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithAdditionalProperties.test_show [0.080951s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableTask.test_fail [0.532723s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithUnicode.test_update [0.019680s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_new_sorting_syntax_single_key_desc_dir [0.527821s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableTask.test_succeed [0.595006s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_non_integer_limit [0.540032s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {2} glance.tests.unit.test_auth.TestImmutableTaskStub.test_change_updated_at [0.437542s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestKeystoneAuthPlugin.test_invalid_auth_url_v2 [0.046722s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestKeystoneAuthPlugin.test_v2_auth [0.137197s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_dir_invalid_value [0.488854s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_copy_image_with_all_stores [1.366724s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_key_id [0.551304s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_key_invalid_value [0.439896s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_copy_non_active_image [1.132412s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestTaskFactoryProxy.test_task_create_owner_as_None [1.403062s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_wrong_sort_dirs_number_without_key [0.434543s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_with_filter [0.465892s] ... ok DEBUG: {2} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_v2_process_request_response_headers [0.746091s] ... ok DEBUG: {2} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessResponse.test_get_status_code [0.279249s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_as_admin [1.166411s] ... ok DEBUG: {2} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareRequestStashCacheInfo.test_fetch_cache_request_info_unset [0.065145s] ... ok DEBUG: {2} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareURLMatching.test_no_match_unknown_version [0.000124s] ... ok DEBUG: {2} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareURLMatching.test_v2_no_match_bad_path [0.000078s] ... ok DEBUG: {2} glance.tests.unit.test_cached_images.TestController.test_initialization_without_conf [0.002888s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_with_tag [0.451045s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_cleanup_namespace_success [4.647541s] ... ok DEBUG: {2} glance.tests.unit.test_context.TestContext.test_auth_private [0.558862s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_image_import_image_not_exist [1.006519s] ... ok DEBUG: {2} glance.tests.unit.test_context.TestContext.test_auth_private_owned [0.445214s] ... ok DEBUG: {2} glance.tests.unit.test_context.TestContext.test_auth_public_unowned [0.487607s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_create [1.713911s] ... ok DEBUG: {2} glance.tests.unit.test_context.TestContext.test_elevated [0.623004s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_image_import_raises_conflict_if_disk_format_is_none [1.381240s] ... ok DEBUG: {2} glance.tests.unit.test_context.TestContext.test_user_identity [0.496924s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestProxyHelpers.test_self_url [0.501716s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {2} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_anonymous_access_enabled [0.408926s] ... ok DEBUG: {2} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_find_migrations [0.005189s] ... ok DEBUG: {2} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_has_pending_migrations_mult_migration_one_pending [0.005057s] ... ok DEBUG: {2} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_has_pending_migrations_mult_migration_some_pending [0.138011s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_body_not_a_list [3.478016s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_empty_body [0.247527s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_invalid_validation_data [0.344108s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_create_different_owner_admin [2.012664s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_v2_1_missing_operations [0.277986s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithAdditionalProperties.test_update_with_numeric_property [0.339318s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithExtendedSchema.test_update [0.398786s] ... ok DEBUG: {2} glance.tests.unit.test_db.RetryOnDeadlockTestCase.test_raise_deadlock [2.088986s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_cleanup_namespace_exception [2.686280s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithExtendedSchema.test_update_bad_data [0.477840s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_create_has_import_methods_header [0.074356s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_show_full_fixture [0.049313s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_show_minimal_fixture [0.065413s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestEncryptedLocations.test_encrypt_locations_on_save [0.442846s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesSerializerDirectUrl.test_index_store_location_enabled [0.026579s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesSerializerDirectUrl.test_index_store_location_explicitly_disabled [0.060266s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithAdditionalProperties.test_show_invalid_additional_property [0.060833s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithUnicode.test_index [0.020760s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithUnicode.test_show_full_fixture [0.019264s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageMemberRepo.test_add_image_member [0.341647s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageMemberRepo.test_remove_image_member_does_not_exist [0.263015s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_copy_image_in_existing_store [0.806458s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_non_visible [2.766525s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_get_not_found [0.552643s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_non_existing [1.881691s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_list_all_images [0.510880s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_copy_image_stores_specified_in_header_and_body [1.056739s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_list_public_images [0.538374s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_list_status_all [0.725319s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_as_non_admin [1.216846s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_list_status_rejected [0.697886s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_non_visible_admin [2.783251s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_no_image [0.912016s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_list_with_last_marker [0.745908s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_non_active [0.504290s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_list_with_marker_and_limit [0.482163s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_list_with_tags_filter_multiple_tags_and_nonexistent [0.490755s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_not_in_store [0.915260s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_notification_disabled [4.061720s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_list_with_wrong_checksum [0.494560s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_list_with_wrong_tags [0.607780s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_one_location [1.182248s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_remove_image [0.654699s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_notification_create_disabled [3.633324s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_save_image [0.601197s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_image_import_with_active_image [1.169082s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_sorted_list [0.564112s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_tasks_get_by_image [0.539485s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_image_lazy_loading_store_different_owner [1.223715s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_objects_other_owner [3.591769s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestTaskRepo.test_add_task [0.538556s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestTaskRepo.test_list_with_status [0.504580s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestTaskRepo.test_remove_task [0.518814s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_namespace_forbidden [0.461642s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_objects [3.301469s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_tag_not_found [0.577490s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_namespace [0.640445s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_create_conflict [3.212909s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_private_namespaces [0.630956s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_protected [3.824869s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_property [0.570887s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_tag [0.485385s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_tag_empty_result [0.610546s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_objects_other_owner_admin [4.052407s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_tag_namespace_not_found [0.623427s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_save_tag [0.719705s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestExtraProperties.test_eq_with_uneqal_dict [0.098486s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestExtraProperties.test_eq_with_unequal_ExtraProperties_object [0.047734s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestImage.test_delete_extra_properties [0.058116s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestImage.test_extra_properties [0.080979s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_create_different_owner [3.723025s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestImage.test_status_saving_without_container_format [0.027134s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestImageFactory.test_new_image_reserved_property [0.089236s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestImageFactory.test_new_image_unexpected_property [0.088279s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestImageMember.test_status_enumerated [0.108577s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestTask.test_invalid_status_transitions_from_pending [0.028660s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestTask.test_task_invalid_status [0.084468s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestTask.test_validate_status_transition_from_processing_to_failure [0.068974s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestTaskExecutorFactory.test_init [0.033257s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_index_resource_type [3.655407s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestTaskExecutorFactory.test_new_task_eventlet_backwards_compatibility [0.088371s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestTaskFactory.test_new_task [0.066887s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestTaskStub.test_task_stub_init [0.088545s] ... ok DEBUG: {2} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_remove [0.033731s] ... ok DEBUG: {2} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_set_property_nonimage [0.059663s] ... ok DEBUG: {2} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_get [0.069624s] ... ok DEBUG: {2} glance.tests.unit.test_glance_manage.DBCommandsTestCase.test_purge_command_exceeded_maximum_rows [0.541054s] ... ok DEBUG: {2} glance.tests.unit.test_glance_manage.DBCommandsTestCase.test_purge_command_fk_constraint_failure [0.534430s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_add_image_meta [0.118567s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_get_image_meta [0.065267s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_get_images [0.043478s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_compare [0.143299s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_dump_with_bad_args [0.077798s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_dump_with_no_args [0.047879s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_livecopy_with_no_args [0.096923s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_load_with_no_args [0.063768s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_size_with_no_args [0.056808s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ReplicationUtilitiesTestCase.test_image_present [0.060632s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_properties_other_owner [4.276640s] ... ok DEBUG: {2} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_assert_staging_scheme [0.416564s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_create_duplicate [3.942408s] ... ok DEBUG: {2} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_clean_orphaned_staging_residue [0.597908s] ... ok DEBUG: {2} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_clean_orphaned_staging_residue_empty [0.659518s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_non_existing_delete_properties [4.247546s] ... ok DEBUG: {2} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_clean_orphaned_staging_residue_handles_errors [0.661515s] ... ok DEBUG: {2} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_delete_file [0.417911s] ... ok DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_caching_iterator_falloffend [0.124359s] ... ok DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_clean_stalled [0.091087s] ... ok DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_delete [0.147675s] ... ok DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_gate_caching_iter_bad_checksum [0.121985s] ... ok DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_get_image_size [0.127103s] ... ok DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_is_cached [0.124307s] ... ok DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_open_for_write_with_exception [0.109613s] ... ok DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_caching_iterator ... SKIPPED: filesystem does not support xattr DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_delete ... SKIPPED: filesystem does not support xattr DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_properties_other_owner_admin [3.950833s] ... ok DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_get_image_size ... SKIPPED: filesystem does not support xattr DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_prune ... SKIPPED: filesystem does not support xattr DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_queue ... SKIPPED: filesystem does not support xattr DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_read ... SKIPPED: filesystem does not support xattr DEBUG: {2} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_export [0.578397s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_create_with_4byte_character [4.419812s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_load [0.266400s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_load_from_merge_and_prefer_new_and_overwrite [0.626887s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_load_from_path_merge [0.656603s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_non_existing_delete_tags [5.065344s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_sync_version [0.574875s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_version [0.625215s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_contract_before_expand [0.247322s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_contract_if_not_contract_head [0.029569s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_db_check [0.525923s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_db_metadefs_export [0.611266s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_db_metadefs_unload [0.463798s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_db_migrate [0.521473s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_db_sync [0.724040s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_db_upgrade [0.952834s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_index [9.031926s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_db_version [1.056678s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_expand_already_sync [0.254306s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_notification_group_disabled [8.119922s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_expand_db_is_already_sync [0.289787s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_migrate [0.296976s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_migrate_before_expand [0.308178s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_show [7.726105s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_protected_admin [6.529108s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_show_non_existing [8.129958s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_index_admin [11.793850s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_tags [6.905221s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_update [7.948386s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_show_with_property_prefix [7.591951s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_tags_other_owner [7.808954s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_update_non_existing [7.673957s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_with_contents [7.472867s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_update_name [10.833877s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_update_non_visible_admin [8.382665s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_index_visibility_public [7.406976s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_duplicate [6.667318s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_conflict [6.641020s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_show_non_visible [6.095173s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_missing_properties [7.154064s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_non_visible_namespace_admin [7.029860s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_show_with_related_resources [7.034689s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_with_4byte_character [6.372455s] ... ok DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete_disabled_notification [5.220319s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_update_name_conflict [3.982536s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete_admin_protected [4.821846s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_update_non_visible [1.685482s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create [1.941784s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete_non_visible [4.753405s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete_non_existing [5.011285s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_non_existing_namespace [4.092997s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete_other_owner [4.104241s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_non_visible_namespace [2.203982s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_show_non_visible [3.816254s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_index [3.647495s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete [3.055520s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_update_name [3.039519s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_index_zero_limit [2.401819s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_index_empty [2.426114s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_update_with_overlimit_name [2.498576s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_index_non_existing_namespace [0.961183s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_show_non_visible_admin [3.229074s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create [1.624432s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_duplicate [1.514366s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_update [2.133607s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_with_4byte_character [1.796795s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_non_existing_namespace [2.119801s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_update_with_4byte_character [2.225912s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_delete_non_existing_namespace [2.470060s] ... ok DEBUG: {2} glance.tests.unit.test_misc.UtilsTestCase.test_encryption [74.508412s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {2} glance.tests.unit.test_notifier.TestImageMemberNotifications.test_image_member_delete_notification_disabled [0.279509s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_non_visible_namespace_admin [2.367844s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestImageNotifications.test_image_delete_notification [0.242773s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestImageNotifications.test_image_delete_notification_disabled [0.282644s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestImageNotifications.test_image_get [0.224508s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestImageNotifications.test_image_get_data_notification [0.250633s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestImageNotifications.test_image_get_data_should_call_next_image_get_data [0.351117s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_conflict [2.262146s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestImageNotifications.test_image_save_notification_disabled [0.318172s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_delete_non_visible [2.332269s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_forbidden [0.377582s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_delete_other_owner [2.031415s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {2} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_prepare_notification_disabled [0.314735s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_upload_and_activate_notification_disabled [0.389166s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestNotifier.test_set_defaults [0.012288s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_failure_notification [0.162019s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_run_notification_disabled [0.135283s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_image":"rule:default" was deprecated in W in favor of "add_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image":"rule:default" was deprecated in W in favor of "delete_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image":"rule:default" was deprecated in W in favor of "get_image":"role:admin or (role:reader and (project_id:%(project_id)s or project_id:%(member_id)s or "community":%(visibility)s or "public":%(visibility)s))". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_images":"rule:default" was deprecated in W in favor of "get_images":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_image":"rule:default" was deprecated in W in favor of "modify_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "communitize_image":"rule:default" was deprecated in W in favor of "communitize_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "download_image":"rule:default" was deprecated in W in favor of "download_image":"role:admin or (role:member and (project_id:%(project_id)s or project_id:%(member_id)s or "community":%(visibility)s or "public":%(visibility)s))". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "upload_image":"rule:default" was deprecated in W in favor of "upload_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image_location":"rule:default" was deprecated in W in favor of "delete_image_location":"role:admin". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image_location":"rule:default" was deprecated in W in favor of "get_image_location":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.test_policy.TestContextPolicyEnforcer.test_context_nonadmin_policy_admin [0.143543s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestDefaultPolicyCheckStrings.test_project_member_check_string [0.082203s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_with_operators [1.866378s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestImageTarget.test_image_target_ignores_locations [0.166823s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestMemberPolicy.test_add_member_allowed [0.037994s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestMemberPolicy.test_delete_member_not_allowed [0.004235s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestMemberPolicy.test_get_member_allowed [0.038978s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_object_not_allowed [0.017597s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_property_allowed [0.069917s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_resource_type_allowed [0.017506s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestPolicyEnforcer.test_ensure_experimental_warning_is_logged_for_secure_rbac [0.300062s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_show [2.153766s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_delete_other_owner_admin [1.950228s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestPolicyEnforcer.test_ensure_experimental_warning_is_not_logged_for_legacy_rbac [0.274591s] ... ok DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_enforcer_raises_forbidden_when_enforcing_scope [0.542717s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "set_image_location":"rule:default" was deprecated in W in favor of "set_image_location":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_member":"rule:default" was deprecated in W in favor of "add_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_member":"rule:default" was deprecated in W in favor of "delete_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_member":"rule:default" was deprecated in W in favor of "get_member":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_members":"rule:default" was deprecated in W in favor of "get_members":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_member":"rule:default" was deprecated in W in favor of "modify_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "deactivate":"rule:default" was deprecated in W in favor of "deactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "reactivate":"rule:default" was deprecated in W in favor of "reactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_image":"rule:default" was deprecated in W in favor of "add_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image":"rule:default" was deprecated in W in favor of "delete_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image":"rule:default" was deprecated in W in favor of "get_image":"role:admin or (role:reader and (project_id:%(project_id)s or project_id:%(member_id)s or "community":%(visibility)s or "public":%(visibility)s))". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_images":"rule:default" was deprecated in W in favor of "get_images":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_image":"rule:default" was deprecated in W in favor of "modify_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "communitize_image":"rule:default" was deprecated in W in favor of "communitize_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "download_image":"rule:default" was deprecated in W in favor of "download_image":"role:admin or (role:member and (project_id:%(project_id)s or project_id:%(member_id)s or "community":%(visibility)s or "public":%(visibility)s))". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "upload_image":"rule:default" was deprecated in W in favor of "upload_image":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_file_get_image_default_nobody [0.299716s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestTaskPolicy.test_add_task_allowed [0.015814s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestTaskPolicy.test_add_task_not_allowed [0.050897s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestTaskPolicy.test_get_tasks_not_allowed [0.020106s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageLocationQuotas.test_add_image_location [0.017601s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageLocationQuotas.test_replace_image_location [0.049292s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageLocationQuotas.test_replace_too_many_image_locations [0.045150s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageMemberQuotas.test_new_image_member [0.090460s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_add_image_with_image_property [0.035694s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_save_image_too_many_image_properties [0.031220s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_save_image_with_image_property [0.036918s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageQuota.test_extend_location [0.091386s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageQuota.test_iadd_location_exceed [0.025901s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_index [2.291765s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageQuota.test_insert_location [0.054649s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageQuota.test_insert_location_for_queued_image [0.045050s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageQuota.test_quota_allowed_unit_kb [0.060929s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageQuota.test_quota_allowed_unit_mb [0.018486s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageQuota.test_quota_exceeded_with_lie_size [0.047799s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_show_non_existing [1.900621s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageQuota.test_quota_exceeded_with_right_size_kb [0.084885s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageTagQuotas.test_replace_unlimited_image_tags [0.020286s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_tags_delete [0.008864s] ... ok DEBUG: {2} glance.tests.unit.test_schema.TestBasicSchema.test_filter_strips_extra_properties [0.002997s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_update [2.196156s] ... ok DEBUG: {2} glance.tests.unit.test_scrubber.TestScrubber.test_scrubber_exits [0.332099s] ... ok DEBUG: {2} glance.tests.unit.test_scrubber.TestScrubber.test_store_delete_notfound_exception [0.272803s] ... ok DEBUG: {2} glance.tests.unit.test_scrubber.TestScrubber.test_store_delete_store_exceptions [0.205176s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_adding_invalid_location_uri [0.204206s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_append_invalid_location_uri [0.178376s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_index_empty [1.767937s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_extend_invalid_locations_uri [0.219836s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_image_location":"rule:default" was deprecated in W in favor of "delete_image_location":"role:admin". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_image_location":"rule:default" was deprecated in W in favor of "get_image_location":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "set_image_location":"rule:default" was deprecated in W in favor of "set_image_location":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "add_member":"rule:default" was deprecated in W in favor of "add_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "delete_member":"rule:default" was deprecated in W in favor of "delete_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_member":"rule:default" was deprecated in W in favor of "get_member":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "get_members":"rule:default" was deprecated in W in favor of "get_members":"role:admin or (role:reader and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "modify_member":"rule:default" was deprecated in W in favor of "modify_member":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "deactivate":"rule:default" was deprecated in W in favor of "deactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "reactivate":"rule:default" was deprecated in W in favor of "reactivate":"role:admin or (role:member and project_id:%(project_id)s)". Reason: DEBUG: The image API now supports roles. DEBUG: . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_db/sqlalchemy/enginefacade.py:1374: OsloDBDeprecationWarning: EngineFacade is deprecated; please use oslo_db.sqlalchemy.enginefacade DEBUG: expire_on_commit=expire_on_commit, _conf=conf) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_insert_invalid_location_metadata [0.160584s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_show_non_visible [1.833974s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_update_namespace_non_existing [1.629319s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreImage.test_image_get_location_by_index [0.346171s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreImage.test_image_set_data_location_metadata [0.178775s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreImageRepo.test_add_updates_acls [0.035621s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreImageRepo.test_save_fetches_members_if_private [0.025617s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_nested_dict_bad [0.051427s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_unicode [0.026063s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_unicode_dict [0.016015s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_unicode_dict_list [0.005676s] ... ok DEBUG: {2} glance.tests.unit.test_test_utils.TestFakeData.test_via_iter [0.002170s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_0 [0.226458s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_5 [0.236147s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_current_is_negotiated_2_slow_one_fast_two [0.127153s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_deprecated_is_negotiated_2_slow_one_fast_two [0.169024s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_experimental_is_negotiated_1_ [0.058697s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_get_version_list_for_external_app [0.163593s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_get_version_list_public_endpoint [0.090202s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2 [0.128778s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_update_name [2.023758s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_11_default_unsupported [0.075943s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_12_enabled_supported [0.125762s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_show_non_visible_admin [1.922764s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_4 [0.135514s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete_non_visible [1.965751s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_5 [0.128781s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_6 [0.138512s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_8_enabled_supported [0.136616s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_supported_is_negotiated_2_slow_one_fast_two [0.154217s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsTest.test_get_version_list_for_external_app [0.089230s] ... ok DEBUG: {2} glance.tests.unit.v2.test_discovery_stores.TestInfoControllers.test_get_stores_with_enabled_backends_empty [0.091128s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_reactivate_from_active [0.372820s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_update_non_existing [1.876881s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_show_prefix_mismatch [1.922566s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_reactivate_from_deleted [0.846578s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete_other_owner [1.964393s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_reactivate_from_pending_delete [0.389157s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_reactivate_from_queued [0.501556s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImageDataDeserializer.test_stage [0.069485s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImageDataDeserializer.test_upload_wrong_content_type [0.327299s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download [0.021559s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_no_content [0.003287s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_range_requests_for_image_downloads [0.027253s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_stage [0.042046s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_download_forbidden [0.207209s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_create_non_existing_resource_type [1.921503s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_non_existent_image [0.115331s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_raises_bad_store_uri [0.076168s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_update_with_4byte_character [2.275286s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_records_host_public_endpoint [0.065878s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_records_host_self_url [0.065330s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload [0.087406s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_data_exists [0.073937s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_non_existent_image_during_save_initiates_deletion [0.110381s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_duplicate_tags [2.305088s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_status [0.620264s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_storage_forbidden [0.631681s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete_disabled_notification [1.886510s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_storage_full [0.699356s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_create_admin [2.320544s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_duplicate_with_pre_existing_tags [1.825714s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_storage_store_disabled [0.531034s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_storage_write_denied [0.717313s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_overlimit_name [1.509899s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create_duplicate_member [0.394310s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete_non_existing_namespace [2.348929s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_create_non_existing_namespace [1.808666s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create_image_does_not_exist [0.602846s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_tags [1.279322s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete [0.577586s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete_image_does_not_exist [0.252323s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_show [1.365245s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_index_private_image_visible_members_admin [0.153246s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_create_non_visible_namespace [1.484802s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersSerializer.test_update [0.072411s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_create [0.299038s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_create_no_body [0.296286s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_update_invalid [0.145571s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_tags_resource.TestImageTagsController.test_create_duplicate_tag_ignored [0.574270s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete_admin_protected [2.112313s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete_non_existing [1.915560s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_show_non_visible [2.188234s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_image_tags_resource.TestImageTagsController.test_create_too_many_tags [0.825402s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_image_tags_resource.TestImageTagsController.test_delete_tag [0.911866s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImageSchemaFormatConfiguration.test_default_container_formats [0.020245s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete_protected_admin [1.558815s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_add_location_invalid_validation_data [0.562650s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_conflict [1.692793s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete_other_owner_admin [2.317176s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_add_location_unknown_locations [0.595671s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_bust_import_lock_race_to_delete [0.294768s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create [1.405198s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_reserved_property [0.669747s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete [1.976813s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_with_owner_non_admin [0.617281s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_index [2.175271s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_non_visible_namespace_admin [1.502543s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_with_properties [0.430510s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_with_too_many_properties [0.678914s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_with_too_many_tags [0.397419s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete_disabled_notification [2.273415s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete [0.682940s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_show [2.306725s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_already_deleted_image_admin [0.277666s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_with_4byte_character [2.489332s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_disabled_notification [0.467254s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_encryption_key_do_not_delete [0.538323s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_show_non_visible [1.863677s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_encryption_key_forbidden [0.518467s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_update [1.916312s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_encryption_key_no_deletion_policy [0.438084s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete_non_existing [1.665354s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_create_with_wrong_import_form [0.440727s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_encryption_key_no_encryption_key [0.512558s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_get [0.251082s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_from_store_no_multistore [0.314047s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:409: DeprecationWarning: Using function/method 'TasksController.create()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: new_task = self.controller.create(request, task=task) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:286: DeprecationWarning: Using function/method 'TasksController.get()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: task = self.controller.get(request, task_id=UUID1) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_update_conflict [1.500184s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_get_not_allowed [0.481765s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_invalid_sort_key [0.260816s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_not_allowed [0.521885s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_next_marker [0.070614s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_marker [0.039652s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_marker_is_not_like_uuid [0.203950s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_sort_key [0.068288s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_not_in_store [0.356495s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_uploading_status_image [0.300791s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksControllerPolicies.test_create_task_unauthorized [0.428162s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete_other_owner [2.128957s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_marker [0.221391s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_with_tags [0.443667s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/testtools/testcase.py:1039: DeprecationWarning: Using function/method 'TasksController.get()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: return self._callable_object(*self._args, **self._kwargs) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/testtools/testcase.py:1039: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: return self._callable_object(*self._args, **self._kwargs) DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:158: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: output = self.controller.index(request, marker=UUID3, limit=2) DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:210: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: output = self.controller.index(request, marker=UUID3) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/testtools/testcase.py:1039: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: return self._callable_object(*self._args, **self._kwargs) DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:251: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: output = self.controller.index(request, sort_key='created_at', limit=3) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/testtools/testcase.py:1039: DeprecationWarning: Using function/method 'TasksController.create()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: return self._callable_object(*self._args, **self._kwargs) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_non_integer_limit [0.199038s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_update_name [1.718509s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_sort_key_id [0.283451s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_delete_deletes_locally_on_error [0.487107s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializerPolicies.test_access_create_unauthorized [0.215661s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: Image ID 'fake_id' is not a valid UUID. DEBUG: Image ID 'fake_id' is not a valid UUID. DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_delete_proxies_error [0.365516s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_index_empty [1.483430s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_locked_by_reaped_task [0.608000s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_update_namespace_non_existing [1.631820s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_raises_conflict_for_web_download [0.423357s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_update_non_existing [0.346537s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_raises_conflict_if_container_format_is_none [0.485800s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index [0.447280s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_show_non_existing [2.085526s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_schemas_resource.TestSchemasController.test_image [0.195811s] ... ok DEBUG: {3} glance.tests.unit.v2.test_schemas_resource.TestSchemasController.test_image_has_correct_statuses [0.108803s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_member_status_accepted [0.862623s] ... ok DEBUG: {3} glance.tests.unit.v2.test_schemas_resource.TestSchemasController.test_members [0.217260s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_create_with_live_time ... SKIPPED: Something wrong, this test touches registry DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_update_with_4byte_character [1.820381s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_create_with_properties_missed [0.147973s] ... ok DEBUG: {1} glance.tests.unit.v2.test_schemas_resource.TestSchemasController.test_images [0.088892s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_admin [0.092415s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_sort_dir [0.012957s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_checksum_filter_multiple_images [0.480365s] ... ok DEBUG: {1} glance.tests.unit.v2.test_schemas_resource.TestSchemasController.test_member [0.148972s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_create [0.136234s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_notifications_on_create [0.315467s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:335: DeprecationWarning: Using function/method 'TasksController.create()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: self.controller.create(request, task=task) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index [0.147605s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_checksum_filter_single_image [0.359628s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksControllerPolicies.test_access_delete_unauthorized [0.215749s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_default_limit [0.241675s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_greater_than_limit_max [0.061601s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_filters_return_many [0.312528s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_return_parameters [0.066553s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:438: DeprecationWarning: Using function/method 'TasksController.create()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: new_task = self.controller.create(request, task=task) DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:141: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: output = self.controller.index(request) DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:243: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: output = self.controller.index(request, sort_dir='asc', limit=3) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:461: DeprecationWarning: Using function/method 'TasksController.create()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: task = self.controller.create(request, task=task) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/testtools/testcase.py:1039: DeprecationWarning: Using function/method 'TasksController.delete()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: return self._callable_object(*self._args, **self._kwargs) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksControllerPolicies.test_delete [0.369578s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_multiple_sort_keys [0.218860s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_id_filter [0.204354s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_limit [0.073661s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_create [0.165437s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_non_existent_tags [0.361423s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_create_no_body [0.235546s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksControllerPolicies.test_get_unauthorized [0.343074s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_invalid_status [0.179584s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_nonexistent_properties [0.277389s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_negative_limit [0.156468s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksControllerPolicies.test_index_unauthorized [0.330409s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_strip_params_from_filters [0.157473s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_add_not_permitted_status_deactivated [0.248869s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_with_filter_and_limit [0.130738s] ... ok DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:133: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: output = self.controller.index(request) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:236: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: output = self.controller.index(request) DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:227: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: output = self.controller.index(request, limit=4) DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:148: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: sort_key='created_at', sort_dir='desc') DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:177: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: output = self.controller.index(request, filters={'id': UUID1}) DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:219: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: output = self.controller.index(request, limit=limit) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/testtools/testcase.py:1039: DeprecationWarning: Using function/method 'TasksController.get()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: return self._callable_object(*self._args, **self._kwargs) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/testtools/testcase.py:1039: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: return self._callable_object(*self._args, **self._kwargs) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_limit_not_specified [0.178954s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksSerializer.test_create [0.027210s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksSerializer.test_index_carries_query_parameters [0.011334s] ... ok DEBUG: Image ID 'fake_id' is not a valid UUID. DEBUG: Found 0 cached images... DEBUG: +----+---------------------+---------------------+------+------+ DEBUG: | ID | Last Accessed (UTC) | Last Modified (UTC) | Size | Hits | DEBUG: +----+---------------------+---------------------+------+------+ DEBUG: +----+---------------------+---------------------+------+------+ DEBUG: Found 0 queued images... DEBUG: +----+ DEBUG: | ID | DEBUG: +----+ DEBUG: +----+ DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_add_not_permitted_status_pending_delete [0.332554s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_zero_limit [0.220457s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/testtools/testcase.py:1039: DeprecationWarning: Using function/method 'TasksController.delete()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: return self._callable_object(*self._args, **self._kwargs) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializerPolicies.test_access_create_authorized_bad_format [0.236752s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializerPolicies.test_access_index_unauthorized [0.254544s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_remove_not_permitted_status_saving [0.533925s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksSerializer.test_create_ensure_expires_at_is_not_returned [0.037483s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksSerializer.test_index_next_marker [0.066529s] ... ok DEBUG: Commands: DEBUG: help Output help for one of the commands below DEBUG: compare What is missing from the target glance? DEBUG: dump Dump the contents of a glance instance to local disk. DEBUG: livecopy Load the contents of one glance instance into another. DEBUG: load Load the contents of a local directory into glance. DEBUG: size Determine the size of a glance instance if dumped to disk. DEBUG: str(object='') -> str DEBUG: str(bytes_or_buffer[, encoding[, errors]]) -> str DEBUG: Create a new string object from the given object. If encoding or DEBUG: errors is specified, then the object must expose a data buffer DEBUG: that will be decoded using the given encoding and error handler. DEBUG: Otherwise, returns the result of object.__str__() (if defined) DEBUG: or repr(object). DEBUG: encoding defaults to sys.getdefaultencoding(). DEBUG: errors defaults to 'strict'. DEBUG: str(object='') -> str DEBUG: str(bytes_or_buffer[, encoding[, errors]]) -> str DEBUG: Create a new string object from the given object. If encoding or DEBUG: errors is specified, then the object must expose a data buffer DEBUG: that will be decoded using the given encoding and error handler. DEBUG: Otherwise, returns the result of object.__str__() (if defined) DEBUG: or repr(object). DEBUG: encoding defaults to sys.getdefaultencoding(). DEBUG: errors defaults to 'strict'. DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_remove_not_permitted_status_uploading [0.361912s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_locations_actions_with_locations_invisible [0.325648s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_create_and_unpermitted_role [0.618803s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_show_and_permitted_role [0.560704s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_replace_locations_different_validation_data [0.197281s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_replace_locations_on_queued [0.223758s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_show [0.122029s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_extra_property_json_schema_version_4 [0.167805s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_property_already_present_json_schema_version_4 [0.190737s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_duplicate_tags [0.184521s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_image_doesnt_exist [0.176864s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_locked_down_protected_prop [0.194431s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_queued_image_with_hidden [0.124230s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_location_store_exception [0.136951s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_missing_property [0.096933s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_locations_non_empty [0.103227s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_tags [0.091635s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_index_unauthorized [0.110741s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_update_delete_image_location_unauthorized [0.100544s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_update_get_image_location_unauthorized [0.104272s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_update_unauthorized [0.112802s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_create_invalid_property_key [0.054853s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_create_minimal [0.075362s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_create_readonly_attributes_forbidden [0.288727s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_import_image_invalid_body [0.080092s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_combined_sorting_syntax [0.076887s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_fraction [0.051458s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_invalid_status [0.047836s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_new_sorting_syntax_single_key_default_dir [0.057546s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_dir_asc [0.071452s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_wrong_sort_dirs_number [0.096491s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_with_filter_and_limit [0.086323s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_base_attributes [0.189441s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_invalid_attributes [0.394623s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_v2_0_missing_value [0.073370s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_v2_1_missing_value [0.039100s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerNoAdditionalProperties.test_create_with_additional_properties_disallowed [0.071398s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerNoAdditionalProperties.test_neg_create_with_stores [0.066545s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithAdditionalProperties.test_create [0.052826s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithAdditionalProperties.test_update [0.062082s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_image_stage_host_hidden [0.205324s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_import_image [0.004177s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_index_carries_query_parameters [0.003608s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_index_forbidden_get_image_location [0.019948s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_update [0.003821s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesSerializerDirectUrl.test_show_location_enabled [0.024901s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesSerializerDirectUrl.test_show_location_enabled_but_not_set [0.004025s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithAdditionalProperties.test_show_with_additional_properties_disabled [0.003217s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithExtendedSchema.test_show_reports_invalid_data [0.003604s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_copy_image_non_existing_image [0.138414s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_copy_image_to_other_stores [0.107229s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_as_non_owner [0.217386s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_invalid_store [0.166470s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_image_import_raises_conflict [0.169264s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_image_lazy_loading_store [0.218319s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestProxyHelpers.test_is_proxyable [0.054169s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestProxyHelpers.test_proxy_response_error [0.031911s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_create_with_related_resources [0.532705s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete [0.444987s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_properties [0.499995s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_tags_other_owner_admin [0.885761s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_non_existing_delete_objects [0.750575s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_update_with_4byte_character [0.653226s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_invalid_properties [0.615440s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_overlimit_name [0.544485s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete_non_existing_namespace [0.466835s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete_other_owner_admin [0.495350s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_show [0.559183s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_show_non_existing [0.650721s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_update_conflict [0.365058s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_update_namespace_non_existing [0.237925s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_update_non_existing [0.253413s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_non_visible_namespace [0.227182s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_overlimit_name [0.200194s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_delete [0.231280s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_delete_admin_protected [0.240066s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_delete_disabled_notification [0.231535s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_delete_non_existing [0.246723s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_index_non_existing_namespace [0.210365s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_show_non_existing_resource_type [0.250400s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_show_specific_resource_type [0.248826s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_update_conflict [0.229278s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_update_with_overlimit_name [0.205671s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_create [0.213991s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_create_conflict [0.220802s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_create_non_visible_namesp_admin [0.305716s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete [0.206138s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete_other_owner_admin [0.227438s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_index [0.278355s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib64/python3.6/unittest/case.py:1143: DeprecationWarning: assertDictContainsSubset is deprecated DEBUG: DeprecationWarning) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_show_empty [0.228366s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_show_non_existing_namespace [0.232762s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_show_non_visible_admin [0.258032s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_non_existing_namespace [0.343012s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_non_visible_namespace [0.295073s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete_non_existing_namespace [0.238449s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete_non_visible [0.496412s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_index_non_existing_namespace [0.575915s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_show_non_visible_admin [0.427517s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_update_with_name_overlimit [0.420959s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_get_non_existent [0.055550s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_no_next_marker [0.023499s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_filters_return_many [0.021410s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_many_filters [0.009581s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_marker_not_found [0.074900s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_zero_tasks [0.060661s] ... ok DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/testtools/testcase.py:1039: DeprecationWarning: Using function/method 'TasksController.get()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: return self._callable_object(*self._args, **self._kwargs) DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:168: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: output = self.controller.index(request, marker=UUID1, limit=2) DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:186: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: output = self.controller.index(request, filters={'status': 'pending'}) DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:199: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: 'owner': TENANT1, DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/testtools/testcase.py:1039: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: return self._callable_object(*self._args, **self._kwargs) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /builddir/build/BUILD/glance-22.1.2.dev4/glance/tests/unit/v2/test_tasks_resource.py:281: DeprecationWarning: Using function/method 'TasksController.index()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: output = self.controller.index(request) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksControllerPolicies.test_access_get_unauthorized [0.101720s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index [0.056486s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_fraction [0.059413s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_marker_not_specified [0.055740s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_sort_dir_asc [0.075475s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_sort_dir_bad_value [0.074275s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_with_many_filter [0.083359s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializerPolicies.test_access_index_authorized_bad_query_string [0.094938s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksSerializer.test_get [0.013102s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksSerializer.test_get_ensure_expires_at_not_returned [0.006436s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksSerializer.test_index [0.016856s] ... ok DEBUG: /usr/lib/python3.6/site-packages/testtools/testcase.py:1039: DeprecationWarning: Using function/method 'TasksController.get()' is deprecated: The task API is being deprecated and it will be superseded by the new image import API. Please refer to this link for more information about the aforementioned process: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html DEBUG: return self._callable_object(*self._args, **self._kwargs) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: ====== DEBUG: Totals DEBUG: ====== DEBUG: Ran: 2043 tests in 322.6358 sec. DEBUG: - Passed: 2024 DEBUG: - Skipped: 19 DEBUG: - Expected Fail: 0 DEBUG: - Unexpected Success: 0 DEBUG: - Failed: 0 DEBUG: Sum of execute time for each test: 1194.2584 sec. DEBUG: ============== DEBUG: Worker Balance DEBUG: ============== DEBUG: - Worker 0 (511 tests) => 0:04:49.616048 DEBUG: - Worker 1 (511 tests) => 0:04:57.797277 DEBUG: - Worker 2 (511 tests) => 0:05:20.965933 DEBUG: - Worker 3 (510 tests) => 0:04:55.213887 DEBUG: + exit 0 DEBUG: Processing files: openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.noarch DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fsSFya DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd glance-22.1.2.dev4 DEBUG: + DOCDIR=/builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/doc/openstack-glance DEBUG: + export LC_ALL=C DEBUG: + LC_ALL=C DEBUG: + export DOCDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/doc/openstack-glance DEBUG: + cp -pr README.rst /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/doc/openstack-glance DEBUG: + exit 0 DEBUG: Provides: config(openstack-glance) = 1:22.1.2-0.20230309185042.883fc8a.el8 openstack-glance = 1:22.1.2-0.20230309185042.883fc8a.el8 DEBUG: Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Requires(pre): /bin/sh shadow-utils DEBUG: Requires(post): /bin/sh DEBUG: Requires(preun): /bin/sh DEBUG: Requires(postun): /bin/sh DEBUG: Requires: /usr/libexec/platform-python DEBUG: Processing files: python3-glance-22.1.2-0.20230309185042.883fc8a.el8.noarch DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iuThls DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd glance-22.1.2.dev4 DEBUG: + DOCDIR=/builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/doc/python3-glance DEBUG: + export LC_ALL=C DEBUG: + LC_ALL=C DEBUG: + export DOCDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/doc/python3-glance DEBUG: + cp -pr README.rst /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/doc/python3-glance DEBUG: + exit 0 DEBUG: Provides: python3-glance = 1:22.1.2-0.20230309185042.883fc8a.el8 python3.6dist(glance) = 22.1.2.dev4 python3dist(glance) = 22.1.2.dev4 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-glance-doc-22.1.2-0.20230309185042.883fc8a.el8.noarch DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ULCtul DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd glance-22.1.2.dev4 DEBUG: + DOCDIR=/builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/doc/openstack-glance-doc DEBUG: + export LC_ALL=C DEBUG: + LC_ALL=C DEBUG: + export DOCDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/doc/openstack-glance-doc DEBUG: + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/doc/openstack-glance-doc DEBUG: + exit 0 DEBUG: Provides: openstack-glance-doc = 1:22.1.2-0.20230309185042.883fc8a.el8 DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Processing files: python3-glance-tests-22.1.2-0.20230309185042.883fc8a.el8.noarch DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.RwfydG DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd glance-22.1.2.dev4 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/licenses/python3-glance-tests DEBUG: + export LC_ALL=C DEBUG: + LC_ALL=C DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/licenses/python3-glance-tests DEBUG: + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64/usr/share/licenses/python3-glance-tests DEBUG: + exit 0 DEBUG: Provides: python3-glance-tests = 1:22.1.2-0.20230309185042.883fc8a.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: Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64 DEBUG: Wrote: /builddir/build/RPMS/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/python3-glance-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-glance-doc-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/python3-glance-tests-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm DEBUG: Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Dc0CGi DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd glance-22.1.2.dev4 DEBUG: + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.x86_64 DEBUG: + exit 0 DEBUG: Child return code was: 0 Finish: rpmbuild openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.src.rpm DEBUG: Copying packages to result dir Finish: build phase for openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.src.rpm INFO: Done(/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.src.rpm) Config(dlrn-5) 15 minutes 12 seconds INFO: Results and/or logs in: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 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-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['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-wallaby-x86_64-5/root DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 16212184 6825020 3902284 2087816 5484880 6958228 DEBUG: Swap: 16777212 4188328 12588884 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-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: /dev/vda1 550G 494G 57G 90% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/results DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/etc DEBUG: method _fixup_build_user skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: ensuring that dir exists: /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['gtar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./proc DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./sys DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./dev DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./tmp/ccache DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/cache/yum DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/cache/dnf DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/log DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: NUMA node(s): 1 DEBUG: Vendor ID: AuthenticAMD DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: Stepping: 0 DEBUG: CPU MHz: 2800.000 DEBUG: BogoMIPS: 5600.00 DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32K DEBUG: L1i cache: 32K DEBUG: L2 cache: 512K DEBUG: L3 cache: 16384K DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 16212184 6941704 420348 3388964 8850132 5540252 DEBUG: Swap: 16777212 4098984 12678228 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Size Used Avail Use% Mounted on DEBUG: /dev/vda1 550G 495G 56G 90% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm DEBUG: kernel version == 4.18.0-305.0.1.el8.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/log/yum.log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos8-wallaby-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: touching file: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.iw7fwuah', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: rootdir = /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root DEBUG: resultdir = /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/etc/pki/mock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', '2455ec4f57df4b5d955fda6e87e46bc1', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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', '1022', '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-wallaby-x86_64-5/root/.initialized Finish: chroot init INFO: Installing built packages DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6/python3-glance-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6/openstack-glance-doc-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm /home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6/python3-glance-tests-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/proc', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/sys', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf', '--installroot', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/', '--releasever', '8', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=local', '--disableplugin=spacewalk', 'install', '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm', '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6/python3-glance-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm', '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6/openstack-glance-doc-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm', '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6/python3-glance-tests-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.xrxyhce1:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '71bc8328642c4885b1fcf4a29c5089aa', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.xrxyhce1:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/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-wallaby-x86_64-5/root/', '--releasever', '8', '--setopt=deltarpm=False', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=local', '--disableplugin=spacewalk', 'install', '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6/openstack-glance-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm', '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6/python3-glance-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm', '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6/openstack-glance-doc-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm', '/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6/python3-glance-tests-22.1.2-0.20230309185042.883fc8a.el8.noarch.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', '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-wallaby-x86_64-5/root/etc/dnf/dnf.conf; Configuration: OptionBinding with id "failovermethod" does not exist DEBUG: delorean-python-ironic-tests-tempest-4684f915b5 16 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-cinder-tests-tempest-0e9461155e 33 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-openstackclient-42d9b6ea571e30e 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-0775d3070b5cb20a1 21 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tobiko-35083361ebe1c2ad3d1f3 31 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-797c5fa9debf86049b86084 17 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-2940ab9a93c5a5d0abffb 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-1274f07b336d597d6c07f 34 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-neutron-2563be46a37b8fc9ee25 34 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-f6d2e59334aad55ab884 34 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-barbican-6ee5ad91635b41c3ab8 18 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-ead53ba0c89ee9721981fc 23 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tempest-1580f6f8437bd07e008c 34 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tripleo-heat-templates-ef8c3 33 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-django-horizon-b79ffad5c302a60e 30 kB/s | 3.0 kB 00:00 DEBUG: delorean-validations-common-dec9846f7490ddc49af 36 kB/s | 3.0 kB 00:00 DEBUG: CentOS-Stream - Base 26 kB/s | 3.9 kB 00:00 DEBUG: CentOS-Stream - AppStream 27 kB/s | 4.4 kB 00:00 DEBUG: CentOS-Stream - Extras 13 kB/s | 2.9 kB 00:00 DEBUG: CentOS-Stream - PowerTools 8.1 kB/s | 4.4 kB 00:00 DEBUG: dlrn-wallaby-testing 34 kB/s | 3.0 kB 00:00 DEBUG: dlrn-wallaby-build-deps 36 kB/s | 3.0 kB 00:00 DEBUG: Advanced Virtualization mirror 19 kB/s | 3.0 kB 00:00 DEBUG: Messaging RabbitMQ 20 kB/s | 3.0 kB 00:00 DEBUG: opstools 19 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 14 kB/s | 3.0 kB 00:00 DEBUG: Dependencies resolved. DEBUG: ===================================================================================================================== DEBUG: Package Arch Version Repository Size DEBUG: ===================================================================================================================== DEBUG: Installing: DEBUG: openstack-glance noarch 1:22.1.2-0.20230309185042.883fc8a.el8 @commandline 78 k DEBUG: openstack-glance-doc noarch 1:22.1.2-0.20230309185042.883fc8a.el8 @commandline 2.4 M DEBUG: python3-glance noarch 1:22.1.2-0.20230309185042.883fc8a.el8 @commandline 798 k DEBUG: python3-glance-tests noarch 1:22.1.2-0.20230309185042.883fc8a.el8 @commandline 810 k DEBUG: Installing dependencies: DEBUG: blosc x86_64 1.20.1-1.el8 delorean-wallaby-testing 62 k DEBUG: cryptsetup x86_64 2.3.7-5.el8 Stream-BaseOS 199 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.26-1.el8 Stream-AppStream 80 k DEBUG: device-mapper-event x86_64 8:1.02.181-9.el8 Stream-BaseOS 272 k DEBUG: device-mapper-event-libs x86_64 8:1.02.181-9.el8 Stream-BaseOS 271 k DEBUG: device-mapper-multipath x86_64 0.8.4-37.el8 Stream-BaseOS 208 k DEBUG: device-mapper-multipath-libs x86_64 0.8.4-37.el8 Stream-BaseOS 334 k DEBUG: device-mapper-persistent-data x86_64 0.9.0-7.el8 Stream-BaseOS 927 k DEBUG: e2fsprogs-libs x86_64 1.45.6-5.el8 Stream-BaseOS 233 k DEBUG: groff-base x86_64 1.22.3-18.el8 Stream-BaseOS 1.0 M DEBUG: gssproxy x86_64 0.8.0-21.el8 Stream-BaseOS 119 k DEBUG: hdf5 x86_64 1.10.5-5.el8 delorean-wallaby-testing 2.1 M DEBUG: iscsi-initiator-utils x86_64 6.2.1.4-4.git095f59c.el8 Stream-BaseOS 378 k DEBUG: iscsi-initiator-utils-iscsiuio x86_64 6.2.1.4-4.git095f59c.el8 Stream-BaseOS 100 k DEBUG: isns-utils-libs x86_64 0.99-1.el8 Stream-BaseOS 105 k DEBUG: keyutils x86_64 1.5.10-9.el8 Stream-BaseOS 66 k DEBUG: libaec x86_64 1.0.2-3.el8 Stream-PowerTools 39 k DEBUG: libaio x86_64 0.3.112-1.el8 Stream-BaseOS 33 k DEBUG: libbasicobjects x86_64 0.1.1-40.el8 Stream-BaseOS 31 k DEBUG: libcollection x86_64 0.7.0-40.el8 Stream-BaseOS 48 k DEBUG: libev x86_64 4.24-6.el8 Stream-AppStream 52 k DEBUG: libevent x86_64 2.1.8-5.el8 Stream-BaseOS 253 k DEBUG: libgfortran x86_64 8.5.0-18.el8 Stream-BaseOS 645 k DEBUG: libini_config x86_64 1.3.1-40.el8 Stream-BaseOS 70 k DEBUG: libnfsidmap x86_64 1:2.3.3-59.el8 Stream-BaseOS 122 k DEBUG: libpath_utils x86_64 0.2.1-40.el8 Stream-BaseOS 34 k DEBUG: libqhull x86_64 1:7.2.1-2.el8 delorean-wallaby-testing 168 k DEBUG: libquadmath x86_64 8.5.0-18.el8 Stream-BaseOS 172 k DEBUG: libref_array x86_64 0.1.5-40.el8 Stream-BaseOS 33 k DEBUG: libselinux-utils x86_64 2.9-8.el8 Stream-BaseOS 243 k DEBUG: libsodium x86_64 1.0.18-2.el8 delorean-wallaby-testing 163 k DEBUG: libsysfs x86_64 2.1.0-25.el8 Stream-BaseOS 53 k DEBUG: libverto-libev x86_64 0.3.2-2.el8 Stream-AppStream 16 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: lsscsi x86_64 0.32-3.el8 Stream-BaseOS 71 k DEBUG: lvm2 x86_64 8:2.03.14-9.el8 Stream-BaseOS 1.7 M DEBUG: lvm2-libs x86_64 8:2.03.14-9.el8 Stream-BaseOS 1.2 M DEBUG: lzo x86_64 2.08-14.el8 Stream-BaseOS 69 k DEBUG: nfs-utils x86_64 1:2.3.3-59.el8 Stream-BaseOS 515 k DEBUG: nvme-cli x86_64 1.16-7.el8 Stream-BaseOS 503 k DEBUG: openblas x86_64 0.3.15-4.el8 Stream-AppStream 4.7 M DEBUG: openblas-threads x86_64 0.3.15-4.el8 Stream-AppStream 4.9 M 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-422.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-422.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-422.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-422.el8 Stream-BaseOS 1.6 M DEBUG: perl-macros x86_64 4:5.26.3-422.el8 Stream-BaseOS 73 k DEBUG: perl-open noarch 1.11-422.el8 Stream-AppStream 78 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-21.1.el8 Stream-BaseOS 375 k DEBUG: python-oslo-cache-lang noarch 2.7.1-0.20220301090510.d0252f6.el8 delorean-component-common 16 k DEBUG: python-oslo-concurrency-lang noarch 4.4.0-0.20210315114231.7dcf9e9.el8 delorean-component-common 13 k DEBUG: python-oslo-db-lang noarch 8.5.2-0.20221007170041.26fd6fb.el8 delorean-component-common 13 k DEBUG: python-oslo-i18n-lang noarch 5.0.1-0.20210315103856.73187bd.el8 delorean-component-common 13 k DEBUG: python-oslo-log-lang noarch 4.4.0-0.20210315105132.9b29c90.el8 delorean-component-common 12 k DEBUG: python-oslo-middleware-lang noarch 4.2.1-0.20220225080425.b40ca5f.el8 delorean-component-common 11 k DEBUG: python-oslo-policy-lang noarch 3.7.1-0.20220119091831.639b471.el8 delorean-component-common 11 k DEBUG: python-oslo-privsep-lang noarch 2.5.1-0.20220225073628.1634c00.el8 delorean-component-common 12 k DEBUG: python-oslo-utils-lang noarch 4.8.2-0.20220428092247.a38b56a.el8 delorean-component-common 12 k DEBUG: python-oslo-vmware-lang noarch 3.8.2-0.20220808091451.dc1a466.el8 delorean-component-common 13 k DEBUG: python-pycadf-common noarch 3.1.1-0.20210315104351.4179996.el8 delorean-component-common 14 k DEBUG: python3-Bottleneck x86_64 1.2.1-13.el8 delorean-wallaby-testing 131 k 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-wallaby-testing 816 k DEBUG: python3-amqp noarch 5.0.5-1.el8 delorean-wallaby-testing 97 k DEBUG: python3-attrs noarch 17.4.0-6.el8 Stream-AppStream 53 k DEBUG: python3-automaton noarch 2.3.1-0.20220228091836.4a3e539.el8 delorean-component-common 41 k DEBUG: python3-barbicanclient noarch 5.1.0-0.20210316154446.ad49c40.el8 delorean-component-clients 130 k DEBUG: python3-boto noarch 2.49.0-4.el8 delorean-wallaby-testing 1.8 M DEBUG: python3-cachetools noarch 4.2.0-1.el8 delorean-wallaby-testing 35 k DEBUG: python3-cairo x86_64 1.16.3-6.el8 Stream-AppStream 90 k DEBUG: python3-castellan noarch 3.7.2-0.20210907102711.3775cf4.el8 delorean-component-security 127 k DEBUG: python3-cinderclient noarch 7.4.1-0.20210903082820.4f72e6f.el8 delorean-component-clients 241 k DEBUG: python3-cliff noarch 3.7.0-0.20210315123449.117a100.el8 delorean-component-common 95 k DEBUG: python3-cmd2 noarch 1.4.0-1.1.el8 delorean-wallaby-testing 307 k DEBUG: python3-colorama noarch 0.4.3-3.el8 delorean-wallaby-testing 36 k DEBUG: python3-cursive noarch 0.2.2-0.20210312092435.d7cea1f.el8 delorean-component-common 58 k DEBUG: python3-cycler noarch 0.10.0-13.el8 delorean-wallaby-testing 20 k DEBUG: python3-dateutil noarch 1:2.6.1-6.el8 Stream-BaseOS 251 k DEBUG: python3-debtcollector noarch 2.2.0-0.20210315103218.649189d.el8 delorean-component-common 31 k DEBUG: python3-decorator noarch 4.4.0-5.el8 delorean-wallaby-testing 32 k DEBUG: python3-defusedxml noarch 0.7.1-1.el8 delorean-wallaby-testing 54 k DEBUG: python3-dogpile-cache noarch 1.1.5-1.1.el8 delorean-wallaby-testing 91 k DEBUG: python3-editor noarch 1.0.4-4.el8 delorean-wallaby-testing 19 k DEBUG: python3-etcd3gw noarch 0.2.5-1.el8 delorean-wallaby-testing 41 k DEBUG: python3-fasteners noarch 0.14.1-20.el8 delorean-wallaby-testing 44 k DEBUG: python3-futurist noarch 2.3.0-0.20210315104620.1a1c6f8.el8 delorean-component-common 63 k DEBUG: python3-glance-store noarch 2.5.1-0.20220628072358.5f1cee6.el8 delorean-component-glance 302 k DEBUG: python3-glanceclient noarch 1:3.3.0-0.20210315220313.f802c71.el8 delorean-component-clients 147 k DEBUG: python3-httplib2 noarch 0.16.0-1.el8 delorean-wallaby-build-deps 124 k DEBUG: python3-importlib-metadata noarch 1.7.0-1.el8 delorean-wallaby-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-wallaby-testing 25 k DEBUG: python3-jeepney noarch 0.4.3-1.el8 delorean-wallaby-testing 4.7 M DEBUG: python3-jsonpatch noarch 1.21-2.el8 Stream-AppStream 27 k DEBUG: python3-jsonpointer noarch 1.10-11.el8 Stream-AppStream 20 k DEBUG: python3-jsonschema noarch 3.2.0-5.el8 delorean-wallaby-testing 112 k DEBUG: python3-keyring noarch 21.0.0-1.el8 delorean-wallaby-testing 80 k DEBUG: python3-keystoneauth1 noarch 4.3.1-0.20210315155409.112bcae.el8 delorean-component-security 431 k DEBUG: python3-keystoneclient noarch 1:4.3.0-0.20220713080823.d5cb761.el8 delorean-component-clients 252 k DEBUG: python3-keystonemiddleware noarch 9.2.0-0.20210316052900.3659bda.el8 delorean-component-security 92 k DEBUG: python3-kiwisolver x86_64 1.1.0-4.el8 delorean-wallaby-testing 78 k DEBUG: python3-kombu noarch 1:5.0.2-1.el8 delorean-wallaby-testing 338 k DEBUG: python3-lxml x86_64 4.2.3-4.el8 Stream-AppStream 1.5 M DEBUG: python3-mako noarch 1.0.6-14.el8 Stream-AppStream 157 k DEBUG: python3-matplotlib x86_64 3.1.1-2.el8 delorean-wallaby-testing 3.3 M DEBUG: python3-matplotlib-data noarch 3.1.1-2.el8 delorean-wallaby-testing 1.8 M DEBUG: python3-matplotlib-data-fonts noarch 3.1.1-2.el8 delorean-wallaby-testing 2.4 M DEBUG: python3-matplotlib-tk x86_64 3.1.1-2.el8 delorean-wallaby-testing 64 k DEBUG: python3-memcached noarch 1.59-1.el8 delorean-wallaby-testing 44 k DEBUG: python3-migrate noarch 0.13.0-1.el8 delorean-wallaby-testing 238 k DEBUG: python3-mock noarch 3.0.5-7.el8 delorean-wallaby-testing 55 k DEBUG: python3-msgpack x86_64 1.0.2-1.el8 delorean-wallaby-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-networkx noarch 2.5-1.el8 delorean-wallaby-testing 2.5 M DEBUG: python3-numexpr x86_64 2.7.1-1.el8 delorean-wallaby-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-os-brick noarch 4.3.4-0.20230127164850.cf69f92.el8 delorean-component-clients 1.1 M DEBUG: python3-os-service-types noarch 1.7.0-0.20210315154727.0b2f473.el8 delorean-component-clients 36 k DEBUG: python3-os-win noarch 5.4.0-0.20210315114029.cce95b4.el8 delorean-component-common 450 k DEBUG: python3-oslo-cache noarch 2.7.1-0.20220301090510.d0252f6.el8 delorean-component-common 53 k DEBUG: python3-oslo-concurrency noarch 4.4.0-0.20210315114231.7dcf9e9.el8 delorean-component-common 40 k DEBUG: python3-oslo-config noarch 2:8.5.1-0.20210907102309.de1dbee.el8 delorean-component-common 227 k DEBUG: python3-oslo-context noarch 3.2.1-0.20211026071333.b124eb7.el8 delorean-component-common 25 k DEBUG: python3-oslo-db noarch 8.5.2-0.20221007170041.26fd6fb.el8 delorean-component-common 148 k DEBUG: python3-oslo-i18n noarch 5.0.1-0.20210315103856.73187bd.el8 delorean-component-common 57 k DEBUG: python3-oslo-log noarch 4.4.0-0.20210315105132.9b29c90.el8 delorean-component-common 63 k DEBUG: python3-oslo-messaging noarch 12.7.3-0.20220428091418.5d6fd1a.el8 delorean-component-common 226 k DEBUG: python3-oslo-middleware noarch 4.2.1-0.20220225080425.b40ca5f.el8 delorean-component-common 53 k DEBUG: python3-oslo-policy noarch 3.7.1-0.20220119091831.639b471.el8 delorean-component-common 75 k DEBUG: python3-oslo-privsep noarch 2.5.1-0.20220225073628.1634c00.el8 delorean-component-common 40 k DEBUG: python3-oslo-reports noarch 2.2.0-0.20210315105955.bc631ae.el8 delorean-component-common 58 k DEBUG: python3-oslo-rootwrap noarch 6.3.1-0.20220228095841.1b1b960.el8 delorean-component-common 44 k DEBUG: python3-oslo-serialization noarch 4.1.1-0.20220225082330.bbe5d5a.el8 delorean-component-common 32 k DEBUG: python3-oslo-service noarch 2.5.1-0.20220201082833.c1e3398.el8 delorean-component-common 70 k DEBUG: python3-oslo-upgradecheck noarch 1.3.1-0.20220225074957.9561ecb.el8 delorean-component-common 26 k DEBUG: python3-oslo-utils noarch 4.8.2-0.20220428092247.a38b56a.el8 delorean-component-common 80 k DEBUG: python3-oslo-vmware noarch 3.8.2-0.20220808091451.dc1a466.el8 delorean-component-common 232 k DEBUG: python3-osprofiler noarch 3.4.0-0.20210315111211.5d82a02.el8 delorean-component-common 132 k DEBUG: python3-pandas x86_64 0.25.3-1.el8 delorean-wallaby-testing 11 M DEBUG: python3-paste noarch 3.5.0-1.el8 delorean-wallaby-testing 813 k DEBUG: python3-paste-deploy noarch 2.1.1-1.el8 delorean-wallaby-testing 40 k DEBUG: python3-pillow x86_64 5.1.1-18.el8 Stream-AppStream 632 k DEBUG: python3-prettytable noarch 0.7.2-14.el8 Stream-AppStream 44 k DEBUG: python3-psutil x86_64 5.7.3-1.el8 delorean-wallaby-testing 420 k DEBUG: python3-pyOpenSSL noarch 19.0.0-1.el8 Stream-AppStream 103 k DEBUG: python3-pyasn1 noarch 0.4.6-3.el8 delorean-wallaby-testing 140 k DEBUG: python3-pycadf noarch 3.1.1-0.20210315104351.4179996.el8 delorean-component-common 51 k DEBUG: python3-pydot noarch 1.4.1-1.el8 delorean-wallaby-testing 51 k DEBUG: python3-pygraphviz x86_64 1.5-9.el8 delorean-wallaby-testing 91 k DEBUG: python3-pynacl x86_64 1.4.0-1.el8 delorean-wallaby-testing 109 k DEBUG: python3-pyngus noarch 2.3.0-4.el8 delorean-wallaby-testing 54 k DEBUG: python3-pyperclip noarch 1.8.0-2.el8 delorean-wallaby-testing 24 k DEBUG: python3-pyrsistent x86_64 0.17.3-1.el8 delorean-wallaby-testing 107 k DEBUG: python3-pysendfile x86_64 2.0.1-15.el8 delorean-wallaby-testing 21 k DEBUG: python3-pyxattr x86_64 0.7.1-2.el8 delorean-wallaby-build-deps 39 k DEBUG: python3-pyyaml x86_64 5.4.1-2.el8 delorean-wallaby-testing 208 k DEBUG: python3-qpid-proton x86_64 0.35.0-3.el8s centos-opstools 396 k DEBUG: python3-repoze-lru noarch 0.7-6.el8 delorean-wallaby-testing 33 k DEBUG: python3-retrying noarch 1.3.3-1.el8 delorean-wallaby-testing 23 k DEBUG: python3-rfc3986 noarch 1.4.0-3.el8 delorean-wallaby-testing 52 k DEBUG: python3-routes noarch 2.4.1-12.el8 delorean-wallaby-testing 196 k DEBUG: python3-rsa noarch 4.6-2.el8 delorean-wallaby-testing 60 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-wallaby-testing 36 k DEBUG: python3-simplegeneric noarch 0.8.1-17.el8 delorean-wallaby-testing 19 k DEBUG: python3-simplejson x86_64 3.17.2-2.el8 delorean-wallaby-testing 280 k DEBUG: python3-soupsieve noarch 2.1.0-1.el8 delorean-wallaby-testing 66 k DEBUG: python3-sqlparse noarch 0.3.1-3.el8 delorean-wallaby-testing 88 k DEBUG: python3-statsd noarch 3.2.1-16.el8 delorean-wallaby-testing 35 k DEBUG: python3-stevedore noarch 3.3.3-0.20221024072403.7b48fff.el8 delorean-component-clients 69 k DEBUG: python3-suds noarch 0.7-0.11.94664ddd46a6.el8 Stream-AppStream 242 k DEBUG: python3-tables x86_64 3.5.2-6.el8 delorean-wallaby-testing 1.4 M DEBUG: python3-taskflow noarch 4.6.0-0.20210315120753.0f7c6e9.el8 delorean-component-common 689 k DEBUG: python3-tempita noarch 0.5.1-25.el8 delorean-wallaby-testing 39 k DEBUG: python3-tenacity noarch 6.2.0-1.el8 delorean-wallaby-testing 50 k DEBUG: python3-tkinter x86_64 3.6.8-51.el8 Stream-AppStream 373 k DEBUG: python3-vine noarch 5.0.0-2.el8 delorean-wallaby-testing 26 k DEBUG: python3-warlock noarch 1.3.3-1.el8 delorean-wallaby-testing 22 k DEBUG: python3-wcwidth noarch 0.2.5-2.el8 delorean-wallaby-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-wallaby-testing 253 k DEBUG: python3-wrapt x86_64 1.12.1-3.el8 delorean-wallaby-testing 55 k DEBUG: python3-wsme noarch 0.10.1-0.20220104140414.63fe135.el8 delorean-component-common 140 k DEBUG: python3-yappi x86_64 1.3.0-1.el8 delorean-wallaby-testing 54 k DEBUG: python3-zipp noarch 3.4.0-1.el8 delorean-wallaby-testing 16 k DEBUG: qemu-img x86_64 15:6.2.0-28.module_el8.8.0+1257+0c3374ae Stream-AppStream 2.2 M DEBUG: qpid-proton-c x86_64 0.35.0-3.el8s centos-opstools 218 k DEBUG: quota x86_64 1:4.04-14.el8 Stream-BaseOS 214 k DEBUG: quota-nls noarch 1:4.04-14.el8 Stream-BaseOS 95 k DEBUG: rpcbind x86_64 1.2.5-10.el8 Stream-BaseOS 70 k DEBUG: sg3_utils x86_64 1.44-6.el8 Stream-BaseOS 918 k DEBUG: sg3_utils-libs x86_64 1.44-6.el8 Stream-BaseOS 99 k DEBUG: snappy x86_64 1.1.8-3.el8 Stream-BaseOS 37 k DEBUG: sysfsutils x86_64 2.1.0-25.el8 Stream-AppStream 49 k DEBUG: tcl x86_64 1:8.6.8-2.el8 Stream-BaseOS 1.1 M DEBUG: texlive-base noarch 7:20180414-28.el8 Stream-AppStream 2.4 M DEBUG: texlive-dvipng x86_64 7:20180414-28.el8 Stream-AppStream 332 k DEBUG: texlive-kpathsea x86_64 7:20180414-28.el8 Stream-AppStream 1.1 M DEBUG: texlive-lib x86_64 7:20180414-28.el8 Stream-AppStream 542 k DEBUG: texlive-tetex noarch 7:20180414-28.el8 Stream-AppStream 403 k DEBUG: texlive-texlive.infra noarch 7:20180414-28.el8 Stream-AppStream 280 k DEBUG: tk x86_64 1:8.6.8-1.el8 Stream-AppStream 1.6 M DEBUG: userspace-rcu x86_64 0.10.1-4.el8 Stream-BaseOS 101 k DEBUG: xdg-utils noarch 1.1.2-5.el8 Stream-AppStream 84 k DEBUG: Installing weak dependencies: 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-beautifulsoup4 noarch 4.9.3-1.el8 delorean-wallaby-testing 215 k DEBUG: python3-cssselect noarch 0.9.2-13.el8 delorean-wallaby-testing 40 k DEBUG: python3-html5lib noarch 1:0.999999999-6.el8 Stream-AppStream 214 k DEBUG: Enabling module streams: DEBUG: perl 5.26 DEBUG: perl-IO-Socket-SSL 2.066 DEBUG: perl-libwww-perl 6.34 DEBUG: virt rhel DEBUG: Transaction Summary DEBUG: ===================================================================================================================== DEBUG: Install 257 Packages DEBUG: Total size: 118 M DEBUG: Total download size: 245 k DEBUG: Installed size: 481 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] python3-barbicanclient-5.1.0-0.20210316154446.ad49c40.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cinderclient-7.4.1-0.20210903082820.4f72e6f.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-glanceclient-3.3.0-0.20210315220313.f802c71.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneclient-4.3.0-0.20220713080823.d5cb761.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-brick-4.3.4-0.20230127164850.cf69f92.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-service-types-1.7.0-0.20210315154727.0b2f473.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-stevedore-3.3.3-0.20221024072403.7b48fff.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-cache-lang-2.7.1-0.20220301090510.d0252f6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-concurrency-lang-4.4.0-0.20210315114231.7dcf9e9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-db-lang-8.5.2-0.20221007170041.26fd6fb.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-i18n-lang-5.0.1-0.20210315103856.73187bd.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-log-lang-4.4.0-0.20210315105132.9b29c90.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-middleware-lang-4.2.1-0.20220225080425.b40ca5f.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-policy-lang-3.7.1-0.20220119091831.639b471.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-privsep-lang-2.5.1-0.20220225073628.1634c00.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-utils-lang-4.8.2-0.20220428092247.a38b56a.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-pycadf-common-3.1.1-0.20210315104351.4179996.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-automaton-2.3.1-0.20220228091836.4a3e539.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cliff-3.7.0-0.20210315123449.117a100.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cursive-0.2.2-0.20210312092435.d7cea1f.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-debtcollector-2.2.0-0.20210315103218.649189d.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-futurist-2.3.0-0.20210315104620.1a1c6f8.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-win-5.4.0-0.20210315114029.cce95b4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-cache-2.7.1-0.20220301090510.d0252f6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-concurrency-4.4.0-0.20210315114231.7dcf9e9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-config-8.5.1-0.20210907102309.de1dbee.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-context-3.2.1-0.20211026071333.b124eb7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-db-8.5.2-0.20221007170041.26fd6fb.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-i18n-5.0.1-0.20210315103856.73187bd.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-log-4.4.0-0.20210315105132.9b29c90.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-messaging-12.7.3-0.20220428091418.5d6fd1a.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-middleware-4.2.1-0.20220225080425.b40ca5f.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-policy-3.7.1-0.20220119091831.639b471.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-privsep-2.5.1-0.20220225073628.1634c00.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-reports-2.2.0-0.20210315105955.bc631ae.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-rootwrap-6.3.1-0.20220228095841.1b1b960.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-serialization-4.1.1-0.20220225082330.bbe5d5a.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-service-2.5.1-0.20220201082833.c1e3398.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-upgradecheck-1.3.1-0.20220225074957.9561ecb.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-utils-4.8.2-0.20220428092247.a38b56a.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-osprofiler-3.4.0-0.20210315111211.5d82a02.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pycadf-3.1.1-0.20210315104351.4179996.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-taskflow-4.6.0-0.20210315120753.0f7c6e9.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wsme-0.10.1-0.20220104140414.63fe135.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-glance-store-2.5.1-0.20220628072358.5f1cee6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-castellan-3.7.2-0.20210907102711.3775cf4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneauth1-4.3.1-0.20210315155409.112bcae.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystonemiddleware-9.2.0-0.20210316052900.3659bda.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] cryptsetup-2.3.7-5.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] device-mapper-event-1.02.181-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-event-libs-1.02.181-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-multipath-0.8.4-37.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-multipath-libs-0.8.4-37.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-persistent-data-0.9.0-7.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] e2fsprogs-libs-1.45.6-5.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] groff-base-1.22.3-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gssproxy-0.8.0-21.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f59c.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] isns-utils-libs-0.99-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] keyutils-1.5.10-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libaio-0.3.112-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libbasicobjects-0.1.1-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcollection-0.7.0-40.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-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libini_config-1.3.1-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libnfsidmap-2.3.3-59.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpath_utils-0.2.1-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libquadmath-8.5.0-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libref_array-0.1.5-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libselinux-utils-2.9-8.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsysfs-2.1.0-25.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] lsscsi-0.32-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lvm2-2.03.14-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lvm2-libs-2.03.14-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lzo-2.08-14.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nfs-utils-2.3.3-59.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nvme-cli-1.16-7.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-422.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-422.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-422.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-libs-5.26.3-422.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-macros-5.26.3-422.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-21.1.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] quota-4.04-14.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] quota-nls-4.04-14.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] rpcbind-1.2.5-10.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sg3_utils-1.44-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sg3_utils-libs-1.44-6.el8.x86_64.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] userspace-rcu-0.10.1-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] desktop-file-utils-0.26-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libev-4.24-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libverto-libev-0.3.2-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openblas-0.3.15-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openblas-threads-0.3.15-4.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-422.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-cairo-1.16.3-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-html5lib-0.999999999-6.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-lxml-4.2.3-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-mako-1.0.6-14.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-18.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-prettytable-0.7.2-14.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyOpenSSL-19.0.0-1.el8.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-suds-0.7-0.11.94664ddd46a6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tkinter-3.6.8-51.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-webencodings-0.5.1-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] qemu-img-6.2.0-28.module_el8.8.0+1257+0c3374ae.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sysfsutils-2.1.0-25.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-base-20180414-28.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] texlive-dvipng-20180414-28.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-kpathsea-20180414-28.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-lib-20180414-28.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-tetex-20180414-28.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] texlive-texlive.infra-20180414-28.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] tk-8.6.8-1.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] blosc-1.20.1-1.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-beautifulsoup4-4.9.3-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-boto-2.49.0-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cachetools-4.2.0-1.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-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-decorator-4.4.0-5.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-defusedxml-0.7.1-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dogpile-cache-1.1.5-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-fasteners-0.14.1-20.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-importlib-metadata-1.7.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-jsonschema-3.2.0-5.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-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-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-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-pandas-0.25.3-1.el8.x86_64.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-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-pydot-1.4.1-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-pysendfile-2.0.1-15.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyyaml-5.4.1-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-repoze-lru-0.7-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-retrying-1.3.3-1.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-secretstorage-3.1.1-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-simplegeneric-0.8.1-17.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-simplejson-3.17.2-2.el8.x86_64.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-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-vine-5.0.0-2.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-wrapt-1.12.1-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-yappi-1.3.0-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-zipp-3.4.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-httplib2-0.16.0-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyxattr-0.7.1-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-qpid-proton-0.35.0-3.el8s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] qpid-proton-c-0.35.0-3.el8s.x86_64.rpm: Already downloaded DEBUG: (252/253): python-oslo-vmware-lang-3.8.2-0.2022 124 kB/s | 13 kB 00:00 DEBUG: (253/253): python3-oslo-vmware-3.8.2-0.20220808 1.2 MB/s | 232 kB 00:00 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 1.1 MB/s | 245 kB 00:00 DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : python3-prettytable-0.7.2-14.el8.noarch 1/257 DEBUG: Installing : python3-webob-1.8.6-3.el8.noarch 2/257 DEBUG: Installing : python3-netaddr-0.7.19-8.el8.noarch 3/257 DEBUG: Installing : libaio-0.3.112-1.el8.x86_64 4/257 DEBUG: Installing : python3-dateutil-1:2.6.1-6.el8.noarch 5/257 DEBUG: Installing : python3-futurist-2.3.0-0.20210315104620.1a1c6f8. 6/257 DEBUG: Installing : python3-iso8601-0.1.12-3.el8.noarch 7/257 DEBUG: Installing : python3-decorator-4.4.0-5.el8.noarch 8/257 DEBUG: Running scriptlet: texlive-base-7:20180414-28.el8.noarch 9/257 DEBUG: Installing : texlive-base-7:20180414-28.el8.noarch 9/257 DEBUG: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/257 DEBUG: Installing : device-mapper-event-libs-8:1.02.181-9.el8.x86_64 11/257 DEBUG: Installing : python3-matplotlib-data-fonts-3.1.1-2.el8.noarch 12/257 DEBUG: Installing : python3-matplotlib-data-3.1.1-2.el8.noarch 13/257 DEBUG: Installing : python3-wrapt-1.12.1-3.el8.x86_64 14/257 DEBUG: Installing : python3-debtcollector-2.2.0-0.20210315103218.649 15/257 DEBUG: Installing : python3-oslo-context-3.2.1-0.20211026071333.b124 16/257 DEBUG: Installing : python3-vine-5.0.0-2.el8.noarch 17/257 DEBUG: Installing : python3-amqp-5.0.5-1.el8.noarch 18/257 DEBUG: Installing : python3-tenacity-6.2.0-1.el8.noarch 19/257 DEBUG: Installing : python3-tempita-0.5.1-25.el8.noarch 20/257 DEBUG: Installing : python3-paste-3.5.0-1.el8.noarch 21/257 DEBUG: Installing : python3-paste-deploy-2.1.1-1.el8.noarch 22/257 DEBUG: Installing : python3-sqlparse-0.3.1-3.el8.noarch 23/257 DEBUG: Installing : python3-migrate-0.13.0-1.el8.noarch 24/257 DEBUG: Installing : python3-pydot-1.4.1-1.el8.noarch 25/257 DEBUG: Installing : python3-msgpack-1.0.2-1.el8.x86_64 26/257 DEBUG: Installing : python3-fasteners-0.14.1-20.el8.noarch 27/257 DEBUG: Installing : python3-cachetools-4.2.0-1.el8.noarch 28/257 DEBUG: Installing : texlive-lib-7:20180414-28.el8.x86_64 29/257 DEBUG: Installing : python3-pillow-5.1.1-18.el8.x86_64 30/257 DEBUG: Installing : python3-mako-1.0.6-14.el8.noarch 31/257 DEBUG: Installing : python3-attrs-17.4.0-6.el8.noarch 32/257 DEBUG: Installing : userspace-rcu-0.10.1-4.el8.x86_64 33/257 DEBUG: Running scriptlet: userspace-rcu-0.10.1-4.el8.x86_64 33/257 DEBUG: Installing : tcl-1:8.6.8-2.el8.x86_64 34/257 DEBUG: Running scriptlet: tcl-1:8.6.8-2.el8.x86_64 34/257 DEBUG: Installing : libref_array-0.1.5-40.el8.x86_64 35/257 DEBUG: Installing : libquadmath-8.5.0-18.el8.x86_64 36/257 DEBUG: Running scriptlet: libquadmath-8.5.0-18.el8.x86_64 36/257 DEBUG: Installing : libgfortran-8.5.0-18.el8.x86_64 37/257 DEBUG: Running scriptlet: libgfortran-8.5.0-18.el8.x86_64 37/257 DEBUG: Installing : openblas-0.3.15-4.el8.x86_64 38/257 DEBUG: Running scriptlet: openblas-0.3.15-4.el8.x86_64 38/257 DEBUG: Installing : openblas-threads-0.3.15-4.el8.x86_64 39/257 DEBUG: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 39/257 DEBUG: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 40/257 DEBUG: Installing : python3-numexpr-2.7.1-1.el8.x86_64 41/257 DEBUG: Installing : libcollection-0.7.0-40.el8.x86_64 42/257 DEBUG: Installing : libbasicobjects-0.1.1-40.el8.x86_64 43/257 DEBUG: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 44/257 DEBUG: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 44/257 DEBUG: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 45/257 DEBUG: Installing : python3-Bottleneck-1.2.1-13.el8.x86_64 46/257 DEBUG: Running scriptlet: tk-1:8.6.8-1.el8.x86_64 47/257 DEBUG: Installing : tk-1:8.6.8-1.el8.x86_64 47/257 DEBUG: Running scriptlet: tk-1:8.6.8-1.el8.x86_64 47/257 DEBUG: Installing : python3-tkinter-3.6.8-51.el8.x86_64 48/257 DEBUG: Installing : device-mapper-multipath-libs-0.8.4-37.el8.x86_64 49/257 DEBUG: Running scriptlet: device-mapper-multipath-libs-0.8.4-37.el8.x86_64 49/257 DEBUG: Installing : device-mapper-multipath-0.8.4-37.el8.x86_64 50/257 DEBUG: Running scriptlet: device-mapper-multipath-0.8.4-37.el8.x86_64 50/257 DEBUG: Installing : device-mapper-event-8:1.02.181-9.el8.x86_64 51/257 DEBUG: Running scriptlet: device-mapper-event-8:1.02.181-9.el8.x86_64 51/257 DEBUG: Installing : lvm2-libs-8:2.03.14-9.el8.x86_64 52/257 DEBUG: Installing : python3-etcd3gw-0.2.5-1.el8.noarch 53/257 DEBUG: Installing : device-mapper-persistent-data-0.9.0-7.el8.x86_64 54/257 DEBUG: Installing : lvm2-8:2.03.14-9.el8.x86_64 55/257 DEBUG: Running scriptlet: lvm2-8:2.03.14-9.el8.x86_64 55/257 DEBUG: Installing : qemu-img-15:6.2.0-28.module_el8.8.0+1257+0c3374a 56/257 DEBUG: Installing : python3-automaton-2.3.1-0.20220228091836.4a3e539 57/257 DEBUG: Installing : qpid-proton-c-0.35.0-3.el8s.x86_64 58/257 DEBUG: Installing : python3-qpid-proton-0.35.0-3.el8s.x86_64 59/257 DEBUG: Installing : python3-pyngus-2.3.0-4.el8.noarch 60/257 DEBUG: Installing : python3-pyxattr-0.7.1-2.el8.x86_64 61/257 DEBUG: Installing : python3-httplib2-0.16.0-1.el8.noarch 62/257 DEBUG: Installing : python3-zipp-3.4.0-1.el8.noarch 63/257 DEBUG: Installing : python3-importlib-metadata-1.7.0-1.el8.noarch 64/257 DEBUG: Installing : python3-stevedore-3.3.3-0.20221024072403.7b48fff 65/257 DEBUG: Installing : python3-dogpile-cache-1.1.5-1.1.el8.noarch 66/257 DEBUG: Installing : python3-kombu-1:5.0.2-1.el8.noarch 67/257 DEBUG: Installing : python3-yappi-1.3.0-1.el8.x86_64 68/257 DEBUG: Installing : python3-wcwidth-0.2.5-2.el8.noarch 69/257 DEBUG: Installing : python3-statsd-3.2.1-16.el8.noarch 70/257 DEBUG: Installing : python3-soupsieve-2.1.0-1.el8.noarch 71/257 DEBUG: Installing : python3-simplejson-3.17.2-2.el8.x86_64 72/257 DEBUG: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 73/257 DEBUG: Installing : python3-wsme-0.10.1-0.20220104140414.63fe135.el8 74/257 DEBUG: Installing : python3-rfc3986-1.4.0-3.el8.noarch 75/257 DEBUG: Installing : python3-retrying-1.3.3-1.el8.noarch 76/257 DEBUG: Installing : python3-repoze-lru-0.7-6.el8.noarch 77/257 DEBUG: Installing : python3-routes-2.4.1-12.el8.noarch 78/257 DEBUG: Installing : python3-pysendfile-2.0.1-15.el8.x86_64 79/257 DEBUG: Installing : python3-pyrsistent-0.17.3-1.el8.x86_64 80/257 DEBUG: Installing : python3-jsonschema-3.2.0-5.el8.noarch 81/257 DEBUG: Installing : python3-pyperclip-1.8.0-2.el8.noarch 82/257 DEBUG: Installing : python3-pygraphviz-1.5-9.el8.x86_64 83/257 DEBUG: Installing : python3-pyasn1-0.4.6-3.el8.noarch 84/257 DEBUG: Installing : python3-rsa-4.6-2.el8.noarch 85/257 DEBUG: Installing : python3-boto-2.49.0-4.el8.noarch 86/257 DEBUG: Installing : python3-psutil-5.7.3-1.el8.x86_64 87/257 DEBUG: Installing : python3-mock-3.0.5-7.el8.noarch 88/257 DEBUG: Installing : python3-memcached-1.59-1.el8.noarch 89/257 DEBUG: Installing : python3-kiwisolver-1.1.0-4.el8.x86_64 90/257 DEBUG: Installing : python3-jeepney-0.4.3-1.el8.noarch 91/257 DEBUG: Installing : python3-secretstorage-3.1.1-4.el8.noarch 92/257 DEBUG: Installing : python3-keyring-21.0.0-1.el8.noarch 93/257 DEBUG: Installing : python3-editor-1.0.4-4.el8.noarch 94/257 DEBUG: Installing : python3-alembic-1.4.3-1.el8.noarch 95/257 DEBUG: Installing : python3-defusedxml-0.7.1-1.el8.noarch 96/257 DEBUG: Installing : python3-cycler-0.10.0-13.el8.noarch 97/257 DEBUG: Installing : python3-cssselect-0.9.2-13.el8.noarch 98/257 DEBUG: Installing : python3-colorama-0.4.3-3.el8.noarch 99/257 DEBUG: Installing : python3-cmd2-1.4.0-1.1.el8.noarch 100/257 DEBUG: Installing : libsodium-1.0.18-2.el8.x86_64 101/257 DEBUG: Installing : python3-pynacl-1.4.0-1.el8.x86_64 102/257 DEBUG: Installing : libqhull-1:7.2.1-2.el8.x86_64 103/257 DEBUG: Installing : libaec-1.0.2-3.el8.x86_64 104/257 DEBUG: Installing : hdf5-1.10.5-5.el8.x86_64 105/257 DEBUG: Installing : python3-webencodings-0.5.1-6.el8.noarch 106/257 DEBUG: Installing : python3-html5lib-1:0.999999999-6.el8.noarch 107/257 DEBUG: Installing : python3-suds-0.7-0.11.94664ddd46a6.el8.noarch 108/257 DEBUG: Installing : python3-netifaces-0.10.6-4.el8.x86_64 109/257 DEBUG: Installing : python3-jsonpointer-1.10-11.el8.noarch 110/257 DEBUG: Installing : python3-jsonpatch-1.21-2.el8.noarch 111/257 DEBUG: Installing : python3-warlock-1.3.3-1.el8.noarch 112/257 DEBUG: Installing : python3-cairo-1.16.3-6.el8.x86_64 113/257 DEBUG: Installing : python3-PyMySQL-0.10.1-2.module_el8.5.0+761+faac 114/257 DEBUG: Installing : libev-4.24-6.el8.x86_64 115/257 DEBUG: Installing : libverto-libev-0.3.2-2.el8.x86_64 116/257 DEBUG: Installing : desktop-file-utils-0.26-1.el8.x86_64 117/257 DEBUG: Installing : xdg-utils-1.1.2-5.el8.noarch 118/257 DEBUG: Installing : snappy-1.1.8-3.el8.x86_64 119/257 DEBUG: Installing : blosc-1.20.1-1.el8.x86_64 120/257 DEBUG: Installing : sg3_utils-libs-1.44-6.el8.x86_64 121/257 DEBUG: Running scriptlet: sg3_utils-libs-1.44-6.el8.x86_64 121/257 DEBUG: Installing : sg3_utils-1.44-6.el8.x86_64 122/257 DEBUG: Installing : quota-nls-1:4.04-14.el8.noarch 123/257 DEBUG: Installing : python3-inotify-0.9.6-13.el8.noarch 124/257 DEBUG: Installing : nvme-cli-1.16-7.el8.x86_64 125/257 DEBUG: Running scriptlet: nvme-cli-1.16-7.el8.x86_64 125/257 DEBUG: Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. DEBUG: System has not been booted with systemd as init system (PID 1). Can't operate. DEBUG: Failed to connect to bus: Host is down DEBUG: Installing : lzo-2.08-14.el8.x86_64 126/257 DEBUG: Installing : python3-tables-3.5.2-6.el8.x86_64 127/257 DEBUG: Installing : lsscsi-0.32-3.el8.x86_64 128/257 DEBUG: Installing : libyaml-0.1.7-5.el8.x86_64 129/257 DEBUG: Installing : python3-pyyaml-5.4.1-2.el8.x86_64 130/257 DEBUG: Installing : python3-cliff-3.7.0-0.20210315123449.117a100.el8 131/257 DEBUG: Installing : libxslt-1.1.32-6.el8.x86_64 132/257 DEBUG: Installing : python3-beautifulsoup4-4.9.3-1.el8.noarch 133/257 DEBUG: Installing : python3-lxml-4.2.3-4.el8.x86_64 134/257 DEBUG: Installing : libsysfs-2.1.0-25.el8.x86_64 135/257 DEBUG: Running scriptlet: libsysfs-2.1.0-25.el8.x86_64 135/257 DEBUG: Installing : sysfsutils-2.1.0-25.el8.x86_64 136/257 DEBUG: Installing : libselinux-utils-2.9-8.el8.x86_64 137/257 DEBUG: Installing : policycoreutils-2.9-21.1.el8.x86_64 138/257 DEBUG: Running scriptlet: policycoreutils-2.9-21.1.el8.x86_64 138/257 DEBUG: Running scriptlet: rpcbind-1.2.5-10.el8.x86_64 139/257 DEBUG: Installing : rpcbind-1.2.5-10.el8.x86_64 139/257 DEBUG: Running scriptlet: rpcbind-1.2.5-10.el8.x86_64 139/257 DEBUG: Installing : libpath_utils-0.2.1-40.el8.x86_64 140/257 DEBUG: Installing : libini_config-1.3.1-40.el8.x86_64 141/257 DEBUG: Installing : gssproxy-0.8.0-21.el8.x86_64 142/257 DEBUG: Running scriptlet: gssproxy-0.8.0-21.el8.x86_64 142/257 DEBUG: Installing : libnfsidmap-1:2.3.3-59.el8.x86_64 143/257 DEBUG: Installing : libevent-2.1.8-5.el8.x86_64 144/257 DEBUG: Installing : keyutils-1.5.10-9.el8.x86_64 145/257 DEBUG: Installing : isns-utils-libs-0.99-1.el8.x86_64 146/257 DEBUG: Running scriptlet: isns-utils-libs-0.99-1.el8.x86_64 146/257 DEBUG: Installing : iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f 147/257 DEBUG: Running scriptlet: iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f 147/257 DEBUG: Installing : iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x 148/257 DEBUG: Running scriptlet: iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x 148/257 DEBUG: Installing : groff-base-1.22.3-18.el8.x86_64 149/257 DEBUG: Installing : perl-Digest-1.17-395.el8.noarch 150/257 DEBUG: Installing : perl-Digest-MD5-2.55-396.el8.x86_64 151/257 DEBUG: Installing : perl-Data-Dumper-2.167-399.el8.x86_64 152/257 DEBUG: Installing : perl-libnet-3.11-3.el8.noarch 153/257 DEBUG: Installing : perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595 154/257 DEBUG: Installing : perl-URI-1.73-3.el8.noarch 155/257 DEBUG: Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 156/257 DEBUG: Installing : perl-Time-Local-1:1.280-1.el8.noarch 157/257 DEBUG: Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 158/257 DEBUG: Installing : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+de 159/257 DEBUG: Installing : perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be 160/257 DEBUG: Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 161/257 DEBUG: Installing : perl-Term-Cap-1.17-395.el8.noarch 162/257 DEBUG: Installing : perl-File-Temp-0.230.600-1.el8.noarch 163/257 DEBUG: Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 164/257 DEBUG: Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 165/257 DEBUG: Installing : perl-podlators-4.11-1.el8.noarch 166/257 DEBUG: Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 167/257 DEBUG: Installing : perl-Text-ParseWords-3.30-395.el8.noarch 168/257 DEBUG: Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 169/257 DEBUG: Installing : perl-MIME-Base64-3.15-396.el8.x86_64 170/257 DEBUG: Installing : perl-Storable-1:3.11-3.el8.x86_64 171/257 DEBUG: Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 172/257 DEBUG: Installing : perl-Errno-1.28-422.el8.x86_64 173/257 DEBUG: Installing : perl-Socket-4:2.027-3.el8.x86_64 174/257 DEBUG: Installing : perl-Encode-4:2.97-3.el8.x86_64 175/257 DEBUG: Installing : perl-Carp-1.42-396.el8.noarch 176/257 DEBUG: Installing : perl-Exporter-5.72-396.el8.noarch 177/257 DEBUG: Installing : perl-libs-4:5.26.3-422.el8.x86_64 178/257 DEBUG: Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 179/257 DEBUG: Installing : perl-parent-1:0.237-1.el8.noarch 180/257 DEBUG: Installing : perl-macros-4:5.26.3-422.el8.x86_64 181/257 DEBUG: Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 182/257 DEBUG: Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 183/257 DEBUG: Installing : perl-File-Path-2.15-2.el8.noarch 184/257 DEBUG: Installing : perl-IO-1.38-422.el8.x86_64 185/257 DEBUG: Installing : perl-PathTools-3.74-1.el8.x86_64 186/257 DEBUG: Installing : perl-constant-1.33-396.el8.noarch 187/257 DEBUG: Installing : perl-threads-1:2.21-2.el8.x86_64 188/257 DEBUG: Installing : perl-threads-shared-1.58-2.el8.x86_64 189/257 DEBUG: Installing : perl-interpreter-4:5.26.3-422.el8.x86_64 190/257 DEBUG: Installing : perl-XML-Parser-2.44-11.el8.x86_64 191/257 DEBUG: Installing : perl-Filter-2:1.58-2.el8.x86_64 192/257 DEBUG: Installing : perl-encoding-4:2.22-3.el8.x86_64 193/257 DEBUG: Installing : perl-open-1.11-422.el8.noarch 194/257 DEBUG: Installing : perl-XML-XPath-1.42-3.el8.noarch 195/257 DEBUG: Installing : perl-Text-Unidecode-1.30-5.el8.noarch 196/257 DEBUG: Installing : texlive-texlive.infra-7:20180414-28.el8.noarch 197/257 DEBUG: Installing : texlive-tetex-7:20180414-28.el8.noarch 198/257 DEBUG: Installing : texlive-kpathsea-7:20180414-28.el8.x86_64 199/257 DEBUG: Running scriptlet: texlive-kpathsea-7:20180414-28.el8.x86_64 199/257 DEBUG: Installing : texlive-dvipng-7:20180414-28.el8.x86_64 200/257 DEBUG: Running scriptlet: texlive-dvipng-7:20180414-28.el8.x86_64 200/257 DEBUG: Installing : e2fsprogs-libs-1.45.6-5.el8.x86_64 201/257 DEBUG: Running scriptlet: e2fsprogs-libs-1.45.6-5.el8.x86_64 201/257 DEBUG: Installing : quota-1:4.04-14.el8.x86_64 202/257 DEBUG: Running scriptlet: nfs-utils-1:2.3.3-59.el8.x86_64 203/257 DEBUG: Installing : nfs-utils-1:2.3.3-59.el8.x86_64 203/257 DEBUG: Running scriptlet: nfs-utils-1:2.3.3-59.el8.x86_64 203/257 DEBUG: System has not been booted with systemd as init system (PID 1). Can't operate. DEBUG: Failed to connect to bus: Host is down DEBUG: System has not been booted with systemd as init system (PID 1). Can't operate. DEBUG: Failed to connect to bus: Host is down DEBUG: Installing : dejavu-fonts-common-2.35-7.el8.noarch 204/257 DEBUG: Installing : dejavu-sans-fonts-2.35-7.el8.noarch 205/257 DEBUG: Installing : python3-matplotlib-tk-3.1.1-2.el8.x86_64 206/257 DEBUG: Installing : python3-matplotlib-3.1.1-2.el8.x86_64 207/257 DEBUG: Installing : python3-pandas-0.25.3-1.el8.x86_64 208/257 DEBUG: Installing : python3-networkx-2.5-1.el8.noarch 209/257 DEBUG: Installing : cryptsetup-2.3.7-5.el8.x86_64 210/257 DEBUG: Installing : python3-oslo-rootwrap-6.3.1-0.20220228095841.1b1 211/257 DEBUG: Installing : python-pycadf-common-3.1.1-0.20210315104351.4179 212/257 DEBUG: Installing : python-oslo-vmware-lang-3.8.2-0.20220808091451.d 213/257 DEBUG: Installing : python-oslo-utils-lang-4.8.2-0.20220428092247.a3 214/257 DEBUG: Installing : python-oslo-privsep-lang-2.5.1-0.20220225073628. 215/257 DEBUG: Installing : python-oslo-policy-lang-3.7.1-0.20220119091831.6 216/257 DEBUG: Installing : python-oslo-middleware-lang-4.2.1-0.202202250804 217/257 DEBUG: Installing : python-oslo-log-lang-4.4.0-0.20210315105132.9b29 218/257 DEBUG: Installing : python-oslo-i18n-lang-5.0.1-0.20210315103856.731 219/257 DEBUG: Installing : python3-oslo-i18n-5.0.1-0.20210315103856.73187bd 220/257 DEBUG: Installing : python3-oslo-utils-4.8.2-0.20220428092247.a38b56 221/257 DEBUG: Installing : python3-oslo-config-2:8.5.1-0.20210907102309.de1 222/257 DEBUG: Installing : python3-oslo-serialization-4.1.1-0.2022022508233 223/257 DEBUG: Installing : python3-oslo-log-4.4.0-0.20210315105132.9b29c90. 224/257 DEBUG: Installing : python3-oslo-privsep-2.5.1-0.20220225073628.1634 225/257 DEBUG: Installing : python3-oslo-policy-3.7.1-0.20220119091831.639b4 226/257 DEBUG: Installing : python3-oslo-middleware-4.2.1-0.20220225080425.b 227/257 DEBUG: Installing : python3-oslo-upgradecheck-1.3.1-0.20220225074957 228/257 DEBUG: Installing : python3-oslo-reports-2.2.0-0.20210315105955.bc63 229/257 DEBUG: Installing : python3-pycadf-3.1.1-0.20210315104351.4179996.el 230/257 DEBUG: Installing : python3-taskflow-4.6.0-0.20210315120753.0f7c6e9. 231/257 DEBUG: Installing : python-oslo-db-lang-8.5.2-0.20221007170041.26fd6 232/257 DEBUG: Installing : python3-oslo-db-8.5.2-0.20221007170041.26fd6fb.e 233/257 DEBUG: Installing : python-oslo-concurrency-lang-4.4.0-0.20210315114 234/257 DEBUG: Installing : python3-oslo-concurrency-4.4.0-0.20210315114231. 235/257 DEBUG: Installing : python3-os-win-5.4.0-0.20210315114029.cce95b4.el 236/257 DEBUG: Installing : python3-oslo-service-2.5.1-0.20220201082833.c1e3 237/257 DEBUG: Installing : python3-os-brick-4.3.4-0.20230127164850.cf69f92. 238/257 DEBUG: Installing : python3-oslo-messaging-12.7.3-0.20220428091418.5 239/257 DEBUG: Installing : python3-osprofiler-3.4.0-0.20210315111211.5d82a0 240/257 DEBUG: Installing : python3-oslo-vmware-3.8.2-0.20220808091451.dc1a4 241/257 DEBUG: Installing : python-oslo-cache-lang-2.7.1-0.20220301090510.d0 242/257 DEBUG: Installing : python3-oslo-cache-2.7.1-0.20220301090510.d0252f 243/257 DEBUG: Installing : python3-os-service-types-1.7.0-0.20210315154727. 244/257 DEBUG: Installing : python3-keystoneauth1-4.3.1-0.20210315155409.112 245/257 DEBUG: Installing : python3-keystoneclient-1:4.3.0-0.20220713080823. 246/257 DEBUG: Installing : python3-keystonemiddleware-9.2.0-0.2021031605290 247/257 DEBUG: Installing : python3-barbicanclient-5.1.0-0.20210316154446.ad 248/257 DEBUG: Installing : python3-castellan-3.7.2-0.20210907102711.3775cf4 249/257 DEBUG: Installing : python3-cursive-0.2.2-0.20210312092435.d7cea1f.e 250/257 DEBUG: Installing : python3-cinderclient-7.4.1-0.20210903082820.4f72 251/257 DEBUG: Installing : python3-glance-store-2.5.1-0.20220628072358.5f1c 252/257 DEBUG: Installing : python3-glance-1:22.1.2-0.20230309185042.883fc8a 253/257 DEBUG: Installing : python3-glanceclient-1:3.3.0-0.20210315220313.f8 254/257 DEBUG: Running scriptlet: openstack-glance-1:22.1.2-0.20230309185042.883fc 255/257 DEBUG: Installing : openstack-glance-1:22.1.2-0.20230309185042.883fc 255/257 DEBUG: Running scriptlet: openstack-glance-1:22.1.2-0.20230309185042.883fc 255/257 DEBUG: Installing : openstack-glance-doc-1:22.1.2-0.20230309185042.8 256/257 DEBUG: Installing : python3-glance-tests-1:22.1.2-0.20230309185042.8 257/257 DEBUG: Running scriptlet: texlive-base-7:20180414-28.el8.noarch 257/257 DEBUG: Running scriptlet: python3-glance-tests-1:22.1.2-0.20230309185042.8 257/257 DEBUG: Running scriptlet: desktop-file-utils-0.26-1.el8.x86_64 257/257 DEBUG: Running scriptlet: texlive-kpathsea-7:20180414-28.el8.x86_64 257/257 DEBUG: Verifying : python3-barbicanclient-5.1.0-0.20210316154446.ad 1/257 DEBUG: Verifying : python3-cinderclient-7.4.1-0.20210903082820.4f72 2/257 DEBUG: Verifying : python3-glanceclient-1:3.3.0-0.20210315220313.f8 3/257 DEBUG: Verifying : python3-keystoneclient-1:4.3.0-0.20220713080823. 4/257 DEBUG: Verifying : python3-os-brick-4.3.4-0.20230127164850.cf69f92. 5/257 DEBUG: Verifying : python3-os-service-types-1.7.0-0.20210315154727. 6/257 DEBUG: Verifying : python3-stevedore-3.3.3-0.20221024072403.7b48fff 7/257 DEBUG: Verifying : python-oslo-cache-lang-2.7.1-0.20220301090510.d0 8/257 DEBUG: Verifying : python-oslo-concurrency-lang-4.4.0-0.20210315114 9/257 DEBUG: Verifying : python-oslo-db-lang-8.5.2-0.20221007170041.26fd6 10/257 DEBUG: Verifying : python-oslo-i18n-lang-5.0.1-0.20210315103856.731 11/257 DEBUG: Verifying : python-oslo-log-lang-4.4.0-0.20210315105132.9b29 12/257 DEBUG: Verifying : python-oslo-middleware-lang-4.2.1-0.202202250804 13/257 DEBUG: Verifying : python-oslo-policy-lang-3.7.1-0.20220119091831.6 14/257 DEBUG: Verifying : python-oslo-privsep-lang-2.5.1-0.20220225073628. 15/257 DEBUG: Verifying : python-oslo-utils-lang-4.8.2-0.20220428092247.a3 16/257 DEBUG: Verifying : python-oslo-vmware-lang-3.8.2-0.20220808091451.d 17/257 DEBUG: Verifying : python-pycadf-common-3.1.1-0.20210315104351.4179 18/257 DEBUG: Verifying : python3-automaton-2.3.1-0.20220228091836.4a3e539 19/257 DEBUG: Verifying : python3-cliff-3.7.0-0.20210315123449.117a100.el8 20/257 DEBUG: Verifying : python3-cursive-0.2.2-0.20210312092435.d7cea1f.e 21/257 DEBUG: Verifying : python3-debtcollector-2.2.0-0.20210315103218.649 22/257 DEBUG: Verifying : python3-futurist-2.3.0-0.20210315104620.1a1c6f8. 23/257 DEBUG: Verifying : python3-os-win-5.4.0-0.20210315114029.cce95b4.el 24/257 DEBUG: Verifying : python3-oslo-cache-2.7.1-0.20220301090510.d0252f 25/257 DEBUG: Verifying : python3-oslo-concurrency-4.4.0-0.20210315114231. 26/257 DEBUG: Verifying : python3-oslo-config-2:8.5.1-0.20210907102309.de1 27/257 DEBUG: Verifying : python3-oslo-context-3.2.1-0.20211026071333.b124 28/257 DEBUG: Verifying : python3-oslo-db-8.5.2-0.20221007170041.26fd6fb.e 29/257 DEBUG: Verifying : python3-oslo-i18n-5.0.1-0.20210315103856.73187bd 30/257 DEBUG: Verifying : python3-oslo-log-4.4.0-0.20210315105132.9b29c90. 31/257 DEBUG: Verifying : python3-oslo-messaging-12.7.3-0.20220428091418.5 32/257 DEBUG: Verifying : python3-oslo-middleware-4.2.1-0.20220225080425.b 33/257 DEBUG: Verifying : python3-oslo-policy-3.7.1-0.20220119091831.639b4 34/257 DEBUG: Verifying : python3-oslo-privsep-2.5.1-0.20220225073628.1634 35/257 DEBUG: Verifying : python3-oslo-reports-2.2.0-0.20210315105955.bc63 36/257 DEBUG: Verifying : python3-oslo-rootwrap-6.3.1-0.20220228095841.1b1 37/257 DEBUG: Verifying : python3-oslo-serialization-4.1.1-0.2022022508233 38/257 DEBUG: Verifying : python3-oslo-service-2.5.1-0.20220201082833.c1e3 39/257 DEBUG: Verifying : python3-oslo-upgradecheck-1.3.1-0.20220225074957 40/257 DEBUG: Verifying : python3-oslo-utils-4.8.2-0.20220428092247.a38b56 41/257 DEBUG: Verifying : python3-oslo-vmware-3.8.2-0.20220808091451.dc1a4 42/257 DEBUG: Verifying : python3-osprofiler-3.4.0-0.20210315111211.5d82a0 43/257 DEBUG: Verifying : python3-pycadf-3.1.1-0.20210315104351.4179996.el 44/257 DEBUG: Verifying : python3-taskflow-4.6.0-0.20210315120753.0f7c6e9. 45/257 DEBUG: Verifying : python3-wsme-0.10.1-0.20220104140414.63fe135.el8 46/257 DEBUG: Verifying : python3-glance-store-2.5.1-0.20220628072358.5f1c 47/257 DEBUG: Verifying : python3-castellan-3.7.2-0.20210907102711.3775cf4 48/257 DEBUG: Verifying : python3-keystoneauth1-4.3.1-0.20210315155409.112 49/257 DEBUG: Verifying : python3-keystonemiddleware-9.2.0-0.2021031605290 50/257 DEBUG: Verifying : cryptsetup-2.3.7-5.el8.x86_64 51/257 DEBUG: Verifying : dejavu-fonts-common-2.35-7.el8.noarch 52/257 DEBUG: Verifying : dejavu-sans-fonts-2.35-7.el8.noarch 53/257 DEBUG: Verifying : device-mapper-event-8:1.02.181-9.el8.x86_64 54/257 DEBUG: Verifying : device-mapper-event-libs-8:1.02.181-9.el8.x86_64 55/257 DEBUG: Verifying : device-mapper-multipath-0.8.4-37.el8.x86_64 56/257 DEBUG: Verifying : device-mapper-multipath-libs-0.8.4-37.el8.x86_64 57/257 DEBUG: Verifying : device-mapper-persistent-data-0.9.0-7.el8.x86_64 58/257 DEBUG: Verifying : e2fsprogs-libs-1.45.6-5.el8.x86_64 59/257 DEBUG: Verifying : groff-base-1.22.3-18.el8.x86_64 60/257 DEBUG: Verifying : gssproxy-0.8.0-21.el8.x86_64 61/257 DEBUG: Verifying : iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x 62/257 DEBUG: Verifying : iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f 63/257 DEBUG: Verifying : isns-utils-libs-0.99-1.el8.x86_64 64/257 DEBUG: Verifying : keyutils-1.5.10-9.el8.x86_64 65/257 DEBUG: Verifying : libaio-0.3.112-1.el8.x86_64 66/257 DEBUG: Verifying : libbasicobjects-0.1.1-40.el8.x86_64 67/257 DEBUG: Verifying : libcollection-0.7.0-40.el8.x86_64 68/257 DEBUG: Verifying : libevent-2.1.8-5.el8.x86_64 69/257 DEBUG: Verifying : libgfortran-8.5.0-18.el8.x86_64 70/257 DEBUG: Verifying : libini_config-1.3.1-40.el8.x86_64 71/257 DEBUG: Verifying : libnfsidmap-1:2.3.3-59.el8.x86_64 72/257 DEBUG: Verifying : libpath_utils-0.2.1-40.el8.x86_64 73/257 DEBUG: Verifying : libquadmath-8.5.0-18.el8.x86_64 74/257 DEBUG: Verifying : libref_array-0.1.5-40.el8.x86_64 75/257 DEBUG: Verifying : libselinux-utils-2.9-8.el8.x86_64 76/257 DEBUG: Verifying : libsysfs-2.1.0-25.el8.x86_64 77/257 DEBUG: Verifying : libxslt-1.1.32-6.el8.x86_64 78/257 DEBUG: Verifying : libyaml-0.1.7-5.el8.x86_64 79/257 DEBUG: Verifying : lsscsi-0.32-3.el8.x86_64 80/257 DEBUG: Verifying : lvm2-8:2.03.14-9.el8.x86_64 81/257 DEBUG: Verifying : lvm2-libs-8:2.03.14-9.el8.x86_64 82/257 DEBUG: Verifying : lzo-2.08-14.el8.x86_64 83/257 DEBUG: Verifying : nfs-utils-1:2.3.3-59.el8.x86_64 84/257 DEBUG: Verifying : nvme-cli-1.16-7.el8.x86_64 85/257 DEBUG: Verifying : perl-Carp-1.42-396.el8.noarch 86/257 DEBUG: Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 87/257 DEBUG: Verifying : perl-Encode-4:2.97-3.el8.x86_64 88/257 DEBUG: Verifying : perl-Errno-1.28-422.el8.x86_64 89/257 DEBUG: Verifying : perl-Exporter-5.72-396.el8.noarch 90/257 DEBUG: Verifying : perl-File-Path-2.15-2.el8.noarch 91/257 DEBUG: Verifying : perl-File-Temp-0.230.600-1.el8.noarch 92/257 DEBUG: Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 93/257 DEBUG: Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 94/257 DEBUG: Verifying : perl-IO-1.38-422.el8.x86_64 95/257 DEBUG: Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 96/257 DEBUG: Verifying : perl-PathTools-3.74-1.el8.x86_64 97/257 DEBUG: Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 98/257 DEBUG: Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 99/257 DEBUG: Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 100/257 DEBUG: Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 101/257 DEBUG: Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 102/257 DEBUG: Verifying : perl-Socket-4:2.027-3.el8.x86_64 103/257 DEBUG: Verifying : perl-Storable-1:3.11-3.el8.x86_64 104/257 DEBUG: Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 105/257 DEBUG: Verifying : perl-Term-Cap-1.17-395.el8.noarch 106/257 DEBUG: Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 107/257 DEBUG: Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 108/257 DEBUG: Verifying : perl-Time-Local-1:1.280-1.el8.noarch 109/257 DEBUG: Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 110/257 DEBUG: Verifying : perl-constant-1.33-396.el8.noarch 111/257 DEBUG: Verifying : perl-interpreter-4:5.26.3-422.el8.x86_64 112/257 DEBUG: Verifying : perl-libs-4:5.26.3-422.el8.x86_64 113/257 DEBUG: Verifying : perl-macros-4:5.26.3-422.el8.x86_64 114/257 DEBUG: Verifying : perl-parent-1:0.237-1.el8.noarch 115/257 DEBUG: Verifying : perl-podlators-4.11-1.el8.noarch 116/257 DEBUG: Verifying : perl-threads-1:2.21-2.el8.x86_64 117/257 DEBUG: Verifying : perl-threads-shared-1.58-2.el8.x86_64 118/257 DEBUG: Verifying : policycoreutils-2.9-21.1.el8.x86_64 119/257 DEBUG: Verifying : python3-dateutil-1:2.6.1-6.el8.noarch 120/257 DEBUG: Verifying : python3-inotify-0.9.6-13.el8.noarch 121/257 DEBUG: Verifying : quota-1:4.04-14.el8.x86_64 122/257 DEBUG: Verifying : quota-nls-1:4.04-14.el8.noarch 123/257 DEBUG: Verifying : rpcbind-1.2.5-10.el8.x86_64 124/257 DEBUG: Verifying : sg3_utils-1.44-6.el8.x86_64 125/257 DEBUG: Verifying : sg3_utils-libs-1.44-6.el8.x86_64 126/257 DEBUG: Verifying : snappy-1.1.8-3.el8.x86_64 127/257 DEBUG: Verifying : tcl-1:8.6.8-2.el8.x86_64 128/257 DEBUG: Verifying : userspace-rcu-0.10.1-4.el8.x86_64 129/257 DEBUG: Verifying : desktop-file-utils-0.26-1.el8.x86_64 130/257 DEBUG: Verifying : libev-4.24-6.el8.x86_64 131/257 DEBUG: Verifying : libverto-libev-0.3.2-2.el8.x86_64 132/257 DEBUG: Verifying : openblas-0.3.15-4.el8.x86_64 133/257 DEBUG: Verifying : openblas-threads-0.3.15-4.el8.x86_64 134/257 DEBUG: Verifying : perl-Digest-1.17-395.el8.noarch 135/257 DEBUG: Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 136/257 DEBUG: Verifying : perl-Filter-2:1.58-2.el8.x86_64 137/257 DEBUG: Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 138/257 DEBUG: Verifying : perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be 139/257 DEBUG: Verifying : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+de 140/257 DEBUG: Verifying : perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595 141/257 DEBUG: Verifying : perl-Text-Unidecode-1.30-5.el8.noarch 142/257 DEBUG: Verifying : perl-URI-1.73-3.el8.noarch 143/257 DEBUG: Verifying : perl-XML-Parser-2.44-11.el8.x86_64 144/257 DEBUG: Verifying : perl-XML-XPath-1.42-3.el8.noarch 145/257 DEBUG: Verifying : perl-encoding-4:2.22-3.el8.x86_64 146/257 DEBUG: Verifying : perl-libnet-3.11-3.el8.noarch 147/257 DEBUG: Verifying : perl-open-1.11-422.el8.noarch 148/257 DEBUG: Verifying : python3-PyMySQL-0.10.1-2.module_el8.5.0+761+faac 149/257 DEBUG: Verifying : python3-attrs-17.4.0-6.el8.noarch 150/257 DEBUG: Verifying : python3-cairo-1.16.3-6.el8.x86_64 151/257 DEBUG: Verifying : python3-html5lib-1:0.999999999-6.el8.noarch 152/257 DEBUG: Verifying : python3-jsonpatch-1.21-2.el8.noarch 153/257 DEBUG: Verifying : python3-jsonpointer-1.10-11.el8.noarch 154/257 DEBUG: Verifying : python3-lxml-4.2.3-4.el8.x86_64 155/257 DEBUG: Verifying : python3-mako-1.0.6-14.el8.noarch 156/257 DEBUG: Verifying : python3-netaddr-0.7.19-8.el8.noarch 157/257 DEBUG: Verifying : python3-netifaces-0.10.6-4.el8.x86_64 158/257 DEBUG: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 159/257 DEBUG: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 160/257 DEBUG: Verifying : python3-pillow-5.1.1-18.el8.x86_64 161/257 DEBUG: Verifying : python3-prettytable-0.7.2-14.el8.noarch 162/257 DEBUG: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 163/257 DEBUG: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 164/257 DEBUG: Verifying : python3-suds-0.7-0.11.94664ddd46a6.el8.noarch 165/257 DEBUG: Verifying : python3-tkinter-3.6.8-51.el8.x86_64 166/257 DEBUG: Verifying : python3-webencodings-0.5.1-6.el8.noarch 167/257 DEBUG: Verifying : qemu-img-15:6.2.0-28.module_el8.8.0+1257+0c3374a 168/257 DEBUG: Verifying : sysfsutils-2.1.0-25.el8.x86_64 169/257 DEBUG: Verifying : texlive-base-7:20180414-28.el8.noarch 170/257 DEBUG: Verifying : texlive-dvipng-7:20180414-28.el8.x86_64 171/257 DEBUG: Verifying : texlive-kpathsea-7:20180414-28.el8.x86_64 172/257 DEBUG: Verifying : texlive-lib-7:20180414-28.el8.x86_64 173/257 DEBUG: Verifying : texlive-tetex-7:20180414-28.el8.noarch 174/257 DEBUG: Verifying : texlive-texlive.infra-7:20180414-28.el8.noarch 175/257 DEBUG: Verifying : tk-1:8.6.8-1.el8.x86_64 176/257 DEBUG: Verifying : xdg-utils-1.1.2-5.el8.noarch 177/257 DEBUG: Verifying : libaec-1.0.2-3.el8.x86_64 178/257 DEBUG: Verifying : blosc-1.20.1-1.el8.x86_64 179/257 DEBUG: Verifying : hdf5-1.10.5-5.el8.x86_64 180/257 DEBUG: Verifying : libqhull-1:7.2.1-2.el8.x86_64 181/257 DEBUG: Verifying : libsodium-1.0.18-2.el8.x86_64 182/257 DEBUG: Verifying : python3-Bottleneck-1.2.1-13.el8.x86_64 183/257 DEBUG: Verifying : python3-alembic-1.4.3-1.el8.noarch 184/257 DEBUG: Verifying : python3-amqp-5.0.5-1.el8.noarch 185/257 DEBUG: Verifying : python3-beautifulsoup4-4.9.3-1.el8.noarch 186/257 DEBUG: Verifying : python3-boto-2.49.0-4.el8.noarch 187/257 DEBUG: Verifying : python3-cachetools-4.2.0-1.el8.noarch 188/257 DEBUG: Verifying : python3-cmd2-1.4.0-1.1.el8.noarch 189/257 DEBUG: Verifying : python3-colorama-0.4.3-3.el8.noarch 190/257 DEBUG: Verifying : python3-cssselect-0.9.2-13.el8.noarch 191/257 DEBUG: Verifying : python3-cycler-0.10.0-13.el8.noarch 192/257 DEBUG: Verifying : python3-decorator-4.4.0-5.el8.noarch 193/257 DEBUG: Verifying : python3-defusedxml-0.7.1-1.el8.noarch 194/257 DEBUG: Verifying : python3-dogpile-cache-1.1.5-1.1.el8.noarch 195/257 DEBUG: Verifying : python3-editor-1.0.4-4.el8.noarch 196/257 DEBUG: Verifying : python3-etcd3gw-0.2.5-1.el8.noarch 197/257 DEBUG: Verifying : python3-fasteners-0.14.1-20.el8.noarch 198/257 DEBUG: Verifying : python3-importlib-metadata-1.7.0-1.el8.noarch 199/257 DEBUG: Verifying : python3-iso8601-0.1.12-3.el8.noarch 200/257 DEBUG: Verifying : python3-jeepney-0.4.3-1.el8.noarch 201/257 DEBUG: Verifying : python3-jsonschema-3.2.0-5.el8.noarch 202/257 DEBUG: Verifying : python3-keyring-21.0.0-1.el8.noarch 203/257 DEBUG: Verifying : python3-kiwisolver-1.1.0-4.el8.x86_64 204/257 DEBUG: Verifying : python3-kombu-1:5.0.2-1.el8.noarch 205/257 DEBUG: Verifying : python3-matplotlib-3.1.1-2.el8.x86_64 206/257 DEBUG: Verifying : python3-matplotlib-data-3.1.1-2.el8.noarch 207/257 DEBUG: Verifying : python3-matplotlib-data-fonts-3.1.1-2.el8.noarch 208/257 DEBUG: Verifying : python3-matplotlib-tk-3.1.1-2.el8.x86_64 209/257 DEBUG: Verifying : python3-memcached-1.59-1.el8.noarch 210/257 DEBUG: Verifying : python3-migrate-0.13.0-1.el8.noarch 211/257 DEBUG: Verifying : python3-mock-3.0.5-7.el8.noarch 212/257 DEBUG: Verifying : python3-msgpack-1.0.2-1.el8.x86_64 213/257 DEBUG: Verifying : python3-networkx-2.5-1.el8.noarch 214/257 DEBUG: Verifying : python3-numexpr-2.7.1-1.el8.x86_64 215/257 DEBUG: Verifying : python3-pandas-0.25.3-1.el8.x86_64 216/257 DEBUG: Verifying : python3-paste-3.5.0-1.el8.noarch 217/257 DEBUG: Verifying : python3-paste-deploy-2.1.1-1.el8.noarch 218/257 DEBUG: Verifying : python3-psutil-5.7.3-1.el8.x86_64 219/257 DEBUG: Verifying : python3-pyasn1-0.4.6-3.el8.noarch 220/257 DEBUG: Verifying : python3-pydot-1.4.1-1.el8.noarch 221/257 DEBUG: Verifying : python3-pygraphviz-1.5-9.el8.x86_64 222/257 DEBUG: Verifying : python3-pynacl-1.4.0-1.el8.x86_64 223/257 DEBUG: Verifying : python3-pyngus-2.3.0-4.el8.noarch 224/257 DEBUG: Verifying : python3-pyperclip-1.8.0-2.el8.noarch 225/257 DEBUG: Verifying : python3-pyrsistent-0.17.3-1.el8.x86_64 226/257 DEBUG: Verifying : python3-pysendfile-2.0.1-15.el8.x86_64 227/257 DEBUG: Verifying : python3-pyyaml-5.4.1-2.el8.x86_64 228/257 DEBUG: Verifying : python3-repoze-lru-0.7-6.el8.noarch 229/257 DEBUG: Verifying : python3-retrying-1.3.3-1.el8.noarch 230/257 DEBUG: Verifying : python3-rfc3986-1.4.0-3.el8.noarch 231/257 DEBUG: Verifying : python3-routes-2.4.1-12.el8.noarch 232/257 DEBUG: Verifying : python3-rsa-4.6-2.el8.noarch 233/257 DEBUG: Verifying : python3-secretstorage-3.1.1-4.el8.noarch 234/257 DEBUG: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 235/257 DEBUG: Verifying : python3-simplejson-3.17.2-2.el8.x86_64 236/257 DEBUG: Verifying : python3-soupsieve-2.1.0-1.el8.noarch 237/257 DEBUG: Verifying : python3-sqlparse-0.3.1-3.el8.noarch 238/257 DEBUG: Verifying : python3-statsd-3.2.1-16.el8.noarch 239/257 DEBUG: Verifying : python3-tables-3.5.2-6.el8.x86_64 240/257 DEBUG: Verifying : python3-tempita-0.5.1-25.el8.noarch 241/257 DEBUG: Verifying : python3-tenacity-6.2.0-1.el8.noarch 242/257 DEBUG: Verifying : python3-vine-5.0.0-2.el8.noarch 243/257 DEBUG: Verifying : python3-warlock-1.3.3-1.el8.noarch 244/257 DEBUG: Verifying : python3-wcwidth-0.2.5-2.el8.noarch 245/257 DEBUG: Verifying : python3-webob-1.8.6-3.el8.noarch 246/257 DEBUG: Verifying : python3-wrapt-1.12.1-3.el8.x86_64 247/257 DEBUG: Verifying : python3-yappi-1.3.0-1.el8.x86_64 248/257 DEBUG: Verifying : python3-zipp-3.4.0-1.el8.noarch 249/257 DEBUG: Verifying : python3-httplib2-0.16.0-1.el8.noarch 250/257 DEBUG: Verifying : python3-pyxattr-0.7.1-2.el8.x86_64 251/257 DEBUG: Verifying : python3-qpid-proton-0.35.0-3.el8s.x86_64 252/257 DEBUG: Verifying : qpid-proton-c-0.35.0-3.el8s.x86_64 253/257 DEBUG: Verifying : openstack-glance-1:22.1.2-0.20230309185042.883fc 254/257 DEBUG: Verifying : python3-glance-1:22.1.2-0.20230309185042.883fc8a 255/257 DEBUG: Verifying : openstack-glance-doc-1:22.1.2-0.20230309185042.8 256/257 DEBUG: Verifying : python3-glance-tests-1:22.1.2-0.20230309185042.8 257/257 DEBUG: Installed: DEBUG: blosc-1.20.1-1.el8.x86_64 DEBUG: cryptsetup-2.3.7-5.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.26-1.el8.x86_64 DEBUG: device-mapper-event-8:1.02.181-9.el8.x86_64 DEBUG: device-mapper-event-libs-8:1.02.181-9.el8.x86_64 DEBUG: device-mapper-multipath-0.8.4-37.el8.x86_64 DEBUG: device-mapper-multipath-libs-0.8.4-37.el8.x86_64 DEBUG: device-mapper-persistent-data-0.9.0-7.el8.x86_64 DEBUG: e2fsprogs-libs-1.45.6-5.el8.x86_64 DEBUG: groff-base-1.22.3-18.el8.x86_64 DEBUG: gssproxy-0.8.0-21.el8.x86_64 DEBUG: hdf5-1.10.5-5.el8.x86_64 DEBUG: iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x86_64 DEBUG: iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f59c.el8.x86_64 DEBUG: isns-utils-libs-0.99-1.el8.x86_64 DEBUG: keyutils-1.5.10-9.el8.x86_64 DEBUG: libaec-1.0.2-3.el8.x86_64 DEBUG: libaio-0.3.112-1.el8.x86_64 DEBUG: libbasicobjects-0.1.1-40.el8.x86_64 DEBUG: libcollection-0.7.0-40.el8.x86_64 DEBUG: libev-4.24-6.el8.x86_64 DEBUG: libevent-2.1.8-5.el8.x86_64 DEBUG: libgfortran-8.5.0-18.el8.x86_64 DEBUG: libini_config-1.3.1-40.el8.x86_64 DEBUG: libnfsidmap-1:2.3.3-59.el8.x86_64 DEBUG: libpath_utils-0.2.1-40.el8.x86_64 DEBUG: libqhull-1:7.2.1-2.el8.x86_64 DEBUG: libquadmath-8.5.0-18.el8.x86_64 DEBUG: libref_array-0.1.5-40.el8.x86_64 DEBUG: libselinux-utils-2.9-8.el8.x86_64 DEBUG: libsodium-1.0.18-2.el8.x86_64 DEBUG: libsysfs-2.1.0-25.el8.x86_64 DEBUG: libverto-libev-0.3.2-2.el8.x86_64 DEBUG: libxslt-1.1.32-6.el8.x86_64 DEBUG: libyaml-0.1.7-5.el8.x86_64 DEBUG: lsscsi-0.32-3.el8.x86_64 DEBUG: lvm2-8:2.03.14-9.el8.x86_64 DEBUG: lvm2-libs-8:2.03.14-9.el8.x86_64 DEBUG: lzo-2.08-14.el8.x86_64 DEBUG: nfs-utils-1:2.3.3-59.el8.x86_64 DEBUG: nvme-cli-1.16-7.el8.x86_64 DEBUG: openblas-0.3.15-4.el8.x86_64 DEBUG: openblas-threads-0.3.15-4.el8.x86_64 DEBUG: openstack-glance-1:22.1.2-0.20230309185042.883fc8a.el8.noarch DEBUG: openstack-glance-doc-1:22.1.2-0.20230309185042.883fc8a.el8.noarch 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-422.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-422.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-422.el8.x86_64 DEBUG: perl-libnet-3.11-3.el8.noarch DEBUG: perl-libs-4:5.26.3-422.el8.x86_64 DEBUG: perl-macros-4:5.26.3-422.el8.x86_64 DEBUG: perl-open-1.11-422.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-21.1.el8.x86_64 DEBUG: python-oslo-cache-lang-2.7.1-0.20220301090510.d0252f6.el8.noarch DEBUG: python-oslo-concurrency-lang-4.4.0-0.20210315114231.7dcf9e9.el8.noarch DEBUG: python-oslo-db-lang-8.5.2-0.20221007170041.26fd6fb.el8.noarch DEBUG: python-oslo-i18n-lang-5.0.1-0.20210315103856.73187bd.el8.noarch DEBUG: python-oslo-log-lang-4.4.0-0.20210315105132.9b29c90.el8.noarch DEBUG: python-oslo-middleware-lang-4.2.1-0.20220225080425.b40ca5f.el8.noarch DEBUG: python-oslo-policy-lang-3.7.1-0.20220119091831.639b471.el8.noarch DEBUG: python-oslo-privsep-lang-2.5.1-0.20220225073628.1634c00.el8.noarch DEBUG: python-oslo-utils-lang-4.8.2-0.20220428092247.a38b56a.el8.noarch DEBUG: python-oslo-vmware-lang-3.8.2-0.20220808091451.dc1a466.el8.noarch DEBUG: python-pycadf-common-3.1.1-0.20210315104351.4179996.el8.noarch DEBUG: python3-Bottleneck-1.2.1-13.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-attrs-17.4.0-6.el8.noarch DEBUG: python3-automaton-2.3.1-0.20220228091836.4a3e539.el8.noarch DEBUG: python3-barbicanclient-5.1.0-0.20210316154446.ad49c40.el8.noarch DEBUG: python3-beautifulsoup4-4.9.3-1.el8.noarch DEBUG: python3-boto-2.49.0-4.el8.noarch DEBUG: python3-cachetools-4.2.0-1.el8.noarch DEBUG: python3-cairo-1.16.3-6.el8.x86_64 DEBUG: python3-castellan-3.7.2-0.20210907102711.3775cf4.el8.noarch DEBUG: python3-cinderclient-7.4.1-0.20210903082820.4f72e6f.el8.noarch DEBUG: python3-cliff-3.7.0-0.20210315123449.117a100.el8.noarch DEBUG: python3-cmd2-1.4.0-1.1.el8.noarch DEBUG: python3-colorama-0.4.3-3.el8.noarch DEBUG: python3-cssselect-0.9.2-13.el8.noarch DEBUG: python3-cursive-0.2.2-0.20210312092435.d7cea1f.el8.noarch DEBUG: python3-cycler-0.10.0-13.el8.noarch DEBUG: python3-dateutil-1:2.6.1-6.el8.noarch DEBUG: python3-debtcollector-2.2.0-0.20210315103218.649189d.el8.noarch DEBUG: python3-decorator-4.4.0-5.el8.noarch DEBUG: python3-defusedxml-0.7.1-1.el8.noarch DEBUG: python3-dogpile-cache-1.1.5-1.1.el8.noarch DEBUG: python3-editor-1.0.4-4.el8.noarch DEBUG: python3-etcd3gw-0.2.5-1.el8.noarch DEBUG: python3-fasteners-0.14.1-20.el8.noarch DEBUG: python3-futurist-2.3.0-0.20210315104620.1a1c6f8.el8.noarch DEBUG: python3-glance-1:22.1.2-0.20230309185042.883fc8a.el8.noarch DEBUG: python3-glance-store-2.5.1-0.20220628072358.5f1cee6.el8.noarch DEBUG: python3-glance-tests-1:22.1.2-0.20230309185042.883fc8a.el8.noarch DEBUG: python3-glanceclient-1:3.3.0-0.20210315220313.f802c71.el8.noarch DEBUG: python3-html5lib-1:0.999999999-6.el8.noarch DEBUG: python3-httplib2-0.16.0-1.el8.noarch DEBUG: python3-importlib-metadata-1.7.0-1.el8.noarch DEBUG: python3-inotify-0.9.6-13.el8.noarch DEBUG: python3-iso8601-0.1.12-3.el8.noarch DEBUG: python3-jeepney-0.4.3-1.el8.noarch DEBUG: python3-jsonpatch-1.21-2.el8.noarch DEBUG: python3-jsonpointer-1.10-11.el8.noarch DEBUG: python3-jsonschema-3.2.0-5.el8.noarch DEBUG: python3-keyring-21.0.0-1.el8.noarch DEBUG: python3-keystoneauth1-4.3.1-0.20210315155409.112bcae.el8.noarch DEBUG: python3-keystoneclient-1:4.3.0-0.20220713080823.d5cb761.el8.noarch DEBUG: python3-keystonemiddleware-9.2.0-0.20210316052900.3659bda.el8.noarch DEBUG: python3-kiwisolver-1.1.0-4.el8.x86_64 DEBUG: python3-kombu-1:5.0.2-1.el8.noarch DEBUG: python3-lxml-4.2.3-4.el8.x86_64 DEBUG: python3-mako-1.0.6-14.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-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-networkx-2.5-1.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-os-brick-4.3.4-0.20230127164850.cf69f92.el8.noarch DEBUG: python3-os-service-types-1.7.0-0.20210315154727.0b2f473.el8.noarch DEBUG: python3-os-win-5.4.0-0.20210315114029.cce95b4.el8.noarch DEBUG: python3-oslo-cache-2.7.1-0.20220301090510.d0252f6.el8.noarch DEBUG: python3-oslo-concurrency-4.4.0-0.20210315114231.7dcf9e9.el8.noarch DEBUG: python3-oslo-config-2:8.5.1-0.20210907102309.de1dbee.el8.noarch DEBUG: python3-oslo-context-3.2.1-0.20211026071333.b124eb7.el8.noarch DEBUG: python3-oslo-db-8.5.2-0.20221007170041.26fd6fb.el8.noarch DEBUG: python3-oslo-i18n-5.0.1-0.20210315103856.73187bd.el8.noarch DEBUG: python3-oslo-log-4.4.0-0.20210315105132.9b29c90.el8.noarch DEBUG: python3-oslo-messaging-12.7.3-0.20220428091418.5d6fd1a.el8.noarch DEBUG: python3-oslo-middleware-4.2.1-0.20220225080425.b40ca5f.el8.noarch DEBUG: python3-oslo-policy-3.7.1-0.20220119091831.639b471.el8.noarch DEBUG: python3-oslo-privsep-2.5.1-0.20220225073628.1634c00.el8.noarch DEBUG: python3-oslo-reports-2.2.0-0.20210315105955.bc631ae.el8.noarch DEBUG: python3-oslo-rootwrap-6.3.1-0.20220228095841.1b1b960.el8.noarch DEBUG: python3-oslo-serialization-4.1.1-0.20220225082330.bbe5d5a.el8.noarch DEBUG: python3-oslo-service-2.5.1-0.20220201082833.c1e3398.el8.noarch DEBUG: python3-oslo-upgradecheck-1.3.1-0.20220225074957.9561ecb.el8.noarch DEBUG: python3-oslo-utils-4.8.2-0.20220428092247.a38b56a.el8.noarch DEBUG: python3-oslo-vmware-3.8.2-0.20220808091451.dc1a466.el8.noarch DEBUG: python3-osprofiler-3.4.0-0.20210315111211.5d82a02.el8.noarch DEBUG: python3-pandas-0.25.3-1.el8.x86_64 DEBUG: python3-paste-3.5.0-1.el8.noarch DEBUG: python3-paste-deploy-2.1.1-1.el8.noarch DEBUG: python3-pillow-5.1.1-18.el8.x86_64 DEBUG: python3-prettytable-0.7.2-14.el8.noarch DEBUG: python3-psutil-5.7.3-1.el8.x86_64 DEBUG: python3-pyOpenSSL-19.0.0-1.el8.noarch DEBUG: python3-pyasn1-0.4.6-3.el8.noarch DEBUG: python3-pycadf-3.1.1-0.20210315104351.4179996.el8.noarch DEBUG: python3-pydot-1.4.1-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-pysendfile-2.0.1-15.el8.x86_64 DEBUG: python3-pyxattr-0.7.1-2.el8.x86_64 DEBUG: python3-pyyaml-5.4.1-2.el8.x86_64 DEBUG: python3-qpid-proton-0.35.0-3.el8s.x86_64 DEBUG: python3-repoze-lru-0.7-6.el8.noarch DEBUG: python3-retrying-1.3.3-1.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-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 DEBUG: python3-secretstorage-3.1.1-4.el8.noarch DEBUG: python3-simplegeneric-0.8.1-17.el8.noarch DEBUG: python3-simplejson-3.17.2-2.el8.x86_64 DEBUG: python3-soupsieve-2.1.0-1.el8.noarch DEBUG: python3-sqlparse-0.3.1-3.el8.noarch DEBUG: python3-statsd-3.2.1-16.el8.noarch DEBUG: python3-stevedore-3.3.3-0.20221024072403.7b48fff.el8.noarch DEBUG: python3-suds-0.7-0.11.94664ddd46a6.el8.noarch DEBUG: python3-tables-3.5.2-6.el8.x86_64 DEBUG: python3-taskflow-4.6.0-0.20210315120753.0f7c6e9.el8.noarch DEBUG: python3-tempita-0.5.1-25.el8.noarch DEBUG: python3-tenacity-6.2.0-1.el8.noarch DEBUG: python3-tkinter-3.6.8-51.el8.x86_64 DEBUG: python3-vine-5.0.0-2.el8.noarch DEBUG: python3-warlock-1.3.3-1.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-wrapt-1.12.1-3.el8.x86_64 DEBUG: python3-wsme-0.10.1-0.20220104140414.63fe135.el8.noarch DEBUG: python3-yappi-1.3.0-1.el8.x86_64 DEBUG: python3-zipp-3.4.0-1.el8.noarch DEBUG: qemu-img-15:6.2.0-28.module_el8.8.0+1257+0c3374ae.x86_64 DEBUG: qpid-proton-c-0.35.0-3.el8s.x86_64 DEBUG: quota-1:4.04-14.el8.x86_64 DEBUG: quota-nls-1:4.04-14.el8.noarch DEBUG: rpcbind-1.2.5-10.el8.x86_64 DEBUG: sg3_utils-1.44-6.el8.x86_64 DEBUG: sg3_utils-libs-1.44-6.el8.x86_64 DEBUG: snappy-1.1.8-3.el8.x86_64 DEBUG: sysfsutils-2.1.0-25.el8.x86_64 DEBUG: tcl-1:8.6.8-2.el8.x86_64 DEBUG: texlive-base-7:20180414-28.el8.noarch DEBUG: texlive-dvipng-7:20180414-28.el8.x86_64 DEBUG: texlive-kpathsea-7:20180414-28.el8.x86_64 DEBUG: texlive-lib-7:20180414-28.el8.x86_64 DEBUG: texlive-tetex-7:20180414-28.el8.noarch DEBUG: texlive-texlive.infra-7:20180414-28.el8.noarch DEBUG: tk-1:8.6.8-1.el8.x86_64 DEBUG: userspace-rcu-0.10.1-4.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-wallaby-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans INFO: DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/home/centos8-wallaby/data/repos/component/glance/88/3f/883fc8a73c6db3aafeae947465ec9868d23c7538_2b7360f6'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['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-wallaby-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0