+ 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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6' + /usr/bin/mock -v -r /home/centos8-wallaby/data/dlrn-5.cfg --resultdir /home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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.6itcaa2y:/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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-openstack-ironic-python-agent-b41c557dbfa19735e1213373174617dadc519889 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/baremetal/b4/1c/b41c557dbfa19735e1213373174617dadc519889_d7a92138 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-ebc27d371450dccbba49443ab9094484a4f9905c baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cinder/eb/c2/ebc27d371450dccbba49443ab9094484a4f9905c_b1121569 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-os-brick-cf69f9247061bd0a945a6fb6bf688acff617eb2c baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/clients/cf/69/cf69f9247061bd0a945a6fb6bf688acff617eb2c_d5f2a91d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-gnocchi-a65065e05138c88b7c8e6f5f1a124f108af70d8d baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cloudops/a6/50/a65065e05138c88b7c8e6f5f1a124f108af70d8d_5dabb319 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-f5cd36e7f20e21ae9d3b5f5e01431bc9f45f73ba baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/common/f5/cd/f5cd36e7f20e21ae9d3b5f5e01431bc9f45f73ba_3d4d4101 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-a9e81626c5e9dac897759c5f66c7ae1b4efa3c6d baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/compute/a9/e8/a9e81626c5e9dac897759c5f66c7ae1b4efa3c6d_2333221b enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-677c89c23631e9083261a1a18ed438d8966e0de2 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_506a9929 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-e8cbdb727b1971f999ddebc50479f329a4ba5e58 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/manila/e8/cb/e8cbdb727b1971f999ddebc50479f329a4ba5e58_7f2878ed enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-ovsdbapp-65d02f06d2318c20ee01ba760bbb74f6eafabebf baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/network/65/d0/65d02f06d2318c20ee01ba760bbb74f6eafabebf_8a21604d enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-401d4b9545622b38809f42ec46e29b33fa06ba92 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/octavia/40/1d/401d4b9545622b38809f42ec46e29b33fa06ba92_bca32aae enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-keystone-e4f82893dd42d37feebe9b57e045df675b25de64 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/security/e4/f8/e4f82893dd42d37feebe9b57e045df675b25de64_fe5df655 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-6a1a8ce14be8b4625eaf4f2b4d18ddfbdbbb4289 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/swift/6a/1a/6a1a8ce14be8b4625eaf4f2b4d18ddfbdbbb4289_1c12d317 enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-trove-tests-tempest-355a351fccb286bf7d9025829e5362a4f0f6a223 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tempest/35/5a/355a351fccb286bf7d9025829e5362a4f0f6a223_2250f332 enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-puppet-ceilometer-4c2ea391a53ee85cf4ef1b0d38488763f64a0c01 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tripleo/4c/2e/4c2ea391a53ee85cf4ef1b0d38488763f64a0c01_c0f298bd enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-beed6bf6f6f83df9972db5fb539d64175ce12ce9 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/ui/be/ed/beed6bf6f6f83df9972db5fb539d64175ce12ce9_7f31155f enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-python-validations-libs-70e174acf7ac95aef1384ef14ed621902a8935a5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/validation/70/e1/70e174acf7ac95aef1384ef14ed621902a8935a5_831e34f6 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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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.am1loyp0:/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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-openstack-ironic-python-agent-b41c557dbfa19735e1213373174617dadc519889 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/baremetal/b4/1c/b41c557dbfa19735e1213373174617dadc519889_d7a92138 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-ebc27d371450dccbba49443ab9094484a4f9905c baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cinder/eb/c2/ebc27d371450dccbba49443ab9094484a4f9905c_b1121569 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-os-brick-cf69f9247061bd0a945a6fb6bf688acff617eb2c baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/clients/cf/69/cf69f9247061bd0a945a6fb6bf688acff617eb2c_d5f2a91d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-gnocchi-a65065e05138c88b7c8e6f5f1a124f108af70d8d baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cloudops/a6/50/a65065e05138c88b7c8e6f5f1a124f108af70d8d_5dabb319 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-f5cd36e7f20e21ae9d3b5f5e01431bc9f45f73ba baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/common/f5/cd/f5cd36e7f20e21ae9d3b5f5e01431bc9f45f73ba_3d4d4101 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-a9e81626c5e9dac897759c5f66c7ae1b4efa3c6d baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/compute/a9/e8/a9e81626c5e9dac897759c5f66c7ae1b4efa3c6d_2333221b enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-677c89c23631e9083261a1a18ed438d8966e0de2 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_506a9929 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-e8cbdb727b1971f999ddebc50479f329a4ba5e58 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/manila/e8/cb/e8cbdb727b1971f999ddebc50479f329a4ba5e58_7f2878ed enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-ovsdbapp-65d02f06d2318c20ee01ba760bbb74f6eafabebf baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/network/65/d0/65d02f06d2318c20ee01ba760bbb74f6eafabebf_8a21604d enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-401d4b9545622b38809f42ec46e29b33fa06ba92 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/octavia/40/1d/401d4b9545622b38809f42ec46e29b33fa06ba92_bca32aae enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-keystone-e4f82893dd42d37feebe9b57e045df675b25de64 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/security/e4/f8/e4f82893dd42d37feebe9b57e045df675b25de64_fe5df655 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-6a1a8ce14be8b4625eaf4f2b4d18ddfbdbbb4289 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/swift/6a/1a/6a1a8ce14be8b4625eaf4f2b4d18ddfbdbbb4289_1c12d317 enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-trove-tests-tempest-355a351fccb286bf7d9025829e5362a4f0f6a223 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tempest/35/5a/355a351fccb286bf7d9025829e5362a4f0f6a223_2250f332 enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-puppet-ceilometer-4c2ea391a53ee85cf4ef1b0d38488763f64a0c01 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tripleo/4c/2e/4c2ea391a53ee85cf4ef1b0d38488763f64a0c01_c0f298bd enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-beed6bf6f6f83df9972db5fb539d64175ce12ce9 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/ui/be/ed/beed6bf6f6f83df9972db5fb539d64175ce12ce9_7f31155f enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-python-validations-libs-70e174acf7ac95aef1384ef14ed621902a8935a5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/validation/70/e1/70e174acf7ac95aef1384ef14ed621902a8935a5_831e34f6 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 4176732 6409460 724476 5625992 10924768 DEBUG: Swap: 16777212 5910764 10866448 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 527G 24G 96% / 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.w4jdjvqm', '/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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 4218800 6439024 724536 5554360 10927728 DEBUG: Swap: 16777212 5910508 10866704 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 526G 25G 96% / 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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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.77itr18n', '/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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.ufyrb6js:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '28b03fd1d43e43758bbe152df2fb0b7d', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.ufyrb6js:/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-openstack-ironic-python-agent-b41c557d 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-ebc27d371450dccbba494 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-os-brick-cf69f9247061bd0a945a6f 450 kB/s | 130 kB 00:00 DEBUG: delorean-gnocchi-a65065e05138c88b7c8e6f5f1a124f 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tobiko-f5cd36e7f20e21ae9d3b5 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-a9e81626c5e9dac897759c5 29 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-677c89c23631e9083261a 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-e8cbdb727b1971f999dde 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-ovsdbapp-65d02f06d2318c20ee01ba 515 kB/s | 155 kB 00:00 DEBUG: delorean-openstack-octavia-401d4b9545622b38809f 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-keystone-e4f82893dd42d37feeb 29 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-6a1a8ce14be8b4625eaf4f 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-trove-tests-tempest-355a351fccb 29 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-ceilometer-4c2ea391a53ee85cf4ef 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-django-horizon-beed6bf6f6f83df9 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-validations-libs-70e174acf7ac95 28 kB/s | 3.0 kB 00:00 DEBUG: CentOS-Stream - Base 81 kB/s | 3.9 kB 00:00 DEBUG: CentOS-Stream - AppStream 86 kB/s | 4.4 kB 00:00 DEBUG: CentOS-Stream - Extras 11 kB/s | 2.9 kB 00:00 DEBUG: CentOS-Stream - PowerTools 18 kB/s | 4.4 kB 00:00 DEBUG: dlrn-wallaby-testing 29 kB/s | 3.0 kB 00:00 DEBUG: dlrn-wallaby-build-deps 28 kB/s | 3.0 kB 00:00 DEBUG: Advanced Virtualization mirror 63 kB/s | 3.0 kB 00:00 DEBUG: Messaging RabbitMQ 58 kB/s | 3.0 kB 00:00 DEBUG: opstools 55 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 55 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-17.el8 Stream-BaseOS 23 M DEBUG: git-core x86_64 2.31.1-2.el8 Stream-AppStream 4.7 M DEBUG: make x86_64 1:4.2.1-11.el8 Stream-BaseOS 498 k DEBUG: openstack-macros noarch 2021.1.0-0.20210812101308.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-24.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.67-3.el8 Stream-BaseOS 955 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-14.el8 Stream-BaseOS 1.2 M DEBUG: coreutils-common x86_64 8.30-14.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-17.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 20211116-1.gitae470d6.el8 Stream-BaseOS 64 k DEBUG: cryptsetup-libs x86_64 2.3.7-2.el8 Stream-BaseOS 488 k DEBUG: cups-libs x86_64 1:2.2.6-50.el8 Stream-BaseOS 435 k DEBUG: curl x86_64 7.61.1-26.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-23.el8 Stream-BaseOS 42 k DEBUG: dbus-common noarch 1:1.12.8-23.el8 Stream-BaseOS 47 k DEBUG: dbus-daemon x86_64 1:1.12.8-23.el8 Stream-BaseOS 241 k DEBUG: dbus-libs x86_64 1:1.12.8-23.el8 Stream-BaseOS 185 k DEBUG: dbus-tools x86_64 1:1.12.8-23.el8 Stream-BaseOS 86 k DEBUG: device-mapper x86_64 8:1.02.181-6.el8 Stream-BaseOS 377 k DEBUG: device-mapper-libs x86_64 8:1.02.181-6.el8 Stream-BaseOS 410 k DEBUG: diffutils x86_64 3.6-6.el8 Stream-BaseOS 358 k DEBUG: dracut x86_64 049-209.git20220815.el8 Stream-BaseOS 378 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.187-4.el8 Stream-BaseOS 543 k DEBUG: elfutils-default-yama-scope noarch 0.187-4.el8 Stream-BaseOS 52 k DEBUG: elfutils-libelf x86_64 0.187-4.el8 Stream-BaseOS 231 k DEBUG: elfutils-libs x86_64 0.187-4.el8 Stream-BaseOS 297 k DEBUG: emacs-filesystem noarch 1:26.1-7.el8 Stream-BaseOS 70 k DEBUG: expat x86_64 2.2.5-10.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-17.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-159.el8 Stream-BaseOS 2.5 M DEBUG: glibc x86_64 2.28-216.el8 Stream-BaseOS 2.2 M DEBUG: glibc-all-langpacks x86_64 2.28-216.el8 Stream-BaseOS 26 M DEBUG: glibc-common x86_64 2.28-216.el8 Stream-BaseOS 1.0 M DEBUG: glibc-devel x86_64 2.28-216.el8 Stream-BaseOS 82 k DEBUG: glibc-gconv-extra x86_64 2.28-216.el8 Stream-BaseOS 1.5 M DEBUG: glibc-headers x86_64 2.28-216.el8 Stream-BaseOS 487 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-5.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-408.el8 Stream-BaseOS 9.8 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-21.el8 Stream-BaseOS 840 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-8.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-4.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-38.el8 Stream-BaseOS 219 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-26.el8 Stream-BaseOS 302 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-38.el8 Stream-BaseOS 253 k DEBUG: libffi x86_64 3.1-23.el8 Stream-BaseOS 37 k DEBUG: libfontenc x86_64 1.1.3-8.el8 Stream-AppStream 37 k DEBUG: libgcc x86_64 8.5.0-17.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-17.el8 Stream-BaseOS 207 k DEBUG: libgpg-error x86_64 1.31-1.el8 Stream-BaseOS 242 k DEBUG: libgs x86_64 9.27-4.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-8.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-38.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-6.el8 Stream-BaseOS 165 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-38.el8 Stream-BaseOS 179 k DEBUG: libssh x86_64 0.9.6-3.el8 Stream-BaseOS 216 k DEBUG: libssh-config noarch 0.9.6-3.el8 Stream-BaseOS 19 k DEBUG: libstdc++ x86_64 8.5.0-17.el8 Stream-BaseOS 454 k DEBUG: libtasn1 x86_64 4.13-3.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-23.el8 Stream-AppStream 188 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-38.el8 Stream-BaseOS 97 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-15.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-16.el8 Stream-BaseOS 523 k DEBUG: openssh-clients x86_64 8.0p1-16.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-24.el8 Stream-BaseOS 745 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-49.el8 Stream-BaseOS 86 k DEBUG: platform-python-devel x86_64 3.6.8-49.el8 Stream-AppStream 251 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-9.el8 Stream-BaseOS 329 k DEBUG: publicsuffix-list-dafsa noarch 20180723-1.el8 Stream-BaseOS 56 k DEBUG: python-rpm-macros noarch 3-43.el8 Stream-BaseOS 16 k DEBUG: python-srpm-macros noarch 3-43.el8 Stream-BaseOS 15 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-49.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-7.el8 Stream-AppStream 25 k DEBUG: python3-rpm-macros noarch 3-43.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-6.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-24.el8 Stream-BaseOS 543 k DEBUG: rpm-build-libs x86_64 4.14.3-24.el8 Stream-BaseOS 157 k DEBUG: rpm-libs x86_64 4.14.3-24.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-7.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-16.el8 Stream-BaseOS 581 k DEBUG: systemd x86_64 239-68.el8 Stream-BaseOS 3.6 M DEBUG: systemd-libs x86_64 239-68.el8 Stream-BaseOS 1.1 M DEBUG: systemd-pam x86_64 239-68.el8 Stream-BaseOS 491 k DEBUG: systemd-udev x86_64 239-68.el8 Stream-BaseOS 1.6 M DEBUG: tar x86_64 2:1.30-6.el8 Stream-BaseOS 838 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 2022d-1.el8 Stream-BaseOS 471 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-38.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-20.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 20211116-1.gitae470d6.el8 Stream-BaseOS 83 k DEBUG: elfutils-debuginfod-client x86_64 0.187-4.el8 Stream-BaseOS 73 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-31.el8 Stream-BaseOS 117 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-2.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: 225 M DEBUG: Installed size: 1.0 G DEBUG: Downloading Packages: DEBUG: [SKIPPED] openstack-macros-2021.1.0-0.20210812101308.ce6a105.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] acl-2.2.53-1.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] annobin-10.67-3.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-14.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] coreutils-common-8.30-14.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cpio-2.12-11.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cpp-8.5.0-17.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-20211116-1.gitae470d6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] crypto-policies-scripts-20211116-1.gitae470d6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] cryptsetup-libs-2.3.7-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cups-libs-2.2.6-50.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] curl-7.61.1-26.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-23.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dbus-common-1.12.8-23.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] dbus-daemon-1.12.8-23.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dbus-libs-1.12.8-23.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dbus-tools-1.12.8-23.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-1.02.181-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-libs-1.02.181-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] diffutils-3.6-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dracut-049-209.git20220815.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.187-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-debuginfod-client-0.187-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-default-yama-scope-0.187-4.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-libelf-0.187-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-libs-0.187-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] emacs-filesystem-26.1-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] expat-2.2.5-10.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-17.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gcc-plugin-annobin-8.5.0-17.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-159.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-2.28-216.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-all-langpacks-2.28-216.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-common-2.28-216.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-devel-2.28-216.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-gconv-extra-2.28-216.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-headers-2.28-216.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-5.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-408.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-31.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] krb5-libs-1.18.2-21.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-4.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-38.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-26.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-38.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libffi-3.1-23.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgcc-8.5.0-17.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-17.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-8.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libmount-2.32.1-38.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-6.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-38.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libssh-0.9.6-3.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libssh-config-0.9.6-3.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libstdc++-8.5.0-17.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libtasn1-4.13-3.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-38.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-15.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-16.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openssh-clients-8.0p1-16.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-2.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-24.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-49.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-9.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] publicsuffix-list-dafsa-20180723-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-rpm-macros-3-43.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-srpm-macros-3-43.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-49.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-43.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-setuptools-wheel-39.2.0-6.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-24.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rpm-build-libs-4.14.3-24.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rpm-libs-4.14.3-24.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-7.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-16.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-239-68.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-libs-239-68.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-pam-239-68.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-udev-239-68.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] tar-1.30-6.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-2022d-1.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] unzip-6.0-46.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] util-linux-2.32.1-38.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-20.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.31.1-2.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-8.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-4.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-23.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-49.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-7.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-24.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 1.6 MB/s | 1.6 kB 00:00 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: Key imported successfully 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-17.el8.x86_64 1/345 DEBUG: Running scriptlet: libgcc-8.5.0-17.el8.x86_64 1/345 DEBUG: Installing : python-srpm-macros-3-43.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-43.el8.noarch 5/345 DEBUG: Installing : python3-rpm-macros-3-43.el8.noarch 6/345 DEBUG: Installing : adobe-mappings-cmap-20171205-3.el8.noarch 7/345 DEBUG: Installing : tzdata-2022d-1.el8.noarch 8/345 DEBUG: Installing : python3-setuptools-wheel-39.2.0-6.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-3.el8.noarch 23/345 DEBUG: Installing : kernel-headers-4.18.0-408.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-7.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-7.el8.noarch 33/345 DEBUG: warning: /etc/hosts created as /etc/hosts.rpmnew DEBUG: Running scriptlet: setup-2.12.2-7.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-6.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-216.el8.x86_64 40/345 DEBUG: Installing : glibc-gconv-extra-2.28-216.el8.x86_64 41/345 DEBUG: Running scriptlet: glibc-gconv-extra-2.28-216.el8.x86_64 41/345 DEBUG: Installing : glibc-common-2.28-216.el8.x86_64 42/345 DEBUG: Running scriptlet: glibc-2.28-216.el8.x86_64 43/345 DEBUG: Installing : glibc-2.28-216.el8.x86_64 43/345 DEBUG: Running scriptlet: glibc-2.28-216.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-20.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-17.el8.x86_64 50/345 DEBUG: Running scriptlet: libstdc++-8.5.0-17.el8.x86_64 50/345 DEBUG: Installing : libxcrypt-4.1.1-6.el8.x86_64 51/345 DEBUG: Installing : elfutils-libelf-0.187-4.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-38.el8.x86_64 59/345 DEBUG: Running scriptlet: libuuid-2.32.1-38.el8.x86_64 59/345 DEBUG: Installing : libxml2-2.9.7-15.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-16.el8.x86_64 63/345 DEBUG: Installing : expat-2.2.5-10.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-23.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-17.el8.x86_64 79/345 DEBUG: Running scriptlet: libgomp-8.5.0-17.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-8.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-216.el8.x86_64 95/345 DEBUG: Installing : glibc-headers-2.28-216.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-3.el8.x86_64 100/345 DEBUG: Running scriptlet: libtasn1-4.13-3.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-17.el8.x86_64 109/345 DEBUG: Running scriptlet: cpp-8.5.0-17.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-6.el8.x86_64 113/345 DEBUG: Running scriptlet: tar-2:1.30-6.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-14.el8.x86_64 121/345 DEBUG: Running scriptlet: coreutils-common-8.30-14.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-216.el8.x86_64 141/345 DEBUG: Running scriptlet: glibc-devel-2.28-216.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-38.el8.x86_64 145/345 DEBUG: Running scriptlet: libsmartcols-2.32.1-38.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-23.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-8.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-49.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-3.el8.x86_64 186/345 DEBUG: Installing : openldap-2.4.46-18.el8.x86_64 187/345 DEBUG: Installing : platform-python-3.6.8-49.el8.x86_64 188/345 DEBUG: Running scriptlet: platform-python-3.6.8-49.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-4.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-26.el8.x86_64 194/345 DEBUG: Installing : libcurl-7.61.1-26.el8.x86_64 195/345 DEBUG: Installing : openssl-1:1.1.1k-7.el8.x86_64 196/345 DEBUG: Installing : crypto-policies-scripts-20211116-1.gitae470d6.el 197/345 DEBUG: Installing : crypto-policies-20211116-1.gitae470d6.el8.noarch 198/345 DEBUG: Running scriptlet: crypto-policies-20211116-1.gitae470d6.el8.noarch 198/345 DEBUG: Installing : elfutils-default-yama-scope-0.187-4.el8.noarch 199/345 DEBUG: Running scriptlet: elfutils-default-yama-scope-0.187-4.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-9.el8.x86_64 203/345 DEBUG: Installing : krb5-libs-1.18.2-21.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-31.el8.x86_64 207/345 DEBUG: Installing : device-mapper-8:1.02.181-6.el8.x86_64 208/345 DEBUG: Installing : elfutils-debuginfod-client-0.187-4.el8.x86_64 209/345 DEBUG: Installing : elfutils-libs-0.187-4.el8.x86_64 210/345 DEBUG: Installing : openssl-pkcs11-0.4.10-2.el8.x86_64 211/345 DEBUG: Installing : rpm-4.14.3-24.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-23.el8.noarch 215/345 DEBUG: Installing : libfdisk-2.32.1-38.el8.x86_64 216/345 DEBUG: Running scriptlet: libfdisk-2.32.1-38.el8.x86_64 216/345 DEBUG: Installing : libmount-2.32.1-38.el8.x86_64 217/345 DEBUG: Running scriptlet: libmount-2.32.1-38.el8.x86_64 217/345 DEBUG: Installing : dbus-libs-1:1.12.8-23.el8.x86_64 218/345 DEBUG: Running scriptlet: dbus-libs-1:1.12.8-23.el8.x86_64 218/345 DEBUG: Installing : dbus-tools-1:1.12.8-23.el8.x86_64 219/345 DEBUG: Installing : which-2.21-18.el8.x86_64 220/345 DEBUG: Installing : coreutils-8.30-14.el8.x86_64 221/345 DEBUG: Installing : systemd-libs-239-68.el8.x86_64 222/345 DEBUG: Running scriptlet: systemd-libs-239-68.el8.x86_64 222/345 DEBUG: Installing : libblkid-2.32.1-38.el8.x86_64 223/345 DEBUG: Running scriptlet: libblkid-2.32.1-38.el8.x86_64 223/345 DEBUG: Installing : device-mapper-libs-8:1.02.181-6.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-24.el8.x86_64 229/345 DEBUG: Running scriptlet: rpm-libs-4.14.3-24.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-2.el8.x86_64 232/345 DEBUG: Running scriptlet: cryptsetup-libs-2.3.7-2.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-23.el8.x86_64 234/345 DEBUG: Installing : dbus-daemon-1:1.12.8-23.el8.x86_64 234/345 DEBUG: Running scriptlet: dbus-daemon-1:1.12.8-23.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-24.el8.x86_64 238/345 DEBUG: Running scriptlet: pam-1.3.1-24.el8.x86_64 238/345 DEBUG: Installing : util-linux-2.32.1-38.el8.x86_64 239/345 DEBUG: Running scriptlet: util-linux-2.32.1-38.el8.x86_64 239/345 DEBUG: Installing : systemd-pam-239-68.el8.x86_64 240/345 DEBUG: Installing : dracut-049-209.git20220815.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-159.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-5.el8.x86_64 247/345 DEBUG: Installing : dbus-1:1.12.8-23.el8.x86_64 248/345 DEBUG: Running scriptlet: systemd-239-68.el8.x86_64 249/345 DEBUG: Installing : systemd-239-68.el8.x86_64 249/345 DEBUG: Running scriptlet: systemd-239-68.el8.x86_64 249/345 DEBUG: Installing : systemd-udev-239-68.el8.x86_64 250/345 DEBUG: Running scriptlet: systemd-udev-239-68.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-17.el8.x86_64 259/345 DEBUG: Running scriptlet: gcc-8.5.0-17.el8.x86_64 259/345 DEBUG: Installing : python3-idna-2.5-5.el8.noarch 260/345 DEBUG: Installing : annobin-10.67-3.el8.x86_64 261/345 DEBUG: Installing : gcc-plugin-annobin-8.5.0-17.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-16.el8.x86_64 284/345 DEBUG: Installing : openssh-8.0p1-16.el8.x86_64 284/345 DEBUG: Installing : openssh-clients-8.0p1-16.el8.x86_64 285/345 DEBUG: Installing : git-core-2.31.1-2.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-24.el8.x86_64 292/345 DEBUG: Running scriptlet: rpm-build-libs-4.14.3-24.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-50.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.187-4.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-7.el8.noarch 314/345 DEBUG: Installing : platform-python-devel-3.6.8-49.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-4.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-24.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-2021.1.0-0.20210812101308.ce6a1 345/345 DEBUG: Running scriptlet: filesystem-3.8-6.el8.x86_64 345/345 DEBUG: Running scriptlet: glibc-all-langpacks-2.28-216.el8.x86_64 345/345 DEBUG: Running scriptlet: crypto-policies-scripts-20211116-1.gitae470d6.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-216.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-159.el8.x86_64 345/345 DEBUG: Running scriptlet: shared-mime-info-1.9-3.el8.x86_64 345/345 DEBUG: Running scriptlet: systemd-239-68.el8.x86_64 345/345 DEBUG: Running scriptlet: systemd-udev-239-68.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-2021.1.0-0.20210812101308.ce6a1 1/345 DEBUG: Verifying : acl-2.2.53-1.el8.x86_64 2/345 DEBUG: Verifying : annobin-10.67-3.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-14.el8.x86_64 17/345 DEBUG: Verifying : coreutils-common-8.30-14.el8.x86_64 18/345 DEBUG: Verifying : cpio-2.12-11.el8.x86_64 19/345 DEBUG: Verifying : cpp-8.5.0-17.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-20211116-1.gitae470d6.el8.noarch 23/345 DEBUG: Verifying : crypto-policies-scripts-20211116-1.gitae470d6.el 24/345 DEBUG: Verifying : cryptsetup-libs-2.3.7-2.el8.x86_64 25/345 DEBUG: Verifying : cups-libs-1:2.2.6-50.el8.x86_64 26/345 DEBUG: Verifying : curl-7.61.1-26.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-23.el8.x86_64 29/345 DEBUG: Verifying : dbus-common-1:1.12.8-23.el8.noarch 30/345 DEBUG: Verifying : dbus-daemon-1:1.12.8-23.el8.x86_64 31/345 DEBUG: Verifying : dbus-libs-1:1.12.8-23.el8.x86_64 32/345 DEBUG: Verifying : dbus-tools-1:1.12.8-23.el8.x86_64 33/345 DEBUG: Verifying : device-mapper-8:1.02.181-6.el8.x86_64 34/345 DEBUG: Verifying : device-mapper-libs-8:1.02.181-6.el8.x86_64 35/345 DEBUG: Verifying : diffutils-3.6-6.el8.x86_64 36/345 DEBUG: Verifying : dracut-049-209.git20220815.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.187-4.el8.x86_64 40/345 DEBUG: Verifying : elfutils-debuginfod-client-0.187-4.el8.x86_64 41/345 DEBUG: Verifying : elfutils-default-yama-scope-0.187-4.el8.noarch 42/345 DEBUG: Verifying : elfutils-libelf-0.187-4.el8.x86_64 43/345 DEBUG: Verifying : elfutils-libs-0.187-4.el8.x86_64 44/345 DEBUG: Verifying : emacs-filesystem-1:26.1-7.el8.noarch 45/345 DEBUG: Verifying : expat-2.2.5-10.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-17.el8.x86_64 56/345 DEBUG: Verifying : gcc-plugin-annobin-8.5.0-17.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-159.el8.x86_64 64/345 DEBUG: Verifying : glibc-2.28-216.el8.x86_64 65/345 DEBUG: Verifying : glibc-all-langpacks-2.28-216.el8.x86_64 66/345 DEBUG: Verifying : glibc-common-2.28-216.el8.x86_64 67/345 DEBUG: Verifying : glibc-devel-2.28-216.el8.x86_64 68/345 DEBUG: Verifying : glibc-gconv-extra-2.28-216.el8.x86_64 69/345 DEBUG: Verifying : glibc-headers-2.28-216.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-5.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-408.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-31.el8.x86_64 95/345 DEBUG: Verifying : krb5-libs-1.18.2-21.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-4.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-38.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-26.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-38.el8.x86_64 113/345 DEBUG: Verifying : libffi-3.1-23.el8.x86_64 114/345 DEBUG: Verifying : libgcc-8.5.0-17.el8.x86_64 115/345 DEBUG: Verifying : libgcrypt-1.8.5-7.el8.x86_64 116/345 DEBUG: Verifying : libgomp-8.5.0-17.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-8.el8.x86_64 123/345 DEBUG: Verifying : libmount-2.32.1-38.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-6.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-38.el8.x86_64 138/345 DEBUG: Verifying : libssh-0.9.6-3.el8.x86_64 139/345 DEBUG: Verifying : libssh-config-0.9.6-3.el8.noarch 140/345 DEBUG: Verifying : libstdc++-8.5.0-17.el8.x86_64 141/345 DEBUG: Verifying : libtasn1-4.13-3.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-38.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-15.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-16.el8.x86_64 166/345 DEBUG: Verifying : openssh-clients-8.0p1-16.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-2.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-24.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-49.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-9.el8.x86_64 186/345 DEBUG: Verifying : publicsuffix-list-dafsa-20180723-1.el8.noarch 187/345 DEBUG: Verifying : python-rpm-macros-3-43.el8.noarch 188/345 DEBUG: Verifying : python-srpm-macros-3-43.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-49.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-43.el8.noarch 198/345 DEBUG: Verifying : python3-setuptools-wheel-39.2.0-6.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-24.el8.x86_64 203/345 DEBUG: Verifying : rpm-build-libs-4.14.3-24.el8.x86_64 204/345 DEBUG: Verifying : rpm-libs-4.14.3-24.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-7.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-16.el8.x86_64 211/345 DEBUG: Verifying : systemd-239-68.el8.x86_64 212/345 DEBUG: Verifying : systemd-libs-239-68.el8.x86_64 213/345 DEBUG: Verifying : systemd-pam-239-68.el8.x86_64 214/345 DEBUG: Verifying : systemd-udev-239-68.el8.x86_64 215/345 DEBUG: Verifying : tar-2:1.30-6.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-2022d-1.el8.noarch 220/345 DEBUG: Verifying : unzip-6.0-46.el8.x86_64 221/345 DEBUG: Verifying : util-linux-2.32.1-38.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-20.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.31.1-2.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-8.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-4.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-23.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-49.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-7.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-24.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.67-3.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-14.el8.x86_64 DEBUG: coreutils-common-8.30-14.el8.x86_64 DEBUG: cpio-2.12-11.el8.x86_64 DEBUG: cpp-8.5.0-17.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-20211116-1.gitae470d6.el8.noarch DEBUG: crypto-policies-scripts-20211116-1.gitae470d6.el8.noarch DEBUG: cryptsetup-libs-2.3.7-2.el8.x86_64 DEBUG: cups-libs-1:2.2.6-50.el8.x86_64 DEBUG: curl-7.61.1-26.el8.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-6.el8_5.x86_64 DEBUG: dbus-1:1.12.8-23.el8.x86_64 DEBUG: dbus-common-1:1.12.8-23.el8.noarch DEBUG: dbus-daemon-1:1.12.8-23.el8.x86_64 DEBUG: dbus-libs-1:1.12.8-23.el8.x86_64 DEBUG: dbus-tools-1:1.12.8-23.el8.x86_64 DEBUG: device-mapper-8:1.02.181-6.el8.x86_64 DEBUG: device-mapper-libs-8:1.02.181-6.el8.x86_64 DEBUG: diffutils-3.6-6.el8.x86_64 DEBUG: dracut-049-209.git20220815.el8.x86_64 DEBUG: dwz-0.12-10.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: elfutils-0.187-4.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.187-4.el8.x86_64 DEBUG: elfutils-default-yama-scope-0.187-4.el8.noarch DEBUG: elfutils-libelf-0.187-4.el8.x86_64 DEBUG: elfutils-libs-0.187-4.el8.x86_64 DEBUG: emacs-filesystem-1:26.1-7.el8.noarch DEBUG: expat-2.2.5-10.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-17.el8.x86_64 DEBUG: gcc-plugin-annobin-8.5.0-17.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.31.1-2.el8.x86_64 DEBUG: glib2-2.56.4-159.el8.x86_64 DEBUG: glibc-2.28-216.el8.x86_64 DEBUG: glibc-all-langpacks-2.28-216.el8.x86_64 DEBUG: glibc-common-2.28-216.el8.x86_64 DEBUG: glibc-devel-2.28-216.el8.x86_64 DEBUG: glibc-gconv-extra-2.28-216.el8.x86_64 DEBUG: glibc-headers-2.28-216.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-5.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-408.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-31.el8.x86_64 DEBUG: krb5-libs-1.18.2-21.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-8.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-4.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-38.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-26.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-38.el8.x86_64 DEBUG: libffi-3.1-23.el8.x86_64 DEBUG: libfontenc-1.1.3-8.el8.x86_64 DEBUG: libgcc-8.5.0-17.el8.x86_64 DEBUG: libgcrypt-1.8.5-7.el8.x86_64 DEBUG: libgomp-8.5.0-17.el8.x86_64 DEBUG: libgpg-error-1.31-1.el8.x86_64 DEBUG: libgs-9.27-4.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-8.el8.x86_64 DEBUG: libmcpp-2.7.2-20.el8.x86_64 DEBUG: libmount-2.32.1-38.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-6.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-38.el8.x86_64 DEBUG: libssh-0.9.6-3.el8.x86_64 DEBUG: libssh-config-0.9.6-3.el8.noarch DEBUG: libstdc++-8.5.0-17.el8.x86_64 DEBUG: libtasn1-4.13-3.el8.x86_64 DEBUG: libthai-0.1.27-2.el8.x86_64 DEBUG: libtiff-4.0.9-23.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-38.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-15.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-16.el8.x86_64 DEBUG: openssh-clients-8.0p1-16.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-2.el8.x86_64 DEBUG: openstack-macros-2021.1.0-0.20210812101308.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-24.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-49.el8.x86_64 DEBUG: platform-python-devel-3.6.8-49.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-9.el8.x86_64 DEBUG: publicsuffix-list-dafsa-20180723-1.el8.noarch DEBUG: python-rpm-macros-3-43.el8.noarch DEBUG: python-srpm-macros-3-43.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-49.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-7.el8.noarch DEBUG: python3-rpm-macros-3-43.el8.noarch DEBUG: python3-setuptools-50.3.2-1.el8.noarch DEBUG: python3-setuptools-wheel-39.2.0-6.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-24.el8.x86_64 DEBUG: rpm-build-4.14.3-24.el8.x86_64 DEBUG: rpm-build-libs-4.14.3-24.el8.x86_64 DEBUG: rpm-libs-4.14.3-24.el8.x86_64 DEBUG: rust-srpm-macros-5-2.el8.noarch DEBUG: sed-4.5-5.el8.x86_64 DEBUG: setup-2.12.2-7.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-16.el8.x86_64 DEBUG: systemd-239-68.el8.x86_64 DEBUG: systemd-libs-239-68.el8.x86_64 DEBUG: systemd-pam-239-68.el8.x86_64 DEBUG: systemd-udev-239-68.el8.x86_64 DEBUG: tar-2:1.30-6.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-2022d-1.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-38.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-20.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', 'b761cd96fd9049c491ccceb2046beb4c', '-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', '41d1bb13d5224e53b0074a2b20408ac3', '-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', '43a517ebaf8c43c68a2f43a99341de25', '-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', 'b1fd9db46551479f8ec6a84f9a2df669', '-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', '91f4f8c188d34a2493aaa9768c056b46', '-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-17.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-43.el8.noarch DEBUG: gcc-plugin-annobin-8.5.0-17.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-6.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-3.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-16.el8.x86_64 DEBUG: emacs-filesystem-26.1-7.el8.noarch DEBUG: git-core-2.31.1-2.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-7.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-24.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-216.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: glibc-2.28-216.el8.x86_64 DEBUG: elfutils-0.187-4.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-7.el8.noarch DEBUG: libuuid-2.32.1-38.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-16.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-17.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-8.el8.x86_64 DEBUG: unzip-6.0-46.el8.x86_64 DEBUG: glibc-headers-2.28-216.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-17.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: tar-1.30-6.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-14.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-216.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-38.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-23.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-26.el8.x86_64 DEBUG: crypto-policies-scripts-20211116-1.gitae470d6.el8.noarch DEBUG: elfutils-default-yama-scope-0.187-4.el8.noarch DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: procps-ng-3.3.15-9.el8.x86_64 DEBUG: libtirpc-1.1.4-8.el8.x86_64 DEBUG: kpartx-0.8.4-31.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.187-4.el8.x86_64 DEBUG: openssl-pkcs11-0.4.10-2.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: dbus-common-1.12.8-23.el8.noarch DEBUG: libmount-2.32.1-38.el8.x86_64 DEBUG: dbus-tools-1.12.8-23.el8.x86_64 DEBUG: coreutils-8.30-14.el8.x86_64 DEBUG: libblkid-2.32.1-38.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-24.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-38.el8.x86_64 DEBUG: dracut-049-209.git20220815.el8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: glib2-2.56.4-159.el8.x86_64 DEBUG: gnutls-3.6.16-5.el8.x86_64 DEBUG: systemd-239-68.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-43.el8.noarch DEBUG: gcc-8.5.0-17.el8.x86_64 DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch DEBUG: annobin-10.67-3.el8.x86_64 DEBUG: python3-rpm-macros-3-43.el8.noarch DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch DEBUG: tzdata-2022d-1.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-408.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-16.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-6.el8.x86_64 DEBUG: hicolor-icon-theme-0.17-2.el8.noarch DEBUG: glibc-all-langpacks-2.28-216.el8.x86_64 DEBUG: cups-libs-2.2.6-50.el8.x86_64 DEBUG: glibc-common-2.28-216.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-20.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-17.el8.x86_64 DEBUG: python3-urllib3-1.25.10-4.el8.noarch DEBUG: elfutils-libelf-0.187-4.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-49.el8.x86_64 DEBUG: libxml2-2.9.7-15.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-10.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-4.el8.x86_64 DEBUG: libffi-3.1-23.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-24.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-2021.1.0-0.20210812101308.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-3.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-8.el8.x86_64 DEBUG: libXrandr-1.5.2-1.el8.x86_64 DEBUG: libXinerama-1.1.4-1.el8.x86_64 DEBUG: libXdamage-1.1.4-14.el8.x86_64 DEBUG: libXxf86vm-1.1.4-9.el8.x86_64 DEBUG: 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-49.el8.x86_64 DEBUG: libssh-0.9.6-3.el8.x86_64 DEBUG: platform-python-3.6.8-49.el8.x86_64 DEBUG: libkcapi-1.2.0-2.el8.x86_64 DEBUG: libarchive-3.3.3-4.el8.x86_64 DEBUG: curl-7.61.1-26.el8.x86_64 DEBUG: openssl-1.1.1k-7.el8.x86_64 DEBUG: crypto-policies-20211116-1.gitae470d6.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-21.el8.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: device-mapper-1.02.181-6.el8.x86_64 DEBUG: elfutils-libs-0.187-4.el8.x86_64 DEBUG: rpm-4.14.3-24.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libfdisk-2.32.1-38.el8.x86_64 DEBUG: dbus-libs-1.12.8-23.el8.x86_64 DEBUG: which-2.21-18.el8.x86_64 DEBUG: systemd-libs-239-68.el8.x86_64 DEBUG: device-mapper-libs-1.02.181-6.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-2.el8.x86_64 DEBUG: dbus-daemon-1.12.8-23.el8.x86_64 DEBUG: kbd-2.0.4-10.el8.x86_64 DEBUG: pam-1.3.1-24.el8.x86_64 DEBUG: systemd-pam-239-68.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-23.el8.x86_64 DEBUG: systemd-udev-239-68.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: dracut-049-209.git20220815.el8.x86_64 crypto-policies-scripts-20211116-1.gitae470d6.el8.noarch urw-base35-z003-fonts-20170801-10.el8.noarch libxcrypt-devel-4.1.1-6.el8.x86_64 rust-srpm-macros-5-2.el8.noarch isl-0.16.1-6.el8.x86_64 procps-ng-3.3.15-9.el8.x86_64 libwebp-1.0.0-5.el8.x86_64 libdb-5.3.28-42.el8_4.x86_64 nettle-3.4.1-7.el8.x86_64 guile-2.0.14-7.el8.x86_64 dwz-0.12-10.el8.x86_64 libidn-1.34-5.el8.x86_64 python3-sphinx-theme-alabaster-0.7.12-7.el8.noarch coreutils-8.30-14.el8.x86_64 diffutils-3.6-6.el8.x86_64 libxcb-1.13.1-1.el8.x86_64 shared-mime-info-1.9-3.el8.x86_64 libjpeg-turbo-1.5.3-12.el8.x86_64 urw-base35-gothic-fonts-20170801-10.el8.noarch libzstd-1.4.5-6.el8.x86_64 libpaper-1.1.24-22.el8.x86_64 p11-kit-0.23.22-1.el8.x86_64 glib2-2.56.4-159.el8.x86_64 urw-base35-d050000l-fonts-20170801-10.el8.noarch pixman-0.38.4-2.el8.x86_64 efi-srpm-macros-3-3.el8.noarch make-4.2.1-11.el8.x86_64 os-prober-1.74-9.el8.x86_64 ncurses-libs-6.1-9.20180224.el8.x86_64 gettext-0.19.8.1-17.el8.x86_64 libcap-ng-0.7.11-1.el8.x86_64 libXinerama-1.1.4-1.el8.x86_64 libcurl-7.61.1-26.el8.x86_64 publicsuffix-list-dafsa-20180723-1.el8.noarch python3-ply-3.9-9.el8.noarch rpm-4.14.3-24.el8.x86_64 libblkid-2.32.1-38.el8.x86_64 bash-4.4.20-4.el8.x86_64 openssh-8.0p1-16.el8.x86_64 findutils-4.6.0-20.el8.x86_64 libksba-1.3.5-8.el8.x86_64 gawk-4.2.1-4.el8.x86_64 dbus-daemon-1.12.8-23.el8.x86_64 glibc-headers-2.28-216.el8.x86_64 libcom_err-1.45.6-5.el8.x86_64 libwmf-lite-0.2.9-8.el8_0.x86_64 trousers-0.3.15-1.el8.x86_64 krb5-libs-1.18.2-21.el8.x86_64 libgcc-8.5.0-17.el8.x86_64 xorg-x11-server-utils-7.7-27.el8.x86_64 ima-evm-utils-1.3.2-12.el8.x86_64 python3-markupsafe-0.23-19.el8.x86_64 cyrus-sasl-lib-2.1.27-6.el8_5.x86_64 python3-pygments-2.2.0-22.module_el8.5.0+764+71fa3b33.noarch xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarch urw-base35-p052-fonts-20170801-10.el8.noarch python3-packaging-20.4-1.el8.noarch info-6.5-7.el8_5.x86_64 python-srpm-macros-3-43.el8.noarch centos-gpg-keys-8-6.el8.noarch python3-pysocks-1.6.8-3.el8.noarch gtk-update-icon-cache-3.22.30-11.el8.x86_64 patch-2.7.6-11.el8.x86_64 python3-babel-2.5.1-7.el8.noarch json-c-0.13.1-3.el8.x86_64 python3-eventlet-0.30.0-1.1.el8.noarch grubby-8.40-47.el8.x86_64 cups-libs-2.2.6-50.el8.x86_64 libattr-2.4.48-3.el8.x86_64 urw-base35-fonts-20170801-10.el8.noarch libcap-2.48-4.el8.x86_64 pam-1.3.1-24.el8.x86_64 brotli-1.0.6-3.el8.x86_64 unzip-6.0-46.el8.x86_64 systemd-libs-239-68.el8.x86_64 platform-python-3.6.8-49.el8.x86_64 dbus-1.12.8-23.el8.x86_64 avahi-libs-0.7-20.el8.x86_64 pango-1.42.4-8.el8.x86_64 libdb-utils-5.3.28-42.el8_4.x86_64 lcms2-2.9-2.el8.x86_64 libX11-common-1.6.8-5.el8.noarch graphite2-1.3.10-10.el8.x86_64 python3-setuptools-50.3.2-1.el8.noarch libgomp-8.5.0-17.el8.x86_64 rpm-build-libs-4.14.3-24.el8.x86_64 python3-jinja2-2.10.1-3.el8.noarch python3-setuptools-wheel-39.2.0-6.el8.noarch cairo-1.15.12-6.el8.x86_64 libnghttp2-1.33.0-3.el8_2.1.x86_64 libfdisk-2.32.1-38.el8.x86_64 libXcomposite-0.4.4-14.el8.x86_64 python3-rpm-macros-3-43.el8.noarch rpm-build-4.14.3-24.el8.x86_64 openldap-2.4.46-18.el8.x86_64 kbd-2.0.4-10.el8.x86_64 gcc-plugin-annobin-8.5.0-17.el8.x86_64 sed-4.5-5.el8.x86_64 readline-7.0-10.el8.x86_64 libXcursor-1.1.15-3.el8.x86_64 binutils-2.30-119.el8.x86_64 libgcrypt-1.8.5-7.el8.x86_64 redhat-rpm-config-130-1.el8.noarch file-5.33-21.el8.x86_64 python3-pip-9.0.3-22.el8.noarch python3-sphinxcontrib-qthelp-1.0.2-0.1.5.el8.noarch util-linux-2.32.1-38.el8.x86_64 zlib-1.2.11-20.el8.x86_64 dbus-tools-1.12.8-23.el8.x86_64 dbus-common-1.12.8-23.el8.noarch pkgconf-pkg-config-1.4.2-1.el8.x86_64 gcc-8.5.0-17.el8.x86_64 gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 libfontenc-1.1.3-8.el8.x86_64 trousers-lib-0.3.15-1.el8.x86_64 bzip2-1.0.6-26.el8.x86_64 python3-six-1.15.0-2.el8.noarch urw-base35-c059-fonts-20170801-10.el8.noarch systemd-239-68.el8.x86_64 librsvg2-2.42.7-4.el8.x86_64 libtool-ltdl-2.4.6-25.el8.x86_64 fontpackages-filesystem-1.44-22.el8.noarch python3-pytz-2017.2-9.el8.noarch ca-certificates-2022.2.54-80.2.el8.noarch python3-libs-3.6.8-49.el8.x86_64 audit-libs-3.0.7-4.el8.x86_64 xorg-x11-font-utils-7.5-41.el8.x86_64 pigz-2.4-4.el8.x86_64 ilmbase-2.2.0-13.el8.x86_64 hicolor-icon-theme-0.17-2.el8.noarch kpartx-0.8.4-31.el8.x86_64 python3-sphinx-2.2.2-1.el8.noarch gzip-1.9-13.el8.x86_64 libXau-1.0.9-3.el8.x86_64 python3-sphinxcontrib-devhelp-1.0.1-5.el8.noarch mpfr-3.1.6-1.el8.x86_64 python3-urllib3-1.25.10-4.el8.noarch curl-7.61.1-26.el8.x86_64 pkgconf-m4-1.4.2-1.el8.noarch xz-libs-5.2.4-4.el8.x86_64 python3-requests-2.25.1-1.el8.noarch cracklib-2.9.6-15.el8.x86_64 xkeyboard-config-2.28-1.el8.noarch annobin-10.67-3.el8.x86_64 python3-pip-wheel-9.0.3-22.el8.noarch libXft-2.3.3-1.el8.x86_64 dbus-libs-1.12.8-23.el8.x86_64 p11-kit-trust-0.23.22-1.el8.x86_64 libXfixes-5.0.3-7.el8.x86_64 libXmu-1.1.3-1.el8.x86_64 elfutils-debuginfod-client-0.187-4.el8.x86_64 python3-sphinxcontrib-applehelp-1.0.1-5.el8.noarch libthai-0.1.27-2.el8.x86_64 openssl-libs-1.1.1k-7.el8.x86_64 python3-cffi-1.13.2-1.el8.x86_64 adobe-mappings-cmap-20171205-3.el8.noarch atk-2.28.1-1.el8.x86_64 libacl-2.2.53-1.el8.x86_64 libunistring-0.9.9-3.el8.x86_64 lz4-libs-1.8.3-3.el8_4.x86_64 pinentry-1.1.0-2.el8.x86_64 coreutils-common-8.30-14.el8.x86_64 grub2-tools-minimal-2.02-129.el8.x86_64 google-droid-sans-fonts-20120715-13.el8.noarch openblas-srpm-macros-2-2.el8.noarch gc-7.6.4-3.el8.x86_64 xz-5.2.4-4.el8.x86_64 qt5-srpm-macros-5.15.3-1.el8.noarch python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 libatomic_ops-7.6.2-3.el8.x86_64 gnutls-3.6.16-5.el8.x86_64 cryptsetup-libs-2.3.7-2.el8.x86_64 pcre2-10.32-3.el8.x86_64 adobe-mappings-cmap-deprecated-20171205-3.el8.noarch urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch python3-idna-2.5-5.el8.noarch platform-python-pip-9.0.3-22.el8.noarch hardlink-1.3-6.el8.x86_64 openstack-macros-2021.1.0-0.20210812101308.ce6a105.el8.noarch libcroco-0.6.12-4.el8_2.1.x86_64 libgs-9.27-4.el8.x86_64 zip-3.0-23.el8.x86_64 tzdata-2022d-1.el8.noarch libffi-3.1-23.el8.x86_64 npth-1.5-4.el8.x86_64 urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch libpng-1.6.34-5.el8.x86_64 python3-pyparsing-2.4.6-1.el8.noarch file-libs-5.33-21.el8.x86_64 centos-stream-release-8.6-1.el8.noarch kbd-legacy-2.0.4-10.el8.noarch elfutils-libs-0.187-4.el8.x86_64 python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch python3-sphinxcontrib-serializinghtml-1.1.3-5.el8.noarch glibc-2.28-216.el8.x86_64 python3-chardet-3.0.4-7.el8.noarch python3-toml-0.10.1-2.el8.noarch jbigkit-libs-2.1-14.el8.x86_64 libSM-1.2.3-1.el8.x86_64 libstdc++-8.5.0-17.el8.x86_64 libmount-2.32.1-38.el8.x86_64 libssh-config-0.9.6-3.el8.noarch less-530-1.el8.x86_64 python3-sqlalchemy-1.3.2-2.module_el8.5.0+761+faacb0fb.x86_64 glibc-gconv-extra-2.28-216.el8.x86_64 urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch device-mapper-libs-1.02.181-6.el8.x86_64 openssl-pkcs11-0.4.10-2.el8.x86_64 python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 cpio-2.12-11.el8.x86_64 libutempter-1.1.6-14.el8.x86_64 gd-2.2.5-7.el8.x86_64 grep-3.1-6.el8.x86_64 glibc-all-langpacks-2.28-216.el8.x86_64 systemd-pam-239-68.el8.x86_64 shadow-utils-4.6-17.el8.x86_64 kmod-libs-25-19.el8.x86_64 libssh-0.9.6-3.el8.x86_64 crypto-policies-20211116-1.gitae470d6.el8.noarch libtiff-4.0.9-23.el8.x86_64 basesystem-11-5.el8.noarch ocaml-srpm-macros-5-4.el8.noarch urw-base35-bookman-fonts-20170801-10.el8.noarch gdk-pixbuf2-2.36.12-5.el8.x86_64 jasper-libs-2.0.14-5.el8.x86_64 glibc-common-2.28-216.el8.x86_64 popt-1.18-1.el8.x86_64 python3-cryptography-3.2.1-5.el8.x86_64 openssh-clients-8.0p1-16.el8.x86_64 python3-sphinxcontrib-htmlhelp-1.0.3-2.el8.noarch systemd-udev-239-68.el8.x86_64 python3-pycparser-2.14-14.el8.noarch memstrack-0.2.4-2.el8.x86_64 lua-libs-5.3.4-12.el8.x86_64 ncurses-base-6.1-9.20180224.el8.noarch libarchive-3.3.3-4.el8.x86_64 gdb-headless-8.2-19.el8.x86_64 libassuan-2.5.1-3.el8.x86_64 chkconfig-1.19.1-1.el8.x86_64 perl-srpm-macros-1-25.el8.noarch libsmartcols-2.32.1-38.el8.x86_64 sqlite-libs-3.26.0-16.el8.x86_64 python3-snowballstemmer-1.9.0-4.el8.noarch ImageMagick-6.7.8.9-18.el8.x86_64 libXi-1.7.10-1.el8.x86_64 grub2-common-2.02-129.el8.noarch ncurses-6.1-9.20180224.el8.x86_64 libijs-0.35-5.el8.x86_64 urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch libedit-3.1-23.20170329cvs.el8.x86_64 gettext-libs-0.19.8.1-17.el8.x86_64 python-rpm-macros-3-43.el8.noarch filesystem-3.8-6.el8.x86_64 kernel-headers-4.18.0-408.el8.x86_64 gdbm-libs-1.18-2.el8.x86_64 bzip2-libs-1.0.6-26.el8.x86_64 libseccomp-2.5.2-1.el8.x86_64 libXxf86vm-1.1.4-9.el8.x86_64 expat-2.2.5-10.el8.x86_64 libsepol-2.9-3.el8.x86_64 gmp-6.1.2-10.el8.x86_64 kmod-25-19.el8.x86_64 openjpeg2-2.4.0-5.el8.x86_64 openssl-1.1.1k-7.el8.x86_64 libXext-1.3.4-1.el8.x86_64 cracklib-dicts-2.9.6-15.el8.x86_64 libpwquality-1.4.4-5.el8.x86_64 libusbx-1.0.23-4.el8.x86_64 zstd-1.4.5-6.el8.x86_64 acl-2.2.53-1.el8.x86_64 urw-base35-fonts-common-20170801-10.el8.noarch kbd-misc-2.0.4-10.el8.noarch emacs-filesystem-26.1-7.el8.noarch gdbm-1.18-2.el8.x86_64 libbabeltrace-1.5.4-4.el8.x86_64 device-mapper-1.02.181-6.el8.x86_64 centos-stream-repos-8-6.el8.noarch go-srpm-macros-2-17.el8.noarch libkcapi-hmaccalc-1.2.0-2.el8.x86_64 ghc-srpm-macros-1.4.2-7.el8.noarch libverto-0.3.2-2.el8.x86_64 gnupg2-smime-2.2.20-3.el8.x86_64 libX11-1.6.8-5.el8.x86_64 elfutils-default-yama-scope-0.187-4.el8.noarch gpg-pubkey-8483c65d-5ccc5b19 elfutils-libelf-0.187-4.el8.x86_64 libXrender-0.9.10-7.el8.x86_64 which-2.21-18.el8.x86_64 libkcapi-1.2.0-2.el8.x86_64 libXpm-3.5.12-8.el8.x86_64 libsigsegv-2.11-5.el8.x86_64 elfutils-0.187-4.el8.x86_64 keyutils-libs-1.5.10-9.el8.x86_64 libgpg-error-1.31-1.el8.x86_64 freetype-2.9.1-9.el8.x86_64 tpm2-tss-2.3.2-4.el8.x86_64 libselinux-2.9-6.el8.x86_64 pkgconf-1.4.2-1.el8.x86_64 libtasn1-4.13-3.el8.x86_64 libXdamage-1.1.4-14.el8.x86_64 libXaw-1.0.13-10.el8.x86_64 gtk2-2.24.32-5.el8.x86_64 harfbuzz-1.7.5-3.el8.x86_64 python3-setuptools_scm-6.0.1-1.el8.noarch libdatrie-0.2.9-7.el8.x86_64 python3-sphinxcontrib-jsmath-1.0.1-0.1.5.el8.noarch adobe-mappings-pdf-20180407-1.el8.noarch gnupg2-2.2.20-3.el8.x86_64 jbig2dec-libs-0.16-1.el8.x86_64 libxkbcommon-0.9.1-1.el8.x86_64 setup-2.12.2-7.el8.noarch libICE-1.0.9-15.el8.x86_64 libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 python3-pbr-5.5.1-1.el8.noarch python3-rpm-generators-5-7.el8.noarch tar-1.30-6.el8.x86_64 fribidi-1.0.4-9.el8.x86_64 git-core-2.31.1-2.el8.x86_64 libxcrypt-4.1.1-6.el8.x86_64 pcre-8.42-6.el8.x86_64 libsecret-0.18.6-1.el8.x86_64 graphviz-2.40.1-43.el8.x86_64 fontconfig-2.13.1-4.el8.x86_64 python3-imagesize-1.0.0-2.el8.noarch libpsl-0.20.2-6.el8.x86_64 platform-python-devel-3.6.8-49.el8.x86_64 OpenEXR-libs-2.2.0-12.el8.x86_64 libmcpp-2.7.2-20.el8.x86_64 libXxf86misc-1.0.4-1.el8.x86_64 rpm-libs-4.14.3-24.el8.x86_64 libuuid-2.32.1-38.el8.x86_64 libxml2-2.9.7-15.el8.x86_64 python3-greenlet-0.4.13-4.el8.x86_64 libXrandr-1.5.2-1.el8.x86_64 grub2-tools-2.02-129.el8.x86_64 libXt-1.1.5-12.el8.x86_64 mcpp-2.7.2-20.el8.x86_64 libpkgconf-1.4.2-1.el8.x86_64 libipt-1.6.1-8.el8.x86_64 glibc-devel-2.28-216.el8.x86_64 libidn2-2.2.0-1.el8.x86_64 libtirpc-1.1.4-8.el8.x86_64 libmpc-1.1.0-9.1.el8.x86_64 libsemanage-2.9-9.el8.x86_64 cpp-8.5.0-17.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 -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 677c89c23631e9083261a1a18ed438d8966e0de2 Note: switching to '677c89c23631e9083261a1a18ed438d8966e0de2'. 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 677c89c23 Fix set_property_atomic() boolean type casting + '[' -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 + git tag -l 'private-*' + xargs -n 1 git tag -d + 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.1 677c89c + UPSTREAMVERSION=22.1.1 + [[ 22.1.1 =~ ([^-]*)-(.+) ]] + [[ 22.1.1 =~ (.*?)\.(0rc.+) ]] + [[ 22.1.1 =~ (.*?)\.(0b.+) ]] + [[ 22.1.1 =~ (.*?)\.(0a.+) ]] + [[ 22.1.1 =~ (.*?)\.(dev.+) ]] + [[ 22.1.1 =~ (.*?)\.(g.+) ]] + [[ 22.1.1 =~ (.*?)\.pre.* ]] + [[ 22.1.1 =~ ^([.0-9]*)$ ]] + VERSION=22.1.1 + [[ '' =~ \.dev[0-9]+\. ]] + '[' 0.date.hash = 0.1.date.hash ']' + '[' 0.date.hash = minor.date.hash ']' + RELEASE=0.20221108115401.677c89c + '[' -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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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.t_j749_y:/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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-openstack-ironic-python-agent-b41c557dbfa19735e1213373174617dadc519889 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/baremetal/b4/1c/b41c557dbfa19735e1213373174617dadc519889_d7a92138 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-ebc27d371450dccbba49443ab9094484a4f9905c baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cinder/eb/c2/ebc27d371450dccbba49443ab9094484a4f9905c_b1121569 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-os-brick-cf69f9247061bd0a945a6fb6bf688acff617eb2c baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/clients/cf/69/cf69f9247061bd0a945a6fb6bf688acff617eb2c_d5f2a91d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-gnocchi-a65065e05138c88b7c8e6f5f1a124f108af70d8d baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cloudops/a6/50/a65065e05138c88b7c8e6f5f1a124f108af70d8d_5dabb319 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-f5cd36e7f20e21ae9d3b5f5e01431bc9f45f73ba baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/common/f5/cd/f5cd36e7f20e21ae9d3b5f5e01431bc9f45f73ba_3d4d4101 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-a9e81626c5e9dac897759c5f66c7ae1b4efa3c6d baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/compute/a9/e8/a9e81626c5e9dac897759c5f66c7ae1b4efa3c6d_2333221b enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-677c89c23631e9083261a1a18ed438d8966e0de2 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_506a9929 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-e8cbdb727b1971f999ddebc50479f329a4ba5e58 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/manila/e8/cb/e8cbdb727b1971f999ddebc50479f329a4ba5e58_7f2878ed enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-ovsdbapp-65d02f06d2318c20ee01ba760bbb74f6eafabebf baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/network/65/d0/65d02f06d2318c20ee01ba760bbb74f6eafabebf_8a21604d enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-401d4b9545622b38809f42ec46e29b33fa06ba92 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/octavia/40/1d/401d4b9545622b38809f42ec46e29b33fa06ba92_bca32aae enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-keystone-e4f82893dd42d37feebe9b57e045df675b25de64 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/security/e4/f8/e4f82893dd42d37feebe9b57e045df675b25de64_fe5df655 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-6a1a8ce14be8b4625eaf4f2b4d18ddfbdbbb4289 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/swift/6a/1a/6a1a8ce14be8b4625eaf4f2b4d18ddfbdbbb4289_1c12d317 enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-trove-tests-tempest-355a351fccb286bf7d9025829e5362a4f0f6a223 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tempest/35/5a/355a351fccb286bf7d9025829e5362a4f0f6a223_2250f332 enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-puppet-ceilometer-4c2ea391a53ee85cf4ef1b0d38488763f64a0c01 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tripleo/4c/2e/4c2ea391a53ee85cf4ef1b0d38488763f64a0c01_c0f298bd enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-beed6bf6f6f83df9972db5fb539d64175ce12ce9 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/ui/be/ed/beed6bf6f6f83df9972db5fb539d64175ce12ce9_7f31155f enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-python-validations-libs-70e174acf7ac95aef1384ef14ed621902a8935a5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/validation/70/e1/70e174acf7ac95aef1384ef14ed621902a8935a5_831e34f6 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 6440692 334476 1990928 9437016 7302920 DEBUG: Swap: 16777212 5923368 10853844 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 527G 23G 96% / 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.0eciloek', '/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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 6469036 295808 1990828 9447340 7303728 DEBUG: Swap: 16777212 5923368 10853844 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 527G 23G 96% / 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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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.x16oz7vk', '/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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', 'd0d85e15ec3f4ba8ad209bb06bf99766', '-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.t_j749_y:/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', 'f78cfd3860ad4373a388a52b1e177063', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.t_j749_y:/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.1s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.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.1 creating glance-22.1.1/api-ref creating glance-22.1.1/api-ref/source creating glance-22.1.1/api-ref/source/v2 creating glance-22.1.1/api-ref/source/v2/samples creating glance-22.1.1/api-ref/source/versions creating glance-22.1.1/api-ref/source/versions/samples creating glance-22.1.1/devstack creating glance-22.1.1/doc creating glance-22.1.1/doc/source creating glance-22.1.1/doc/source/_extra creating glance-22.1.1/doc/source/_static creating glance-22.1.1/doc/source/admin creating glance-22.1.1/doc/source/cli creating glance-22.1.1/doc/source/configuration creating glance-22.1.1/doc/source/contributor creating glance-22.1.1/doc/source/images creating glance-22.1.1/doc/source/images_src creating glance-22.1.1/doc/source/install creating glance-22.1.1/doc/source/user creating glance-22.1.1/doc/test creating glance-22.1.1/etc creating glance-22.1.1/etc/metadefs creating glance-22.1.1/etc/oslo-config-generator creating glance-22.1.1/glance creating glance-22.1.1/glance.egg-info creating glance-22.1.1/glance/api creating glance-22.1.1/glance/api/middleware creating glance-22.1.1/glance/api/v1 creating glance-22.1.1/glance/api/v2 creating glance-22.1.1/glance/api/v2/model creating glance-22.1.1/glance/async_ creating glance-22.1.1/glance/async_/flows creating glance-22.1.1/glance/async_/flows/_internal_plugins creating glance-22.1.1/glance/async_/flows/plugins creating glance-22.1.1/glance/cmd creating glance-22.1.1/glance/common creating glance-22.1.1/glance/common/location_strategy creating glance-22.1.1/glance/common/scripts creating glance-22.1.1/glance/common/scripts/api_image_import creating glance-22.1.1/glance/common/scripts/image_import creating glance-22.1.1/glance/db creating glance-22.1.1/glance/db/simple creating glance-22.1.1/glance/db/sqlalchemy creating glance-22.1.1/glance/db/sqlalchemy/alembic_migrations creating glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/data_migrations creating glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions creating glance-22.1.1/glance/db/sqlalchemy/metadef_api creating glance-22.1.1/glance/db/sqlalchemy/migrate_repo creating glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions creating glance-22.1.1/glance/domain creating glance-22.1.1/glance/hacking creating glance-22.1.1/glance/image_cache creating glance-22.1.1/glance/image_cache/drivers creating glance-22.1.1/glance/locale creating glance-22.1.1/glance/locale/de creating glance-22.1.1/glance/locale/de/LC_MESSAGES creating glance-22.1.1/glance/locale/en_GB creating glance-22.1.1/glance/locale/en_GB/LC_MESSAGES creating glance-22.1.1/glance/locale/es creating glance-22.1.1/glance/locale/es/LC_MESSAGES creating glance-22.1.1/glance/locale/fr creating glance-22.1.1/glance/locale/fr/LC_MESSAGES creating glance-22.1.1/glance/locale/it creating glance-22.1.1/glance/locale/it/LC_MESSAGES creating glance-22.1.1/glance/locale/ja creating glance-22.1.1/glance/locale/ja/LC_MESSAGES creating glance-22.1.1/glance/locale/ko_KR creating glance-22.1.1/glance/locale/ko_KR/LC_MESSAGES creating glance-22.1.1/glance/locale/pt_BR creating glance-22.1.1/glance/locale/pt_BR/LC_MESSAGES creating glance-22.1.1/glance/locale/ru creating glance-22.1.1/glance/locale/ru/LC_MESSAGES creating glance-22.1.1/glance/locale/tr_TR creating glance-22.1.1/glance/locale/tr_TR/LC_MESSAGES creating glance-22.1.1/glance/locale/zh_CN creating glance-22.1.1/glance/locale/zh_CN/LC_MESSAGES creating glance-22.1.1/glance/locale/zh_TW creating glance-22.1.1/glance/locale/zh_TW/LC_MESSAGES creating glance-22.1.1/glance/policies creating glance-22.1.1/glance/quota creating glance-22.1.1/glance/tests creating glance-22.1.1/glance/tests/etc creating glance-22.1.1/glance/tests/functional creating glance-22.1.1/glance/tests/functional/db creating glance-22.1.1/glance/tests/functional/db/migrations creating glance-22.1.1/glance/tests/functional/serial creating glance-22.1.1/glance/tests/functional/v2 creating glance-22.1.1/glance/tests/gate creating glance-22.1.1/glance/tests/integration creating glance-22.1.1/glance/tests/integration/v2 creating glance-22.1.1/glance/tests/unit creating glance-22.1.1/glance/tests/unit/api creating glance-22.1.1/glance/tests/unit/api/middleware creating glance-22.1.1/glance/tests/unit/async_ creating glance-22.1.1/glance/tests/unit/async_/flows creating glance-22.1.1/glance/tests/unit/async_/flows/plugins creating glance-22.1.1/glance/tests/unit/cmd creating glance-22.1.1/glance/tests/unit/common creating glance-22.1.1/glance/tests/unit/common/scripts creating glance-22.1.1/glance/tests/unit/common/scripts/image_import creating glance-22.1.1/glance/tests/unit/image_cache creating glance-22.1.1/glance/tests/unit/image_cache/drivers creating glance-22.1.1/glance/tests/unit/keymgr creating glance-22.1.1/glance/tests/unit/v2 creating glance-22.1.1/glance/tests/var creating glance-22.1.1/httpd creating glance-22.1.1/playbooks creating glance-22.1.1/rally-jobs creating glance-22.1.1/rally-jobs/extra creating glance-22.1.1/rally-jobs/plugins creating glance-22.1.1/releasenotes creating glance-22.1.1/releasenotes/notes creating glance-22.1.1/releasenotes/source creating glance-22.1.1/releasenotes/source/_static creating glance-22.1.1/releasenotes/source/_templates creating glance-22.1.1/releasenotes/source/locale creating glance-22.1.1/releasenotes/source/locale/en_GB creating glance-22.1.1/releasenotes/source/locale/en_GB/LC_MESSAGES creating glance-22.1.1/releasenotes/source/locale/ja creating glance-22.1.1/releasenotes/source/locale/ja/LC_MESSAGES creating glance-22.1.1/releasenotes/source/locale/ko_KR creating glance-22.1.1/releasenotes/source/locale/ko_KR/LC_MESSAGES creating glance-22.1.1/tools copying files to glance-22.1.1... copying .coveragerc -> glance-22.1.1 copying .mailmap -> glance-22.1.1 copying .stestr.conf -> glance-22.1.1 copying .zuul.yaml -> glance-22.1.1 copying AUTHORS -> glance-22.1.1 copying CONTRIBUTING.rst -> glance-22.1.1 copying ChangeLog -> glance-22.1.1 copying HACKING.rst -> glance-22.1.1 copying LICENSE -> glance-22.1.1 copying README.rst -> glance-22.1.1 copying bindep.txt -> glance-22.1.1 copying lower-constraints.txt -> glance-22.1.1 copying pylintrc -> glance-22.1.1 copying requirements.txt -> glance-22.1.1 copying setup.cfg -> glance-22.1.1 copying setup.py -> glance-22.1.1 copying test-requirements.txt -> glance-22.1.1 copying tox.ini -> glance-22.1.1 copying api-ref/source/conf.py -> glance-22.1.1/api-ref/source copying api-ref/source/heading-level-guide.txt -> glance-22.1.1/api-ref/source copying api-ref/source/index.rst -> glance-22.1.1/api-ref/source copying api-ref/source/v2/discovery-parameters.yaml -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/discovery.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/images-data.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/images-images-v2.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/images-import.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/images-parameters-descriptions.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/images-parameters.yaml -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/images-schemas.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/images-sharing-v2.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/images-tags.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/index.rst -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/metadefs-index.rst -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/metadefs-namespaces-objects.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/metadefs-namespaces-properties.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/metadefs-namespaces-tags.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/metadefs-namespaces.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/metadefs-parameters.yaml -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/metadefs-resourcetypes.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/metadefs-schemas.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/tasks-parameters.yaml -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/tasks-schemas.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/tasks.inc -> glance-22.1.1/api-ref/source/v2 copying api-ref/source/v2/samples/image-create-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-create-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-details-deactivate-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-import-c-i-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-import-g-d-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-import-w-d-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-info-import-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-member-create-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-member-create-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-member-details-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-member-update-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-member-update-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-members-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-show-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-tasks-show-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-update-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/image-update-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/images-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-create-request-simple.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-create-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-create-response-simple.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-create-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-details-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-details-with-rt-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-update-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespace-update-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-namespaces-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-object-create-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-object-create-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-object-details-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-object-update-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-object-update-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-objects-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-properties-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-property-create-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-property-create-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-property-details-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-property-update-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-property-update-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-resource-type-assoc-create-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-resource-type-assoc-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-resource-type-create-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-resource-types-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-tag-create-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-tag-details-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-tag-update-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-tag-update-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-tags-create-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-tags-create-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/metadef-tags-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-image-member-show-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-image-members-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-image-show-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-images-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-namespace-show-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-namespaces-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-object-show-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-objects-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-properties-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-property-show-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-resource-type-association-show-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-resource-type-associations-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-tag-show-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-metadef-tags-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-task-show-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/schemas-tasks-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/stores-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/task-create-request.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/task-create-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/task-show-failure-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/task-show-processing-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/task-show-success-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/v2/samples/tasks-list-response.json -> glance-22.1.1/api-ref/source/v2/samples copying api-ref/source/versions/index.rst -> glance-22.1.1/api-ref/source/versions copying api-ref/source/versions/versions.inc -> glance-22.1.1/api-ref/source/versions copying api-ref/source/versions/samples/image-versions-response.json -> glance-22.1.1/api-ref/source/versions/samples copying devstack/plugin.sh -> glance-22.1.1/devstack copying doc/requirements.txt -> glance-22.1.1/doc copying doc/source/conf.py -> glance-22.1.1/doc/source copying doc/source/deprecation-note.inc -> glance-22.1.1/doc/source copying doc/source/glossary.rst -> glance-22.1.1/doc/source copying doc/source/index.rst -> glance-22.1.1/doc/source copying doc/source/_extra/.htaccess -> glance-22.1.1/doc/source/_extra copying doc/source/_static/.placeholder -> glance-22.1.1/doc/source/_static copying doc/source/admin/apache-httpd.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/authentication.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/cache.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/controllingservers.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/db-sqlalchemy-migrate.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/db.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/flows.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/index.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/interoperable-image-import.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/manage-images.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/multistores.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/notifications.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/policies.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/property-protections.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/requirements.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/rollingupgrades.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/tasks.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/troubleshooting.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/useful-image-properties.rst -> glance-22.1.1/doc/source/admin copying doc/source/admin/zero-downtime-db-upgrade.rst -> glance-22.1.1/doc/source/admin copying doc/source/cli/footer.txt -> glance-22.1.1/doc/source/cli copying doc/source/cli/general_options.txt -> glance-22.1.1/doc/source/cli copying doc/source/cli/glanceapi.rst -> glance-22.1.1/doc/source/cli copying doc/source/cli/glancecachecleaner.rst -> glance-22.1.1/doc/source/cli copying doc/source/cli/glancecachemanage.rst -> glance-22.1.1/doc/source/cli copying doc/source/cli/glancecacheprefetcher.rst -> glance-22.1.1/doc/source/cli copying doc/source/cli/glancecachepruner.rst -> glance-22.1.1/doc/source/cli copying doc/source/cli/glancecontrol.rst -> glance-22.1.1/doc/source/cli copying doc/source/cli/glancemanage.rst -> glance-22.1.1/doc/source/cli copying doc/source/cli/glancereplicator.rst -> glance-22.1.1/doc/source/cli copying doc/source/cli/glancescrubber.rst -> glance-22.1.1/doc/source/cli copying doc/source/cli/glancestatus.rst -> glance-22.1.1/doc/source/cli copying doc/source/cli/header.txt -> glance-22.1.1/doc/source/cli copying doc/source/cli/index.rst -> glance-22.1.1/doc/source/cli copying doc/source/cli/openstack_options.txt -> glance-22.1.1/doc/source/cli copying doc/source/configuration/configuring.rst -> glance-22.1.1/doc/source/configuration copying doc/source/configuration/glance_api.rst -> glance-22.1.1/doc/source/configuration copying doc/source/configuration/glance_cache.rst -> glance-22.1.1/doc/source/configuration copying doc/source/configuration/glance_manage.rst -> glance-22.1.1/doc/source/configuration copying doc/source/configuration/glance_scrubber.rst -> glance-22.1.1/doc/source/configuration copying doc/source/configuration/index.rst -> glance-22.1.1/doc/source/configuration copying doc/source/configuration/sample-configuration.rst -> glance-22.1.1/doc/source/configuration copying doc/source/contributor/architecture.rst -> glance-22.1.1/doc/source/contributor copying doc/source/contributor/blueprints.rst -> glance-22.1.1/doc/source/contributor copying doc/source/contributor/contributing.rst -> glance-22.1.1/doc/source/contributor copying doc/source/contributor/database_architecture.rst -> glance-22.1.1/doc/source/contributor copying doc/source/contributor/database_migrations.rst -> glance-22.1.1/doc/source/contributor copying doc/source/contributor/documentation.rst -> glance-22.1.1/doc/source/contributor copying doc/source/contributor/domain_implementation.rst -> glance-22.1.1/doc/source/contributor copying doc/source/contributor/domain_model.rst -> glance-22.1.1/doc/source/contributor copying doc/source/contributor/gerrit.rst -> glance-22.1.1/doc/source/contributor copying doc/source/contributor/index.rst -> glance-22.1.1/doc/source/contributor copying doc/source/contributor/minor-code-changes.rst -> glance-22.1.1/doc/source/contributor copying doc/source/contributor/refreshing-configs.rst -> glance-22.1.1/doc/source/contributor copying doc/source/contributor/release-cpl.rst -> glance-22.1.1/doc/source/contributor copying doc/source/contributor/release-notes.rst -> glance-22.1.1/doc/source/contributor copying doc/source/contributor/releasecycle.rst -> glance-22.1.1/doc/source/contributor copying doc/source/images/architecture.png -> glance-22.1.1/doc/source/images copying doc/source/images/glance_db.png -> glance-22.1.1/doc/source/images copying doc/source/images/glance_layers.png -> glance-22.1.1/doc/source/images copying doc/source/images/image_status_transition.png -> glance-22.1.1/doc/source/images copying doc/source/images/instance-life-1.png -> glance-22.1.1/doc/source/images copying doc/source/images/instance-life-2.png -> glance-22.1.1/doc/source/images copying doc/source/images/instance-life-3.png -> glance-22.1.1/doc/source/images copying doc/source/images_src/architecture.graphml -> glance-22.1.1/doc/source/images_src copying doc/source/images_src/glance_db.graphml -> glance-22.1.1/doc/source/images_src copying doc/source/images_src/glance_layers.graphml -> glance-22.1.1/doc/source/images_src copying doc/source/images_src/image_status_transition.dot -> glance-22.1.1/doc/source/images_src copying doc/source/install/get-started.rst -> glance-22.1.1/doc/source/install copying doc/source/install/index.rst -> glance-22.1.1/doc/source/install copying doc/source/install/install-debian.rst -> glance-22.1.1/doc/source/install copying doc/source/install/install-obs.rst -> glance-22.1.1/doc/source/install copying doc/source/install/install-rdo.rst -> glance-22.1.1/doc/source/install copying doc/source/install/install-ubuntu.rst -> glance-22.1.1/doc/source/install copying doc/source/install/install.rst -> glance-22.1.1/doc/source/install copying doc/source/install/note_configuration_vary_by_distribution.txt -> glance-22.1.1/doc/source/install copying doc/source/install/verify.rst -> glance-22.1.1/doc/source/install copying doc/source/user/common-image-properties.rst -> glance-22.1.1/doc/source/user copying doc/source/user/formats.rst -> glance-22.1.1/doc/source/user copying doc/source/user/glanceapi.rst -> glance-22.1.1/doc/source/user copying doc/source/user/glanceclient.rst -> glance-22.1.1/doc/source/user copying doc/source/user/glancemetadefcatalogapi.rst -> glance-22.1.1/doc/source/user copying doc/source/user/identifiers.rst -> glance-22.1.1/doc/source/user copying doc/source/user/index.rst -> glance-22.1.1/doc/source/user copying doc/source/user/metadefs-concepts.rst -> glance-22.1.1/doc/source/user copying doc/source/user/signature.rst -> glance-22.1.1/doc/source/user copying doc/source/user/statuses.rst -> glance-22.1.1/doc/source/user copying doc/test/redirect-tests.txt -> glance-22.1.1/doc/test copying etc/glance-api-paste.ini -> glance-22.1.1/etc copying etc/glance-api.conf -> glance-22.1.1/etc copying etc/glance-cache.conf -> glance-22.1.1/etc copying etc/glance-image-import.conf.sample -> glance-22.1.1/etc copying etc/glance-manage.conf -> glance-22.1.1/etc copying etc/glance-policy-generator.conf -> glance-22.1.1/etc copying etc/glance-scrubber.conf -> glance-22.1.1/etc copying etc/glance-swift.conf.sample -> glance-22.1.1/etc copying etc/ovf-metadata.json.sample -> glance-22.1.1/etc copying etc/property-protections-policies.conf.sample -> glance-22.1.1/etc copying etc/property-protections-roles.conf.sample -> glance-22.1.1/etc copying etc/schema-image.json -> glance-22.1.1/etc copying etc/metadefs/README -> glance-22.1.1/etc/metadefs copying etc/metadefs/cim-processor-allocation-setting-data.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/cim-resource-allocation-setting-data.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/cim-storage-allocation-setting-data.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/cim-virtual-system-setting-data.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-aggr-disk-filter.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-aggr-iops-filter.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-aggr-num-instances.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-cpu-pinning.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-guest-memory-backing.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-guest-shutdown.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-host-capabilities.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-hypervisor.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-instance-data.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-libvirt-image.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-libvirt.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-quota.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-randomgen.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-vcputopology.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-vmware-flavor.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-vmware-quota-flavor.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-vmware.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-watchdog.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/compute-xenapi.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/glance-common-image-props.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/image-signature-verification.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/operating-system.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/software-databases.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/software-runtimes.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/software-webservers.json -> glance-22.1.1/etc/metadefs copying etc/metadefs/storage-volume-type.json -> glance-22.1.1/etc/metadefs copying etc/oslo-config-generator/glance-api.conf -> glance-22.1.1/etc/oslo-config-generator copying etc/oslo-config-generator/glance-cache.conf -> glance-22.1.1/etc/oslo-config-generator copying etc/oslo-config-generator/glance-image-import.conf -> glance-22.1.1/etc/oslo-config-generator copying etc/oslo-config-generator/glance-manage.conf -> glance-22.1.1/etc/oslo-config-generator copying etc/oslo-config-generator/glance-scrubber.conf -> glance-22.1.1/etc/oslo-config-generator copying glance/__init__.py -> glance-22.1.1/glance copying glance/context.py -> glance-22.1.1/glance copying glance/gateway.py -> glance-22.1.1/glance copying glance/housekeeping.py -> glance-22.1.1/glance copying glance/i18n.py -> glance-22.1.1/glance copying glance/location.py -> glance-22.1.1/glance copying glance/notifier.py -> glance-22.1.1/glance copying glance/opts.py -> glance-22.1.1/glance copying glance/schema.py -> glance-22.1.1/glance copying glance/scrubber.py -> glance-22.1.1/glance copying glance/version.py -> glance-22.1.1/glance copying glance.egg-info/PKG-INFO -> glance-22.1.1/glance.egg-info copying glance.egg-info/SOURCES.txt -> glance-22.1.1/glance.egg-info copying glance.egg-info/dependency_links.txt -> glance-22.1.1/glance.egg-info copying glance.egg-info/entry_points.txt -> glance-22.1.1/glance.egg-info copying glance.egg-info/not-zip-safe -> glance-22.1.1/glance.egg-info copying glance.egg-info/pbr.json -> glance-22.1.1/glance.egg-info copying glance.egg-info/requires.txt -> glance-22.1.1/glance.egg-info copying glance.egg-info/top_level.txt -> glance-22.1.1/glance.egg-info copying glance/api/__init__.py -> glance-22.1.1/glance/api copying glance/api/authorization.py -> glance-22.1.1/glance/api copying glance/api/common.py -> glance-22.1.1/glance/api copying glance/api/policy.py -> glance-22.1.1/glance/api copying glance/api/property_protections.py -> glance-22.1.1/glance/api copying glance/api/versions.py -> glance-22.1.1/glance/api copying glance/api/middleware/__init__.py -> glance-22.1.1/glance/api/middleware copying glance/api/middleware/cache.py -> glance-22.1.1/glance/api/middleware copying glance/api/middleware/cache_manage.py -> glance-22.1.1/glance/api/middleware copying glance/api/middleware/context.py -> glance-22.1.1/glance/api/middleware copying glance/api/middleware/gzip.py -> glance-22.1.1/glance/api/middleware copying glance/api/middleware/version_negotiation.py -> glance-22.1.1/glance/api/middleware copying glance/api/v1/__init__.py -> glance-22.1.1/glance/api/v1 copying glance/api/v1/router.py -> glance-22.1.1/glance/api/v1 copying glance/api/v2/__init__.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/cached_images.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/discovery.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/image_actions.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/image_data.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/image_members.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/image_tags.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/images.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/metadef_namespaces.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/metadef_objects.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/metadef_properties.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/metadef_resource_types.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/metadef_tags.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/router.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/schemas.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/tasks.py -> glance-22.1.1/glance/api/v2 copying glance/api/v2/model/__init__.py -> glance-22.1.1/glance/api/v2/model copying glance/api/v2/model/metadef_namespace.py -> glance-22.1.1/glance/api/v2/model copying glance/api/v2/model/metadef_object.py -> glance-22.1.1/glance/api/v2/model copying glance/api/v2/model/metadef_property_item_type.py -> glance-22.1.1/glance/api/v2/model copying glance/api/v2/model/metadef_property_type.py -> glance-22.1.1/glance/api/v2/model copying glance/api/v2/model/metadef_resource_type.py -> glance-22.1.1/glance/api/v2/model copying glance/api/v2/model/metadef_tag.py -> glance-22.1.1/glance/api/v2/model copying glance/async_/__init__.py -> glance-22.1.1/glance/async_ copying glance/async_/taskflow_executor.py -> glance-22.1.1/glance/async_ copying glance/async_/utils.py -> glance-22.1.1/glance/async_ copying glance/async_/flows/__init__.py -> glance-22.1.1/glance/async_/flows copying glance/async_/flows/api_image_import.py -> glance-22.1.1/glance/async_/flows copying glance/async_/flows/base_import.py -> glance-22.1.1/glance/async_/flows copying glance/async_/flows/convert.py -> glance-22.1.1/glance/async_/flows copying glance/async_/flows/introspect.py -> glance-22.1.1/glance/async_/flows copying glance/async_/flows/ovf_process.py -> glance-22.1.1/glance/async_/flows copying glance/async_/flows/_internal_plugins/__init__.py -> glance-22.1.1/glance/async_/flows/_internal_plugins copying glance/async_/flows/_internal_plugins/copy_image.py -> glance-22.1.1/glance/async_/flows/_internal_plugins copying glance/async_/flows/_internal_plugins/web_download.py -> glance-22.1.1/glance/async_/flows/_internal_plugins copying glance/async_/flows/plugins/__init__.py -> glance-22.1.1/glance/async_/flows/plugins copying glance/async_/flows/plugins/image_conversion.py -> glance-22.1.1/glance/async_/flows/plugins copying glance/async_/flows/plugins/image_decompression.py -> glance-22.1.1/glance/async_/flows/plugins copying glance/async_/flows/plugins/inject_image_metadata.py -> glance-22.1.1/glance/async_/flows/plugins copying glance/async_/flows/plugins/no_op.py -> glance-22.1.1/glance/async_/flows/plugins copying glance/async_/flows/plugins/plugin_opts.py -> glance-22.1.1/glance/async_/flows/plugins copying glance/cmd/__init__.py -> glance-22.1.1/glance/cmd copying glance/cmd/api.py -> glance-22.1.1/glance/cmd copying glance/cmd/cache_cleaner.py -> glance-22.1.1/glance/cmd copying glance/cmd/cache_manage.py -> glance-22.1.1/glance/cmd copying glance/cmd/cache_prefetcher.py -> glance-22.1.1/glance/cmd copying glance/cmd/cache_pruner.py -> glance-22.1.1/glance/cmd copying glance/cmd/control.py -> glance-22.1.1/glance/cmd copying glance/cmd/manage.py -> glance-22.1.1/glance/cmd copying glance/cmd/replicator.py -> glance-22.1.1/glance/cmd copying glance/cmd/scrubber.py -> glance-22.1.1/glance/cmd copying glance/cmd/status.py -> glance-22.1.1/glance/cmd copying glance/common/__init__.py -> glance-22.1.1/glance/common copying glance/common/auth.py -> glance-22.1.1/glance/common copying glance/common/client.py -> glance-22.1.1/glance/common copying glance/common/config.py -> glance-22.1.1/glance/common copying glance/common/crypt.py -> glance-22.1.1/glance/common copying glance/common/exception.py -> glance-22.1.1/glance/common copying glance/common/format_inspector.py -> glance-22.1.1/glance/common copying glance/common/property_utils.py -> glance-22.1.1/glance/common copying glance/common/removed_config.py -> glance-22.1.1/glance/common copying glance/common/store_utils.py -> glance-22.1.1/glance/common copying glance/common/swift_store_utils.py -> glance-22.1.1/glance/common copying glance/common/timeutils.py -> glance-22.1.1/glance/common copying glance/common/trust_auth.py -> glance-22.1.1/glance/common copying glance/common/utils.py -> glance-22.1.1/glance/common copying glance/common/wsgi.py -> glance-22.1.1/glance/common copying glance/common/wsgi_app.py -> glance-22.1.1/glance/common copying glance/common/wsme_utils.py -> glance-22.1.1/glance/common copying glance/common/location_strategy/__init__.py -> glance-22.1.1/glance/common/location_strategy copying glance/common/location_strategy/location_order.py -> glance-22.1.1/glance/common/location_strategy copying glance/common/location_strategy/store_type.py -> glance-22.1.1/glance/common/location_strategy copying glance/common/scripts/__init__.py -> glance-22.1.1/glance/common/scripts copying glance/common/scripts/utils.py -> glance-22.1.1/glance/common/scripts copying glance/common/scripts/api_image_import/__init__.py -> glance-22.1.1/glance/common/scripts/api_image_import copying glance/common/scripts/api_image_import/main.py -> glance-22.1.1/glance/common/scripts/api_image_import copying glance/common/scripts/image_import/__init__.py -> glance-22.1.1/glance/common/scripts/image_import copying glance/common/scripts/image_import/main.py -> glance-22.1.1/glance/common/scripts/image_import copying glance/db/__init__.py -> glance-22.1.1/glance/db copying glance/db/metadata.py -> glance-22.1.1/glance/db copying glance/db/migration.py -> glance-22.1.1/glance/db copying glance/db/utils.py -> glance-22.1.1/glance/db copying glance/db/simple/__init__.py -> glance-22.1.1/glance/db/simple copying glance/db/simple/api.py -> glance-22.1.1/glance/db/simple copying glance/db/sqlalchemy/__init__.py -> glance-22.1.1/glance/db/sqlalchemy copying glance/db/sqlalchemy/api.py -> glance-22.1.1/glance/db/sqlalchemy copying glance/db/sqlalchemy/metadata.py -> glance-22.1.1/glance/db/sqlalchemy copying glance/db/sqlalchemy/models.py -> glance-22.1.1/glance/db/sqlalchemy copying glance/db/sqlalchemy/models_metadef.py -> glance-22.1.1/glance/db/sqlalchemy copying glance/db/sqlalchemy/alembic_migrations/README -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/__init__.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/add_artifacts_tables.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/add_images_tables.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/add_metadefs_tables.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/add_tasks_tables.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/alembic.ini -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/env.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/migrate.cfg -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/script.py.mako -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/__init__.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/ocata_migrate01_community_images.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/pike_migrate01_empty.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/queens_migrate01_empty.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate01_empty.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate02_empty.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/train_migrate01_backend_to_store.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/ussuri_migrate01_empty.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/wallaby_migrate01_empty.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/versions/__init__.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/liberty_initial.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/mitaka01_add_image_created_updated_idx.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/mitaka02_update_metadef_os_nova_server.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/ocata_contract01_drop_is_public.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/ocata_expand01_add_visibility.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/pike_contract01_drop_artifacts_tables.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/pike_expand01_empty.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/queens_contract01_empty.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/queens_expand01_empty.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract01_empty.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract02_empty.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand01_add_os_hidden.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand02_add_os_hash_.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/train_contract01_empty.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/train_expand01_empty.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/ussuri_contract01_empty.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/ussuri_expand01_empty.py -> glance-22.1.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/wallaby_contract01_empty.py -> glance-22.1.1/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.1/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/metadef_api/__init__.py -> glance-22.1.1/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/namespace.py -> glance-22.1.1/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/object.py -> glance-22.1.1/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/property.py -> glance-22.1.1/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/resource_type.py -> glance-22.1.1/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/resource_type_association.py -> glance-22.1.1/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/tag.py -> glance-22.1.1/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/utils.py -> glance-22.1.1/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/migrate_repo/README -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/__init__.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/manage.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/migrate.cfg -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/schema.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py -> glance-22.1.1/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.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/__init__.py -> glance-22.1.1/glance/db/sqlalchemy/migrate_repo/versions copying glance/domain/__init__.py -> glance-22.1.1/glance/domain copying glance/domain/proxy.py -> glance-22.1.1/glance/domain copying glance/hacking/__init__.py -> glance-22.1.1/glance/hacking copying glance/hacking/checks.py -> glance-22.1.1/glance/hacking copying glance/image_cache/__init__.py -> glance-22.1.1/glance/image_cache copying glance/image_cache/base.py -> glance-22.1.1/glance/image_cache copying glance/image_cache/cleaner.py -> glance-22.1.1/glance/image_cache copying glance/image_cache/client.py -> glance-22.1.1/glance/image_cache copying glance/image_cache/prefetcher.py -> glance-22.1.1/glance/image_cache copying glance/image_cache/pruner.py -> glance-22.1.1/glance/image_cache copying glance/image_cache/drivers/__init__.py -> glance-22.1.1/glance/image_cache/drivers copying glance/image_cache/drivers/base.py -> glance-22.1.1/glance/image_cache/drivers copying glance/image_cache/drivers/sqlite.py -> glance-22.1.1/glance/image_cache/drivers copying glance/image_cache/drivers/xattr.py -> glance-22.1.1/glance/image_cache/drivers copying glance/locale/de/LC_MESSAGES/glance.po -> glance-22.1.1/glance/locale/de/LC_MESSAGES copying glance/locale/en_GB/LC_MESSAGES/glance.po -> glance-22.1.1/glance/locale/en_GB/LC_MESSAGES copying glance/locale/es/LC_MESSAGES/glance.po -> glance-22.1.1/glance/locale/es/LC_MESSAGES copying glance/locale/fr/LC_MESSAGES/glance.po -> glance-22.1.1/glance/locale/fr/LC_MESSAGES copying glance/locale/it/LC_MESSAGES/glance.po -> glance-22.1.1/glance/locale/it/LC_MESSAGES copying glance/locale/ja/LC_MESSAGES/glance.po -> glance-22.1.1/glance/locale/ja/LC_MESSAGES copying glance/locale/ko_KR/LC_MESSAGES/glance.po -> glance-22.1.1/glance/locale/ko_KR/LC_MESSAGES copying glance/locale/pt_BR/LC_MESSAGES/glance.po -> glance-22.1.1/glance/locale/pt_BR/LC_MESSAGES copying glance/locale/ru/LC_MESSAGES/glance.po -> glance-22.1.1/glance/locale/ru/LC_MESSAGES copying glance/locale/tr_TR/LC_MESSAGES/glance.po -> glance-22.1.1/glance/locale/tr_TR/LC_MESSAGES copying glance/locale/zh_CN/LC_MESSAGES/glance.po -> glance-22.1.1/glance/locale/zh_CN/LC_MESSAGES copying glance/locale/zh_TW/LC_MESSAGES/glance.po -> glance-22.1.1/glance/locale/zh_TW/LC_MESSAGES copying glance/policies/__init__.py -> glance-22.1.1/glance/policies copying glance/policies/base.py -> glance-22.1.1/glance/policies copying glance/policies/image.py -> glance-22.1.1/glance/policies copying glance/policies/metadef.py -> glance-22.1.1/glance/policies copying glance/policies/tasks.py -> glance-22.1.1/glance/policies copying glance/quota/__init__.py -> glance-22.1.1/glance/quota copying glance/tests/__init__.py -> glance-22.1.1/glance/tests copying glance/tests/stubs.py -> glance-22.1.1/glance/tests copying glance/tests/test_hacking.py -> glance-22.1.1/glance/tests copying glance/tests/utils.py -> glance-22.1.1/glance/tests copying glance/tests/etc/glance-swift.conf -> glance-22.1.1/glance/tests/etc copying glance/tests/etc/policy.yaml -> glance-22.1.1/glance/tests/etc copying glance/tests/etc/property-protections-policies.conf -> glance-22.1.1/glance/tests/etc copying glance/tests/etc/property-protections.conf -> glance-22.1.1/glance/tests/etc copying glance/tests/etc/schema-image.json -> glance-22.1.1/glance/tests/etc copying glance/tests/functional/__init__.py -> glance-22.1.1/glance/tests/functional copying glance/tests/functional/ft_utils.py -> glance-22.1.1/glance/tests/functional copying glance/tests/functional/store_utils.py -> glance-22.1.1/glance/tests/functional copying glance/tests/functional/test_api.py -> glance-22.1.1/glance/tests/functional copying glance/tests/functional/test_cache_middleware.py -> glance-22.1.1/glance/tests/functional copying glance/tests/functional/test_client_exceptions.py -> glance-22.1.1/glance/tests/functional copying glance/tests/functional/test_client_redirects.py -> glance-22.1.1/glance/tests/functional copying glance/tests/functional/test_cors_middleware.py -> glance-22.1.1/glance/tests/functional copying glance/tests/functional/test_glance_manage.py -> glance-22.1.1/glance/tests/functional copying glance/tests/functional/test_gzip_middleware.py -> glance-22.1.1/glance/tests/functional copying glance/tests/functional/test_healthcheck_middleware.py -> glance-22.1.1/glance/tests/functional copying glance/tests/functional/test_logging.py -> glance-22.1.1/glance/tests/functional copying glance/tests/functional/test_reload.py -> glance-22.1.1/glance/tests/functional copying glance/tests/functional/test_sqlite.py -> glance-22.1.1/glance/tests/functional copying glance/tests/functional/test_wsgi.py -> glance-22.1.1/glance/tests/functional copying glance/tests/functional/db/__init__.py -> glance-22.1.1/glance/tests/functional/db copying glance/tests/functional/db/base.py -> glance-22.1.1/glance/tests/functional/db copying glance/tests/functional/db/base_metadef.py -> glance-22.1.1/glance/tests/functional/db copying glance/tests/functional/db/test_migrations.py -> glance-22.1.1/glance/tests/functional/db copying glance/tests/functional/db/test_sqlalchemy.py -> glance-22.1.1/glance/tests/functional/db copying glance/tests/functional/db/migrations/__init__.py -> glance-22.1.1/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_mitaka01.py -> glance-22.1.1/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_mitaka02.py -> glance-22.1.1/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_ocata_contract01.py -> glance-22.1.1/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_ocata_expand01.py -> glance-22.1.1/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_ocata_migrate01.py -> glance-22.1.1/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_pike_contract01.py -> glance-22.1.1/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_pike_expand01.py -> glance-22.1.1/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_pike_migrate01.py -> glance-22.1.1/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_rocky_expand01.py -> glance-22.1.1/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_rocky_expand02.py -> glance-22.1.1/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_train_migrate01.py -> glance-22.1.1/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_wallaby_expand01.py -> glance-22.1.1/glance/tests/functional/db/migrations copying glance/tests/functional/serial/__init__.py -> glance-22.1.1/glance/tests/functional/serial copying glance/tests/functional/serial/test_scrubber.py -> glance-22.1.1/glance/tests/functional/serial copying glance/tests/functional/v2/__init__.py -> glance-22.1.1/glance/tests/functional/v2 copying glance/tests/functional/v2/test_images.py -> glance-22.1.1/glance/tests/functional/v2 copying glance/tests/functional/v2/test_images_import_locking.py -> glance-22.1.1/glance/tests/functional/v2 copying glance/tests/functional/v2/test_legacy_update_cinder_store.py -> glance-22.1.1/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_namespaces.py -> glance-22.1.1/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_objects.py -> glance-22.1.1/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_properties.py -> glance-22.1.1/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_resourcetypes.py -> glance-22.1.1/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_tags.py -> glance-22.1.1/glance/tests/functional/v2 copying glance/tests/functional/v2/test_schemas.py -> glance-22.1.1/glance/tests/functional/v2 copying glance/tests/functional/v2/test_tasks.py -> glance-22.1.1/glance/tests/functional/v2 copying glance/tests/gate/README -> glance-22.1.1/glance/tests/gate copying glance/tests/gate/__init__.py -> glance-22.1.1/glance/tests/gate copying glance/tests/gate/test_data_migration_version.py -> glance-22.1.1/glance/tests/gate copying glance/tests/integration/__init__.py -> glance-22.1.1/glance/tests/integration copying glance/tests/integration/v2/__init__.py -> glance-22.1.1/glance/tests/integration/v2 copying glance/tests/integration/v2/base.py -> glance-22.1.1/glance/tests/integration/v2 copying glance/tests/integration/v2/test_property_quota_violations.py -> glance-22.1.1/glance/tests/integration/v2 copying glance/tests/integration/v2/test_tasks_api.py -> glance-22.1.1/glance/tests/integration/v2 copying glance/tests/unit/__init__.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/base.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/fake_rados.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/fixtures.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_auth.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_cache_manage.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_cache_middleware.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_cached_images.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_context.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_context_middleware.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_data_migration_framework.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_db.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_db_metadef.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_domain.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_domain_proxy.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_gateway.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_glance_manage.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_glance_replicator.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_housekeeping.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_image_cache.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_manage.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_misc.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_notifier.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_policy.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_quota.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_schema.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_scrubber.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_store_image.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_store_location.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_test_utils.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/test_versions.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/utils.py -> glance-22.1.1/glance/tests/unit copying glance/tests/unit/api/__init__.py -> glance-22.1.1/glance/tests/unit/api copying glance/tests/unit/api/test_cmd.py -> glance-22.1.1/glance/tests/unit/api copying glance/tests/unit/api/test_common.py -> glance-22.1.1/glance/tests/unit/api copying glance/tests/unit/api/test_property_protections.py -> glance-22.1.1/glance/tests/unit/api copying glance/tests/unit/api/middleware/__init__.py -> glance-22.1.1/glance/tests/unit/api/middleware copying glance/tests/unit/api/middleware/test_cache_manage.py -> glance-22.1.1/glance/tests/unit/api/middleware copying glance/tests/unit/async_/__init__.py -> glance-22.1.1/glance/tests/unit/async_ copying glance/tests/unit/async_/test_async.py -> glance-22.1.1/glance/tests/unit/async_ copying glance/tests/unit/async_/test_taskflow_executor.py -> glance-22.1.1/glance/tests/unit/async_ copying glance/tests/unit/async_/flows/__init__.py -> glance-22.1.1/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/test_api_image_import.py -> glance-22.1.1/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/test_convert.py -> glance-22.1.1/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/test_copy_image.py -> glance-22.1.1/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/test_import.py -> glance-22.1.1/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/test_introspect.py -> glance-22.1.1/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/test_ovf_process.py -> glance-22.1.1/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/test_web_download.py -> glance-22.1.1/glance/tests/unit/async_/flows copying glance/tests/unit/async_/flows/plugins/__init__.py -> glance-22.1.1/glance/tests/unit/async_/flows/plugins copying glance/tests/unit/async_/flows/plugins/test_image_conversion.py -> glance-22.1.1/glance/tests/unit/async_/flows/plugins copying glance/tests/unit/async_/flows/plugins/test_inject_image_metadata.py -> glance-22.1.1/glance/tests/unit/async_/flows/plugins copying glance/tests/unit/cmd/__init__.py -> glance-22.1.1/glance/tests/unit/cmd copying glance/tests/unit/cmd/test_status.py -> glance-22.1.1/glance/tests/unit/cmd copying glance/tests/unit/common/__init__.py -> glance-22.1.1/glance/tests/unit/common copying glance/tests/unit/common/test_client.py -> glance-22.1.1/glance/tests/unit/common copying glance/tests/unit/common/test_config.py -> glance-22.1.1/glance/tests/unit/common copying glance/tests/unit/common/test_exception.py -> glance-22.1.1/glance/tests/unit/common copying glance/tests/unit/common/test_format_inspector.py -> glance-22.1.1/glance/tests/unit/common copying glance/tests/unit/common/test_location_strategy.py -> glance-22.1.1/glance/tests/unit/common copying glance/tests/unit/common/test_property_utils.py -> glance-22.1.1/glance/tests/unit/common copying glance/tests/unit/common/test_scripts.py -> glance-22.1.1/glance/tests/unit/common copying glance/tests/unit/common/test_swift_store_utils.py -> glance-22.1.1/glance/tests/unit/common copying glance/tests/unit/common/test_timeutils.py -> glance-22.1.1/glance/tests/unit/common copying glance/tests/unit/common/test_utils.py -> glance-22.1.1/glance/tests/unit/common copying glance/tests/unit/common/test_wsgi.py -> glance-22.1.1/glance/tests/unit/common copying glance/tests/unit/common/test_wsgi_app.py -> glance-22.1.1/glance/tests/unit/common copying glance/tests/unit/common/scripts/__init__.py -> glance-22.1.1/glance/tests/unit/common/scripts copying glance/tests/unit/common/scripts/test_scripts_utils.py -> glance-22.1.1/glance/tests/unit/common/scripts copying glance/tests/unit/common/scripts/image_import/__init__.py -> glance-22.1.1/glance/tests/unit/common/scripts/image_import copying glance/tests/unit/common/scripts/image_import/test_main.py -> glance-22.1.1/glance/tests/unit/common/scripts/image_import copying glance/tests/unit/image_cache/__init__.py -> glance-22.1.1/glance/tests/unit/image_cache copying glance/tests/unit/image_cache/drivers/__init__.py -> glance-22.1.1/glance/tests/unit/image_cache/drivers copying glance/tests/unit/image_cache/drivers/test_sqlite.py -> glance-22.1.1/glance/tests/unit/image_cache/drivers copying glance/tests/unit/keymgr/__init__.py -> glance-22.1.1/glance/tests/unit/keymgr copying glance/tests/unit/keymgr/fake.py -> glance-22.1.1/glance/tests/unit/keymgr copying glance/tests/unit/v2/__init__.py -> glance-22.1.1/glance/tests/unit/v2 copying glance/tests/unit/v2/test_discovery_image_import.py -> glance-22.1.1/glance/tests/unit/v2 copying glance/tests/unit/v2/test_discovery_stores.py -> glance-22.1.1/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_actions_resource.py -> glance-22.1.1/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_data_resource.py -> glance-22.1.1/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_members_resource.py -> glance-22.1.1/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_tags_resource.py -> glance-22.1.1/glance/tests/unit/v2 copying glance/tests/unit/v2/test_images_resource.py -> glance-22.1.1/glance/tests/unit/v2 copying glance/tests/unit/v2/test_metadef_resources.py -> glance-22.1.1/glance/tests/unit/v2 copying glance/tests/unit/v2/test_schemas_resource.py -> glance-22.1.1/glance/tests/unit/v2 copying glance/tests/unit/v2/test_tasks_resource.py -> glance-22.1.1/glance/tests/unit/v2 copying glance/tests/var/ca.crt -> glance-22.1.1/glance/tests/var copying glance/tests/var/ca.key -> glance-22.1.1/glance/tests/var copying glance/tests/var/certificate.crt -> glance-22.1.1/glance/tests/var copying glance/tests/var/privatekey.key -> glance-22.1.1/glance/tests/var copying glance/tests/var/testserver-bad-ovf.ova -> glance-22.1.1/glance/tests/var copying glance/tests/var/testserver-no-disk.ova -> glance-22.1.1/glance/tests/var copying glance/tests/var/testserver-no-ovf.ova -> glance-22.1.1/glance/tests/var copying glance/tests/var/testserver-not-tar.ova -> glance-22.1.1/glance/tests/var copying glance/tests/var/testserver.ova -> glance-22.1.1/glance/tests/var copying httpd/README -> glance-22.1.1/httpd copying httpd/glance-api-uwsgi.ini -> glance-22.1.1/httpd copying httpd/uwsgi-glance-api.conf -> glance-22.1.1/httpd copying playbooks/post-check-metadata-injection.yaml -> glance-22.1.1/playbooks copying rally-jobs/README.rst -> glance-22.1.1/rally-jobs copying rally-jobs/glance.yaml -> glance-22.1.1/rally-jobs copying rally-jobs/extra/README.rst -> glance-22.1.1/rally-jobs/extra copying rally-jobs/extra/fake.img -> glance-22.1.1/rally-jobs/extra copying rally-jobs/plugins/README.rst -> glance-22.1.1/rally-jobs/plugins copying releasenotes/notes/.placeholder -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/Prevent-removing-last-image-location-d5ee3e00efe14f34.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/Stein-reno-rc1-0a03f8394934a2e7.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/Train-milestone3-be5520106a182fa0.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/add-all-visibility-image-filter-ea2f3948ff778fe3.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/add-compressed-format-185e537187a202bd.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/add-cpu-thread-pinning-metadata-09b1866b875c4647.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/add-description-common-image-property-95ab1139d41579d2.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/add-ploop-format-fdd583849504ab15.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/add-processlimits-to-qemu-img-c215f5d90f741d8a.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/add-vhdx-format-2be99354ad320cca.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/add_policy_enforcement_for_metadef_delete_apis-95d2b16cc444840a.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/alembic-migrations-902b31edae7a5d7d.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/api-2-6-current-9eeb83b7ecc0a562.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/api-minor-ver-bump-2-6-aa3591fc58f08055.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/api-minor-version-bump-bbd69dc457fc731c.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/bp-barbican-secret-deletion-support-40cffa5ffa33447e.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/bp-inject-image-metadata-0a08af539bcce7f2.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/bp-mitigate-ossn-0075-c0e74e60d86d8ea2.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/bp-upgrade-checks-b3272c3ddb4e8cf7.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/bug-1537903-54b2822eac6cfc09.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/bug-1593177-8ef35458d29ec93c.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/bug-1719252-name-validation-443a2e2a36be2cec.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/bug-1861334-ebc2026b85675d47.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/bug-1881958-d0e16538f3c0ffaa.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/bump-api-2-4-efa266aef0928e04.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/clean-up-acceptable-values-store_type_preference-39081e4045894731.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/cleanout_registry_data-api-9d91368aed83497e.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/cleanup-enable_v2_api-9b9b467f4ae8c3b1.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/consistent-store-names-57374b9505d530d0.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/copy-existing-image-94fd0b8d24bc16a0.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/delete_from_store-a1d9b9bd5cf27546.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/deprecate-admin_role-2f9d33ed0785d082.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/deprecate-allow_additional_image_props-0e3b2f1ffa4e55e1.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/deprecate-checksum-a602853403e1c4a8.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/deprecate-glance-api-opts-23bdbd1ad7625999.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/deprecate-json-formatted-policy-file-5cb692fe889eb52b.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/deprecate-owner_is_tenant-ec8ea36a3f7e9268.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/deprecate-registry-ff286df90df793f0.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/deprecate-show-multiple-location-9890a1e961def2f6.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/deprecate-show-multiple-location-continued-646f91b21cd771f7.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/deprecate-show-multiple-location-continued-ussuri-16e8d9d8a59da1bc.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/deprecate-v1-api-6c7dbefb90fd8772.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/distributed-image-import-82cff4426731beac.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/drop-py-2-7-863871c7bc047146.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/drop-sheepdog-b55aae84807d31d9.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/exp-emc-mig-fix-a7e28d547ac38f9e.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/experimental-multi-store-d2c26f9dbb9c835b.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/fix_1889640-95d543629d7dadce.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/fix_1889676-f8d302fd240c8a57.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/fix_httpd_docs-3efff0395f96a94d.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/glare-ectomy-72a1f80f306f2e3b.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/image-conversion-plugin-5aee45e1a1a5bb2b.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/image-not-found-policy-override-removed-52616c483a270bcf.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/image-tasks-api-f21b42eab91c2079.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/image-visibility-changes-fa5aa18dc67244c4.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/image_decompression_plugin-5f085666aae01f29.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/implement-lite-spec-db-sync-check-3e2e147aec0ae82b.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/import-locking-behavior-901c691f3839fe0a.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/import-multi-stores-3e781f2878b3134d.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/improved-config-options-221c58a8c37602ba.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/location-add-status-checks-b70db66100bc96b7.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/lock_path_config_option-2771feaa649e4563.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/make-task-api-admin-only-by-default-7def996262e18f7a.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/metadef-api-admin-operations-b9a2d863913b0cae.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/multihash-081466a98601da20.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/mutistore-support-for-scrubber-6b360394ef32774a.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/new_image_filters-c888361e6ecf495c.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/newton-1-release-065334d464f78fc5.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/newton-bugs-06ed3727b973c271.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/no_plugins_for_copy-image-26c0e384a368bf6a.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/os-glance-injection-disallowed-5dad244dfb071938.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/os-glance-namespace-reserved-1fcb8a5fddca4e0f.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/oslo-log-use-stderr-changes-07f5daf3e6abdcd6.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/pending-delete-rollback-444ff94c0056bbdb.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/pike-metadefs-changes-95b54e0bf8bbefd6.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/pike-rc-1-a5d3f6e8877b52c6.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/pike-rc-2-acc173005045e16a.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/policy-in-code-7e0c6c070d32d136.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/policy-in-code-implications-438449a73af2893c.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/queens-metadefs-changes-daf02bef18d049f4.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/queens-uwsgi-issues-4cee9e4fdf62c646.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/range-header-request-83cf11eebf865fb1.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/remove-admin_role-f508754e98331fc4.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/remove-db-downgrade-0d1cc45b97605775.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/remove-osprofiler-paste-ini-options-c620dedc8f9728ff.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/remove-owner_is_tenant-b30150def293effc.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/remove-s3-driver-639c60b71761eb6f.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/remove_enable_image_import_option-ec4a859ac9a7ea7b.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/remove_native_ssl-c16d5a127b57583d.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/reordered-store-config-opts-newton-3a6575b5908c0e0f.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/replicator-token-cleanup-4a573c86f1acccc0.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/restrict_location_updates-05454bb765a8c92c.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/rethinking-filesystem-access-120bc46064b3d40a.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/rocky-metadefs-changes-cb00c006ff51b541.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/rocky-rc-b0ea7628b7a74c96.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/scrubber-exit-e5d77f6f1a38ffb7.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/scrubber-refactor-73ddbd61ebbf1e86.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/secure-rbac-project-personas-fb0d9792b9dc3783.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/soft_delete-tasks-43ea983695faa565.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/support-cinder-multiple-stores-eb4e6d912d549ee9.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/train-metadefs-changes-c4380754cdd13a19.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/trust-support-registry-cfd17a6a9ab21d70.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/update-show_multiple_locations-helptext-7fa692642b6b6d52.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/use-cursive-c6b15d94845232da.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/use-webob-1.8.1-5c3cd1b1382f063e.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/ussuri-final-b377a21508ada060.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/victoria-m2-release-notes-8a6ae2fdb3d29dae.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/victoria-m3-releasenotes-9209cea98a29abc4.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/victoria-rc1-release-notes-d928355cf90d608d.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/virtuozzo-hypervisor-fada477b64ae829d.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/wallaby-22.0.1-712ef4d32107c171.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/wallaby-m3-releasenotes-bdc9fe6938aba8cc.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/windows-support-f4aae61681dba569.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/notes/wsgi-containerization-369880238a5e793d.yaml -> glance-22.1.1/releasenotes/notes copying releasenotes/source/conf.py -> glance-22.1.1/releasenotes/source copying releasenotes/source/index.rst -> glance-22.1.1/releasenotes/source copying releasenotes/source/liberty.rst -> glance-22.1.1/releasenotes/source copying releasenotes/source/mitaka.rst -> glance-22.1.1/releasenotes/source copying releasenotes/source/newton.rst -> glance-22.1.1/releasenotes/source copying releasenotes/source/ocata.rst -> glance-22.1.1/releasenotes/source copying releasenotes/source/pike.rst -> glance-22.1.1/releasenotes/source copying releasenotes/source/queens.rst -> glance-22.1.1/releasenotes/source copying releasenotes/source/rocky.rst -> glance-22.1.1/releasenotes/source copying releasenotes/source/stein.rst -> glance-22.1.1/releasenotes/source copying releasenotes/source/train.rst -> glance-22.1.1/releasenotes/source copying releasenotes/source/unreleased.rst -> glance-22.1.1/releasenotes/source copying releasenotes/source/ussuri.rst -> glance-22.1.1/releasenotes/source copying releasenotes/source/victoria.rst -> glance-22.1.1/releasenotes/source copying releasenotes/source/_static/.placeholder -> glance-22.1.1/releasenotes/source/_static copying releasenotes/source/_templates/.placeholder -> glance-22.1.1/releasenotes/source/_templates copying releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po -> glance-22.1.1/releasenotes/source/locale/en_GB/LC_MESSAGES copying releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po -> glance-22.1.1/releasenotes/source/locale/ja/LC_MESSAGES copying releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po -> glance-22.1.1/releasenotes/source/locale/ko_KR/LC_MESSAGES copying tools/test-setup.sh -> glance-22.1.1/tools copying tools/test_format_inspector.py -> glance-22.1.1/tools Writing glance-22.1.1/setup.cfg creating dist Creating tar archive removing 'glance-22.1.1' (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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6 --copyout /var/tmp/pkgsrc/dist /tmp/tmp.4vSeRQkINc/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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.1neinoly:/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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-openstack-ironic-python-agent-b41c557dbfa19735e1213373174617dadc519889 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/baremetal/b4/1c/b41c557dbfa19735e1213373174617dadc519889_d7a92138 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-ebc27d371450dccbba49443ab9094484a4f9905c baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cinder/eb/c2/ebc27d371450dccbba49443ab9094484a4f9905c_b1121569 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-os-brick-cf69f9247061bd0a945a6fb6bf688acff617eb2c baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/clients/cf/69/cf69f9247061bd0a945a6fb6bf688acff617eb2c_d5f2a91d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-gnocchi-a65065e05138c88b7c8e6f5f1a124f108af70d8d baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cloudops/a6/50/a65065e05138c88b7c8e6f5f1a124f108af70d8d_5dabb319 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-f5cd36e7f20e21ae9d3b5f5e01431bc9f45f73ba baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/common/f5/cd/f5cd36e7f20e21ae9d3b5f5e01431bc9f45f73ba_3d4d4101 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-a9e81626c5e9dac897759c5f66c7ae1b4efa3c6d baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/compute/a9/e8/a9e81626c5e9dac897759c5f66c7ae1b4efa3c6d_2333221b enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-677c89c23631e9083261a1a18ed438d8966e0de2 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_506a9929 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-e8cbdb727b1971f999ddebc50479f329a4ba5e58 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/manila/e8/cb/e8cbdb727b1971f999ddebc50479f329a4ba5e58_7f2878ed enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-ovsdbapp-65d02f06d2318c20ee01ba760bbb74f6eafabebf baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/network/65/d0/65d02f06d2318c20ee01ba760bbb74f6eafabebf_8a21604d enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-401d4b9545622b38809f42ec46e29b33fa06ba92 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/octavia/40/1d/401d4b9545622b38809f42ec46e29b33fa06ba92_bca32aae enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-keystone-e4f82893dd42d37feebe9b57e045df675b25de64 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/security/e4/f8/e4f82893dd42d37feebe9b57e045df675b25de64_fe5df655 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-6a1a8ce14be8b4625eaf4f2b4d18ddfbdbbb4289 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/swift/6a/1a/6a1a8ce14be8b4625eaf4f2b4d18ddfbdbbb4289_1c12d317 enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-trove-tests-tempest-355a351fccb286bf7d9025829e5362a4f0f6a223 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tempest/35/5a/355a351fccb286bf7d9025829e5362a4f0f6a223_2250f332 enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-puppet-ceilometer-4c2ea391a53ee85cf4ef1b0d38488763f64a0c01 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tripleo/4c/2e/4c2ea391a53ee85cf4ef1b0d38488763f64a0c01_c0f298bd enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-beed6bf6f6f83df9972db5fb539d64175ce12ce9 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/ui/be/ed/beed6bf6f6f83df9972db5fb539d64175ce12ce9_7f31155f enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-python-validations-libs-70e174acf7ac95aef1384ef14ed621902a8935a5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/validation/70/e1/70e174acf7ac95aef1384ef14ed621902a8935a5_831e34f6 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 6399848 365856 1987708 9446480 7426168 DEBUG: Swap: 16777212 5927376 10849836 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 527G 23G 96% / 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.exy9bw9a', '/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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 6400068 332300 1987708 9479816 7422244 DEBUG: Swap: 16777212 5927376 10849836 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 527G 23G 96% / 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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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.dg97wjle', '/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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', '986519f21e084e3189453c94e0d846b2', '-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.4vSeRQkINc/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 ']' ++ grep .tar.gz ++ ls /tmp/tmp.4vSeRQkINc/dist + SOURCE=glance-22.1.1.tar.gz + SOURCEEXT=.tar.gz + SOURCEPATH=/tmp/tmp.4vSeRQkINc/dist/glance-22.1.1.tar.gz ++ basename glance-22.1.1.tar.gz .tar.gz + SOURCEWITHREL=glance-22.1.1-0.20221108115401.677c89c.tar.gz + mv /tmp/tmp.4vSeRQkINc/dist/glance-22.1.1.tar.gz /tmp/tmp.4vSeRQkINc/SOURCES/glance-22.1.1-0.20221108115401.677c89c.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.4vSeRQkINc/SOURCES/ + cp openstack-glance.spec /tmp/tmp.4vSeRQkINc/SPECS/ + cd /tmp/tmp.4vSeRQkINc/SPECS/ + '[' -z '' ']' + grep -qc '^%define upstream_version.*' openstack-glance.spec + sed -i -e '1i%define upstream_version 22.1.1\' 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.1-0.20221108115401.677c89c.tar.gz .tar.gz + sed -i -e '1i%global dlrn_nvr glance-22.1.1-0.20221108115401.677c89c\' openstack-glance.spec + sed -i -e s/UPSTREAMVERSION/22.1.1/g openstack-glance.spec + set_nvr_in_spec + VERSION=22.1.1 + sed -i -e 's/Version:.*/Version: 22.1.1/g' openstack-glance.spec + sed -i -e 's/Release:.*/Release: 0.20221108115401.677c89c%{?dist}/g' openstack-glance.spec + '[' '' '!=' 1 ']' + sed -i -e 's/^\(Source\|Source0\):.*/\1: glance-22.1.1-0.20221108115401.677c89c.tar.gz/' openstack-glance.spec + '[' '' '!=' 1 ']' + sed -i -e '/^%changelog.*/q' openstack-glance.spec + cat openstack-glance.spec %global dlrn_nvr glance-22.1.1-0.20221108115401.677c89c %global dlrn 1 %define upstream_version 22.1.1 %{!?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.1 Release: 0.20221108115401.677c89c%{?dist} Summary: OpenStack Image Service License: ASL 2.0 URL: http://glance.openstack.org Source0: glance-22.1.1-0.20221108115401.677c89c.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.4vSeRQkINc/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6 --spec openstack-glance.spec --sources=/tmp/tmp.4vSeRQkINc/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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._pc9lk_d:/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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-openstack-ironic-python-agent-b41c557dbfa19735e1213373174617dadc519889 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/baremetal/b4/1c/b41c557dbfa19735e1213373174617dadc519889_d7a92138 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-ebc27d371450dccbba49443ab9094484a4f9905c baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cinder/eb/c2/ebc27d371450dccbba49443ab9094484a4f9905c_b1121569 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-os-brick-cf69f9247061bd0a945a6fb6bf688acff617eb2c baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/clients/cf/69/cf69f9247061bd0a945a6fb6bf688acff617eb2c_d5f2a91d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-gnocchi-a65065e05138c88b7c8e6f5f1a124f108af70d8d baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cloudops/a6/50/a65065e05138c88b7c8e6f5f1a124f108af70d8d_5dabb319 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-f5cd36e7f20e21ae9d3b5f5e01431bc9f45f73ba baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/common/f5/cd/f5cd36e7f20e21ae9d3b5f5e01431bc9f45f73ba_3d4d4101 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-a9e81626c5e9dac897759c5f66c7ae1b4efa3c6d baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/compute/a9/e8/a9e81626c5e9dac897759c5f66c7ae1b4efa3c6d_2333221b enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-677c89c23631e9083261a1a18ed438d8966e0de2 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_506a9929 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-e8cbdb727b1971f999ddebc50479f329a4ba5e58 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/manila/e8/cb/e8cbdb727b1971f999ddebc50479f329a4ba5e58_7f2878ed enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-ovsdbapp-65d02f06d2318c20ee01ba760bbb74f6eafabebf baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/network/65/d0/65d02f06d2318c20ee01ba760bbb74f6eafabebf_8a21604d enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-401d4b9545622b38809f42ec46e29b33fa06ba92 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/octavia/40/1d/401d4b9545622b38809f42ec46e29b33fa06ba92_bca32aae enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-keystone-e4f82893dd42d37feebe9b57e045df675b25de64 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/security/e4/f8/e4f82893dd42d37feebe9b57e045df675b25de64_fe5df655 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-6a1a8ce14be8b4625eaf4f2b4d18ddfbdbbb4289 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/swift/6a/1a/6a1a8ce14be8b4625eaf4f2b4d18ddfbdbbb4289_1c12d317 enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-trove-tests-tempest-355a351fccb286bf7d9025829e5362a4f0f6a223 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tempest/35/5a/355a351fccb286bf7d9025829e5362a4f0f6a223_2250f332 enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-puppet-ceilometer-4c2ea391a53ee85cf4ef1b0d38488763f64a0c01 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tripleo/4c/2e/4c2ea391a53ee85cf4ef1b0d38488763f64a0c01_c0f298bd enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-beed6bf6f6f83df9972db5fb539d64175ce12ce9 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/ui/be/ed/beed6bf6f6f83df9972db5fb539d64175ce12ce9_7f31155f enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-python-validations-libs-70e174acf7ac95aef1384ef14ed621902a8935a5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/validation/70/e1/70e174acf7ac95aef1384ef14ed621902a8935a5_831e34f6 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 6384736 1267636 1987168 8559812 7405004 DEBUG: Swap: 16777212 5928400 10848812 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 527G 24G 96% / 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.ny2id6kh', '/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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 6470828 665888 1210160 9075468 8190168 DEBUG: Swap: 16777212 5928400 10848812 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 528G 23G 96% / 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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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.5llfllvh', '/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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', '4e8a8e81b80847f9a325b5ed9d27406f', '-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', '9fac750513424f38b2e336f16493bfb7', '-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', 'd907cc6a6609400991d4a04428ab559a', '-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', 'baa5d86812194df28120b6e57f9e9cd3', '-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', '3d0240c5b6d440d1aeceef9bcdef4472', '-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-17.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-43.el8.noarch DEBUG: gcc-plugin-annobin-8.5.0-17.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-6.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-3.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-16.el8.x86_64 DEBUG: emacs-filesystem-26.1-7.el8.noarch DEBUG: git-core-2.31.1-2.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-7.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-24.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-216.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: glibc-2.28-216.el8.x86_64 DEBUG: elfutils-0.187-4.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-7.el8.noarch DEBUG: libuuid-2.32.1-38.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-16.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-17.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-8.el8.x86_64 DEBUG: unzip-6.0-46.el8.x86_64 DEBUG: glibc-headers-2.28-216.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-17.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: tar-1.30-6.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-14.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-216.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-38.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-23.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-26.el8.x86_64 DEBUG: crypto-policies-scripts-20211116-1.gitae470d6.el8.noarch DEBUG: elfutils-default-yama-scope-0.187-4.el8.noarch DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: procps-ng-3.3.15-9.el8.x86_64 DEBUG: libtirpc-1.1.4-8.el8.x86_64 DEBUG: kpartx-0.8.4-31.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.187-4.el8.x86_64 DEBUG: openssl-pkcs11-0.4.10-2.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: dbus-common-1.12.8-23.el8.noarch DEBUG: libmount-2.32.1-38.el8.x86_64 DEBUG: dbus-tools-1.12.8-23.el8.x86_64 DEBUG: coreutils-8.30-14.el8.x86_64 DEBUG: libblkid-2.32.1-38.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-24.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-38.el8.x86_64 DEBUG: dracut-049-209.git20220815.el8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: glib2-2.56.4-159.el8.x86_64 DEBUG: gnutls-3.6.16-5.el8.x86_64 DEBUG: systemd-239-68.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-43.el8.noarch DEBUG: gcc-8.5.0-17.el8.x86_64 DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch DEBUG: annobin-10.67-3.el8.x86_64 DEBUG: python3-rpm-macros-3-43.el8.noarch DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch DEBUG: tzdata-2022d-1.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-408.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-16.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-6.el8.x86_64 DEBUG: hicolor-icon-theme-0.17-2.el8.noarch DEBUG: glibc-all-langpacks-2.28-216.el8.x86_64 DEBUG: cups-libs-2.2.6-50.el8.x86_64 DEBUG: glibc-common-2.28-216.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-20.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-17.el8.x86_64 DEBUG: python3-urllib3-1.25.10-4.el8.noarch DEBUG: elfutils-libelf-0.187-4.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-49.el8.x86_64 DEBUG: libxml2-2.9.7-15.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-10.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-4.el8.x86_64 DEBUG: libffi-3.1-23.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-24.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-2021.1.0-0.20210812101308.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-3.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-8.el8.x86_64 DEBUG: libXrandr-1.5.2-1.el8.x86_64 DEBUG: libXinerama-1.1.4-1.el8.x86_64 DEBUG: libXdamage-1.1.4-14.el8.x86_64 DEBUG: libXxf86vm-1.1.4-9.el8.x86_64 DEBUG: 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-49.el8.x86_64 DEBUG: libssh-0.9.6-3.el8.x86_64 DEBUG: platform-python-3.6.8-49.el8.x86_64 DEBUG: libkcapi-1.2.0-2.el8.x86_64 DEBUG: libarchive-3.3.3-4.el8.x86_64 DEBUG: curl-7.61.1-26.el8.x86_64 DEBUG: openssl-1.1.1k-7.el8.x86_64 DEBUG: crypto-policies-20211116-1.gitae470d6.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-21.el8.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: device-mapper-1.02.181-6.el8.x86_64 DEBUG: elfutils-libs-0.187-4.el8.x86_64 DEBUG: rpm-4.14.3-24.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libfdisk-2.32.1-38.el8.x86_64 DEBUG: dbus-libs-1.12.8-23.el8.x86_64 DEBUG: which-2.21-18.el8.x86_64 DEBUG: systemd-libs-239-68.el8.x86_64 DEBUG: device-mapper-libs-1.02.181-6.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-2.el8.x86_64 DEBUG: dbus-daemon-1.12.8-23.el8.x86_64 DEBUG: kbd-2.0.4-10.el8.x86_64 DEBUG: pam-1.3.1-24.el8.x86_64 DEBUG: systemd-pam-239-68.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-23.el8.x86_64 DEBUG: systemd-udev-239-68.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.08rkbutm:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'b7e1495b0fd94482930c80eac106bb4d', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.08rkbutm:/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-openstack-ironic-python-agent-b41c557d 736 B/s | 3.0 kB 00:04 DEBUG: delorean-openstack-cinder-ebc27d371450dccbba494 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-os-brick-cf69f9247061bd0a945a6f 29 kB/s | 3.0 kB 00:00 DEBUG: delorean-gnocchi-a65065e05138c88b7c8e6f5f1a124f 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tobiko-f5cd36e7f20e21ae9d3b5 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-a9e81626c5e9dac897759c5 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-677c89c23631e9083261a 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-e8cbdb727b1971f999dde 29 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-ovsdbapp-65d02f06d2318c20ee01ba 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-401d4b9545622b38809f 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-keystone-e4f82893dd42d37feeb 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-6a1a8ce14be8b4625eaf4f 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-trove-tests-tempest-355a351fccb 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-ceilometer-4c2ea391a53ee85cf4ef 30 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-django-horizon-beed6bf6f6f83df9 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-validations-libs-70e174acf7ac95 28 kB/s | 3.0 kB 00:00 DEBUG: CentOS-Stream - Base 23 kB/s | 3.9 kB 00:00 DEBUG: CentOS-Stream - AppStream 26 kB/s | 4.4 kB 00:00 DEBUG: CentOS-Stream - Extras 11 kB/s | 2.9 kB 00:00 DEBUG: CentOS-Stream - PowerTools 33 kB/s | 4.4 kB 00:00 DEBUG: dlrn-wallaby-testing 29 kB/s | 3.0 kB 00:00 DEBUG: dlrn-wallaby-build-deps 29 kB/s | 3.0 kB 00:00 DEBUG: Advanced Virtualization mirror 18 kB/s | 3.0 kB 00:00 DEBUG: Messaging RabbitMQ 18 kB/s | 3.0 kB 00:00 DEBUG: opstools 53 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 18 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', 'fabb0e8b573c43bcb9a8302d356e6d1d', '-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-17.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-43.el8.noarch DEBUG: gcc-plugin-annobin-8.5.0-17.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-6.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-3.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-16.el8.x86_64 DEBUG: emacs-filesystem-26.1-7.el8.noarch DEBUG: git-core-2.31.1-2.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-7.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-24.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-216.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: glibc-2.28-216.el8.x86_64 DEBUG: elfutils-0.187-4.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-7.el8.noarch DEBUG: libuuid-2.32.1-38.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-16.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-17.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-8.el8.x86_64 DEBUG: unzip-6.0-46.el8.x86_64 DEBUG: glibc-headers-2.28-216.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-17.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: tar-1.30-6.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-14.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-216.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-38.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-23.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-26.el8.x86_64 DEBUG: crypto-policies-scripts-20211116-1.gitae470d6.el8.noarch DEBUG: elfutils-default-yama-scope-0.187-4.el8.noarch DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: procps-ng-3.3.15-9.el8.x86_64 DEBUG: libtirpc-1.1.4-8.el8.x86_64 DEBUG: kpartx-0.8.4-31.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.187-4.el8.x86_64 DEBUG: openssl-pkcs11-0.4.10-2.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: dbus-common-1.12.8-23.el8.noarch DEBUG: libmount-2.32.1-38.el8.x86_64 DEBUG: dbus-tools-1.12.8-23.el8.x86_64 DEBUG: coreutils-8.30-14.el8.x86_64 DEBUG: libblkid-2.32.1-38.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-24.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-38.el8.x86_64 DEBUG: dracut-049-209.git20220815.el8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: glib2-2.56.4-159.el8.x86_64 DEBUG: gnutls-3.6.16-5.el8.x86_64 DEBUG: systemd-239-68.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-43.el8.noarch DEBUG: gcc-8.5.0-17.el8.x86_64 DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch DEBUG: annobin-10.67-3.el8.x86_64 DEBUG: python3-rpm-macros-3-43.el8.noarch DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch DEBUG: tzdata-2022d-1.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-408.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-16.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-6.el8.x86_64 DEBUG: hicolor-icon-theme-0.17-2.el8.noarch DEBUG: glibc-all-langpacks-2.28-216.el8.x86_64 DEBUG: cups-libs-2.2.6-50.el8.x86_64 DEBUG: glibc-common-2.28-216.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-20.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-17.el8.x86_64 DEBUG: python3-urllib3-1.25.10-4.el8.noarch DEBUG: elfutils-libelf-0.187-4.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-49.el8.x86_64 DEBUG: libxml2-2.9.7-15.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-10.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-4.el8.x86_64 DEBUG: libffi-3.1-23.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-24.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-2021.1.0-0.20210812101308.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-3.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-8.el8.x86_64 DEBUG: libXrandr-1.5.2-1.el8.x86_64 DEBUG: libXinerama-1.1.4-1.el8.x86_64 DEBUG: libXdamage-1.1.4-14.el8.x86_64 DEBUG: libXxf86vm-1.1.4-9.el8.x86_64 DEBUG: 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-49.el8.x86_64 DEBUG: libssh-0.9.6-3.el8.x86_64 DEBUG: platform-python-3.6.8-49.el8.x86_64 DEBUG: libkcapi-1.2.0-2.el8.x86_64 DEBUG: libarchive-3.3.3-4.el8.x86_64 DEBUG: curl-7.61.1-26.el8.x86_64 DEBUG: openssl-1.1.1k-7.el8.x86_64 DEBUG: crypto-policies-20211116-1.gitae470d6.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-21.el8.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: device-mapper-1.02.181-6.el8.x86_64 DEBUG: elfutils-libs-0.187-4.el8.x86_64 DEBUG: rpm-4.14.3-24.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libfdisk-2.32.1-38.el8.x86_64 DEBUG: dbus-libs-1.12.8-23.el8.x86_64 DEBUG: which-2.21-18.el8.x86_64 DEBUG: systemd-libs-239-68.el8.x86_64 DEBUG: device-mapper-libs-1.02.181-6.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-2.el8.x86_64 DEBUG: dbus-daemon-1.12.8-23.el8.x86_64 DEBUG: kbd-2.0.4-10.el8.x86_64 DEBUG: pam-1.3.1-24.el8.x86_64 DEBUG: systemd-pam-239-68.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-23.el8.x86_64 DEBUG: systemd-udev-239-68.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._pc9lk_d:/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._pc9lk_d:/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', '4d07ae3fc8cd445caca915c7e64852fd', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv._pc9lk_d:/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.1-0.20221108115401.677c89c.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 1 seconds INFO: Results and/or logs in: /home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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.4vSeRQkINc 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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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.0bhqecno:/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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-openstack-ironic-python-agent-b41c557dbfa19735e1213373174617dadc519889 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/baremetal/b4/1c/b41c557dbfa19735e1213373174617dadc519889_d7a92138 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-ebc27d371450dccbba49443ab9094484a4f9905c baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cinder/eb/c2/ebc27d371450dccbba49443ab9094484a4f9905c_b1121569 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-os-brick-cf69f9247061bd0a945a6fb6bf688acff617eb2c baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/clients/cf/69/cf69f9247061bd0a945a6fb6bf688acff617eb2c_d5f2a91d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-gnocchi-a65065e05138c88b7c8e6f5f1a124f108af70d8d baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/cloudops/a6/50/a65065e05138c88b7c8e6f5f1a124f108af70d8d_5dabb319 enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-f5cd36e7f20e21ae9d3b5f5e01431bc9f45f73ba baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/common/f5/cd/f5cd36e7f20e21ae9d3b5f5e01431bc9f45f73ba_3d4d4101 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-a9e81626c5e9dac897759c5f66c7ae1b4efa3c6d baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/compute/a9/e8/a9e81626c5e9dac897759c5f66c7ae1b4efa3c6d_2333221b enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-677c89c23631e9083261a1a18ed438d8966e0de2 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_506a9929 enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-e8cbdb727b1971f999ddebc50479f329a4ba5e58 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/manila/e8/cb/e8cbdb727b1971f999ddebc50479f329a4ba5e58_7f2878ed enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-ovsdbapp-65d02f06d2318c20ee01ba760bbb74f6eafabebf baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/network/65/d0/65d02f06d2318c20ee01ba760bbb74f6eafabebf_8a21604d enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-401d4b9545622b38809f42ec46e29b33fa06ba92 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/octavia/40/1d/401d4b9545622b38809f42ec46e29b33fa06ba92_bca32aae enabled=1 gpgcheck=0 priority=1 [delorean-component-security] name=delorean-openstack-keystone-e4f82893dd42d37feebe9b57e045df675b25de64 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/security/e4/f8/e4f82893dd42d37feebe9b57e045df675b25de64_fe5df655 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-6a1a8ce14be8b4625eaf4f2b4d18ddfbdbbb4289 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/swift/6a/1a/6a1a8ce14be8b4625eaf4f2b4d18ddfbdbbb4289_1c12d317 enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-python-trove-tests-tempest-355a351fccb286bf7d9025829e5362a4f0f6a223 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tempest/35/5a/355a351fccb286bf7d9025829e5362a4f0f6a223_2250f332 enabled=1 gpgcheck=0 priority=1 [delorean-component-tripleo] name=delorean-puppet-ceilometer-4c2ea391a53ee85cf4ef1b0d38488763f64a0c01 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/tripleo/4c/2e/4c2ea391a53ee85cf4ef1b0d38488763f64a0c01_c0f298bd enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-python-django-horizon-beed6bf6f6f83df9972db5fb539d64175ce12ce9 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/ui/be/ed/beed6bf6f6f83df9972db5fb539d64175ce12ce9_7f31155f enabled=1 gpgcheck=0 priority=1 [delorean-component-validation] name=delorean-python-validations-libs-70e174acf7ac95aef1384ef14ed621902a8935a5 baseurl=https://trunk.rdoproject.org/centos8-wallaby/component/validation/70/e1/70e174acf7ac95aef1384ef14ed621902a8935a5_831e34f6 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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.src.rpm INFO: Start(/home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6/openstack-glance-22.1.1-0.20221108115401.677c89c.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 6410312 2195516 1987156 7606356 7473352 DEBUG: Swap: 16777212 5928400 10848812 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 527G 24G 96% / 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.5rqmjth8', '/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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 6439396 499316 2499320 9273472 6903672 DEBUG: Swap: 16777212 5928400 10848812 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 528G 23G 96% / 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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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.p_mk8ge8', '/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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', 'c8823f9feb814cdeb00ee1534709af16', '-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', 'b289b7a20aed4bc185fe0dd4a2d92ba6', '-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', '16c3222052084ea0b35b5734c4a46fcf', '-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', 'c6a947f646534b4db7b98cb88972340c', '-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', '4c148f6e70c94d6aa6d0fa00bf4cd7e4', '-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-17.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-43.el8.noarch DEBUG: gcc-plugin-annobin-8.5.0-17.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-6.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-3.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-16.el8.x86_64 DEBUG: emacs-filesystem-26.1-7.el8.noarch DEBUG: git-core-2.31.1-2.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-7.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-24.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-216.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: glibc-2.28-216.el8.x86_64 DEBUG: elfutils-0.187-4.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-7.el8.noarch DEBUG: libuuid-2.32.1-38.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-16.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-17.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-8.el8.x86_64 DEBUG: unzip-6.0-46.el8.x86_64 DEBUG: glibc-headers-2.28-216.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-17.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: tar-1.30-6.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-14.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-216.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-38.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-23.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-26.el8.x86_64 DEBUG: crypto-policies-scripts-20211116-1.gitae470d6.el8.noarch DEBUG: elfutils-default-yama-scope-0.187-4.el8.noarch DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: procps-ng-3.3.15-9.el8.x86_64 DEBUG: libtirpc-1.1.4-8.el8.x86_64 DEBUG: kpartx-0.8.4-31.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.187-4.el8.x86_64 DEBUG: openssl-pkcs11-0.4.10-2.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: dbus-common-1.12.8-23.el8.noarch DEBUG: libmount-2.32.1-38.el8.x86_64 DEBUG: dbus-tools-1.12.8-23.el8.x86_64 DEBUG: coreutils-8.30-14.el8.x86_64 DEBUG: libblkid-2.32.1-38.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-24.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-38.el8.x86_64 DEBUG: dracut-049-209.git20220815.el8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: glib2-2.56.4-159.el8.x86_64 DEBUG: gnutls-3.6.16-5.el8.x86_64 DEBUG: systemd-239-68.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-43.el8.noarch DEBUG: gcc-8.5.0-17.el8.x86_64 DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch DEBUG: annobin-10.67-3.el8.x86_64 DEBUG: python3-rpm-macros-3-43.el8.noarch DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch DEBUG: tzdata-2022d-1.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-408.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-16.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-6.el8.x86_64 DEBUG: hicolor-icon-theme-0.17-2.el8.noarch DEBUG: glibc-all-langpacks-2.28-216.el8.x86_64 DEBUG: cups-libs-2.2.6-50.el8.x86_64 DEBUG: glibc-common-2.28-216.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-20.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-17.el8.x86_64 DEBUG: python3-urllib3-1.25.10-4.el8.noarch DEBUG: elfutils-libelf-0.187-4.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-49.el8.x86_64 DEBUG: libxml2-2.9.7-15.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-10.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-4.el8.x86_64 DEBUG: libffi-3.1-23.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-24.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-2021.1.0-0.20210812101308.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-3.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-8.el8.x86_64 DEBUG: libXrandr-1.5.2-1.el8.x86_64 DEBUG: libXinerama-1.1.4-1.el8.x86_64 DEBUG: libXdamage-1.1.4-14.el8.x86_64 DEBUG: libXxf86vm-1.1.4-9.el8.x86_64 DEBUG: 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-49.el8.x86_64 DEBUG: libssh-0.9.6-3.el8.x86_64 DEBUG: platform-python-3.6.8-49.el8.x86_64 DEBUG: libkcapi-1.2.0-2.el8.x86_64 DEBUG: libarchive-3.3.3-4.el8.x86_64 DEBUG: curl-7.61.1-26.el8.x86_64 DEBUG: openssl-1.1.1k-7.el8.x86_64 DEBUG: crypto-policies-20211116-1.gitae470d6.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-21.el8.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: device-mapper-1.02.181-6.el8.x86_64 DEBUG: elfutils-libs-0.187-4.el8.x86_64 DEBUG: rpm-4.14.3-24.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libfdisk-2.32.1-38.el8.x86_64 DEBUG: dbus-libs-1.12.8-23.el8.x86_64 DEBUG: which-2.21-18.el8.x86_64 DEBUG: systemd-libs-239-68.el8.x86_64 DEBUG: device-mapper-libs-1.02.181-6.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-2.el8.x86_64 DEBUG: dbus-daemon-1.12.8-23.el8.x86_64 DEBUG: kbd-2.0.4-10.el8.x86_64 DEBUG: pam-1.3.1-24.el8.x86_64 DEBUG: systemd-pam-239-68.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-23.el8.x86_64 DEBUG: systemd-udev-239-68.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.02jlath4:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '30e4c2344b18451c8ed2e46e36f696e7', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.02jlath4:/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-openstack-ironic-python-agent-b41c557d 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-ebc27d371450dccbba494 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-os-brick-cf69f9247061bd0a945a6f 29 kB/s | 3.0 kB 00:00 DEBUG: delorean-gnocchi-a65065e05138c88b7c8e6f5f1a124f 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tobiko-f5cd36e7f20e21ae9d3b5 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-a9e81626c5e9dac897759c5 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-677c89c23631e9083261a 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-e8cbdb727b1971f999dde 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-ovsdbapp-65d02f06d2318c20ee01ba 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-401d4b9545622b38809f 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-keystone-e4f82893dd42d37feeb 29 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-6a1a8ce14be8b4625eaf4f 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-trove-tests-tempest-355a351fccb 29 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-ceilometer-4c2ea391a53ee85cf4ef 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-django-horizon-beed6bf6f6f83df9 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-validations-libs-70e174acf7ac95 28 kB/s | 3.0 kB 00:00 DEBUG: CentOS-Stream - Base 39 kB/s | 3.9 kB 00:00 DEBUG: CentOS-Stream - AppStream 46 kB/s | 4.4 kB 00:00 DEBUG: CentOS-Stream - Extras 12 kB/s | 2.9 kB 00:00 DEBUG: CentOS-Stream - PowerTools 17 kB/s | 4.4 kB 00:00 DEBUG: dlrn-wallaby-testing 29 kB/s | 3.0 kB 00:00 DEBUG: dlrn-wallaby-build-deps 27 kB/s | 3.0 kB 00:00 DEBUG: Advanced Virtualization mirror 31 kB/s | 3.0 kB 00:00 DEBUG: Messaging RabbitMQ 30 kB/s | 3.0 kB 00:00 DEBUG: opstools 30 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 33 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', '905e2f64fcd347f898c5faf1b6e0eec8', '-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-17.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-43.el8.noarch DEBUG: gcc-plugin-annobin-8.5.0-17.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-6.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-3.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-16.el8.x86_64 DEBUG: emacs-filesystem-26.1-7.el8.noarch DEBUG: git-core-2.31.1-2.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-7.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-24.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-216.el8.x86_64 DEBUG: efi-srpm-macros-3-3.el8.noarch DEBUG: glibc-2.28-216.el8.x86_64 DEBUG: elfutils-0.187-4.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-7.el8.noarch DEBUG: libuuid-2.32.1-38.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-16.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-17.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-8.el8.x86_64 DEBUG: unzip-6.0-46.el8.x86_64 DEBUG: glibc-headers-2.28-216.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-17.el8.x86_64 DEBUG: libpsl-0.20.2-6.el8.x86_64 DEBUG: tar-1.30-6.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-14.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-216.el8.x86_64 DEBUG: libsigsegv-2.11-5.el8.x86_64 DEBUG: libsmartcols-2.32.1-38.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-23.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-26.el8.x86_64 DEBUG: crypto-policies-scripts-20211116-1.gitae470d6.el8.noarch DEBUG: elfutils-default-yama-scope-0.187-4.el8.noarch DEBUG: cracklib-2.9.6-15.el8.x86_64 DEBUG: procps-ng-3.3.15-9.el8.x86_64 DEBUG: libtirpc-1.1.4-8.el8.x86_64 DEBUG: kpartx-0.8.4-31.el8.x86_64 DEBUG: elfutils-debuginfod-client-0.187-4.el8.x86_64 DEBUG: openssl-pkcs11-0.4.10-2.el8.x86_64 DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 DEBUG: dbus-common-1.12.8-23.el8.noarch DEBUG: libmount-2.32.1-38.el8.x86_64 DEBUG: dbus-tools-1.12.8-23.el8.x86_64 DEBUG: coreutils-8.30-14.el8.x86_64 DEBUG: libblkid-2.32.1-38.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-24.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-38.el8.x86_64 DEBUG: dracut-049-209.git20220815.el8.x86_64 DEBUG: gettext-0.19.8.1-17.el8.x86_64 DEBUG: glib2-2.56.4-159.el8.x86_64 DEBUG: gnutls-3.6.16-5.el8.x86_64 DEBUG: systemd-239-68.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-43.el8.noarch DEBUG: gcc-8.5.0-17.el8.x86_64 DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch DEBUG: annobin-10.67-3.el8.x86_64 DEBUG: python3-rpm-macros-3-43.el8.noarch DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch DEBUG: tzdata-2022d-1.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-408.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-16.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-6.el8.x86_64 DEBUG: hicolor-icon-theme-0.17-2.el8.noarch DEBUG: glibc-all-langpacks-2.28-216.el8.x86_64 DEBUG: cups-libs-2.2.6-50.el8.x86_64 DEBUG: glibc-common-2.28-216.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-20.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-17.el8.x86_64 DEBUG: python3-urllib3-1.25.10-4.el8.noarch DEBUG: elfutils-libelf-0.187-4.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-49.el8.x86_64 DEBUG: libxml2-2.9.7-15.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-10.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-4.el8.x86_64 DEBUG: libffi-3.1-23.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-24.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-2021.1.0-0.20210812101308.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-3.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-8.el8.x86_64 DEBUG: libXrandr-1.5.2-1.el8.x86_64 DEBUG: libXinerama-1.1.4-1.el8.x86_64 DEBUG: libXdamage-1.1.4-14.el8.x86_64 DEBUG: libXxf86vm-1.1.4-9.el8.x86_64 DEBUG: 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-49.el8.x86_64 DEBUG: libssh-0.9.6-3.el8.x86_64 DEBUG: platform-python-3.6.8-49.el8.x86_64 DEBUG: libkcapi-1.2.0-2.el8.x86_64 DEBUG: libarchive-3.3.3-4.el8.x86_64 DEBUG: curl-7.61.1-26.el8.x86_64 DEBUG: openssl-1.1.1k-7.el8.x86_64 DEBUG: crypto-policies-20211116-1.gitae470d6.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-21.el8.x86_64 DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 DEBUG: device-mapper-1.02.181-6.el8.x86_64 DEBUG: elfutils-libs-0.187-4.el8.x86_64 DEBUG: rpm-4.14.3-24.el8.x86_64 DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 DEBUG: libfdisk-2.32.1-38.el8.x86_64 DEBUG: dbus-libs-1.12.8-23.el8.x86_64 DEBUG: which-2.21-18.el8.x86_64 DEBUG: systemd-libs-239-68.el8.x86_64 DEBUG: device-mapper-libs-1.02.181-6.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-2.el8.x86_64 DEBUG: dbus-daemon-1.12.8-23.el8.x86_64 DEBUG: kbd-2.0.4-10.el8.x86_64 DEBUG: pam-1.3.1-24.el8.x86_64 DEBUG: systemd-pam-239-68.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-23.el8.x86_64 DEBUG: systemd-udev-239-68.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.1-0.20221108115401.677c89c.el8.src.rpm Start: build setup for openstack-glance-22.1.1-0.20221108115401.677c89c.el8.src.rpm DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0bhqecno:/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', 'e3f43afb4c2040c59c00e06382ec6153', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0bhqecno:/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.1-0.20221108115401.677c89c.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.1-0.2022110811######################################## DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0bhqecno:/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', 'ad5b82831a2246dbbca80e51ff5cbbd3', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0bhqecno:/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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.0bhqecno:/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.0bhqecno:/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', 'f011cd22ef3f4847a148d957400fcd34', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0bhqecno:/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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.src.rpm'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.02jlath4:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '51449025220b4c83a8ca412347874ff8', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.02jlath4:/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.1-0.20221108115401.677c89c.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:04 ago on Tue Nov 8 11:59:24 2022. DEBUG: Package git-core-2.31.1-2.el8.x86_64 is already installed. DEBUG: Package graphviz-2.40.1-43.el8.x86_64 is already installed. DEBUG: Package openstack-macros-2021.1.0-0.20210812101308.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-68.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-20.module_el8.7.0+1218+f626c2ff.1 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-2.el8 Stream-BaseOS 198 k DEBUG: dejavu-fonts-common noarch 2.35-7.el8 Stream-BaseOS 74 k DEBUG: dejavu-sans-fonts noarch 2.35-7.el8 Stream-BaseOS 1.6 M DEBUG: desktop-file-utils x86_64 0.23-8.el8 Stream-AppStream 80 k DEBUG: device-mapper-event x86_64 8:1.02.181-6.el8 Stream-BaseOS 271 k DEBUG: device-mapper-event-libs x86_64 8:1.02.181-6.el8 Stream-BaseOS 270 k DEBUG: device-mapper-multipath x86_64 0.8.4-31.el8 Stream-BaseOS 206 k DEBUG: device-mapper-multipath-libs x86_64 0.8.4-31.el8 Stream-BaseOS 330 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-17.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-57.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-17.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-6.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-6.el8 Stream-BaseOS 1.7 M DEBUG: lvm2-libs x86_64 8:2.03.14-6.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-57.el8 Stream-BaseOS 515 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-421.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-421.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-421.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-421.el8 Stream-BaseOS 1.6 M DEBUG: perl-macros x86_64 4:5.26.3-421.el8 Stream-BaseOS 72 k DEBUG: perl-open noarch 1.11-421.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-20.el8 Stream-BaseOS 374 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-13.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.20221108113851.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-49.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-25.el8 Stream-AppStream 2.4 M DEBUG: texlive-dvipng x86_64 7:20180414-25.el8 Stream-AppStream 332 k DEBUG: texlive-kpathsea x86_64 7:20180414-25.el8 Stream-AppStream 1.1 M DEBUG: texlive-lib x86_64 7:20180414-25.el8 Stream-AppStream 541 k DEBUG: texlive-tetex noarch 7:20180414-25.el8 Stream-AppStream 403 k DEBUG: texlive-texlive.infra noarch 7:20180414-25.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 265 Packages DEBUG: Total size: 118 M DEBUG: Total download size: 5.8 M DEBUG: Installed size: 463 M DEBUG: Downloading Packages: 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-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-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dejavu-fonts-common-2.35-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] dejavu-sans-fonts-2.35-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-event-1.02.181-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-event-libs-1.02.181-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-multipath-0.8.4-31.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-multipath-libs-0.8.4-31.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] libini_config-1.3.1-40.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libnfsidmap-2.3.3-57.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpath_utils-0.2.1-40.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-6.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-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lvm2-libs-2.03.14-6.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-57.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-421.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-421.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-421.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-libs-5.26.3-421.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-macros-5.26.3-421.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-20.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.23-8.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-421.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-13.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-netaddr-0.7.19-8.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-netifaces-0.10.6-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-numpy-1.14.3-10.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-numpy-f2py-1.14.3-10.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pillow-5.1.1-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-webencodings-0.5.1-6.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] qemu-img-6.2.0-20.module_el8.7.0+1218+f626c2ff.1.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sysfsutils-2.1.0-25.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-base-20180414-25.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] texlive-dvipng-20180414-25.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-kpathsea-20180414-25.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-lib-20180414-25.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-tetex-20180414-25.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] texlive-texlive.infra-20180414-25.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-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-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-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-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: (244/265): python3-barbicanclient-5.1.0-0.20210 663 kB/s | 130 kB 00:00 DEBUG: (245/265): python3-keystoneclient-4.3.0-0.20220 1.2 MB/s | 252 kB 00:00 DEBUG: (246/265): python3-cinderclient-7.4.1-0.2021090 1.1 MB/s | 241 kB 00:00 DEBUG: (247/265): python3-os-service-types-1.7.0-0.202 964 kB/s | 36 kB 00:00 DEBUG: (248/265): python3-oslotest-4.4.1-0.20210315103 1.5 MB/s | 47 kB 00:00 DEBUG: (249/265): python3-stevedore-3.3.3-0.2022102407 2.2 MB/s | 69 kB 00:00 DEBUG: (250/265): python3-wsme-0.10.1-0.20220104140414 2.9 MB/s | 140 kB 00:00 DEBUG: (251/265): python3-os-brick-4.3.4-0.20221108113 9.6 MB/s | 1.1 MB 00:00 DEBUG: (252/265): python3-glance-store-2.5.1-0.2022062 4.7 MB/s | 302 kB 00:00 DEBUG: (253/265): gettext-common-devel-0.19.8.1-17.el8 640 kB/s | 419 kB 00:00 DEBUG: (254/265): libgfortran-8.5.0-17.el8.x86_64.rpm 1.0 MB/s | 645 kB 00:00 DEBUG: (255/265): gettext-devel-0.19.8.1-17.el8.x86_64 453 kB/s | 331 kB 00:00 DEBUG: (256/265): libquadmath-8.5.0-17.el8.x86_64.rpm 1.6 MB/s | 172 kB 00:00 DEBUG: (257/265): autoconf-2.69-29.el8.noarch.rpm 2.4 MB/s | 710 kB 00:00 DEBUG: (258/265): intltool-0.51.0-11.el8.noarch.rpm 209 kB/s | 66 kB 00:00 DEBUG: (259/265): perl-Thread-Queue-3.13-1.el8.noarch. 81 kB/s | 24 kB 00:00 DEBUG: (260/265): python3-tkinter-3.6.8-49.el8.x86_64. 1.5 MB/s | 373 kB 00:00 DEBUG: (261/265): automake-1.16.1-7.el8.noarch.rpm 1.2 MB/s | 713 kB 00:00 DEBUG: (262/265): python3-defusedxml-0.7.1-1.el8.noarc 629 kB/s | 54 kB 00:00 DEBUG: (263/265): python3-simplegeneric-0.8.1-17.el8.n 641 kB/s | 19 kB 00:00 DEBUG: (264/265): python3-retrying-1.3.3-1.el8.noarch. 448 kB/s | 23 kB 00:00 DEBUG: (265/265): python3-pyxattr-0.7.1-2.el8.x86_64.r 723 kB/s | 39 kB 00:00 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 3.4 MB/s | 5.8 MB 00:01 DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : python3-webob-1.8.6-3.el8.noarch 1/265 DEBUG: Installing : python3-prettytable-0.7.2-14.el8.noarch 2/265 DEBUG: Installing : libaio-0.3.112-1.el8.x86_64 3/265 DEBUG: Installing : python3-netaddr-0.7.19-8.el8.noarch 4/265 DEBUG: Installing : python3-dateutil-1:2.6.1-6.el8.noarch 5/265 DEBUG: Installing : python3-decorator-4.4.0-5.el8.noarch 6/265 DEBUG: Running scriptlet: texlive-base-7:20180414-25.el8.noarch 7/265 DEBUG: Installing : texlive-base-7:20180414-25.el8.noarch 7/265 DEBUG: Installing : device-mapper-event-libs-8:1.02.181-6.el8.x86_64 8/265 DEBUG: Installing : python3-futurist-2.3.0-0.20210315104620.1a1c6f8. 9/265 DEBUG: Installing : python3-matplotlib-data-fonts-3.1.1-2.el8.noarch 10/265 DEBUG: Installing : python3-matplotlib-data-3.1.1-2.el8.noarch 11/265 DEBUG: Installing : python3-vine-5.0.0-2.el8.noarch 12/265 DEBUG: Installing : python3-amqp-5.0.5-1.el8.noarch 13/265 DEBUG: Installing : python3-tenacity-6.2.0-1.el8.noarch 14/265 DEBUG: Installing : python3-tempita-0.5.1-25.el8.noarch 15/265 DEBUG: Installing : python3-pydot-1.4.1-1.el8.noarch 16/265 DEBUG: Installing : python3-msgpack-1.0.2-1.el8.x86_64 17/265 DEBUG: Installing : python3-mock-3.0.5-7.el8.noarch 18/265 DEBUG: Installing : python3-iso8601-0.1.12-3.el8.noarch 19/265 DEBUG: Installing : python3-fasteners-0.14.1-20.el8.noarch 20/265 DEBUG: Installing : python3-extras-1.0.0-10.el8.noarch 21/265 DEBUG: Installing : python3-fixtures-3.0.0-16.el8.noarch 22/265 DEBUG: Installing : python3-testtools-2.5.0-3.el8.noarch 23/265 DEBUG: Installing : python3-subunit-1.4.0-1.el8.noarch 24/265 DEBUG: Installing : python3-cachetools-4.2.0-1.el8.noarch 25/265 DEBUG: Installing : texlive-lib-7:20180414-25.el8.x86_64 26/265 DEBUG: Installing : python3-pillow-5.1.1-18.el8.x86_64 27/265 DEBUG: Installing : python3-mako-1.0.6-13.el8.noarch 28/265 DEBUG: Installing : python3-attrs-17.4.0-6.el8.noarch 29/265 DEBUG: Installing : userspace-rcu-0.10.1-4.el8.x86_64 30/265 DEBUG: Running scriptlet: userspace-rcu-0.10.1-4.el8.x86_64 30/265 DEBUG: Installing : tcl-1:8.6.8-2.el8.x86_64 31/265 DEBUG: Running scriptlet: tcl-1:8.6.8-2.el8.x86_64 31/265 DEBUG: Installing : libref_array-0.1.5-40.el8.x86_64 32/265 DEBUG: Installing : libquadmath-8.5.0-17.el8.x86_64 33/265 DEBUG: Running scriptlet: libquadmath-8.5.0-17.el8.x86_64 33/265 DEBUG: Installing : libgfortran-8.5.0-17.el8.x86_64 34/265 DEBUG: Running scriptlet: libgfortran-8.5.0-17.el8.x86_64 34/265 DEBUG: Installing : openblas-0.3.15-4.el8.x86_64 35/265 DEBUG: Running scriptlet: openblas-0.3.15-4.el8.x86_64 35/265 DEBUG: Installing : openblas-threads-0.3.15-4.el8.x86_64 36/265 DEBUG: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 36/265 DEBUG: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 37/265 DEBUG: Installing : python3-numexpr-2.7.1-1.el8.x86_64 38/265 DEBUG: Installing : libcollection-0.7.0-40.el8.x86_64 39/265 DEBUG: Installing : libbasicobjects-0.1.1-40.el8.x86_64 40/265 DEBUG: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 41/265 DEBUG: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 41/265 DEBUG: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 42/265 DEBUG: Installing : python3-Bottleneck-1.2.1-13.el8.x86_64 43/265 DEBUG: Running scriptlet: tk-1:8.6.8-1.el8.x86_64 44/265 DEBUG: Installing : tk-1:8.6.8-1.el8.x86_64 44/265 DEBUG: Running scriptlet: tk-1:8.6.8-1.el8.x86_64 44/265 DEBUG: Installing : python3-tkinter-3.6.8-49.el8.x86_64 45/265 DEBUG: Installing : device-mapper-multipath-libs-0.8.4-31.el8.x86_64 46/265 DEBUG: Running scriptlet: device-mapper-multipath-libs-0.8.4-31.el8.x86_64 46/265 DEBUG: Installing : device-mapper-multipath-0.8.4-31.el8.x86_64 47/265 DEBUG: Running scriptlet: device-mapper-multipath-0.8.4-31.el8.x86_64 47/265 DEBUG: Installing : python3-etcd3gw-0.2.5-1.el8.noarch 48/265 DEBUG: Installing : device-mapper-event-8:1.02.181-6.el8.x86_64 49/265 DEBUG: Running scriptlet: device-mapper-event-8:1.02.181-6.el8.x86_64 49/265 DEBUG: Installing : lvm2-libs-8:2.03.14-6.el8.x86_64 50/265 DEBUG: Installing : device-mapper-persistent-data-0.9.0-7.el8.x86_64 51/265 DEBUG: Installing : lvm2-8:2.03.14-6.el8.x86_64 52/265 DEBUG: Running scriptlet: lvm2-8:2.03.14-6.el8.x86_64 52/265 DEBUG: Installing : python3-automaton-2.3.1-0.20220228091836.4a3e539 53/265 DEBUG: Installing : qpid-proton-c-0.35.0-3.el8s.x86_64 54/265 DEBUG: Installing : python3-qpid-proton-0.35.0-3.el8s.x86_64 55/265 DEBUG: Installing : python3-pyngus-2.3.0-4.el8.noarch 56/265 DEBUG: Installing : python3-zipp-3.4.0-1.el8.noarch 57/265 DEBUG: Installing : python3-importlib-metadata-1.7.0-1.el8.noarch 58/265 DEBUG: Installing : python3-stevedore-3.3.3-0.20221024072403.7b48fff 59/265 DEBUG: Installing : python3-dogpile-cache-1.1.5-1.1.el8.noarch 60/265 DEBUG: Installing : python3-kombu-1:5.0.2-1.el8.noarch 61/265 DEBUG: Installing : python3-yappi-1.3.0-1.el8.x86_64 62/265 DEBUG: Installing : python3-wrapt-1.12.1-3.el8.x86_64 63/265 DEBUG: Installing : python3-debtcollector-2.2.0-0.20210315103218.649 64/265 DEBUG: Installing : python3-oslo-context-3.2.1-0.20211026071333.b124 65/265 DEBUG: Installing : python3-wcwidth-0.2.5-2.el8.noarch 66/265 DEBUG: Installing : python3-voluptuous-0.12.1-1.el8.noarch 67/265 DEBUG: Installing : python3-statsd-3.2.1-16.el8.noarch 68/265 DEBUG: Installing : python3-sqlparse-0.3.1-3.el8.noarch 69/265 DEBUG: Installing : python3-migrate-0.13.0-1.el8.noarch 70/265 DEBUG: Installing : python3-soupsieve-2.1.0-1.el8.noarch 71/265 DEBUG: Installing : python3-simplejson-3.17.2-2.el8.x86_64 72/265 DEBUG: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 73/265 DEBUG: Installing : python3-rfc3986-1.4.0-3.el8.noarch 74/265 DEBUG: Installing : python3-repoze-lru-0.7-6.el8.noarch 75/265 DEBUG: Installing : python3-routes-2.4.1-12.el8.noarch 76/265 DEBUG: Installing : python3-pyrsistent-0.17.3-1.el8.x86_64 77/265 DEBUG: Installing : python3-jsonschema-3.2.0-5.el8.noarch 78/265 DEBUG: Installing : python3-pyperclip-1.8.0-2.el8.noarch 79/265 DEBUG: Installing : python3-pygraphviz-1.5-9.el8.x86_64 80/265 DEBUG: Installing : python3-pyasn1-0.4.6-3.el8.noarch 81/265 DEBUG: Installing : python3-rsa-4.6-2.el8.noarch 82/265 DEBUG: Installing : python3-psutil-5.7.3-1.el8.x86_64 83/265 DEBUG: Installing : python3-memcached-1.59-1.el8.noarch 84/265 DEBUG: Installing : python3-kiwisolver-1.1.0-4.el8.x86_64 85/265 DEBUG: Installing : python3-jeepney-0.4.3-1.el8.noarch 86/265 DEBUG: Installing : python3-secretstorage-3.1.1-4.el8.noarch 87/265 DEBUG: Installing : python3-keyring-21.0.0-1.el8.noarch 88/265 DEBUG: Installing : python3-future-0.18.2-3.el8.noarch 89/265 DEBUG: Installing : python3-editor-1.0.4-4.el8.noarch 90/265 DEBUG: Installing : python3-alembic-1.4.3-1.el8.noarch 91/265 DEBUG: Installing : python3-cycler-0.10.0-13.el8.noarch 92/265 DEBUG: Installing : python3-cssselect-0.9.2-13.el8.noarch 93/265 DEBUG: Installing : python3-colorama-0.4.3-3.el8.noarch 94/265 DEBUG: Installing : python3-cmd2-1.4.0-1.1.el8.noarch 95/265 DEBUG: Installing : python3-certifi-2018.10.15-8.el8.noarch 96/265 DEBUG: Installing : python3-dulwich-0.20.11-1.el8.x86_64 97/265 DEBUG: Installing : libsodium-1.0.18-2.el8.x86_64 98/265 DEBUG: Installing : python3-pynacl-1.4.0-1.el8.x86_64 99/265 DEBUG: Installing : libqhull-1:7.2.1-2.el8.x86_64 100/265 DEBUG: Installing : libaec-1.0.2-3.el8.x86_64 101/265 DEBUG: Installing : hdf5-1.10.5-5.el8.x86_64 102/265 DEBUG: Installing : python3-webencodings-0.5.1-6.el8.noarch 103/265 DEBUG: Installing : python3-html5lib-1:0.999999999-6.el8.noarch 104/265 DEBUG: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 105/265 DEBUG: Installing : python3-paste-3.5.0-1.el8.noarch 106/265 DEBUG: Installing : python3-paste-deploy-2.1.1-1.el8.noarch 107/265 DEBUG: Installing : python3-netifaces-0.10.6-4.el8.x86_64 108/265 DEBUG: Installing : python3-cairo-1.16.3-6.el8.x86_64 109/265 DEBUG: Installing : python3-PyMySQL-0.10.1-2.module_el8.5.0+761+faac 110/265 DEBUG: Installing : libev-4.24-6.el8.x86_64 111/265 DEBUG: Installing : libverto-libev-0.3.2-2.el8.x86_64 112/265 DEBUG: Installing : desktop-file-utils-0.23-8.el8.x86_64 113/265 DEBUG: Installing : xdg-utils-1.1.2-5.el8.noarch 114/265 DEBUG: Installing : snappy-1.1.8-3.el8.x86_64 115/265 DEBUG: Installing : blosc-1.20.1-1.el8.x86_64 116/265 DEBUG: Installing : sg3_utils-libs-1.44-6.el8.x86_64 117/265 DEBUG: Running scriptlet: sg3_utils-libs-1.44-6.el8.x86_64 117/265 DEBUG: Installing : sg3_utils-1.44-6.el8.x86_64 118/265 DEBUG: Installing : quota-nls-1:4.04-14.el8.noarch 119/265 DEBUG: Installing : python3-inotify-0.9.6-13.el8.noarch 120/265 DEBUG: Installing : m4-1.4.18-7.el8.x86_64 121/265 DEBUG: Running scriptlet: m4-1.4.18-7.el8.x86_64 121/265 DEBUG: Installing : lzo-2.08-14.el8.x86_64 122/265 DEBUG: Installing : python3-tables-3.5.2-6.el8.x86_64 123/265 DEBUG: Installing : lsscsi-0.32-3.el8.x86_64 124/265 DEBUG: Installing : libyaml-0.1.7-5.el8.x86_64 125/265 DEBUG: Installing : python3-pyyaml-5.4.1-2.el8.x86_64 126/265 DEBUG: Installing : python3-cliff-3.7.0-0.20210315123449.117a100.el8 127/265 DEBUG: Installing : libxslt-1.1.32-6.el8.x86_64 128/265 DEBUG: Installing : python3-beautifulsoup4-4.9.3-1.el8.noarch 129/265 DEBUG: Installing : python3-lxml-4.2.3-4.el8.x86_64 130/265 DEBUG: Installing : libsysfs-2.1.0-25.el8.x86_64 131/265 DEBUG: Running scriptlet: libsysfs-2.1.0-25.el8.x86_64 131/265 DEBUG: Installing : sysfsutils-2.1.0-25.el8.x86_64 132/265 DEBUG: Installing : libselinux-utils-2.9-6.el8.x86_64 133/265 DEBUG: Installing : policycoreutils-2.9-20.el8.x86_64 134/265 DEBUG: Running scriptlet: policycoreutils-2.9-20.el8.x86_64 134/265 DEBUG: Running scriptlet: rpcbind-1.2.5-10.el8.x86_64 135/265 DEBUG: Installing : rpcbind-1.2.5-10.el8.x86_64 135/265 DEBUG: Running scriptlet: rpcbind-1.2.5-10.el8.x86_64 135/265 DEBUG: Installing : libpath_utils-0.2.1-40.el8.x86_64 136/265 DEBUG: Installing : libini_config-1.3.1-40.el8.x86_64 137/265 DEBUG: Installing : gssproxy-0.8.0-21.el8.x86_64 138/265 DEBUG: Running scriptlet: gssproxy-0.8.0-21.el8.x86_64 138/265 DEBUG: Installing : libnfsidmap-1:2.3.3-57.el8.x86_64 139/265 DEBUG: Installing : libevent-2.1.8-5.el8.x86_64 140/265 DEBUG: Installing : keyutils-1.5.10-9.el8.x86_64 141/265 DEBUG: Installing : isns-utils-libs-0.99-1.el8.x86_64 142/265 DEBUG: Running scriptlet: isns-utils-libs-0.99-1.el8.x86_64 142/265 DEBUG: Installing : iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f 143/265 DEBUG: Running scriptlet: iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f 143/265 DEBUG: Installing : iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x 144/265 DEBUG: Running scriptlet: iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x 144/265 DEBUG: Installing : groff-base-1.22.3-18.el8.x86_64 145/265 DEBUG: Installing : perl-Digest-1.17-395.el8.noarch 146/265 DEBUG: Installing : perl-Digest-MD5-2.55-396.el8.x86_64 147/265 DEBUG: Installing : perl-Data-Dumper-2.167-399.el8.x86_64 148/265 DEBUG: Installing : perl-libnet-3.11-3.el8.noarch 149/265 DEBUG: Installing : perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595 150/265 DEBUG: Installing : perl-URI-1.73-3.el8.noarch 151/265 DEBUG: Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 152/265 DEBUG: Installing : perl-Time-Local-1:1.280-1.el8.noarch 153/265 DEBUG: Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 154/265 DEBUG: Installing : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+de 155/265 DEBUG: Installing : perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be 156/265 DEBUG: Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 157/265 DEBUG: Installing : perl-Term-Cap-1.17-395.el8.noarch 158/265 DEBUG: Installing : perl-File-Temp-0.230.600-1.el8.noarch 159/265 DEBUG: Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 160/265 DEBUG: Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 161/265 DEBUG: Installing : perl-podlators-4.11-1.el8.noarch 162/265 DEBUG: Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 163/265 DEBUG: Installing : perl-Text-ParseWords-3.30-395.el8.noarch 164/265 DEBUG: Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 165/265 DEBUG: Installing : perl-MIME-Base64-3.15-396.el8.x86_64 166/265 DEBUG: Installing : perl-Storable-1:3.11-3.el8.x86_64 167/265 DEBUG: Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 168/265 DEBUG: Installing : perl-Errno-1.28-421.el8.x86_64 169/265 DEBUG: Installing : perl-Socket-4:2.027-3.el8.x86_64 170/265 DEBUG: Installing : perl-Encode-4:2.97-3.el8.x86_64 171/265 DEBUG: Installing : perl-Carp-1.42-396.el8.noarch 172/265 DEBUG: Installing : perl-Exporter-5.72-396.el8.noarch 173/265 DEBUG: Installing : perl-libs-4:5.26.3-421.el8.x86_64 174/265 DEBUG: Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 175/265 DEBUG: Installing : perl-parent-1:0.237-1.el8.noarch 176/265 DEBUG: Installing : perl-macros-4:5.26.3-421.el8.x86_64 177/265 DEBUG: Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 178/265 DEBUG: Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 179/265 DEBUG: Installing : perl-File-Path-2.15-2.el8.noarch 180/265 DEBUG: Installing : perl-IO-1.38-421.el8.x86_64 181/265 DEBUG: Installing : perl-PathTools-3.74-1.el8.x86_64 182/265 DEBUG: Installing : perl-constant-1.33-396.el8.noarch 183/265 DEBUG: Installing : perl-threads-1:2.21-2.el8.x86_64 184/265 DEBUG: Installing : perl-threads-shared-1.58-2.el8.x86_64 185/265 DEBUG: Installing : perl-interpreter-4:5.26.3-421.el8.x86_64 186/265 DEBUG: Installing : perl-XML-Parser-2.44-11.el8.x86_64 187/265 DEBUG: Installing : autoconf-2.69-29.el8.noarch 188/265 DEBUG: Running scriptlet: autoconf-2.69-29.el8.noarch 188/265 DEBUG: Installing : perl-Filter-2:1.58-2.el8.x86_64 189/265 DEBUG: Installing : perl-encoding-4:2.22-3.el8.x86_64 190/265 DEBUG: Installing : perl-open-1.11-421.el8.noarch 191/265 DEBUG: Installing : perl-XML-XPath-1.42-3.el8.noarch 192/265 DEBUG: Installing : perl-Text-Unidecode-1.30-5.el8.noarch 193/265 DEBUG: Installing : texlive-texlive.infra-7:20180414-25.el8.noarch 194/265 DEBUG: Installing : texlive-tetex-7:20180414-25.el8.noarch 195/265 DEBUG: Installing : texlive-kpathsea-7:20180414-25.el8.x86_64 196/265 DEBUG: Running scriptlet: texlive-kpathsea-7:20180414-25.el8.x86_64 196/265 DEBUG: Installing : texlive-dvipng-7:20180414-25.el8.x86_64 197/265 DEBUG: Running scriptlet: texlive-dvipng-7:20180414-25.el8.x86_64 197/265 DEBUG: Installing : perl-Thread-Queue-3.13-1.el8.noarch 198/265 DEBUG: Installing : automake-1.16.1-7.el8.noarch 199/265 DEBUG: Installing : gettext-common-devel-0.19.8.1-17.el8.noarch 200/265 DEBUG: Installing : gettext-devel-0.19.8.1-17.el8.x86_64 201/265 DEBUG: Running scriptlet: gettext-devel-0.19.8.1-17.el8.x86_64 201/265 DEBUG: Installing : e2fsprogs-libs-1.45.6-5.el8.x86_64 202/265 DEBUG: Running scriptlet: e2fsprogs-libs-1.45.6-5.el8.x86_64 202/265 DEBUG: Installing : quota-1:4.04-14.el8.x86_64 203/265 DEBUG: Running scriptlet: nfs-utils-1:2.3.3-57.el8.x86_64 204/265 DEBUG: Installing : nfs-utils-1:2.3.3-57.el8.x86_64 204/265 DEBUG: Running scriptlet: nfs-utils-1:2.3.3-57.el8.x86_64 204/265 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 205/265 DEBUG: Installing : dejavu-sans-fonts-2.35-7.el8.noarch 206/265 DEBUG: Installing : python3-matplotlib-tk-3.1.1-2.el8.x86_64 207/265 DEBUG: Installing : python3-matplotlib-3.1.1-2.el8.x86_64 208/265 DEBUG: Installing : python3-pandas-0.25.3-1.el8.x86_64 209/265 DEBUG: Installing : python3-networkx-2.5-1.el8.noarch 210/265 DEBUG: Installing : cryptsetup-2.3.7-2.el8.x86_64 211/265 DEBUG: Installing : python3-oslo-rootwrap-6.3.1-0.20220228095841.1b1 212/265 DEBUG: Installing : python-pycadf-common-3.1.1-0.20210315104351.4179 213/265 DEBUG: Installing : python-oslo-utils-lang-4.8.2-0.20220428092247.a3 214/265 DEBUG: Installing : python-oslo-privsep-lang-2.5.1-0.20220225073628. 215/265 DEBUG: Installing : python-oslo-policy-lang-3.7.1-0.20220119091831.6 216/265 DEBUG: Installing : python-oslo-middleware-lang-4.2.1-0.202202250804 217/265 DEBUG: Installing : python-oslo-log-lang-4.4.0-0.20210315105132.9b29 218/265 DEBUG: Installing : python-oslo-i18n-lang-5.0.1-0.20210315103856.731 219/265 DEBUG: Installing : python3-oslo-i18n-5.0.1-0.20210315103856.73187bd 220/265 DEBUG: Installing : python3-oslo-utils-4.8.2-0.20220428092247.a38b56 221/265 DEBUG: Installing : python3-oslo-config-2:8.5.1-0.20210907102309.de1 222/265 DEBUG: Installing : python3-oslo-serialization-4.1.1-0.2022022508233 223/265 DEBUG: Installing : python3-oslo-log-4.4.0-0.20210315105132.9b29c90. 224/265 DEBUG: Installing : python3-oslo-privsep-2.5.1-0.20220225073628.1634 225/265 DEBUG: Installing : python3-oslo-policy-3.7.1-0.20220119091831.639b4 226/265 DEBUG: Installing : python3-pycadf-3.1.1-0.20210315104351.4179996.el 227/265 DEBUG: Installing : python3-oslo-middleware-4.2.1-0.20220225080425.b 228/265 DEBUG: Installing : python-oslo-db-lang-8.5.2-0.20221007170041.26fd6 229/265 DEBUG: Installing : python-oslo-concurrency-lang-4.4.0-0.20210315114 230/265 DEBUG: Installing : python3-oslo-concurrency-4.4.0-0.20210315114231. 231/265 DEBUG: Installing : python3-oslo-service-2.5.1-0.20220201082833.c1e3 232/265 DEBUG: Installing : python3-oslo-messaging-12.7.3-0.20220428091418.5 233/265 DEBUG: Installing : python3-os-win-5.4.0-0.20210315114029.cce95b4.el 234/265 DEBUG: Installing : python3-os-brick-4.3.4-0.20221108113851.cf69f92. 235/265 DEBUG: Installing : python-oslo-cache-lang-2.7.1-0.20220301090510.d0 236/265 DEBUG: Installing : python3-oslo-cache-2.7.1-0.20220301090510.d0252f 237/265 DEBUG: Installing : python3-os-service-types-1.7.0-0.20210315154727. 238/265 DEBUG: Installing : python3-keystoneauth1-4.3.1-0.20210315155409.112 239/265 DEBUG: Installing : python3-keystoneclient-1:4.3.0-0.20220713080823. 240/265 DEBUG: Installing : python3-barbicanclient-5.1.0-0.20210316154446.ad 241/265 DEBUG: Installing : python3-castellan-3.7.2-0.20210907102711.3775cf4 242/265 DEBUG: Installing : python3-cinderclient-7.4.1-0.20210903082820.4f72 243/265 DEBUG: Installing : python3-glance-store-2.5.1-0.20220628072358.5f1c 244/265 DEBUG: Installing : python3-cursive-0.2.2-0.20210312092435.d7cea1f.e 245/265 DEBUG: Installing : python3-keystonemiddleware-9.2.0-0.2021031605290 246/265 DEBUG: Installing : python3-osprofiler-3.4.0-0.20210315111211.5d82a0 247/265 DEBUG: Installing : python3-oslo-db-8.5.2-0.20221007170041.26fd6fb.e 248/265 DEBUG: Installing : python3-oslo-upgradecheck-1.3.1-0.20220225074957 249/265 DEBUG: Installing : python3-oslo-reports-2.2.0-0.20210315105955.bc63 250/265 DEBUG: Installing : python3-taskflow-4.6.0-0.20210315120753.0f7c6e9. 251/265 DEBUG: Installing : intltool-0.51.0-11.el8.noarch 252/265 DEBUG: Installing : python3-stestr-2.6.0-4.el8.noarch 253/265 DEBUG: Installing : python3-ddt-1.2.1-4.el8.noarch 254/265 DEBUG: Installing : python3-openstackdocstheme-2.2.6-1.el8.noarch 255/265 DEBUG: Installing : python3-boto-2.49.0-4.el8.noarch 256/265 DEBUG: Installing : python3-wsme-0.10.1-0.20220104140414.63fe135.el8 257/265 DEBUG: Installing : python3-oslotest-4.4.1-0.20210315103354.aaf3a72. 258/265 DEBUG: Installing : qemu-img-15:6.2.0-20.module_el8.7.0+1218+f626c2f 259/265 DEBUG: Installing : python3-sphinxcontrib-apidoc-0.2.1-13.el8.noarch 260/265 DEBUG: Installing : python3-pyxattr-0.7.1-2.el8.x86_64 261/265 DEBUG: Installing : python3-httplib2-0.16.0-1.el8.noarch 262/265 DEBUG: Installing : python3-testresources-2.0.1-1.el8.noarch 263/265 DEBUG: Installing : python3-retrying-1.3.3-1.el8.noarch 264/265 DEBUG: Installing : python3-defusedxml-0.7.1-1.el8.noarch 265/265 DEBUG: Running scriptlet: texlive-base-7:20180414-25.el8.noarch 265/265 DEBUG: Running scriptlet: python3-defusedxml-0.7.1-1.el8.noarch 265/265 DEBUG: Running scriptlet: desktop-file-utils-0.23-8.el8.x86_64 265/265 DEBUG: Running scriptlet: texlive-kpathsea-7:20180414-25.el8.x86_64 265/265 DEBUG: Verifying : python3-barbicanclient-5.1.0-0.20210316154446.ad 1/265 DEBUG: Verifying : python3-cinderclient-7.4.1-0.20210903082820.4f72 2/265 DEBUG: Verifying : python3-keystoneclient-1:4.3.0-0.20220713080823. 3/265 DEBUG: Verifying : python3-os-brick-4.3.4-0.20221108113851.cf69f92. 4/265 DEBUG: Verifying : python3-os-service-types-1.7.0-0.20210315154727. 5/265 DEBUG: Verifying : python3-oslotest-4.4.1-0.20210315103354.aaf3a72. 6/265 DEBUG: Verifying : python3-stevedore-3.3.3-0.20221024072403.7b48fff 7/265 DEBUG: Verifying : python-oslo-cache-lang-2.7.1-0.20220301090510.d0 8/265 DEBUG: Verifying : python-oslo-concurrency-lang-4.4.0-0.20210315114 9/265 DEBUG: Verifying : python-oslo-db-lang-8.5.2-0.20221007170041.26fd6 10/265 DEBUG: Verifying : python-oslo-i18n-lang-5.0.1-0.20210315103856.731 11/265 DEBUG: Verifying : python-oslo-log-lang-4.4.0-0.20210315105132.9b29 12/265 DEBUG: Verifying : python-oslo-middleware-lang-4.2.1-0.202202250804 13/265 DEBUG: Verifying : python-oslo-policy-lang-3.7.1-0.20220119091831.6 14/265 DEBUG: Verifying : python-oslo-privsep-lang-2.5.1-0.20220225073628. 15/265 DEBUG: Verifying : python-oslo-utils-lang-4.8.2-0.20220428092247.a3 16/265 DEBUG: Verifying : python-pycadf-common-3.1.1-0.20210315104351.4179 17/265 DEBUG: Verifying : python3-automaton-2.3.1-0.20220228091836.4a3e539 18/265 DEBUG: Verifying : python3-cliff-3.7.0-0.20210315123449.117a100.el8 19/265 DEBUG: Verifying : python3-cursive-0.2.2-0.20210312092435.d7cea1f.e 20/265 DEBUG: Verifying : python3-debtcollector-2.2.0-0.20210315103218.649 21/265 DEBUG: Verifying : python3-futurist-2.3.0-0.20210315104620.1a1c6f8. 22/265 DEBUG: Verifying : python3-os-win-5.4.0-0.20210315114029.cce95b4.el 23/265 DEBUG: Verifying : python3-oslo-cache-2.7.1-0.20220301090510.d0252f 24/265 DEBUG: Verifying : python3-oslo-concurrency-4.4.0-0.20210315114231. 25/265 DEBUG: Verifying : python3-oslo-config-2:8.5.1-0.20210907102309.de1 26/265 DEBUG: Verifying : python3-oslo-context-3.2.1-0.20211026071333.b124 27/265 DEBUG: Verifying : python3-oslo-db-8.5.2-0.20221007170041.26fd6fb.e 28/265 DEBUG: Verifying : python3-oslo-i18n-5.0.1-0.20210315103856.73187bd 29/265 DEBUG: Verifying : python3-oslo-log-4.4.0-0.20210315105132.9b29c90. 30/265 DEBUG: Verifying : python3-oslo-messaging-12.7.3-0.20220428091418.5 31/265 DEBUG: Verifying : python3-oslo-middleware-4.2.1-0.20220225080425.b 32/265 DEBUG: Verifying : python3-oslo-policy-3.7.1-0.20220119091831.639b4 33/265 DEBUG: Verifying : python3-oslo-privsep-2.5.1-0.20220225073628.1634 34/265 DEBUG: Verifying : python3-oslo-reports-2.2.0-0.20210315105955.bc63 35/265 DEBUG: Verifying : python3-oslo-rootwrap-6.3.1-0.20220228095841.1b1 36/265 DEBUG: Verifying : python3-oslo-serialization-4.1.1-0.2022022508233 37/265 DEBUG: Verifying : python3-oslo-service-2.5.1-0.20220201082833.c1e3 38/265 DEBUG: Verifying : python3-oslo-upgradecheck-1.3.1-0.20220225074957 39/265 DEBUG: Verifying : python3-oslo-utils-4.8.2-0.20220428092247.a38b56 40/265 DEBUG: Verifying : python3-osprofiler-3.4.0-0.20210315111211.5d82a0 41/265 DEBUG: Verifying : python3-pycadf-3.1.1-0.20210315104351.4179996.el 42/265 DEBUG: Verifying : python3-taskflow-4.6.0-0.20210315120753.0f7c6e9. 43/265 DEBUG: Verifying : python3-wsme-0.10.1-0.20220104140414.63fe135.el8 44/265 DEBUG: Verifying : python3-glance-store-2.5.1-0.20220628072358.5f1c 45/265 DEBUG: Verifying : python3-castellan-3.7.2-0.20210907102711.3775cf4 46/265 DEBUG: Verifying : python3-keystoneauth1-4.3.1-0.20210315155409.112 47/265 DEBUG: Verifying : python3-keystonemiddleware-9.2.0-0.2021031605290 48/265 DEBUG: Verifying : cryptsetup-2.3.7-2.el8.x86_64 49/265 DEBUG: Verifying : dejavu-fonts-common-2.35-7.el8.noarch 50/265 DEBUG: Verifying : dejavu-sans-fonts-2.35-7.el8.noarch 51/265 DEBUG: Verifying : device-mapper-event-8:1.02.181-6.el8.x86_64 52/265 DEBUG: Verifying : device-mapper-event-libs-8:1.02.181-6.el8.x86_64 53/265 DEBUG: Verifying : device-mapper-multipath-0.8.4-31.el8.x86_64 54/265 DEBUG: Verifying : device-mapper-multipath-libs-0.8.4-31.el8.x86_64 55/265 DEBUG: Verifying : device-mapper-persistent-data-0.9.0-7.el8.x86_64 56/265 DEBUG: Verifying : e2fsprogs-libs-1.45.6-5.el8.x86_64 57/265 DEBUG: Verifying : gettext-common-devel-0.19.8.1-17.el8.noarch 58/265 DEBUG: Verifying : gettext-devel-0.19.8.1-17.el8.x86_64 59/265 DEBUG: Verifying : groff-base-1.22.3-18.el8.x86_64 60/265 DEBUG: Verifying : gssproxy-0.8.0-21.el8.x86_64 61/265 DEBUG: Verifying : iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x 62/265 DEBUG: Verifying : iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f 63/265 DEBUG: Verifying : isns-utils-libs-0.99-1.el8.x86_64 64/265 DEBUG: Verifying : keyutils-1.5.10-9.el8.x86_64 65/265 DEBUG: Verifying : libaio-0.3.112-1.el8.x86_64 66/265 DEBUG: Verifying : libbasicobjects-0.1.1-40.el8.x86_64 67/265 DEBUG: Verifying : libcollection-0.7.0-40.el8.x86_64 68/265 DEBUG: Verifying : libevent-2.1.8-5.el8.x86_64 69/265 DEBUG: Verifying : libgfortran-8.5.0-17.el8.x86_64 70/265 DEBUG: Verifying : libini_config-1.3.1-40.el8.x86_64 71/265 DEBUG: Verifying : libnfsidmap-1:2.3.3-57.el8.x86_64 72/265 DEBUG: Verifying : libpath_utils-0.2.1-40.el8.x86_64 73/265 DEBUG: Verifying : libquadmath-8.5.0-17.el8.x86_64 74/265 DEBUG: Verifying : libref_array-0.1.5-40.el8.x86_64 75/265 DEBUG: Verifying : libselinux-utils-2.9-6.el8.x86_64 76/265 DEBUG: Verifying : libsysfs-2.1.0-25.el8.x86_64 77/265 DEBUG: Verifying : libxslt-1.1.32-6.el8.x86_64 78/265 DEBUG: Verifying : libyaml-0.1.7-5.el8.x86_64 79/265 DEBUG: Verifying : lsscsi-0.32-3.el8.x86_64 80/265 DEBUG: Verifying : lvm2-8:2.03.14-6.el8.x86_64 81/265 DEBUG: Verifying : lvm2-libs-8:2.03.14-6.el8.x86_64 82/265 DEBUG: Verifying : lzo-2.08-14.el8.x86_64 83/265 DEBUG: Verifying : m4-1.4.18-7.el8.x86_64 84/265 DEBUG: Verifying : nfs-utils-1:2.3.3-57.el8.x86_64 85/265 DEBUG: Verifying : perl-Carp-1.42-396.el8.noarch 86/265 DEBUG: Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 87/265 DEBUG: Verifying : perl-Encode-4:2.97-3.el8.x86_64 88/265 DEBUG: Verifying : perl-Errno-1.28-421.el8.x86_64 89/265 DEBUG: Verifying : perl-Exporter-5.72-396.el8.noarch 90/265 DEBUG: Verifying : perl-File-Path-2.15-2.el8.noarch 91/265 DEBUG: Verifying : perl-File-Temp-0.230.600-1.el8.noarch 92/265 DEBUG: Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 93/265 DEBUG: Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 94/265 DEBUG: Verifying : perl-IO-1.38-421.el8.x86_64 95/265 DEBUG: Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 96/265 DEBUG: Verifying : perl-PathTools-3.74-1.el8.x86_64 97/265 DEBUG: Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 98/265 DEBUG: Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 99/265 DEBUG: Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 100/265 DEBUG: Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 101/265 DEBUG: Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 102/265 DEBUG: Verifying : perl-Socket-4:2.027-3.el8.x86_64 103/265 DEBUG: Verifying : perl-Storable-1:3.11-3.el8.x86_64 104/265 DEBUG: Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 105/265 DEBUG: Verifying : perl-Term-Cap-1.17-395.el8.noarch 106/265 DEBUG: Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 107/265 DEBUG: Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 108/265 DEBUG: Verifying : perl-Time-Local-1:1.280-1.el8.noarch 109/265 DEBUG: Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 110/265 DEBUG: Verifying : perl-constant-1.33-396.el8.noarch 111/265 DEBUG: Verifying : perl-interpreter-4:5.26.3-421.el8.x86_64 112/265 DEBUG: Verifying : perl-libs-4:5.26.3-421.el8.x86_64 113/265 DEBUG: Verifying : perl-macros-4:5.26.3-421.el8.x86_64 114/265 DEBUG: Verifying : perl-parent-1:0.237-1.el8.noarch 115/265 DEBUG: Verifying : perl-podlators-4.11-1.el8.noarch 116/265 DEBUG: Verifying : perl-threads-1:2.21-2.el8.x86_64 117/265 DEBUG: Verifying : perl-threads-shared-1.58-2.el8.x86_64 118/265 DEBUG: Verifying : policycoreutils-2.9-20.el8.x86_64 119/265 DEBUG: Verifying : python3-dateutil-1:2.6.1-6.el8.noarch 120/265 DEBUG: Verifying : python3-inotify-0.9.6-13.el8.noarch 121/265 DEBUG: Verifying : quota-1:4.04-14.el8.x86_64 122/265 DEBUG: Verifying : quota-nls-1:4.04-14.el8.noarch 123/265 DEBUG: Verifying : rpcbind-1.2.5-10.el8.x86_64 124/265 DEBUG: Verifying : sg3_utils-1.44-6.el8.x86_64 125/265 DEBUG: Verifying : sg3_utils-libs-1.44-6.el8.x86_64 126/265 DEBUG: Verifying : snappy-1.1.8-3.el8.x86_64 127/265 DEBUG: Verifying : tcl-1:8.6.8-2.el8.x86_64 128/265 DEBUG: Verifying : userspace-rcu-0.10.1-4.el8.x86_64 129/265 DEBUG: Verifying : autoconf-2.69-29.el8.noarch 130/265 DEBUG: Verifying : automake-1.16.1-7.el8.noarch 131/265 DEBUG: Verifying : desktop-file-utils-0.23-8.el8.x86_64 132/265 DEBUG: Verifying : intltool-0.51.0-11.el8.noarch 133/265 DEBUG: Verifying : libev-4.24-6.el8.x86_64 134/265 DEBUG: Verifying : libverto-libev-0.3.2-2.el8.x86_64 135/265 DEBUG: Verifying : openblas-0.3.15-4.el8.x86_64 136/265 DEBUG: Verifying : openblas-threads-0.3.15-4.el8.x86_64 137/265 DEBUG: Verifying : perl-Digest-1.17-395.el8.noarch 138/265 DEBUG: Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 139/265 DEBUG: Verifying : perl-Filter-2:1.58-2.el8.x86_64 140/265 DEBUG: Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 141/265 DEBUG: Verifying : perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be 142/265 DEBUG: Verifying : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+de 143/265 DEBUG: Verifying : perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595 144/265 DEBUG: Verifying : perl-Text-Unidecode-1.30-5.el8.noarch 145/265 DEBUG: Verifying : perl-Thread-Queue-3.13-1.el8.noarch 146/265 DEBUG: Verifying : perl-URI-1.73-3.el8.noarch 147/265 DEBUG: Verifying : perl-XML-Parser-2.44-11.el8.x86_64 148/265 DEBUG: Verifying : perl-XML-XPath-1.42-3.el8.noarch 149/265 DEBUG: Verifying : perl-encoding-4:2.22-3.el8.x86_64 150/265 DEBUG: Verifying : perl-libnet-3.11-3.el8.noarch 151/265 DEBUG: Verifying : perl-open-1.11-421.el8.noarch 152/265 DEBUG: Verifying : python3-PyMySQL-0.10.1-2.module_el8.5.0+761+faac 153/265 DEBUG: Verifying : python3-attrs-17.4.0-6.el8.noarch 154/265 DEBUG: Verifying : python3-cairo-1.16.3-6.el8.x86_64 155/265 DEBUG: Verifying : python3-html5lib-1:0.999999999-6.el8.noarch 156/265 DEBUG: Verifying : python3-lxml-4.2.3-4.el8.x86_64 157/265 DEBUG: Verifying : python3-mako-1.0.6-13.el8.noarch 158/265 DEBUG: Verifying : python3-netaddr-0.7.19-8.el8.noarch 159/265 DEBUG: Verifying : python3-netifaces-0.10.6-4.el8.x86_64 160/265 DEBUG: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 161/265 DEBUG: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 162/265 DEBUG: Verifying : python3-pillow-5.1.1-18.el8.x86_64 163/265 DEBUG: Verifying : python3-prettytable-0.7.2-14.el8.noarch 164/265 DEBUG: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 165/265 DEBUG: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 166/265 DEBUG: Verifying : python3-tkinter-3.6.8-49.el8.x86_64 167/265 DEBUG: Verifying : python3-webencodings-0.5.1-6.el8.noarch 168/265 DEBUG: Verifying : qemu-img-15:6.2.0-20.module_el8.7.0+1218+f626c2f 169/265 DEBUG: Verifying : sysfsutils-2.1.0-25.el8.x86_64 170/265 DEBUG: Verifying : texlive-base-7:20180414-25.el8.noarch 171/265 DEBUG: Verifying : texlive-dvipng-7:20180414-25.el8.x86_64 172/265 DEBUG: Verifying : texlive-kpathsea-7:20180414-25.el8.x86_64 173/265 DEBUG: Verifying : texlive-lib-7:20180414-25.el8.x86_64 174/265 DEBUG: Verifying : texlive-tetex-7:20180414-25.el8.noarch 175/265 DEBUG: Verifying : texlive-texlive.infra-7:20180414-25.el8.noarch 176/265 DEBUG: Verifying : tk-1:8.6.8-1.el8.x86_64 177/265 DEBUG: Verifying : xdg-utils-1.1.2-5.el8.noarch 178/265 DEBUG: Verifying : libaec-1.0.2-3.el8.x86_64 179/265 DEBUG: Verifying : blosc-1.20.1-1.el8.x86_64 180/265 DEBUG: Verifying : hdf5-1.10.5-5.el8.x86_64 181/265 DEBUG: Verifying : libqhull-1:7.2.1-2.el8.x86_64 182/265 DEBUG: Verifying : libsodium-1.0.18-2.el8.x86_64 183/265 DEBUG: Verifying : python3-Bottleneck-1.2.1-13.el8.x86_64 184/265 DEBUG: Verifying : python3-alembic-1.4.3-1.el8.noarch 185/265 DEBUG: Verifying : python3-amqp-5.0.5-1.el8.noarch 186/265 DEBUG: Verifying : python3-beautifulsoup4-4.9.3-1.el8.noarch 187/265 DEBUG: Verifying : python3-boto-2.49.0-4.el8.noarch 188/265 DEBUG: Verifying : python3-cachetools-4.2.0-1.el8.noarch 189/265 DEBUG: Verifying : python3-certifi-2018.10.15-8.el8.noarch 190/265 DEBUG: Verifying : python3-cmd2-1.4.0-1.1.el8.noarch 191/265 DEBUG: Verifying : python3-colorama-0.4.3-3.el8.noarch 192/265 DEBUG: Verifying : python3-cssselect-0.9.2-13.el8.noarch 193/265 DEBUG: Verifying : python3-cycler-0.10.0-13.el8.noarch 194/265 DEBUG: Verifying : python3-ddt-1.2.1-4.el8.noarch 195/265 DEBUG: Verifying : python3-decorator-4.4.0-5.el8.noarch 196/265 DEBUG: Verifying : python3-defusedxml-0.7.1-1.el8.noarch 197/265 DEBUG: Verifying : python3-dogpile-cache-1.1.5-1.1.el8.noarch 198/265 DEBUG: Verifying : python3-dulwich-0.20.11-1.el8.x86_64 199/265 DEBUG: Verifying : python3-editor-1.0.4-4.el8.noarch 200/265 DEBUG: Verifying : python3-etcd3gw-0.2.5-1.el8.noarch 201/265 DEBUG: Verifying : python3-extras-1.0.0-10.el8.noarch 202/265 DEBUG: Verifying : python3-fasteners-0.14.1-20.el8.noarch 203/265 DEBUG: Verifying : python3-fixtures-3.0.0-16.el8.noarch 204/265 DEBUG: Verifying : python3-future-0.18.2-3.el8.noarch 205/265 DEBUG: Verifying : python3-importlib-metadata-1.7.0-1.el8.noarch 206/265 DEBUG: Verifying : python3-iso8601-0.1.12-3.el8.noarch 207/265 DEBUG: Verifying : python3-jeepney-0.4.3-1.el8.noarch 208/265 DEBUG: Verifying : python3-jsonschema-3.2.0-5.el8.noarch 209/265 DEBUG: Verifying : python3-keyring-21.0.0-1.el8.noarch 210/265 DEBUG: Verifying : python3-kiwisolver-1.1.0-4.el8.x86_64 211/265 DEBUG: Verifying : python3-kombu-1:5.0.2-1.el8.noarch 212/265 DEBUG: Verifying : python3-matplotlib-3.1.1-2.el8.x86_64 213/265 DEBUG: Verifying : python3-matplotlib-data-3.1.1-2.el8.noarch 214/265 DEBUG: Verifying : python3-matplotlib-data-fonts-3.1.1-2.el8.noarch 215/265 DEBUG: Verifying : python3-matplotlib-tk-3.1.1-2.el8.x86_64 216/265 DEBUG: Verifying : python3-memcached-1.59-1.el8.noarch 217/265 DEBUG: Verifying : python3-migrate-0.13.0-1.el8.noarch 218/265 DEBUG: Verifying : python3-mock-3.0.5-7.el8.noarch 219/265 DEBUG: Verifying : python3-msgpack-1.0.2-1.el8.x86_64 220/265 DEBUG: Verifying : python3-networkx-2.5-1.el8.noarch 221/265 DEBUG: Verifying : python3-numexpr-2.7.1-1.el8.x86_64 222/265 DEBUG: Verifying : python3-pandas-0.25.3-1.el8.x86_64 223/265 DEBUG: Verifying : python3-paste-3.5.0-1.el8.noarch 224/265 DEBUG: Verifying : python3-paste-deploy-2.1.1-1.el8.noarch 225/265 DEBUG: Verifying : python3-psutil-5.7.3-1.el8.x86_64 226/265 DEBUG: Verifying : python3-pyasn1-0.4.6-3.el8.noarch 227/265 DEBUG: Verifying : python3-pydot-1.4.1-1.el8.noarch 228/265 DEBUG: Verifying : python3-pygraphviz-1.5-9.el8.x86_64 229/265 DEBUG: Verifying : python3-pynacl-1.4.0-1.el8.x86_64 230/265 DEBUG: Verifying : python3-pyngus-2.3.0-4.el8.noarch 231/265 DEBUG: Verifying : python3-pyperclip-1.8.0-2.el8.noarch 232/265 DEBUG: Verifying : python3-pyrsistent-0.17.3-1.el8.x86_64 233/265 DEBUG: Verifying : python3-pyyaml-5.4.1-2.el8.x86_64 234/265 DEBUG: Verifying : python3-repoze-lru-0.7-6.el8.noarch 235/265 DEBUG: Verifying : python3-retrying-1.3.3-1.el8.noarch 236/265 DEBUG: Verifying : python3-rfc3986-1.4.0-3.el8.noarch 237/265 DEBUG: Verifying : python3-routes-2.4.1-12.el8.noarch 238/265 DEBUG: Verifying : python3-rsa-4.6-2.el8.noarch 239/265 DEBUG: Verifying : python3-secretstorage-3.1.1-4.el8.noarch 240/265 DEBUG: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 241/265 DEBUG: Verifying : python3-simplejson-3.17.2-2.el8.x86_64 242/265 DEBUG: Verifying : python3-soupsieve-2.1.0-1.el8.noarch 243/265 DEBUG: Verifying : python3-sqlparse-0.3.1-3.el8.noarch 244/265 DEBUG: Verifying : python3-statsd-3.2.1-16.el8.noarch 245/265 DEBUG: Verifying : python3-stestr-2.6.0-4.el8.noarch 246/265 DEBUG: Verifying : python3-subunit-1.4.0-1.el8.noarch 247/265 DEBUG: Verifying : python3-tables-3.5.2-6.el8.x86_64 248/265 DEBUG: Verifying : python3-tempita-0.5.1-25.el8.noarch 249/265 DEBUG: Verifying : python3-tenacity-6.2.0-1.el8.noarch 250/265 DEBUG: Verifying : python3-testresources-2.0.1-1.el8.noarch 251/265 DEBUG: Verifying : python3-testtools-2.5.0-3.el8.noarch 252/265 DEBUG: Verifying : python3-vine-5.0.0-2.el8.noarch 253/265 DEBUG: Verifying : python3-voluptuous-0.12.1-1.el8.noarch 254/265 DEBUG: Verifying : python3-wcwidth-0.2.5-2.el8.noarch 255/265 DEBUG: Verifying : python3-webob-1.8.6-3.el8.noarch 256/265 DEBUG: Verifying : python3-wrapt-1.12.1-3.el8.x86_64 257/265 DEBUG: Verifying : python3-yappi-1.3.0-1.el8.x86_64 258/265 DEBUG: Verifying : python3-zipp-3.4.0-1.el8.noarch 259/265 DEBUG: Verifying : python3-httplib2-0.16.0-1.el8.noarch 260/265 DEBUG: Verifying : python3-openstackdocstheme-2.2.6-1.el8.noarch 261/265 DEBUG: Verifying : python3-pyxattr-0.7.1-2.el8.x86_64 262/265 DEBUG: Verifying : python3-sphinxcontrib-apidoc-0.2.1-13.el8.noarch 263/265 DEBUG: Verifying : python3-qpid-proton-0.35.0-3.el8s.x86_64 264/265 DEBUG: Verifying : qpid-proton-c-0.35.0-3.el8s.x86_64 265/265 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-2.el8.x86_64 DEBUG: dejavu-fonts-common-2.35-7.el8.noarch DEBUG: dejavu-sans-fonts-2.35-7.el8.noarch DEBUG: desktop-file-utils-0.23-8.el8.x86_64 DEBUG: device-mapper-event-8:1.02.181-6.el8.x86_64 DEBUG: device-mapper-event-libs-8:1.02.181-6.el8.x86_64 DEBUG: device-mapper-multipath-0.8.4-31.el8.x86_64 DEBUG: device-mapper-multipath-libs-0.8.4-31.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-17.el8.x86_64 DEBUG: libini_config-1.3.1-40.el8.x86_64 DEBUG: libnfsidmap-1:2.3.3-57.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-17.el8.x86_64 DEBUG: libref_array-0.1.5-40.el8.x86_64 DEBUG: libselinux-utils-2.9-6.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-6.el8.x86_64 DEBUG: lvm2-libs-8:2.03.14-6.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-57.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-421.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-421.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-421.el8.x86_64 DEBUG: perl-libnet-3.11-3.el8.noarch DEBUG: perl-libs-4:5.26.3-421.el8.x86_64 DEBUG: perl-macros-4:5.26.3-421.el8.x86_64 DEBUG: perl-open-1.11-421.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-20.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-13.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.20221108113851.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-49.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-20.module_el8.7.0+1218+f626c2ff.1.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-25.el8.noarch DEBUG: texlive-dvipng-7:20180414-25.el8.x86_64 DEBUG: texlive-kpathsea-7:20180414-25.el8.x86_64 DEBUG: texlive-lib-7:20180414-25.el8.x86_64 DEBUG: texlive-tetex-7:20180414-25.el8.noarch DEBUG: texlive-texlive.infra-7:20180414-25.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.1-0.20221108115401.677c89c.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', '486cbe3a7c024b3ebc819ff66da4256a', '-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-Getopt-Long-1:2.50-4.el8.noarch 1557587920 139724 8402f4c723f38564bab926f618d4a638 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-Carp-1.42-396.el8.noarch 1557587758 41852 4b23c1071bd0bd3f46aa4bc06d3cc6bb installed DEBUG: gcc-plugin-annobin-8.5.0-17.el8.x86_64 1665868801 49376 0a832844d23f17d50a6868e8ab23a05c installed DEBUG: adobe-mappings-cmap-20171205-3.el8.noarch 1557787815 13746679 5904158c62f46bb518f6445e49044e60 installed DEBUG: perl-parent-1:0.237-1.el8.noarch 1557587944 9187 3a1e8a3596d9a3ca9021a40c141adca3 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-File-Path-2.15-2.el8.noarch 1557587944 64920 26125ecafbd51e07539b96c2699308bd 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-threads-1:2.21-2.el8.x86_64 1557588231 109155 1a94ed19723e65a29945e59d8dfb5cf4 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: autoconf-2.69-29.el8.noarch 1625771714 2323009 59a015e7a9a4278ed20e74d016c78a41 installed DEBUG: urw-base35-z003-fonts-20170801-10.el8.noarch 1557812133 400088 0b8313e3b9335f0786c2adf4c8eedb6e installed DEBUG: libssh-config-0.9.6-3.el8.noarch 1636621726 277 25d67b33c637dc44ec5f0f13ad250765 installed DEBUG: perl-XML-XPath-1.42-3.el8.noarch 1557806626 206382 abd11e57a8474fc3ddd8ab1649e275ca 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-kpathsea-7:20180414-25.el8.x86_64 1638609507 1963575 3942d709e46142bb10e349dac597ff62 installed DEBUG: git-core-2.31.1-2.el8.x86_64 1638465250 25765677 0a8fa357370d0ca5e3c01754627cb6da installed DEBUG: centos-stream-release-8.6-1.el8.noarch 1631593927 26489 da424ed8dbfe39ac8f25eb609e365312 installed DEBUG: gettext-common-devel-0.19.8.1-17.el8.noarch 1573232179 397912 0383d8a86aba24f71729c918d949d967 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: nfs-utils-1:2.3.3-57.el8.x86_64 1659784003 1637116 2f27e14f2eb7211fb3062f8f4b51ee36 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-3.1.1-2.el8.x86_64 1579970243 14637631 ee508da5b516e634851bad2a224a4cb8 installed DEBUG: efi-srpm-macros-3-3.el8.noarch 1605562930 39223 a3b1b70e34d0e5bc276f89fe7bb6e7ea installed DEBUG: glibc-2.28-216.el8.x86_64 1665863238 6717776 71d9563c9c212dcf2a0a5e3a043f97d6 installed DEBUG: python3-oslo-rootwrap-6.3.1-0.20220228095841.1b1b960.el8.noarch 1646042517 106225 b209f9e629ff75f454db331f7913d71e 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-policy-lang-3.7.1-0.20220119091831.639b471.el8.noarch 1642584082 14081 53101d5b853432e6c881c5f2b6423860 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: python3-oslo-i18n-5.0.1-0.20210315103856.73187bd.el8.noarch 1615804784 184307 6962d4b3140302281ec13708a23ef741 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-log-4.4.0-0.20210315105132.9b29c90.el8.noarch 1615805583 166201 ed35fb604e5570ea2439e365474a20a6 installed DEBUG: python3-rpm-generators-5-7.el8.noarch 1626973556 56706 844a2dcfc27867543f7823bd6789369b installed DEBUG: libuuid-2.32.1-38.el8.x86_64 1661533745 35064 69981ab6c99f56ee0ae8aa4e9c3793c4 installed DEBUG: python3-oslo-middleware-4.2.1-0.20220225080425.b40ca5f.el8.noarch 1645776478 156847 4b8b3bbfa55964fcecc1b3dea6727b8b installed DEBUG: python3-packaging-20.4-1.el8.noarch 1595581848 226606 6f20a53089845f7e03e43811ab4594da installed DEBUG: sqlite-libs-3.26.0-16.el8.x86_64 1663241669 1166529 cd62a6652a2e5ca917762e28132f3848 installed DEBUG: python3-oslo-service-2.5.1-0.20220201082833.c1e3398.el8.noarch 1643704296 226208 844150985a4eeb0b96250ed0fee5ad2f 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: python-oslo-cache-lang-2.7.1-0.20220301090510.d0252f6.el8.noarch 1646125705 28475 d896773164ff4b78a4a738601b99dc62 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-keystoneclient-1:4.3.0-0.20220713080823.d5cb761.el8.noarch 1657700086 1181018 180770adb2be75c1f73979425e630362 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-glance-store-2.5.1-0.20220628072358.5f1cee6.el8.noarch 1656401384 1637896 421352ded4fb211258c9b9603f2f4933 installed DEBUG: ImageMagick-6.7.8.9-18.el8.x86_64 1580388743 8917343 cdf347dd516a971569a9020371400933 installed DEBUG: libgomp-8.5.0-17.el8.x86_64 1665868801 331975 db11abe9c2416aadf59f62d2d9c94e53 installed DEBUG: python3-oslo-db-8.5.2-0.20221007170041.26fd6fb.el8.noarch 1665162338 590291 0d231409ae92b061475e69df3cf66f62 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: intltool-0.51.0-11.el8.noarch 1557795333 173158 3494f518cfb0a0183dd4cdfe1ff7d9d1 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-boto-2.49.0-4.el8.noarch 1580288395 9275341 32c5e8b46073757792b53dca9237e12c installed DEBUG: python3-webob-1.8.6-3.el8.noarch 1599578765 1265395 39e76afdc5efada9bbbff0772ed9c5ae installed DEBUG: libksba-1.3.5-8.el8.x86_64 1666883247 334063 e71ea5c3e703065b0f4d79c299854a61 installed DEBUG: python3-sphinxcontrib-apidoc-0.2.1-13.el8.noarch 1579985664 33037 a78d240aac322e1fbe13e0343234e359 installed DEBUG: python3-dateutil-1:2.6.1-6.el8.noarch 1557588521 596677 e1f1417da4b0cd49312a7874c640c923 installed DEBUG: glibc-headers-2.28-216.el8.x86_64 1665863238 2030818 474c4a94d88b313dae91ad0618664789 installed DEBUG: python3-retrying-1.3.3-1.el8.noarch 1606208641 43199 0fe0bea3183ebef61f6106ba7cb6fc45 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-17.el8.x86_64 1665868801 305370 860da87ba3920684696054a69f8e7437 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-49.el8.x86_64 1666777951 1556588 4630612d125d4ab97a2944089a4eb80f installed DEBUG: libpkgconf-1.4.2-1.el8.x86_64 1557540110 68093 c1d476e8247ae535374ebffccfb2ca5c installed DEBUG: device-mapper-event-8:1.02.181-6.el8.x86_64 1660245213 48434 33e70b6e07a2f51827e6f44bc282eebb 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-26.el8.x86_64 1665811926 597568 956b73f177fa0d0c644ba5e5d77bd40a installed DEBUG: python3-cairo-1.16.3-6.el8.x86_64 1557807250 324125 9ba0ca0e7cac019c8a2447d9afaac896 installed DEBUG: elfutils-default-yama-scope-0.187-4.el8.noarch 1653246872 1810 5d0fd7e04e5f222be39b8736a25554ae installed DEBUG: desktop-file-utils-0.23-8.el8.x86_64 1557789982 256421 2679b28b52450916b151867f782f347e installed DEBUG: procps-ng-3.3.15-9.el8.x86_64 1661339560 901052 f19d94c26da8a40522d07202f3af9431 installed DEBUG: sg3_utils-libs-1.44-6.el8.x86_64 1656003983 262217 5b91978e13f9301c9b038bda159cf043 installed DEBUG: kpartx-0.8.4-31.el8.x86_64 1666724737 77435 b1c66fdbcb02a55c841daf8eab60b2dc installed DEBUG: m4-1.4.18-7.el8.x86_64 1557586623 379304 65b81ee9fe7f8936bafa29901124e3a4 installed DEBUG: openssl-pkcs11-0.4.10-2.el8.x86_64 1586223943 203682 9a2c23dbc9a900d35ee9f8bab803fb3b installed DEBUG: libyaml-0.1.7-5.el8.x86_64 1557586361 136478 7c8bef326f7edfab7928fbaaeee8c652 installed DEBUG: dbus-common-1:1.12.8-23.el8.noarch 1662548922 11044 b1cd511a820d744092bcce774d54133a installed DEBUG: python3-beautifulsoup4-4.9.3-1.el8.noarch 1605883264 1021765 c6c091bb0327a60c3f9614fcda930a4d installed DEBUG: dbus-tools-1:1.12.8-23.el8.x86_64 1662548853 124931 cf2d3e37a10660a4da709c795e72333f installed DEBUG: libselinux-utils-2.9-6.el8.x86_64 1660612191 306028 1d82e588dfa08e53d8a934636c540778 installed DEBUG: libblkid-2.32.1-38.el8.x86_64 1661533745 343960 9fcea0cb91a3bcaad5e9de68fe85e9b0 installed DEBUG: libini_config-1.3.1-40.el8.x86_64 1653937745 154878 768d944f85c501702a7f2c220046912f installed DEBUG: openssl-libs-1:1.1.1k-7.el8.x86_64 1661958117 3765666 8eb13b17295626e2c6217ec00d51d42c installed DEBUG: keyutils-1.5.10-9.el8.x86_64 1624079346 120694 09c8291c5094a91b9f2a9c26988c85a1 installed DEBUG: kmod-libs-25-19.el8.x86_64 1638465389 126632 4a391dfbf0ad1f6e002b5c69bf61915f installed DEBUG: groff-base-1.22.3-18.el8.x86_64 1559058519 4216866 6ed091baa7cbbcf9205fce2f24fa48cb installed DEBUG: libutempter-1.1.6-14.el8.x86_64 1557538847 52637 d8773aceac7955c99c3d89a95568c180 installed DEBUG: perl-libnet-3.11-3.el8.noarch 1557805081 277135 84cf9f5f0d65cd76fdc6916aa342c1f3 installed DEBUG: util-linux-2.32.1-38.el8.x86_64 1661533745 11566945 bae7c58557572a663de48ebd2111c4cf installed DEBUG: perl-Time-Local-1:1.280-1.el8.noarch 1557588254 59906 d9ff68ed7dce4a5bb9a13c85270f9908 installed DEBUG: gettext-0.19.8.1-17.el8.x86_64 1573236536 5412553 b0c5f450b122286eb0d173e9c1aaa23d installed DEBUG: perl-Term-ANSIColor-4.06-396.el8.noarch 1557588250 89627 c0fc2f73ed2179d13f01ef64e42008ad installed DEBUG: gnutls-3.6.16-5.el8.x86_64 1663241319 3007959 959ff69705924fd6f7d262e5f4c71d09 installed DEBUG: perl-Pod-Simple-1:3.35-395.el8.noarch 1557588149 543719 4634886be1066e76224760899bd706d5 installed DEBUG: trousers-0.3.15-1.el8.x86_64 1605566220 379862 235c760ad73fd5580c2d3fe9a67ea520 installed DEBUG: perl-Pod-Usage-4:1.69-395.el8.noarch 1557588152 49721 7ca3785d080ee4a20cb030cff8d14650 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-43.el8.noarch 1659150343 5200 2a28290ec0cae65f0315404286293167 installed DEBUG: gcc-8.5.0-17.el8.x86_64 1665868801 61733614 e08ae2df5a5220ac3aec8bcc9918100c installed DEBUG: google-droid-sans-fonts-20120715-13.el8.noarch 1557792636 6229278 ae5337d5ef62351fcad39143150dd6bf installed DEBUG: annobin-10.67-3.el8.x86_64 1658840838 991292 79f10a0eece3b47cc13be30d505a86e0 installed DEBUG: python3-rpm-macros-3-43.el8.noarch 1659150343 3652 e6c0e16b79e8d5d032d99aac99c6c54a installed DEBUG: python3-docutils-0.14-12.module_el8.5.0+761+faacb0fb.noarch 1620074374 6160361 7208bbbba42890e2682ab5ef40c790e4 installed DEBUG: tzdata-2022d-1.el8.noarch 1664968190 1799525 332b79fbd8b3e2757fa1090766134411 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-408.el8.x86_64 1658167418 5472767 c3897d7a186bd146d66244d6664b4499 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-16.el8.x86_64 1656724240 2569564 869c005e7881dd189d5a545fe01f8803 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-6.el8.x86_64 1660612191 173144 296be0becfc6ea599a44f419c871bfa2 installed DEBUG: hicolor-icon-theme-0.17-2.el8.noarch 1557793701 73932 7fbb3efb70b3a17ca40662e89407d14b installed DEBUG: glibc-all-langpacks-2.28-216.el8.x86_64 1665863238 436435336 b58c10ccf93b7b6cb8fd6cdc2258aaa9 installed DEBUG: cups-libs-1:2.2.6-50.el8.x86_64 1657249705 948092 fe8a66003623de43a932cac33a067a99 installed DEBUG: glibc-common-2.28-216.el8.x86_64 1665863238 7997028 9eea1b9ef7ac0a448eff8d97513462ef 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-20.el8.x86_64 1662124014 199959 10bf9d9b2503c797b550b4496368eff8 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-17.el8.x86_64 1665868801 1857716 a3adc90a5609a05ccd37c9e15b0bcad8 installed DEBUG: python3-urllib3-1.25.10-4.el8.noarch 1615375209 671301 7e227c737a9e8bbdbc381acbd288ccfa installed DEBUG: elfutils-libelf-0.187-4.el8.x86_64 1653246764 1023493 bbf319a5c27091426e0f0045a9a46159 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-49.el8.x86_64 1666777951 717357 00c6252794ac897c0c8ac957b5aef9f3 installed DEBUG: libxml2-2.9.7-15.el8.x86_64 1662419252 1753098 efa01ef3390e4907ca3695e35f97f1e6 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-10.el8.x86_64 1665075966 315260 7eb474a198d26b296af453a9e1382726 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-4.el8.x86_64 1659431291 19191915 dcfd3a67d6f406d22e57961646c494ec installed DEBUG: libffi-3.1-23.el8.x86_64 1637989506 53828 b6bd26b8fe9869b4fe2da125c27f573d 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-24.el8.x86_64 1666883418 299206 eb6018d6aed6528da9e206e64f9aea78 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-2021.1.0-0.20210812101308.ce6a105.el8.noarch 1628763396 49057 bd04b0a621e85790e6e1ae92ccf200c8 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-6.el8.x86_64 1660245213 54932 bebb37d01cf48ab73e69761d5cfe94c1 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-3.el8.x86_64 1557538463 168725 6fb9739221265fd08745407c915f792d 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-25.el8.x86_64 1638609507 1279296 cdf121e9711c8663f5df0a9624c43874 installed DEBUG: nettle-3.4.1-7.el8.x86_64 1626361600 572273 cc09093997998b6a7fe5d42c13d2a331 installed DEBUG: python3-mako-1.0.6-13.el8.noarch 1557807741 552995 3114e2002b3061232e995a03ab5a490d 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-17.el8.x86_64 1665868801 2626504 da198d2f5ec85f2af5f79cf20872c911 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-8.el8.x86_64 1586228474 120823 f4896be49953be1b482184c8cb9f6e8c installed DEBUG: libXrandr-1.5.2-1.el8.x86_64 1592338501 49570 90e90d2dda89ab86d5b0fcc0e4a6b9f3 installed DEBUG: libXinerama-1.1.4-1.el8.x86_64 1557799917 15719 a58f333735db17b93d106a10499d219c installed DEBUG: libXdamage-1.1.4-14.el8.x86_64 1557799752 30432 5a6d7d7ded7b105fd1e101c7cba314e9 installed DEBUG: libXxf86vm-1.1.4-9.el8.x86_64 1557800208 26424 2e674cae50d672e67f5afc5b46afe913 installed DEBUG: 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-49.el8.x86_64 1666777951 32582382 72c2dcca75021a9cbfdf3ac66844b74d installed DEBUG: libssh-0.9.6-3.el8.x86_64 1636621680 517727 a32c2c616c821558f79bfaea8236cd3a installed DEBUG: platform-python-3.6.8-49.el8.x86_64 1666777951 41206 42ddd7de3e6d925ed3b2749ef3039bcb installed DEBUG: libkcapi-1.2.0-2.el8.x86_64 1592278935 80563 bc01bd73cc562d8c2dc51ec63a3f7737 installed DEBUG: libarchive-3.3.3-4.el8.x86_64 1658488421 838279 1eb225276c96a355b3182efd69832411 installed DEBUG: curl-7.61.1-26.el8.x86_64 1665811926 700917 e831b832bf65518214b9812f059d1027 installed DEBUG: openssl-1:1.1.1k-7.el8.x86_64 1661958117 1185196 ef6adbc86518bd3b9b551d158d05e4c6 installed DEBUG: crypto-policies-20211116-1.gitae470d6.el8.noarch 1637730499 73258 c2a3e42962d24f489418a00fc42f7c30 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-21.el8.x86_64 1658488555 2238059 42c531bd3daf3ea95221f0b6fef6074e installed DEBUG: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 1557538193 147122 7be9bc3ac6e7e4d56de085c410a8e20d installed DEBUG: device-mapper-8:1.02.181-6.el8.x86_64 1660245213 357910 2a35c879367c22b0eb9eb244610d3ff7 installed DEBUG: elfutils-libs-0.187-4.el8.x86_64 1653246764 713231 959bb298715b06fdd4a9e7e0c6ca1303 installed DEBUG: rpm-4.14.3-24.el8.x86_64 1666883418 2087262 78e96d8c15eafb39323d37a1f9f91322 installed DEBUG: libcroco-0.6.12-4.el8_2.1.x86_64 1599668606 330811 15aa0ca9c1889bdda4537f342f8df60d installed DEBUG: libfdisk-2.32.1-38.el8.x86_64 1661533745 438898 d76ea221626cf60055e5ed523d3fb1b5 installed DEBUG: dbus-libs-1:1.12.8-23.el8.x86_64 1662548853 380744 6aeb0501ef0b4e47b124603e9fe83ab1 installed DEBUG: which-2.21-18.el8.x86_64 1652159265 83324 11b5d623f80c7e8abf0572d40a357021 installed DEBUG: systemd-libs-239-68.el8.x86_64 1664492859 4588422 75faa3fd3ac40dadab9d1f3165652883 installed DEBUG: device-mapper-libs-8:1.02.181-6.el8.x86_64 1660245213 415663 40994f546fd96aa00e54e72132543b1c 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-2.el8.x86_64 1645945588 2145887 8199abf177d0016a72d2bafbeac70ea0 installed DEBUG: dbus-daemon-1:1.12.8-23.el8.x86_64 1662548853 559337 6e2fa048a2d738730ade9543a5bd6271 installed DEBUG: kbd-2.0.4-10.el8.x86_64 1595275221 1625949 d3c0ecad9da6a296d1e4a620e29973ac installed DEBUG: pam-1.3.1-24.el8.x86_64 1664485856 2644339 8158b6a30c0f26491d2a5807116daf73 installed DEBUG: systemd-pam-239-68.el8.x86_64 1664492859 923144 0789a8d386121db2f6e137dd151b4cca 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-23.el8.x86_64 1662548853 0 49f86595448b3daf54e43423e12c5c90 installed DEBUG: systemd-udev-239-68.el8.x86_64 1664492859 9347047 ce1d0e363ee4f5046eb35cf3ae654222 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-Storable-1:3.11-3.el8.x86_64 1557588165 221862 7575af2e91c5f435c050e1b3f453c9f3 installed DEBUG: perl-Errno-0:1.28-421.el8.x86_64 1636045854 9494 abeb87c7d057ab6270ea10f99f71247b installed DEBUG: perl-Encode-4:2.97-3.el8.x86_64 1557587918 10200695 9c13163ba1dba6de88e23119fbbb07c7 installed DEBUG: perl-Exporter-5.72-396.el8.noarch 1557587966 55719 4f56f0f2098313624fdcd567a5c644fc installed DEBUG: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 1557588181 124632 ae9fd554ccfa042dc074779abf5f2e58 installed DEBUG: perl-macros-4:5.26.3-421.el8.x86_64 1636045854 5184 ed709a794521e18f58adf98bf1195742 installed DEBUG: perl-Unicode-Normalize-1.25-396.el8.x86_64 1557588231 637517 8461c73c94cc877ae2103add615572f8 installed DEBUG: perl-IO-0:1.38-421.el8.x86_64 1636045854 139767 757841f83646cc416ac382a45f1180fd installed DEBUG: perl-constant-1.33-396.el8.noarch 1557587732 27104 dbb827cf7e21d66176d41c7280d1da8b installed DEBUG: perl-threads-shared-1.58-2.el8.x86_64 1557588218 78170 f7ca1f9a2bb956e0fcb5c0921352b23c installed DEBUG: perl-XML-Parser-2.44-11.el8.x86_64 1557806599 643439 4bd2f5451a8bca4aff405aafb164b0c2 installed DEBUG: perl-Filter-2:1.58-2.el8.x86_64 1557804997 150694 8e3771c29d6725bb5a0503a9c4caa8aa installed DEBUG: perl-open-0:1.11-421.el8.noarch 1636046113 11765 b4d75b4bdd1d58f2eb57796a4d1c5f2b installed DEBUG: perl-Text-Unidecode-1.30-5.el8.noarch 1557806444 459829 70c59fd8dfd83fb1e1d586b9182b24f2 installed DEBUG: texlive-tetex-7:20180414-25.el8.noarch 1638609759 684892 75dbf07cbf80c72e3f874a0fa48ae105 installed DEBUG: texlive-dvipng-7:20180414-25.el8.x86_64 1638609507 450186 e1259217d9503b7f03b1729c0aa4b00f installed DEBUG: automake-1.16.1-7.el8.noarch 1611040862 1806113 0375acc6c1633cd6bb776557ae124ddf installed DEBUG: gettext-devel-0.19.8.1-17.el8.x86_64 1573236536 1552453 bdc16337577ae7ba9540b00bfd49fe75 installed DEBUG: quota-1:4.04-14.el8.x86_64 1620259745 907847 73d97a02d2ee460ea1efd39a9837dc32 installed DEBUG: dejavu-fonts-common-2.35-7.el8.noarch 1608016986 145939 5cc310eaceb074158eb858adf64bfcd4 installed DEBUG: python3-matplotlib-tk-3.1.1-2.el8.x86_64 1579970243 112162 e11d2c31cda9fc946bf095f66c87ea85 installed DEBUG: python3-pandas-0.25.3-1.el8.x86_64 1579978421 54904723 4828c5a26d740c8ca79213807770cfc4 installed DEBUG: cryptsetup-2.3.7-2.el8.x86_64 1645945588 508300 d5b5885b224c6083298d206c12c50da7 installed DEBUG: python-pycadf-common-3.1.1-0.20210315104351.4179996.el8.noarch 1615805086 17480 894619841f7cc31405d8eed3f3a7bb01 installed DEBUG: python-oslo-privsep-lang-2.5.1-0.20220225073628.1634c00.el8.noarch 1645774760 13759 736a9f698f4477b09c71c7abdba54deb installed DEBUG: python-oslo-middleware-lang-4.2.1-0.20220225080425.b40ca5f.el8.noarch 1645776478 11821 f3c2425dacb688531f9a277b737fb85b installed DEBUG: python-oslo-i18n-lang-5.0.1-0.20210315103856.73187bd.el8.noarch 1615804784 16179 2d0b2032e3b5a6ac0c277f5712732029 installed DEBUG: python3-oslo-utils-4.8.2-0.20220428092247.a38b56a.el8.noarch 1651138027 265622 fedec61abb920858909c64dfe456fa5e installed DEBUG: python3-oslo-serialization-4.1.1-0.20220225082330.bbe5d5a.el8.noarch 1645777614 75242 524c1282e522fff5aa1dbe3b32ecf419 installed DEBUG: python3-oslo-privsep-2.5.1-0.20220225073628.1634c00.el8.noarch 1645774760 88740 ff967189b870f4b3a344f27efcef7a72 installed DEBUG: python3-pycadf-3.1.1-0.20210315104351.4179996.el8.noarch 1615805086 151246 142e9b3ed59aafe12d97d95e22eff102 installed DEBUG: python-oslo-db-lang-8.5.2-0.20221007170041.26fd6fb.el8.noarch 1665162338 17156 a49b323049ad9cb4e4044afc0570ea68 installed DEBUG: python3-oslo-concurrency-4.4.0-0.20210315114231.7dcf9e9.el8.noarch 1615808639 107808 6b2135266931e47970b886710aeed255 installed DEBUG: python3-oslo-messaging-12.7.3-0.20220428091418.5d6fd1a.el8.noarch 1651137675 951791 20a0335513f70d473ad9b03a582b2e52 installed DEBUG: python3-os-brick-4.3.4-0.20221108113851.cf69f92.el8.noarch 1667907633 3561010 9ae2eef8d6cf52b488d7d865230eb98e installed DEBUG: python3-oslo-cache-2.7.1-0.20220301090510.d0252f6.el8.noarch 1646125705 161898 4094b09770be32ef5b49ab05b0cf7f1d installed DEBUG: python3-keystoneauth1-4.3.1-0.20210315155409.112bcae.el8.noarch 1615823731 2044791 039053d706174ea2c5e8476a994f6b66 installed DEBUG: python3-barbicanclient-5.1.0-0.20210316154446.ad49c40.el8.noarch 1615909570 604623 74c3308b8e550f7879986bbaed9223c5 installed DEBUG: python3-cinderclient-7.4.1-0.20210903082820.4f72e6f.el8.noarch 1630657965 1015727 54d19d958a3c40262a957d50e9eedc17 installed DEBUG: python3-cursive-0.2.2-0.20210312092435.d7cea1f.el8.noarch 1615541127 161713 a5f5e3cc4547eb5ec74d11b51a43749c installed DEBUG: python3-osprofiler-3.4.0-0.20210315111211.5d82a02.el8.noarch 1615806791 471470 2eeaff96da4c9314e39c8ea63db12a30 installed DEBUG: python3-oslo-upgradecheck-1.3.1-0.20220225074957.9561ecb.el8.noarch 1645775599 48370 91e14a9559f6f1b31e1d7bf7d55fdc40 installed DEBUG: python3-taskflow-4.6.0-0.20210315120753.0f7c6e9.el8.noarch 1615810189 2955205 09bc53e4b2e9be0b6ab6fc0fb372ba6c installed DEBUG: python3-stestr-2.6.0-4.el8.noarch 1580102595 656922 4470c1296011a91abc1fd91b576392e1 installed DEBUG: python3-openstackdocstheme-2.2.6-1.el8.noarch 1604035726 2253726 cf10b337d199b52b9f49cd46cd53d512 installed DEBUG: python3-wsme-0.10.1-0.20220104140414.63fe135.el8.noarch 1641305275 633464 a1f5719be6316783c5e075ee728dc0b8 installed DEBUG: qemu-img-15:6.2.0-20.module_el8.7.0+1218+f626c2ff.1.x86_64 1663775868 8579681 93184d57f7b091ed9c989dac8ac560d8 installed DEBUG: python3-pyxattr-0.7.1-2.el8.x86_64 1580293462 71104 ad6dae90012981bb718980b09f246065 installed DEBUG: python3-testresources-2.0.1-1.el8.noarch 1610340318 244862 68bd230e309060c721c96fe24b57b30e installed DEBUG: python3-defusedxml-0.7.1-1.el8.noarch 1641828678 196967 c1fac6cb976defcb342869d9d4f1e422 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-31.el8.x86_64 1666724737 800873 dd736c76b1815277ff661620a67d96fa installed DEBUG: python3-etcd3gw-0.2.5-1.el8.noarch 1585750478 108991 e040598736123fbd599d1768695cffd4 installed DEBUG: lvm2-libs-8:2.03.14-6.el8.x86_64 1660245213 2792676 a88321adb89472ca5549e112b30d2b1a installed DEBUG: lvm2-8:2.03.14-6.el8.x86_64 1660245213 3878058 ef525a75303c46ac1af49da6e18c58d4 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: lzo-2.08-14.el8.x86_64 1557586709 198757 2e8c7912284d0c40f98a93649366097c installed DEBUG: lsscsi-0.32-3.el8.x86_64 1629847206 128120 f4c1361ade0c25e6ca1c9257a35cbca2 installed DEBUG: python3-pyyaml-5.4.1-2.el8.x86_64 1614068687 701061 3c205dae0b86376e3fa78875b4f9ed71 installed DEBUG: libxslt-1.1.32-6.el8.x86_64 1602701861 751741 4f9035f3dfbee97bd3f6396d93dcc3db installed DEBUG: python3-lxml-4.2.3-4.el8.x86_64 1643268468 5026914 baad5d53fcac83834da724bab22cdcf4 installed DEBUG: sysfsutils-2.1.0-25.el8.x86_64 1643641757 132187 6f7dc31c44ee4b897200f8f2412ced1c installed DEBUG: policycoreutils-2.9-20.el8.x86_64 1660619195 670310 0b8beb236939a68ea19d69ac758f4724 installed DEBUG: libpath_utils-0.2.1-40.el8.x86_64 1653937745 58886 6f4c96bc5d6560f49188b09a23812c15 installed DEBUG: gssproxy-0.8.0-21.el8.x86_64 1659524849 268899 aa53e4b9e358fd23c310ff1f278cc48c installed DEBUG: libevent-2.1.8-5.el8.x86_64 1557585003 920942 03c3f0d809bdd0981e32cba6574fcef5 installed DEBUG: isns-utils-libs-0.99-1.el8.x86_64 1573238571 631144 7d0456e14e01523e6cf91aa09a58cc99 installed DEBUG: iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x86_64 1628572227 1803228 5d39f977d79e73268cc60cb94e8632a9 installed DEBUG: perl-Digest-1.17-395.el8.noarch 1557804303 26685 3288d677385ef645566a458dae131af2 installed DEBUG: perl-Data-Dumper-2.167-399.el8.x86_64 1557587834 106523 e7ff09d4e428471fd85587fbe9260fca installed DEBUG: perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595ff.x86_64 1600983892 1325271 3b156d1ebea685bf049c17eb210c63ae installed DEBUG: perl-Pod-Escapes-1:1.07-395.el8.noarch 1557588000 25763 06bdeb217473ea5c468916d046240269 installed DEBUG: perl-IO-Socket-IP-0.39-5.el8.noarch 1557804886 99525 9db2eaec9a186e8a7b92990683a12044 installed DEBUG: perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be1595ff.noarch 1600986963 618705 eb1600841d271a565f9794d85d8047cc installed DEBUG: perl-Term-Cap-1.17-395.el8.noarch 1557588252 29850 a36d892cdd3e4c40b70ebf3ebd307ece installed DEBUG: perl-HTTP-Tiny-0.074-1.el8.noarch 1557587946 149162 450794533f6287021ea470ccdb71a39a installed DEBUG: perl-podlators-4.11-1.el8.noarch 1557588007 287639 bd2b28862f36b3cec0e1d5fb74d5edb7 installed DEBUG: perl-Text-ParseWords-3.30-395.el8.noarch 1557588186 13101 bf3b84c83bffa76bd3af79141fe72394 installed DEBUG: perl-MIME-Base64-3.15-396.el8.x86_64 1557588002 41435 8ed7ed3ebaf11f7a51f28e8602e60020 installed DEBUG: python3-six-1.15.0-2.el8.noarch 1599485653 106402 57ee0a6395cfc07e0bcf4bb069a38bb4 installed DEBUG: libgcc-8.5.0-17.el8.x86_64 1665868801 190224 94a2fc5a4f689eed14b77f752b8cc9ae installed DEBUG: perl-Socket-4:2.027-3.el8.x86_64 1573250756 127014 6805c843a6f77fb26c9213320e0c54d1 installed DEBUG: python3-idna-2.5-5.el8.noarch 1557588568 521503 d78a510e3975b98c8d254227e8674a17 installed DEBUG: python-rpm-macros-3-43.el8.noarch 1659150343 4325 62ff40d82dcd0f932c99221ff408bc48 installed DEBUG: perl-libs-4:5.26.3-421.el8.x86_64 1636045854 6105244 9ec6e3b975fd3b421a593bbfb0525e97 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-6.el8.noarch 1587953140 347720 0238bb6e8a2e3318026f17d25cbd3e89 installed DEBUG: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 1557588229 24825 68fe36e969406f0e90c6ee13b59b03e3 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-PathTools-3.74-1.el8.x86_64 1557587969 182821 7cbc1c39bf3c5c7425bf73e5235d00d3 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-interpreter-4:5.26.3-421.el8.x86_64 1636045854 14391691 ae61d939aa0f9f8b81ac15785a23b95f 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-encoding-4:2.22-3.el8.x86_64 1557587918 144893 fa4b6eea39485423acf99c3e2c1a8948 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: texlive-texlive.infra-7:20180414-25.el8.noarch 1638609759 905070 504c53c083ce06e571ba74f0ee2d267f installed DEBUG: openssh-8.0p1-16.el8.x86_64 1656724240 1918041 006ebd7cbecd5d54f4661151d37cf6ea installed DEBUG: emacs-filesystem-1:26.1-7.el8.noarch 1628538973 0 e6a24e03a687b06b136a371a158ccbd0 installed DEBUG: perl-Thread-Queue-3.13-1.el8.noarch 1557806232 29787 6f6fe2a2414cdc6fe4ef25c47b079c62 installed DEBUG: ima-evm-utils-1.3.2-12.el8.x86_64 1614063802 137649 8f714224897bee9766d89cab949e4a1b installed DEBUG: setup-2.12.2-7.el8.noarch 1657249851 724744 f91d346258f83ca7400c454fa10899ad installed DEBUG: e2fsprogs-libs-1.45.6-5.el8.x86_64 1653248421 520777 08798c84b246a0b77daaf41d45f4e706 installed DEBUG: rpm-build-libs-4.14.3-24.el8.x86_64 1666883418 216216 99057ad36d0517a5d927e664abe1d189 installed DEBUG: pcre2-10.32-3.el8.x86_64 1656337285 656742 7b0e49fbc2a80d378af0f9d5e06f212f installed DEBUG: dejavu-sans-fonts-2.35-7.el8.noarch 1608016986 5824258 5953addb49392dfe5f427b9e84e2d82c installed DEBUG: avahi-libs-0.7-20.el8.x86_64 1605562469 155720 ec8ee5613242166fe0ba327b9712462b installed DEBUG: glibc-gconv-extra-2.28-216.el8.x86_64 1665863238 6415054 51189ac0377bb108a1e96e0693c60282 installed DEBUG: python3-networkx-2.5-1.el8.noarch 1601047756 11077997 0c9e04cc1b789a8d2f9b5940706d9507 installed DEBUG: elfutils-0.187-4.el8.x86_64 1653246764 2782322 80b0d3a03ac45a2506ba559dd564826f installed DEBUG: libsepol-2.9-3.el8.x86_64 1629847198 761624 3f85cc6fc6a3cbe88ab0400ea87e46fa installed DEBUG: python-oslo-utils-lang-4.8.2-0.20220428092247.a38b56a.el8.noarch 1651138027 15675 57eb254ebd50cf54f3fd23454d87d8d2 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-log-lang-4.4.0-0.20210315105132.9b29c90.el8.noarch 1615805583 17101 9a19dc736a88668e2b064644357c981d 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-config-2:8.5.1-0.20210907102309.de1dbee.el8.noarch 1631010407 1168295 d9012a3622925d5c4305256bdbb262a1 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-policy-3.7.1-0.20220119091831.639b471.el8.noarch 1642584082 252961 d8f0af2447af09dff6a6ef02012ee500 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-concurrency-lang-4.4.0-0.20210315114231.7dcf9e9.el8.noarch 1615808639 18833 2792799f43479f75a636289ee6fe8011 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-os-win-5.4.0-0.20210315114029.cce95b4.el8.noarch 1615808510 1952173 0ad1250c69ecd6f8e3ae99c81d20d1d9 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-os-service-types-1.7.0-0.20210315154727.0b2f473.el8.noarch 1615823304 105128 027ec13c1877d770f4204e4bf959340a 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-castellan-3.7.2-0.20210907102711.3775cf4.el8.noarch 1631010549 504741 8b9202b7c5f0dc11ec62080f54e056bd 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-keystonemiddleware-9.2.0-0.20210316052900.3659bda.el8.noarch 1615872589 288119 6fc7ff4ce5a1429876eb37a32e916966 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-reports-2.2.0-0.20210315105955.bc631ae.el8.noarch 1615806058 159756 180329cfbc3e28e2a933fce886d30e68 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-ddt-1.2.1-4.el8.noarch 1579760586 21135 9450cd96ce06c80f739402a9fb396d09 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-oslotest-4.4.1-0.20210315103354.aaf3a72.el8.noarch 1615804485 122721 d15e164941ba665c0c1be4b516da6568 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-httplib2-0.16.0-1.el8.noarch 1580091276 306520 72fdb7206e00ee20ba0ff59ee4c156fa installed DEBUG: texlive-base-7:20180414-25.el8.noarch 1638609759 14753197 ab7d583d082ec0eaca153c8231ac0bc2 installed DEBUG: cpio-2.12-11.el8.x86_64 1632978482 967637 8588822b2d9e7adde96867cdab861ab1 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-17.el8.x86_64 1665868801 29698198 7e2e9888a148ed6902f63c122c0dbbb2 installed DEBUG: python3-testtools-2.5.0-3.el8.noarch 1657717723 1551453 51bd816885276d6596d612450d79a481 installed DEBUG: tar-2:1.30-6.el8.x86_64 1657250651 2876609 4a839a414433563a24c995baf174f5c6 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-14.el8.x86_64 1665810750 9896370 71dff7b1f8a6b377324f360b0366deb9 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-31.el8.x86_64 1666724737 300411 ae28d6cc8b2ae90e93a6db247ec6b0e4 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-216.el8.x86_64 1665863238 240002 21377e0f07a1cdf2390db2b9aa297efd installed DEBUG: python3-qpid-proton-0.35.0-3.el8s.x86_64 1642501376 2589361 fd68174680eba798567fd47850edb0e2 installed DEBUG: libsmartcols-2.32.1-38.el8.x86_64 1661533745 248474 ecb1d055a5c06b5059a40ea2ab3c28f8 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-23.el8.x86_64 1656009604 517801 85f8870ddda0403f01ca6d4b532f2021 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-20211116-1.gitae470d6.el8.noarch 1637730499 189743 7d79d0c47c40ee15076a0c4f37c35312 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.187-4.el8.x86_64 1653246764 54506 2ab6af72cc32f81e53e01fc588cdd8ff installed DEBUG: python3-tables-3.5.2-6.el8.x86_64 1580528362 8018934 c7437c39dac5857fff72219eae0ef958 installed DEBUG: gettext-libs-0.19.8.1-17.el8.x86_64 1573236536 1612648 8967e0fd86f922ac3fe079bb64ec85c4 installed DEBUG: python3-cliff-3.7.0-0.20210315123449.117a100.el8.noarch 1615811752 275570 84b18d530b5b438d9e9002a5af85e1c7 installed DEBUG: libmount-2.32.1-38.el8.x86_64 1661533745 398282 ca62d72777e63a950fb0481091b87975 installed DEBUG: libsysfs-2.1.0-25.el8.x86_64 1643641757 149989 ae66dd724d776d65f3eaff4447e9cc57 installed DEBUG: coreutils-8.30-14.el8.x86_64 1665810750 6107192 c6fa96a456ce436e730fcb3681f94fac installed DEBUG: rpcbind-1.2.5-10.el8.x86_64 1659784073 110742 ffd0070b61f3f10cc7207c11db38bcd0 installed DEBUG: shadow-utils-2:4.6-17.el8.x86_64 1659474460 4071202 e50585ac13a422d73600d9c5fb950c57 installed DEBUG: libnfsidmap-1:2.3.3-57.el8.x86_64 1659784003 196175 8bc343a8d4f0d75b4ee1cc3aed82e951 installed DEBUG: rpm-libs-4.14.3-24.el8.x86_64 1666883418 735504 0281d4c0d1db78fc267ccea7fbc35d09 installed DEBUG: iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f59c.el8.x86_64 1628572227 189626 1fc35d3fd7224bf3b9164a5bf3757036 installed DEBUG: trousers-lib-0.3.15-1.el8.x86_64 1605566220 487077 423e3ba3a61be1cc581d0ba03d0e229d installed DEBUG: perl-Digest-MD5-2.55-396.el8.x86_64 1557804491 56718 baf4430def945ca345c13bd147f60e7c installed DEBUG: libpwquality-1.4.4-5.el8.x86_64 1662203209 396814 1fe6352d8a718858ce65965802efc51f installed DEBUG: perl-URI-1.73-3.el8.noarch 1557806412 216452 b66d85e3853e61853c8334dd507a77a0 installed DEBUG: dracut-049-209.git20220815.el8.x86_64 1660612032 1056812 0e47f4e4f41b536d08314e51e4a22d8b installed DEBUG: perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch 1594920582 5716 bd6010d3c9a8ebbab8d7a5a2b4c87c4d installed DEBUG: glib2-2.56.4-159.el8.x86_64 1651302537 12275608 f4596bd90a56eec3f3d4c9683e0521bd installed DEBUG: perl-File-Temp-0.230.600-1.el8.noarch 1557587977 164723 4a996a6bcd7b0cda3b3d8dc5b4e712fe installed DEBUG: systemd-239-68.el8.x86_64 1664492859 11291034 f064fb0ab74673e4880b737b6c3caf85 installed DEBUG: perl-Pod-Perldoc-3.28-396.el8.noarch 1557588156 169228 fc8b1db50f574413212744f6f888c3d2 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.1-0.20221108115401.677c89c.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.0bhqecno:/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.0bhqecno:/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', 'e60c759ed1a74de2834caf85ae33c223', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.0bhqecno:/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.DuZdJE DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd /builddir/build/BUILD DEBUG: + rm -rf glance-22.1.1 DEBUG: + /usr/bin/gzip -dc /builddir/build/SOURCES/glance-22.1.1-0.20221108115401.677c89c.tar.gz DEBUG: + /usr/bin/tar -xof - DEBUG: + STATUS=0 DEBUG: + '[' 0 -ne 0 ']' DEBUG: + cd glance-22.1.1 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.1 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.LPJh7a DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd glance-22.1.1 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/db DEBUG: creating build/lib/glance/db/sqlalchemy 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: creating build/lib/glance/tests DEBUG: creating build/lib/glance/tests/functional 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/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: creating build/lib/glance/api DEBUG: creating build/lib/glance/api/v2 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: 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: creating build/lib/glance/tests/unit 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/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/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/tests/unit/common DEBUG: creating build/lib/glance/tests/unit/common/scripts 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/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: 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/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/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/api 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/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/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/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: 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/common DEBUG: creating build/lib/glance/common/scripts 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/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/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/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: 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: 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: creating build/lib/glance/tests/functional/db 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/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/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/quota DEBUG: copying glance/quota/__init__.py -> build/lib/glance/quota 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: 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/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/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: copying glance/tests/unit/image_cache/__init__.py -> build/lib/glance/tests/unit/image_cache DEBUG: creating build/lib/glance/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: 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/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: 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: 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: 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: 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/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/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/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: copying glance/tests/integration/__init__.py -> build/lib/glance/tests/integration 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: 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: 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: 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: 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/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: copying glance/common/scripts/__init__.py -> build/lib/glance/common/scripts DEBUG: copying glance/common/scripts/utils.py -> build/lib/glance/common/scripts 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: 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: 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/tests/gate/README -> build/lib/glance/tests/gate 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/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: 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/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: 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: + 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.THsa8b DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + '[' /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64 '!=' / ']' DEBUG: + rm -rf /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64 DEBUG: ++ dirname /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64 DEBUG: + mkdir -p /builddir/build/BUILDROOT DEBUG: + mkdir /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64 DEBUG: + cd glance-22.1.1 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.1-0.20221108115401.677c89c.el8.x86_64 DEBUG: running install DEBUG: [pbr] Writing ChangeLog DEBUG: [pbr] Generating ChangeLog DEBUG: [pbr] ChangeLog complete (0.0s) DEBUG: [pbr] Generating AUTHORS DEBUG: [pbr] AUTHORS complete (0.0s) DEBUG: running install_lib DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6 DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/db DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/metadef_api DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations/versions DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations DEBUG: copying build/lib/glance/db/sqlalchemy/alembic_migrations/README -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/alembic_migrations DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy/migrate_repo DEBUG: copying build/lib/glance/db/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/sqlalchemy DEBUG: copying build/lib/glance/db/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/db DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/db/simple DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/serial DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db DEBUG: copying build/lib/glance/tests/functional/db/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/db/migrations DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional/v2 DEBUG: copying build/lib/glance/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/functional DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/gate DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/keymgr DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/scripts DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common/scripts DEBUG: copying build/lib/glance/tests/unit/common/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/common DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api DEBUG: copying build/lib/glance/tests/unit/api/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/api/middleware DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_ DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_/flows DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/async_ DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/v2 DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/image_cache DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/image_cache DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit/cmd DEBUG: copying build/lib/glance/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/unit DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/integration DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/integration/v2 DEBUG: copying build/lib/glance/tests/integration/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/integration DEBUG: copying build/lib/glance/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/etc DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/tests/var DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/api DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2/model DEBUG: copying build/lib/glance/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v2 DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/v1 DEBUG: copying build/lib/glance/api/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/api DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/api/middleware DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/domain DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_ DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_/flows/plugins DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/async_ DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts/image_import DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/scripts DEBUG: copying build/lib/glance/common/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/common DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/common/location_strategy DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/policies DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/context.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/gateway.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/housekeeping.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/i18n.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/location.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/notifier.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/opts.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/schema.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/scrubber.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: copying build/lib/glance/version.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/cmd DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache/drivers DEBUG: copying build/lib/glance/image_cache/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/image_cache DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/hacking DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/de DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/de/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/en_GB DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/en_GB/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/es DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/es/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/fr DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/fr/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/it DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/it/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ja DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ja/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ko_KR DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ko_KR/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/pt_BR DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/pt_BR/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ru DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ru/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/tr_TR DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/tr_TR/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/zh_CN DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/zh_CN/LC_MESSAGES DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/zh_TW DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/version.py to version.cpython-36.pyc DEBUG: byte-compiling /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/hacking/checks.py to checks.cpython-36.pyc DEBUG: writing byte-compilation script '/tmp/tmpscyn220i.py' DEBUG: /usr/libexec/platform-python /tmp/tmpscyn220i.py DEBUG: removing /tmp/tmpscyn220i.py DEBUG: running install_data DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance DEBUG: copying etc/glance-api.conf -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance DEBUG: copying etc/glance-cache.conf -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance DEBUG: copying etc/glance-manage.conf -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance DEBUG: copying etc/glance-scrubber.conf -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance DEBUG: copying etc/glance-api-paste.ini -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance DEBUG: creating /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs DEBUG: copying etc/metadefs/README -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/cim-processor-allocation-setting-data.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/cim-resource-allocation-setting-data.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/cim-storage-allocation-setting-data.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/cim-virtual-system-setting-data.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-aggr-disk-filter.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-aggr-iops-filter.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-aggr-num-instances.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-cpu-pinning.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-guest-memory-backing.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-guest-shutdown.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-host-capabilities.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-hypervisor.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-instance-data.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-libvirt-image.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-libvirt.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-quota.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-randomgen.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-vcputopology.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-vmware-flavor.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-vmware-quota-flavor.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-vmware.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-watchdog.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/compute-xenapi.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/glance-common-image-props.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/image-signature-verification.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/operating-system.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/software-databases.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/software-runtimes.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/software-webservers.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc/glance/metadefs/ DEBUG: copying etc/metadefs/storage-volume-type.json -> /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance-22.1.1-py3.6.egg-info DEBUG: running install_scripts DEBUG: Installing glance-api script to /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/bin DEBUG: Installing glance-cache-cleaner script to /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/bin DEBUG: Installing glance-cache-manage script to /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/bin DEBUG: Installing glance-cache-prefetcher script to /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/bin DEBUG: Installing glance-cache-pruner script to /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/bin DEBUG: Installing glance-control script to /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/bin DEBUG: Installing glance-manage script to /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/bin DEBUG: Installing glance-replicator script to /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/bin DEBUG: Installing glance-scrubber script to /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/bin DEBUG: Installing glance-status script to /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/bin DEBUG: Installing glance-wsgi-api script to /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1/doc/source/../../etc/oslo-config-generator/glance-api.conf DEBUG: [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-22.1.1/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.1/doc/source/../../etc/oslo-config-generator/glance-cache.conf DEBUG: [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-22.1.1/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.1/doc/source/../../etc/oslo-config-generator/glance-manage.conf DEBUG: [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-22.1.1/doc/source/_static/glance-manage.conf.sample DEBUG: [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-22.1.1/doc/source/../../etc/oslo-config-generator/glance-scrubber.conf DEBUG: [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-22.1.1/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.1/doc/source/../../etc/glance-policy-generator.conf DEBUG: [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/glance-22.1.1/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.1/.gitreview found DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.context.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.gateway.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.housekeeping.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.i18n.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.location.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.notifier.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.opts.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.schema.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.scrubber.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.version.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.authorization.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.common.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.policy.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.property_protections.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.versions.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.middleware.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.middleware.cache.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.middleware.cache_manage.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.middleware.context.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.middleware.gzip.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.middleware.version_negotiation.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v1.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v1.router.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.cached_images.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.discovery.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.image_actions.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.image_data.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.image_members.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.image_tags.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.images.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.metadef_namespaces.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.metadef_objects.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.metadef_properties.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.metadef_resource_types.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.metadef_tags.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.router.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.schemas.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.tasks.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.model.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.model.metadef_namespace.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.model.metadef_object.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.model.metadef_property_item_type.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.model.metadef_property_type.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.model.metadef_resource_type.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.api.v2.model.metadef_tag.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.async_.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.async_.taskflow_executor.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.async_.utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.async_.flows.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.async_.flows.api_image_import.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.async_.flows.base_import.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.async_.flows.convert.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.async_.flows.introspect.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.async_.flows.ovf_process.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.async_.flows.plugins.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.async_.flows.plugins.image_conversion.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.async_.flows.plugins.image_decompression.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.async_.flows.plugins.inject_image_metadata.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.async_.flows.plugins.no_op.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.async_.flows.plugins.plugin_opts.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.cmd.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.cmd.api.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.cmd.cache_cleaner.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.cmd.cache_manage.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.cmd.cache_prefetcher.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.cmd.cache_pruner.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.cmd.control.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.cmd.manage.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.cmd.replicator.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.cmd.scrubber.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.cmd.status.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.auth.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.client.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.config.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.crypt.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.exception.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.format_inspector.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.property_utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.removed_config.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.store_utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.swift_store_utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.timeutils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.trust_auth.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.wsgi.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.wsgi_app.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.wsme_utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.location_strategy.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.location_strategy.location_order.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.location_strategy.store_type.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.scripts.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.scripts.utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.scripts.api_image_import.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.scripts.api_image_import.main.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.scripts.image_import.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.common.scripts.image_import.main.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.db.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.db.metadata.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.db.migration.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.db.utils.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.db.simple.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.db.simple.api.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.domain.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.domain.proxy.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.image_cache.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.image_cache.base.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.image_cache.cleaner.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.image_cache.client.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.image_cache.prefetcher.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.image_cache.pruner.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.image_cache.drivers.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.image_cache.drivers.base.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.image_cache.drivers.sqlite.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.image_cache.drivers.xattr.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.policies.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.policies.base.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.policies.image.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.policies.metadef.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.policies.tasks.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/doc/source/contributor/api/glance.quota.rst. DEBUG: Creating file /builddir/build/BUILD/glance-22.1.1/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.1-0.20221108115401.677c89c.el8.x86_64/usr/share/doc/glance/README.rst DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/share/glance DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/var/lib/glance/images DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/etc/glance/metadefs DEBUG: + install -p -D -m 640 etc/glance-api.conf /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/etc/glance/rootwrap.conf DEBUG: + install -p -D -m 640 etc/schema-image.json /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/etc/logrotate.d/openstack-glance DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/var/run/glance DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/var/log/glance DEBUG: + install -p -D -m 440 /builddir/build/SOURCES/glance-sudoers /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/etc/sudoers.d/glance DEBUG: + mkdir -p /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/etc/glance/rootwrap.d DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/share DEBUG: + rm -f /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/de/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/en_GB/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/es/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/fr/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/it/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ja/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ko_KR/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/pt_BR/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/ru/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/tr_TR/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/zh_CN/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale/*pot' DEBUG: + mv /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/lib/python3.6/site-packages/glance/locale /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/share/locale DEBUG: + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64 glance --all-name DEBUG: + rm -rf /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/etc DEBUG: + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 22.1.1-0.20221108115401.677c89c.el8 --unique-debug-suffix -22.1.1-0.20221108115401.677c89c.el8.x86_64 --unique-debug-src-base openstack-glance-22.1.1-0.20221108115401.677c89c.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.1 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.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.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.jWOmuE DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd glance-22.1.1 DEBUG: + stestr run --black-regex glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vdi DEBUG: {0} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_delete_cached_images [0.011962s] ... ok DEBUG: {0} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_delete_queued_images [0.009346s] ... ok DEBUG: {0} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_get_cached_images [0.009652s] ... ok DEBUG: {0} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_put_queued_image [0.006762s] ... ok DEBUG: {0} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_cache_pruner_main [0.041818s] ... ok DEBUG: {0} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_cache_pruner_main_runtime_exception_handling [0.023726s] ... ok DEBUG: {0} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_supported_default_store [0.020290s] ... ok DEBUG: {0} glance.tests.unit.api.test_common.TestSizeCheckedIter.test_too_little_data [0.000304s] ... ok DEBUG: {0} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_read_extra_property_as_unpermitted_role [0.042168s] ... ok DEBUG: {0} glance.tests.unit.api.test_property_protections.TestProtectedImageFactoryProxy.test_create_image_extra_prop_invalid_role [0.038233s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestApiImageImportTask.test_get_flow_handles_node_uri_with_ending_slash [0.024377s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestDeleteFromFS.test_delete_without_backends_exists [0.004807s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImageLock.test_execute_confirms_lock [0.003612s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImageLock.test_execute_confirms_lock_not_held [0.004755s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_image_locations [0.003457s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_image_size [0.006872s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_set_image_extra_properties [0.003978s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_wrapper_failure [0.006283s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_wrapper_success [0.004674s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_merge_store_list [0.004117s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_merge_store_logs_info [0.002856s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_store_list_helpers [0.002607s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_raises_when_all_stores_must_succeed [0.116988s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_api_image_import.TestVerifyImageStateTask.test_reverts_state_nocopy [0.013382s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_copy_image.TestCopyImageTask.test_copy_non_existing_image_to_staging_store_ [0.153025s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_import.TestImportTask.test_import_flow [0.297502s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_import.TestImportTask.test_import_flow_backed_file_import_to_fs [0.200329s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_delete_staging_image_failed [0.007112s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_delete_staging_image_not_exist [0.007317s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_node_store_initialization_failed [0.009784s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_revert_with_failure_with_path [0.028831s] ... ok DEBUG: {0} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_revert_without_failure_multi_store [0.007587s] ... ok DEBUG: {0} glance.tests.unit.async_.test_async.TestImportTaskFlow.test_get_default_flow [0.075119s] ... ok DEBUG: {3} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_cache_cleaner_main_runtime_exception_handling [0.128693s] ... ok DEBUG: {0} glance.tests.unit.async_.test_async.TestImportTaskFlow.test_get_flow_copy_image_not_includes_import_plugins [0.098713s] ... ok DEBUG: {3} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_worker_creation_failure [0.052322s] ... ok DEBUG: {3} glance.tests.unit.api.test_common.TestSizeCheckedIter.test_too_few_chunks [0.000384s] ... ok DEBUG: {3} glance.tests.unit.api.test_common.TestSizeCheckedIter.test_uniform_chunk_size [0.000125s] ... ok DEBUG: {3} glance.tests.unit.api.test_common.TestSizeCheckedIter.test_variable_chunk_size [0.000118s] ... ok DEBUG: {3} glance.tests.unit.api.test_common.TestThreadPool.test_get_thread_pool [0.013349s] ... ok DEBUG: {0} glance.tests.unit.async_.test_async.TestImportTaskFlow.test_get_flow_web_download_enabled [0.118684s] ... ok DEBUG: {0} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_eventlet_model [0.004841s] ... ok DEBUG: {0} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_get_threadpool_model_unset [0.005871s] ... ok DEBUG: {0} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_set_threadpool_model_unknown [0.004648s] ... ok DEBUG: {0} glance.tests.unit.async_.test_async.TestTaskExecutor.test_begin_processing [0.005481s] ... ok DEBUG: {0} glance.tests.unit.async_.test_taskflow_executor.TestTaskExecutor.test_fetch_an_executor_parallel [0.029896s] ... ok DEBUG: {3} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_create_reserved_extra_property [0.124134s] ... ok DEBUG: {0} glance.tests.unit.async_.test_taskflow_executor.TestTaskExecutor.test_fetch_an_executor_serial [0.040019s] ... ok DEBUG: {3} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_delete_extra_property_as_admin_role [0.077429s] ... ok DEBUG: {3} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_delete_nonexistant_extra_property [0.023166s] ... ok DEBUG: {0} glance.tests.unit.cmd.test_status.TestUpgradeChecks.test_sheepdog_removal_glance_store_stores [0.146899s] ... ok DEBUG: {0} glance.tests.unit.common.scripts.image_import.test_main.TestImageImport.test_set_image_data_http [0.003423s] ... ok DEBUG: {3} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_delete_reserved_extra_property [0.062566s] ... ok DEBUG: {0} glance.tests.unit.common.scripts.image_import.test_main.TestImageImport.test_set_image_data_http_error [0.013344s] ... ok DEBUG: {0} glance.tests.unit.common.scripts.test_scripts_utils.TestCallbackIterator.test_iterator_iterates_granularly [0.009126s] ... ok DEBUG: {0} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_unpack_task_input [0.006970s] ... ok DEBUG: {0} glance.tests.unit.common.test_client.TestClient.test_make_auth_plugin [0.000409s] ... ok DEBUG: {0} glance.tests.unit.common.test_config.TestPasteApp.test_load_paste_app_with_paste_config_file_but_not_exist [0.010033s] ... ok DEBUG: {3} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_read_extra_property_as_admin_role [0.084539s] ... ok DEBUG: {3} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_update_empty_extra_property [0.098576s] ... ok DEBUG: {0} glance.tests.unit.common.test_config.TestPasteApp.test_load_paste_app_with_paste_flavor [0.208044s] ... ok DEBUG: {0} glance.tests.unit.common.test_exception.GlanceExceptionTestCase.test_specified_error_msg_with_kwargs [0.002795s] ... ok DEBUG: {0} glance.tests.unit.common.test_format_inspector.TestFormatInspectorInfra.test_get_inspector [0.009032s] ... ok DEBUG: {3} glance.tests.unit.api.test_property_protections.TestProtectedImageFactoryProxy.test_create_image_extra_prop [0.091017s] ... ok DEBUG: {0} glance.tests.unit.common.test_format_inspector.TestFormatInspectorInfra.test_info_wrapper_file_like [0.020276s] ... ok DEBUG: {0} glance.tests.unit.common.test_format_inspector.TestFormatInspectorInfra.test_info_wrapper_file_like_eats_error [0.025337s] ... ok DEBUG: {0} glance.tests.unit.common.test_format_inspector.TestFormatInspectorInfra.test_info_wrapper_iter_like [0.013575s] ... ok DEBUG: {0} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_qcow2_invalid [0.004368s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_fails [0.268900s] ... ok DEBUG: {2} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_delete_cached_image [0.051356s] ... ok DEBUG: {2} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_delete_queued_image [0.024778s] ... ok DEBUG: {2} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_cache_cleaner_main [0.049957s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_reports_fail [0.092624s] ... ok DEBUG: {2} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_fail_with_unknown_exception [0.035413s] ... ok DEBUG: {2} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_fail_with_value_error [0.045104s] ... ok DEBUG: {1} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_bogus_request [0.080968s] ... ok DEBUG: {2} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_main_with_runtime_error [0.058639s] ... ok DEBUG: {1} glance.tests.unit.api.middleware.test_cache_manage.TestCacheManageFilter.test_get_queued_images [0.018454s] ... ok DEBUG: {2} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_main_with_store_config_exception [0.042888s] ... ok DEBUG: {2} glance.tests.unit.api.test_common.TestSizeCheckedIter.test_small_last_chunk [0.000232s] ... ok DEBUG: {2} glance.tests.unit.api.test_common.TestSizeCheckedIter.test_too_much_data [0.000308s] ... ok DEBUG: {2} glance.tests.unit.api.test_common.TestThreadPool.test_get_thread_pool_log [0.001359s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.plugins.test_inject_image_metadata.TestInjectImageMetadataTask.test_inject_image_metadata_empty [0.183028s] ... ok DEBUG: {1} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_fail_with_config_exception [0.062257s] ... ok DEBUG: {1} glance.tests.unit.api.test_cmd.TestGlanceApiCmd.test_main_with_worker_creation_failure [0.024612s] ... ok DEBUG: {1} glance.tests.unit.api.test_common.TestSizeCheckedIter.test_too_many_chunks [0.000343s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestApiImageImportTask.test_get_flow_handles_node_uri_without_ending_slash [0.050175s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestCompleteTask.test_execute [0.004302s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestCompleteTask.test_execute_drop_lock_fails [0.023628s] ... ok DEBUG: {2} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_delete_nonexistant_extra_property_as_admin_role [0.120084s] ... ok DEBUG: {1} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_create_extra_property_admin [0.092834s] ... ok DEBUG: {2} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_update_reserved_extra_property [0.067130s] ... ok DEBUG: {1} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_delete_empty_extra_property [0.082873s] ... ok DEBUG: {2} glance.tests.unit.api.test_property_protections.TestProtectedImageFactoryProxy.test_create_image_extra_prop_admin [0.080621s] ... ok DEBUG: {0} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vhd [0.758404s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestCompleteTask.test_execute_no_task [0.197919s] ... ok DEBUG: {0} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vhd_invalid [0.009642s] ... ok DEBUG: {1} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_update_extra_property_as_permitted_role_after_read [0.080787s] ... ok DEBUG: {2} glance.tests.unit.api.test_property_protections.TestProtectedImageProxy.test_read_image_with_extra_prop [0.046375s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestCompleteTask.test_execute_succeed_fails [0.038346s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_check_task_lock [0.008010s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_set_image_attribute_disallowed [0.003971s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_remove_location_for_store [0.002439s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_remove_location_for_store_pop_failures [0.018633s] ... ok DEBUG: {2} glance.tests.unit.api.test_property_protections.TestProtectedImageRepoProxy.test_get_image [0.053109s] ... ok DEBUG: {1} glance.tests.unit.api.test_property_protections.TestExtraPropertiesProxy.test_update_extra_property_as_unpermitted_role_after_read [0.089679s] ... 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.TestImportCopyImageTask.test_init_copy_flow_as_non_owner [0.097871s] ... ok DEBUG: {1} glance.tests.unit.api.test_property_protections.TestProtectedImageFactoryProxy.test_create_image_extra_prop_reserved_property [0.068607s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_execute_body_without_store [0.070419s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_fails_source_format [0.159311s] ... ok DEBUG: {1} glance.tests.unit.api.test_property_protections.TestProtectedImageFactoryProxy.test_create_image_no_extra_prop [0.085534s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_inspection_reports_error [0.038039s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_raises_when_image_deleted [0.086958s] ... ok DEBUG: {1} glance.tests.unit.api.test_property_protections.TestProtectedImageRepoProxy.test_list_image [0.066957s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_same_format_does_nothing [0.058952s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_success [0.053983s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_remove_store_from_property [0.089601s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_convert.TestImportTask.test_convert_success [0.057046s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_fails_inspection [0.190136s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_copy_image.TestCopyImageTask.test_copy_image_to_staging_store [0.056961s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.plugins.test_image_conversion.TestConvertImageTask.test_image_convert_revert_success [0.068586s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.plugins.test_inject_image_metadata.TestInjectImageMetadataTask.test_inject_image_metadata_using_admin_user [0.254632s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_import.TestImportTask.test_create_image [0.126903s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestApiImageImportTask.test_get_flow_pops_stage_host [0.050293s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestDeleteFromFS.test_delete_with_backends_delete_fails [0.003293s] ... 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.TestDeleteFromFS.test_delete_with_backends_deletes [0.012893s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImageLock.test_revert_drops_lock_missing [0.012085s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_assert_task_lock [0.003226s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.plugins.test_inject_image_metadata.TestInjectImageMetadataTask.test_inject_image_metadata_using_non_admin_user [0.137660s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestDeleteFromFS.test_delete_without_backends_missing [0.003515s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_drop_lock_for_task [0.011080s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_image_id_property [0.002601s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_set_image_attribute [0.003041s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImageLock.test_revert_drops_lock [0.023960s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_set_image_data [0.013503s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_set_image_data_with_callback [0.003435s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportActionWrapper.test_wrapper_logs_status [0.017573s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_image_property_proxies [0.003234s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_pop_extra_property [0.002250s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportActions.test_remove_location_for_store_last_location [0.017826s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_import.TestImportTask.test_delete_from_fs [0.137214s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_status_aborts_invalid_task_state [0.080959s] ... 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_status_aborts_missing_task [0.065498s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_status_callback_limits_rate [0.064763s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_import.TestImportTask.test_import_flow_missing_work_dir [0.222483s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_ovf_process.TestOvfProcessTask.test_extract_ova_no_ovf [0.009010s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_ovf_process.TestOvfProcessTask.test_ovf_process_no_config_file [0.021012s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_status_callback_updates_task_message [0.086288s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_doesnt_raise_when_not_all_stores_must_succeed [0.269370s] ... ok DEBUG: {0} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vmdk [1.079483s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestVerifyImageStateTask.test_revert_copy_status_unchanged [0.005561s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_api_image_import.TestVerifyImageStateTask.test_verify_active_status [0.003738s] ... ok DEBUG: {0} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vmdk_invalid [0.008880s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download [0.042180s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_copy_image.TestCopyImageTask.test_copy_image_to_staging_store_data_exists [0.069733s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_fails_when_data_size_different [0.039770s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_execute [0.082264s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_node_staging_uri_is_none [0.020140s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_copy_image.TestCopyImageTask.test_copy_image_to_staging_store_partial_data_exists [0.058217s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_create_none_permitted [0.123537s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_revert_with_failure_without_path [0.057243s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_execute_body_with_store [0.096609s] ... ok DEBUG: {3} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_with_content_length [0.044483s] ... ok DEBUG: {3} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_set_threadpool_model_again [0.002889s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_import.TestImportTask.test_complete_task [0.091941s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_create_permitted_specific_policy [0.101213s] ... ok DEBUG: {3} glance.tests.unit.async_.test_taskflow_executor.TestTaskExecutor.test_get_flow_with_admin_repo [0.043635s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_execute_body_with_store_no_path [0.092830s] ... ok DEBUG: {3} glance.tests.unit.async_.test_taskflow_executor.TestTaskExecutor.test_task_fail [0.051390s] ... ok DEBUG: {3} glance.tests.unit.common.scripts.image_import.test_main.TestImageImport.test_import_image_failed_with_expired_token [0.003718s] ... ok DEBUG: {3} glance.tests.unit.common.scripts.image_import.test_main.TestImageImport.test_run [0.018151s] ... ok DEBUG: {3} glance.tests.unit.common.scripts.test_scripts_utils.TestCallbackIterator.test_iterator_iterates [0.002647s] ... ok DEBUG: {3} glance.tests.unit.common.scripts.test_scripts_utils.TestCallbackIterator.test_proxy_close [0.002785s] ... ok DEBUG: {3} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_set_base_image_properties_none [0.019306s] ... ok DEBUG: {3} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_unpack_task_input_error [0.002698s] ... ok DEBUG: {3} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_validate_location_http [0.002202s] ... ok DEBUG: {3} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_validate_location_https [0.002096s] ... 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.TestPropertyRulesWithPolicies.test_check_property_rules_delete_all_permitted [0.128918s] ... ok DEBUG: {3} glance.tests.unit.common.test_config.TestPasteApp.test_get_path_non_exist [0.021490s] ... ok DEBUG: {3} glance.tests.unit.common.test_exception.GlanceExceptionTestCase.test_default_error_msg_with_kwargs [0.002243s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_import.TestImportTask.test_import_flow_no_import_flows [0.174788s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_api_image_import.TestImportToStoreTask.test_revert_updates_status_keys [0.136863s] ... ok DEBUG: {3} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_load_strategy_module_with_deduplicating [0.059703s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_convert.TestImportTask.test_convert_revert_success [0.057882s] ... ok DEBUG: {3} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_load_strategy_module_with_init_exception [0.045676s] ... ok DEBUG: {3} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_load_strategy_modules [0.044108s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_read_none [0.189911s] ... ok DEBUG: {3} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_verify_valid_location_strategy [0.048021s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_import.TestImportTask.test_import_flow_revert [0.205673s] ... ok DEBUG: {3} glance.tests.unit.common.test_location_strategy.TestStoreTypeStrategyModule.test_get_ordered_locations_with_invalid_store_name [0.039852s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_import.TestImportTask.test_import_to_fs [0.078145s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_convert.TestImportTask.test_import_flow_with_convert_and_introspect [0.225938s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_update_none [0.163777s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_delete_permitted_specific_policy [0.122400s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_property_protection_with_malformed_rule [0.055798s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_import.TestImportTask.test_save_image [0.128209s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_introspect.TestImportTask.test_introspect_success [0.059474s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_ovf_process.TestOvfProcessTask.test_extract_ova_bad_ovf [0.003421s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_create_permitted_specific_role [0.100727s] ... 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.TestPropertyRulesWithPolicies.test_check_property_rules_read_all_permitted [0.147079s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_update_unpermitted_policy [0.044986s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_delete_fails_on_revert [0.060710s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_import.TestImportTask.test_import_flow_revert_import_to_fs [0.273181s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_delete_all_permitted [0.078748s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_failed [0.058528s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_introspect.TestImportTask.test_introspect_no_image [0.044679s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_ovf_process.TestOvfProcessTask.test_extract_ova_no_disk [0.009694s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_return_first_match [0.088166s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_ovf_process.TestOvfProcessTask.test_extract_ova_not_tar [0.007852s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_ovf_process.TestOvfProcessTask.test_ovf_process_not_admin [0.003239s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_ovf_process.TestOvfProcessTask.test_ovf_process_success [0.016872s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_delete_staging_image_succeed [0.003868s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_delete_none [0.094816s] ... ok DEBUG: {2} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_with_invalid_content_length [0.063442s] ... ok DEBUG: {1} glance.tests.unit.async_.flows.test_web_download.TestWebDownloadTask.test_web_download_revert_with_failure [0.043188s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_case_insensitive_property_rules [0.075544s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_update_unpermitted_role [0.074522s] ... ok DEBUG: {2} glance.tests.unit.async_.test_async.TestImportTaskFlow.test_get_flow_copy_image_enabled [0.097042s] ... ok DEBUG: {2} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_base_model_init_with_size [0.013285s] ... ok DEBUG: {1} glance.tests.unit.async_.test_async.TestImportTaskFlow.test_get_flow_with_all_plugins_enabled [0.072300s] ... ok DEBUG: {1} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_base_model_spawn [0.003619s] ... ok DEBUG: {2} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_set_threadpool_model_different [0.006324s] ... ok DEBUG: {1} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_get_threadpool_model [0.006739s] ... ok DEBUG: {1} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_native_model [0.002182s] ... ok DEBUG: {1} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_set_threadpool_model_eventlet [0.002241s] ... ok DEBUG: {2} glance.tests.unit.async_.test_async.TestTaskExecutor.test_with_admin_repo [0.010215s] ... ok DEBUG: {1} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_set_threadpool_model_log [0.009456s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_property_protection_with_malformed_rule [0.054004s] ... ok DEBUG: {1} glance.tests.unit.async_.test_async.TestSystemThreadPoolModel.test_set_threadpool_model_native [0.005139s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_delete_none_permitted [0.121578s] ... ok DEBUG: {1} glance.tests.unit.async_.test_taskflow_executor.TestTaskExecutor.test_begin_processing [0.029780s] ... ok DEBUG: {1} glance.tests.unit.common.scripts.image_import.test_main.TestImageImport.test_create_image [0.015632s] ... ok DEBUG: {1} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_get_task [0.002601s] ... ok DEBUG: {0} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_property_protection_with_misspelt_operation [0.054379s] ... ok DEBUG: {1} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_set_base_image_properties [0.003205s] ... ok DEBUG: {1} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_set_base_image_properties_not_empty [0.010554s] ... ok DEBUG: {1} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_validate_location_file_location_error [0.002721s] ... ok DEBUG: {1} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_validate_location_none_error [0.002691s] ... ok DEBUG: {1} glance.tests.unit.common.test_config.TestDefaultConfig.test_osprofiler_disabled [0.009130s] ... ok DEBUG: {0} glance.tests.unit.common.test_swift_store_utils.TestSwiftParams.test_swift_config_uses_default_values_multiple_account_disabled [0.040344s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_delete_permitted_admin_role [0.067335s] ... ok DEBUG: {0} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_compare [0.005829s] ... ok DEBUG: {2} glance.tests.unit.async_.test_taskflow_executor.TestTaskExecutor.test_task_fail_upload [0.118561s] ... ok DEBUG: {0} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_offset_west [0.008279s] ... ok DEBUG: {0} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_zulu [0.008798s] ... ok DEBUG: {0} glance.tests.unit.common.test_timeutils.TimeUtilsTest.test_parse_isotime_micro_second_precision [0.007808s] ... ok DEBUG: {2} glance.tests.unit.cmd.test_status.TestUpgradeChecks.test_owner_is_tenant_removal [0.017048s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.EvaluateFilterOpTestCase.test_equal_operator [0.002396s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.EvaluateFilterOpTestCase.test_invalid_operator [0.006866s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.EvaluateFilterOpTestCase.test_not_equal_operator [0.005617s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.ImportURITestCase.test_validate_import_uri [0.014210s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_default_operator_with_datetime [0.005793s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_less_than_equal_operator [0.002331s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_operator_with_datetime [0.009704s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_delete_permitted_specific_role [0.084339s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestCinderStoreUtils.test_update_cinder_store_location_valid_type [0.046658s] ... ok DEBUG: {1} glance.tests.unit.common.test_config.TestPasteApp.test_load_paste_app_with_paste_config_file [0.148590s] ... ok DEBUG: {1} glance.tests.unit.common.test_exception.GlanceExceptionTestCase.test_non_unicode_error_msg [0.010692s] ... ok DEBUG: {1} glance.tests.unit.common.test_exception.GlanceExceptionTestCase.test_specified_error_msg [0.002269s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader [0.026488s] ... ok DEBUG: {1} glance.tests.unit.common.test_format_inspector.TestFormatInspectorInfra.test_info_wrapper_iter_like_eats_error [0.012481s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_on_iterator_with_buffer [0.005864s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_preserves_size_chunk_less_then_read [0.006145s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_delete_unpermitted_role [0.089035s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_create_mashup_dict_with_different_core_custom_properties [0.009873s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_get_stores_from_request_excludes_readonly_store [0.035974s] ... ok DEBUG: {2} glance.tests.unit.cmd.test_status.TestUpgradeChecks.test_sheepdog_removal_enabled_backends [0.197628s] ... 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_utils.TestUtils.test_get_stores_from_request_raises_bad_request_with_all_stores [0.030752s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_invalid_action [0.074689s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_get_stores_from_request_returns_default [0.026466s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_image_meta [0.005789s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_valid_fqdn [0.005548s] ... ok DEBUG: {0} glance.tests.unit.common.test_utils.TestUtils.test_valid_host_port_string [0.002794s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_from_json [0.002301s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_from_json_malformed [0.005395s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_invalid_transfer_encoding [0.005631s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_invalid_transfer_encoding_no_content_len_but_body [0.005480s] ... ok DEBUG: {2} glance.tests.unit.cmd.test_status.TestUpgradeChecks.test_sheepdog_removal_no_config [0.080177s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_valid_transfer_encoding_with_content_length [0.004548s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.RequestTest.test_content_range_invalid [0.002601s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_accept_default [0.006571s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_from_accept_json [0.006811s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_from_accept_xml [0.013151s] ... ok DEBUG: {2} glance.tests.unit.common.scripts.image_import.test_main.TestImageImport.test_import_image [0.018315s] ... ok DEBUG: {2} glance.tests.unit.common.scripts.image_import.test_main.TestImageImport.test_set_image_data_with_callback [0.017228s] ... ok DEBUG: {2} glance.tests.unit.common.scripts.test_scripts_utils.TestCallbackIterator.test_proxy_read [0.014839s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_missing [0.020821s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_unsupported [0.004061s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.RequestTest.test_language_accept_none [0.005620s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.RequestTest.test_params [0.002435s] ... ok DEBUG: {2} glance.tests.unit.common.scripts.test_scripts_utils.TestScriptsUtils.test_validate_location_unsupported_error [0.016641s] ... ok DEBUG: {2} glance.tests.unit.common.test_client.TestClient.test_http_encoding_headers [0.001011s] ... ok DEBUG: {2} glance.tests.unit.common.test_client.TestClient.test_http_encoding_params [0.000730s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.ResourceTest.test_resource_call_error_handle_localized [0.011012s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.TestHelpers.test_headers_are_unicode [0.005485s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.Test_UwsgiChunkedFile.test_read_no_data [0.002583s] ... ok DEBUG: {0} glance.tests.unit.common.test_wsgi.Test_UwsgiChunkedFile.test_read_zero_length [0.009760s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_read_none_permitted [0.165498s] ... ok DEBUG: {0} glance.tests.unit.image_cache.drivers.test_sqlite.TestSqlite.test_delete_cached_file_2_False [0.016374s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImageFactoryProxy.test_admin_can_set_any_owner [0.048758s] ... 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.TestImageFactoryProxy.test_admin_still_gets_default_tenant [0.046226s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImageFactoryProxy.test_cannot_set_owner_to_none [0.044254s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_read_permitted_admin_role [0.169887s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImageFactoryProxy.test_default_owner_is_set [0.041740s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImageFactoryProxy.test_wrong_owner_cannot_be_set [0.042797s] ... ok DEBUG: {2} glance.tests.unit.common.test_config.TestPasteApp.test_load_paste_app [0.278666s] ... ok DEBUG: {2} glance.tests.unit.common.test_config.TestPasteApp.test_load_paste_app_paste_config_not_found [0.004743s] ... ok DEBUG: {2} glance.tests.unit.common.test_exception.GlanceExceptionTestCase.test_default_error_msg [0.026182s] ... ok DEBUG: {2} glance.tests.unit.common.test_format_inspector.TestFormatInspectorInfra.test_capture_region [0.002923s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_update_all_permitted [0.120729s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImageMutability.test_admin_everything_mutable [0.062012s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImmutableImage.test_change_container_format [0.069498s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_update_none_permitted [0.115358s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImmutableImage.test_change_locations [0.045858s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_is_property_protections_enabled_false [0.051379s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImmutableImage.test_change_tags [0.047683s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_is_property_protections_enabled_true [0.042468s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImmutableImage.test_change_updated_at [0.048285s] ... 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_get_data [0.057850s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_property_config_loaded_in_order [0.089543s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImmutableImage.test_reactivate_image [0.047678s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_property_protection_file_doesnt_exist [0.056300s] ... ok DEBUG: {1} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_qcow2 [0.918613s] ... ok DEBUG: {1} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vhdx_invalid [0.014066s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImmutableTask.test_change_updated_at [0.068114s] ... ok DEBUG: {1} glance.tests.unit.common.test_location_strategy.TestLocationOrderStrategyModule.test_get_ordered_locations [0.037159s] ... ok DEBUG: {1} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_choose_best_location [0.032464s] ... ok DEBUG: {3} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_property_protection_with_whitespace [0.121852s] ... ok DEBUG: {1} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_get_ordered_locations [0.031217s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestImmutableTaskStub.test_change_owner [0.081409s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestKeystoneAuthPlugin.test_get_plugin_from_strategy_keystone [0.009805s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestKeystoneAuthPlugin.test_invalid_auth_url_v1 [0.003132s] ... ok DEBUG: {3} glance.tests.unit.common.test_scripts.TestScripts.test_run_task [0.022813s] ... ok DEBUG: {0} glance.tests.unit.test_auth.TestTaskRepoProxy.test_list [0.056435s] ... ok DEBUG: {3} glance.tests.unit.common.test_swift_store_utils.TestSwiftParams.test_swift_config_file_doesnt_exist [0.063198s] ... ok DEBUG: {3} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_compare_micros [0.002794s] ... ok DEBUG: {3} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_east_normalize [0.002177s] ... ok DEBUG: {0} glance.tests.unit.test_cache_manage.TestCacheManage.test_delete_all_queued_image [0.012647s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_create_all_permitted [0.091872s] ... ok DEBUG: {3} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_normalize_naive [0.014705s] ... ok DEBUG: {3} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_normalize_zulu_aware_to_naive [0.002246s] ... ok DEBUG: {0} glance.tests.unit.test_cache_manage.TestCacheManage.test_delete_cached_image [0.011453s] ... ok DEBUG: {0} glance.tests.unit.test_cache_manage.TestCacheManage.test_delete_queued_image [0.008117s] ... ok DEBUG: {3} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_now_roundtrip [0.011827s] ... ok DEBUG: {3} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_offset_east_micros [0.002493s] ... ok DEBUG: {0} glance.tests.unit.test_cache_manage.TestCacheManage.test_delete_queued_image_invalid_image_id [0.005673s] ... ok DEBUG: {3} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_zulu_normalize [0.021748s] ... ok DEBUG: {3} glance.tests.unit.common.test_timeutils.TimeUtilsTest.test_utcnow [0.003067s] ... ok DEBUG: {0} glance.tests.unit.test_cache_manage.TestCacheManage.test_list_queued_images [0.025475s] ... ok DEBUG: {0} glance.tests.unit.test_cache_manage.TestCacheManage.test_queue_image_invalid_image_id [0.004036s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.EvaluateFilterOpTestCase.test_greater_than_equal_operator [0.010882s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.EvaluateFilterOpTestCase.test_greater_than_operator [0.002199s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.EvaluateFilterOpTestCase.test_less_than_operator [0.010717s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_greater_than_operator [0.002161s] ... 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_read_none_permitted [0.095510s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_less_than_operator [0.016108s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_validate_quotes [0.011600s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.TestStoreUtils.test_update_store_location_with_store_none [0.017900s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_of_iterator_stop_iteration_err [0.002493s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_read_unpermitted_policy [0.082826s] ... ok DEBUG: {0} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_v2_process_request_without_checksum [0.136956s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_update_all_permitted [0.085558s] ... ok DEBUG: {0} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_verify_metadata_deleted_image [0.058664s] ... ok DEBUG: {0} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_verify_metadata_is_image_target_instance_with_zero_size [0.045484s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_update_none_permitted [0.069890s] ... ok DEBUG: {0} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_verify_metadata_zero_size [0.054048s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_create_all_permitted [0.067946s] ... 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: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: {0} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessResponse.test_v2_process_response_download_restricted [0.080202s] ... ok DEBUG: {0} glance.tests.unit.test_cached_images.TestCachedImages.test_delete_queued_image [0.000126s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_create_none_permitted [0.069565s] ... ok DEBUG: {0} glance.tests.unit.test_context.TestContext.test_anon_public_owned [0.080905s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_create_permitted_admin_role [0.054147s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_create_unpermitted_role [0.048126s] ... ok DEBUG: {0} glance.tests.unit.test_context.TestContext.test_elevated_again [0.069919s] ... ok DEBUG: {0} glance.tests.unit.test_context.TestContext.test_empty_private_owned [0.027403s] ... ok DEBUG: {1} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_read_unpermitted_role [0.050805s] ... 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_property_protection_with_missing_operation [0.032215s] ... ok DEBUG: {1} glance.tests.unit.common.test_swift_store_utils.TestSwiftParams.test_multiple_swift_account_enabled [0.023419s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_east_roundtrip [0.002495s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_west_normalize [0.002535s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_zulu_micros [0.002147s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TimeUtilsTest.test_iso8601_from_timestamp [0.002278s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TimeUtilsTest.test_isotimei_micro_second_precision [0.003651s] ... ok DEBUG: {1} glance.tests.unit.common.test_timeutils.TimeUtilsTest.test_parse_isotime [0.003255s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.EvaluateFilterOpTestCase.test_less_than_equal_operator [0.002244s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.ImportURITestCase.test_ignored_filtering_options [0.010964s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_default_operator [0.002326s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_equal_operator [0.006153s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_not_equal_operator [0.002372s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_split_filter_value_for_quotes [0.003560s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestCinderStoreUtils.test_update_cinder_store_location_invalid_type [0.021494s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestStoreUtils.test_update_store_location_with_different_store [0.003051s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestStoreUtils.test_update_store_location_with_no_store [0.002709s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestStoreUtils.test_update_store_location_with_same_store [0.002668s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_unbounded_read_on_iterator [0.002533s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_create_mashup_dict_with_same_core_custom_properties [0.002371s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_get_meta_from_headers [0.002834s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_get_meta_from_headers_bad_headers [0.002681s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_limiting_reader [0.003219s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_limiting_reader_fails [0.003380s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_mutating [0.002585s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_valid_host_port_string_fail [0.004126s] ... ok DEBUG: {1} glance.tests.unit.common.test_utils.TestUtils.test_valid_hostname_fail [0.002851s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.GetSocketTestCase.test_correct_configure_socket [0.003883s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_has_transfer_encoding [0.002361s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_valid_transfer_encoding_without_content_length [0.004020s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.JSONResponseSerializerTest.test_to_json [0.002480s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.JSONResponseSerializerTest.test_to_json_with_more_deep_format [0.002972s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.JSONResponseSerializerTest.test_to_json_with_set [0.002749s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.RequestTest.test_content_range [0.003678s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_from_accept_xml_json [0.002299s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.ResourceTest.test_call [0.002866s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.ResourceTest.test_dispatch [0.002331s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.ResourceTest.test_dispatch_no_default [0.002768s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.ResourceTest.test_get_action_args [0.002189s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.ResourceTest.test_get_action_args_invalid_index [0.004262s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.ResourceTest.test_response_headers_encoded [0.004144s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.ResourceTest.test_translate_exception [0.172202s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.ServerTest.test_http_keepalive [0.013803s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.TestHelpers.test_data_passed_properly_through_headers [0.006579s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.Test_UwsgiChunkedFile.test_read_data_negative_length [0.002406s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi.Test_UwsgiChunkedFile.test_read_data_no_length [0.002446s] ... ok DEBUG: {0} glance.tests.unit.test_context.TestContext.test_request_id [0.448241s] ... ok DEBUG: {1} glance.tests.unit.common.test_wsgi_app.TestWsgiAppInit.test_runs_staging_cleanup [0.058804s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestEndpoints.test_get_endpoint_raises_with_invalid_endpoint_region [0.012202s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestEndpoints.test_get_endpoint_raises_with_invalid_endpoint_type [0.003316s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestEndpoints.test_get_endpoint_with_custom_endpoint_type [0.003084s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestEndpoints.test_get_endpoint_with_custom_server_type [0.009381s] ... ok 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: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready 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_context_middleware.TestContextMiddleware.test_anonymous_access_enabled [0.099727s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImageFactoryProxy.test_admin_can_set_owner_to_none [0.045255s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_preserves_size_chunk_more_then_read [1.078227s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImageRepoProxy.test_get_mutable_image [0.032161s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.TestUtils.test_get_meta_from_headers_none_virtual_size [0.018985s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImageRepoProxy.test_list [0.034754s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImmutableImage.test_change_min_disk [0.029612s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.TestUtils.test_get_stores_from_request_raises_bad_request [0.067024s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImmutableImage.test_change_name [0.026384s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImmutableImage.test_change_size [0.029735s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.TestUtils.test_get_stores_from_request_returns_store_from_headers [0.036060s] ... ok DEBUG: {0} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_is_admin_flag [0.175881s] ... ok DEBUG: {3} glance.tests.unit.common.test_utils.TestUtils.test_valid_fqdn_fail [0.019875s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_get_bind_addr_default_value [0.003011s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_invalid_transfer_encoding_with_content_length [0.002311s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImmutableImage.test_deactivate_image [0.028739s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_multiple_transfer_encoding [0.015918s] ... 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_wsgi.JSONRequestDeserializerTest.test_has_body_zero_content_length [0.014245s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.JSONResponseSerializerTest.test_to_json_with_date_format_value [0.002348s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImmutableImage.test_delete [0.032691s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_from_accept_json_xml_quality [0.016691s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.RequestTest.test_range_invalid [0.002874s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.ResourceTest.test_call_raises_exception [0.003065s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.ResourceTest.test_dispatch_default [0.002211s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImmutableTask.test_change_expires_at [0.028713s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.ResourceTest.test_get_action_args_del_controller_error [0.017724s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImmutableTask.test_change_id [0.033112s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.ResourceTest.test_get_action_args_del_format_error [0.021959s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.ServerTest.test_create_pool [0.002757s] ... ok DEBUG: {0} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_service_catalog [0.123741s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.ServerTest.test_reserved_stores_not_allowed [0.002914s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi.Test_UwsgiChunkedFile.test_read_data_length [0.003073s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi_app.TestWsgiAppInit.test_drain_threadpools [0.003426s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestImmutableTask.test_change_type [0.029850s] ... ok DEBUG: {0} glance.tests.unit.test_context_middleware.TestUnauthenticatedContextMiddleware.test_request [0.063553s] ... ok DEBUG: {0} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_has_pending_migrations_mult_migration_no_pending [0.003468s] ... ok DEBUG: {0} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_has_pending_migrations_mult_migration_some_pending [0.015597s] ... ok DEBUG: {0} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_has_pending_migrations_one_migration_with_pending [0.017100s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi_app.TestWsgiAppInit.test_policy_enforcement_valid_falsy_configuration [0.101586s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestTaskFactoryProxy.test_task_create_default_owner [0.131723s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestEncryptedLocations.test_decrypt_locations_on_list [0.076280s] ... ok DEBUG: {3} glance.tests.unit.common.test_wsgi_app.TestWsgiAppInit.test_wsgi_init_sets_thread_settings [0.078968s] ... ok DEBUG: {3} glance.tests.unit.image_cache.drivers.test_sqlite.TestSqlite.test_delete_cached_file_1_True [0.002862s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestEndpoints.test_get_endpoint_raises_with_invalid_service_type [0.016222s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageMemberRepo.test_add_image_member [0.076086s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestTaskFactoryProxy.test_task_create_owner_as_None [0.138462s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_get_forbidden [0.073492s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImageMutability.test_no_tenant_nothing_mutable [0.154323s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_image_delete_property_atomic [0.065018s] ... ok DEBUG: {1} glance.tests.unit.test_auth.TestTaskFactoryProxy.test_task_create_wrong_owner [0.115928s] ... ok DEBUG: {1} glance.tests.unit.test_cache_manage.TestCacheManage.test_list_cached_images [0.007676s] ... ok DEBUG: {1} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessResponse.test_v2_process_response_download_permitted [0.038865s] ... ok DEBUG: {1} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareRequestStashCacheInfo.test_fetch_cache_request_info_unset [0.000091s] ... ok DEBUG: {1} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareURLMatching.test_v2_match_id [0.000709s] ... ok DEBUG: {1} glance.tests.unit.test_cached_images.TestCachedImages.test_delete_queued_images [0.000101s] ... ok DEBUG: {1} glance.tests.unit.test_cached_images.TestCachedImages.test_policy_enforce_forbidden [0.000367s] ... ok DEBUG: {1} glance.tests.unit.test_cached_images.TestCachedImages.test_queue_image [0.000072s] ... ok DEBUG: {1} glance.tests.unit.test_cached_images.TestController.test_initialization_without_conf [0.000644s] ... 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: {0} glance.tests.unit.test_db.TestImageRepo.test_list_shared_images [0.071225s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImageRepoProxy.test_get_immutable_image [0.097169s] ... ok DEBUG: {1} glance.tests.unit.test_context.TestContext.test_anon_private [0.030617s] ... 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: {1} glance.tests.unit.test_context.TestContext.test_anon_public [0.034717s] ... 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:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It 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.TestImmutableImage.test_change_created_at [0.077725s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_list_with_tags_filter_single_tag [0.085207s] ... ok DEBUG: {1} glance.tests.unit.test_context.TestContext.test_auth_private [0.034817s] ... ok DEBUG: {1} glance.tests.unit.test_context.TestContext.test_auth_private_unowned [0.031675s] ... ok DEBUG: {1} glance.tests.unit.test_context.TestContext.test_auth_public_owned [0.030962s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_list_with_wrong_checksum [0.066829s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableImage.test_change_disk_format [0.087248s] ... ok DEBUG: {1} glance.tests.unit.test_context.TestContext.test_auth_public_unowned [0.036302s] ... ok DEBUG: {1} glance.tests.unit.test_context.TestContext.test_get_ksa_client [0.039290s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_location_data_value [0.071033s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableImage.test_change_id [0.083583s] ... ok DEBUG: {1} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_anonymous_access_defaults_to_disabled [0.035611s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestImageRepo.test_restore_image_status [0.067004s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableImage.test_change_owner [0.078665s] ... ok DEBUG: {1} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_header_parsing [0.061930s] ... ok DEBUG: {1} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_invalid_service_catalog [0.028114s] ... ok DEBUG: {1} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_find_migrations [0.006298s] ... ok DEBUG: {1} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_run_migrations_with_one_pending_migration [0.005509s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestTaskRepo.test_list [0.071175s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableImage.test_change_properties [0.081276s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestTaskRepo.test_list_with_last_marker [0.077284s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableImage.test_change_status [0.079284s] ... ok DEBUG: {0} glance.tests.unit.test_db.TestTaskRepo.test_sorted_list [0.053331s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableTask.test_begin_processing [0.066824s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_duplicate_tags_with_pre_existing_tags [0.079945s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableTask.test_change_created_at [0.061603s] ... 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_add_property_namespace_not_found [0.073889s] ... 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.TestImmutableTask.test_change_status [0.059842s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_tag [0.061800s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableTask.test_fail [0.077905s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_tag_namespace_not_found [0.058455s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableTask.test_succeed [0.069645s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_tag [0.068335s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestImmutableTaskStub.test_change_expires_at [0.052029s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestKeystoneAuthPlugin.test_v2_auth [0.015706s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_private_namespaces [0.064570s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestTaskRepoProxy.test_get_immutable_task [0.061506s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_property_empty_result [0.067653s] ... ok DEBUG: {3} glance.tests.unit.test_auth.TestTaskRepoProxy.test_get_mutable_task [0.058065s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_tag [0.047024s] ... ok DEBUG: {3} glance.tests.unit.test_cache_manage.TestCacheManage.test_delete_cached_image_invalid_image_id [0.017297s] ... ok DEBUG: {3} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareChecksumVerification.test_checksum_v2_header [0.061502s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_tag_namespace_not_found [0.070170s] ... 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_remove_namespace_not_found [0.060251s] ... 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 "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.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_v2_process_request_download_permitted [0.120459s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_remove_tag_not_found [0.061205s] ... ok DEBUG: {0} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_save_tag [0.064515s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestExtraProperties.test_delitem [0.011925s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestExtraProperties.test_eq_with_incompatible_object [0.002880s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestExtraProperties.test_getitem [0.002285s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestImage.test_delayed_delete [0.007501s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestImage.test_delete_protected_image [0.002493s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestImage.test_extra_properties [0.008532s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestImage.test_tags_always_a_set [0.002359s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestImageFactory.test_minimal_new_image [0.002646s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestImageFactory.test_new_image_with_extra_properties_and_tags [0.010343s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestTask.test_run [0.003115s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestTask.test_validate_status_transition_from_processing_to_failure [0.002622s] ... ok DEBUG: {3} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_v2_process_request_response_headers [0.137466s] ... ok DEBUG: {3} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareRequestStashCacheInfo.test_fetch_cache_request_info [0.000127s] ... ok DEBUG: {3} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareRequestStashCacheInfo.test_stash_cache_request_info [0.000080s] ... ok DEBUG: {3} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareURLMatching.test_no_match_unknown_version [0.000094s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestTask.test_validate_status_transition_from_processing_to_success [0.002500s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestTaskExecutorFactory.test_init [0.003016s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestTaskExecutorFactory.test_new_task_executor_error [0.003471s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestTaskStub.test_task_stub_get_status [0.010907s] ... ok DEBUG: {0} glance.tests.unit.test_domain.TestTaskStub.test_task_stub_init [0.002390s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestImageFactory.test_proxy_wrapping [0.002274s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestImageMembershipFactory.test_proxy_plain [0.014701s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_delete_property_nonimage [0.002867s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_save [0.002464s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_set_property_atomic [0.010722s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_remove [0.002554s] ... ok DEBUG: {0} glance.tests.unit.test_domain_proxy.TestTaskFactory.test_proxy_wrapping [0.002386s] ... ok DEBUG: {0} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_dict_to_headers [0.008947s] ... ok DEBUG: {0} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_get_image [0.002713s] ... ok DEBUG: {3} glance.tests.unit.test_context.TestContext.test_auth_private_owned [0.079332s] ... ok DEBUG: {0} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_human_readable_size [0.014439s] ... ok DEBUG: {0} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_compare [0.003898s] ... ok DEBUG: {0} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_livecopy_with_bad_args [0.012843s] ... ok DEBUG: {0} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_load [0.004334s] ... 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 "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: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It 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.TestContext.test_elevated [0.070667s] ... ok DEBUG: {0} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_assert_staging_scheme_on_init [0.051602s] ... ok DEBUG: {3} glance.tests.unit.test_context.TestContext.test_empty_private [0.018799s] ... ok DEBUG: {3} glance.tests.unit.test_context.TestContext.test_empty_public_owned [0.023412s] ... ok DEBUG: {0} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_clean_orphaned_staging_residue [0.054201s] ... ok DEBUG: {3} glance.tests.unit.test_context.TestContext.test_service_catalog [0.065074s] ... ok DEBUG: {0} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_delete_file_failed [0.064845s] ... ok DEBUG: {3} glance.tests.unit.test_context.TestContext.test_user_identity [0.052242s] ... ok DEBUG: {0} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_delete_file_not_found [0.041675s] ... ok DEBUG: {0} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_get_staging_path_single_store [0.056210s] ... ok DEBUG: {0} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_caching_iterator_handles_backend_failure [0.010190s] ... ok DEBUG: {0} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_queue [0.005735s] ... ok DEBUG: {3} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_roles_case_insensitive [0.100134s] ... ok DEBUG: {0} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_clean_stalled ... SKIPPED: filesystem does not support xattr DEBUG: {0} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_export [0.031682s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_load [0.042883s] ... ok DEBUG: {3} glance.tests.unit.test_context_middleware.TestUnauthenticatedContextMiddleware.test_response [0.099550s] ... ok DEBUG: {3} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_has_pending_migrations_mult_migration_one_pending [0.013028s] ... ok DEBUG: {3} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_run_migrations [0.002873s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_unload [0.040421s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_migrate [0.034224s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_version_control [0.035496s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_contract_if_not_contract_head [0.005150s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageMemberRepo.test_get_image_member [0.079678s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_db_check [0.029500s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageMemberRepo.test_list [0.070244s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_db_expand [0.047606s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_db_metadefs_export [0.037378s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageMemberRepo.test_remove_image_member [0.065788s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_db_metadefs_load_from_path_overwrite_existing [0.053799s] ... 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_manage.TestManage.test_db_metadefs_load_prefer_new_with_path [0.045774s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_list_status [0.121751s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_db_metadefs_load_with_specified_path [0.049255s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_db_sync [0.048561s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_list_with_tags_filter_multiple_tags [0.058217s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_db_upgrade [0.039830s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_remove_image_not_found [0.069829s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_db_version [0.045874s] ... ok DEBUG: {1} glance.tests.unit.test_db.RetryOnDeadlockTestCase.test_raise_deadlock [2.012458s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_expand_db_is_already_sync [0.004203s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_migrate [0.011597s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_migrate_already_sync [0.006800s] ... ok DEBUG: {0} glance.tests.unit.test_manage.TestManage.test_sync [0.015904s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_save_image [0.076516s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestEncryptedLocations.test_decrypt_locations_on_get [0.073490s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageMemberNotifications.test_image_member_delete_notification [0.078778s] ... 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.067379s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestEncryptedLocations.test_encrypt_locations_on_add [0.066705s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageMemberNotifications.test_image_member_save_notification [0.063446s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestEncryptedLocations.test_encrypt_locations_on_save [0.068992s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_sorted_list [0.101687s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageMemberNotifications.test_image_member_save_notification_disabled [0.073105s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageMemberRepo.test_get_nonexistent_image_member [0.035425s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageMemberRepo.test_remove_image_member_does_not_exist [0.037308s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_add_notification [0.074931s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_add_image [0.039483s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_sorted_list_with_multiple_dirs [0.106033s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_delete_property_atomic [0.044671s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_get [0.076446s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_get [0.042903s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestImageRepo.test_sorted_list_with_multiple_keys [0.087216s] ... 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.TestImageRepo.test_image_set_property_atomic [0.053125s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_get_data_notification [0.071972s] ... 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: {3} glance.tests.unit.test_db.TestTaskRepo.test_add_task [0.080349s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_limited_list [0.056951s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_get_data_notification_disabled [0.056389s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_list [0.035977s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestTaskRepo.test_get_not_found [0.071255s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_get_data_should_call_next_image_get_data [0.067352s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_list_status_rejected [0.074930s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_get_data_size_mismatch [0.052525s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestTaskRepo.test_limited_list [0.095524s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_list_with_checksum_filter_single_image [0.053986s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_duplicate [0.063364s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_list_with_marker [0.059489s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestTaskRepo.test_list_with_marker_and_limit [0.084655s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_prepare_notification_disabled [0.060852s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_list_with_tags_filter_multiple_tags_and_nonexistent [0.042255s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestTaskRepo.test_list_with_status [0.073087s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_list_with_wrong_tags [0.049552s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_storage_write_denied [0.080283s] ... ok DEBUG: {3} glance.tests.unit.test_db.TestTaskRepo.test_remove_task [0.062650s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_location_data_exists [0.058337s] ... 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.TestImageRepo.test_location_value [0.059311s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_upload_and_activate_notification [0.129010s] ... ok DEBUG: {3} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_namespace [0.106687s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_remove_image [0.051930s] ... 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_metadef.TestMetadefRepo.test_get_namespace [0.090721s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_upload_and_activate_notification_disabled [0.125312s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_save_excludes_atomic_props [0.142244s] ... 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.TestImageNotifications.test_image_set_data_upload_and_not_activate_notification [0.071566s] ... ok DEBUG: {3} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_namespace_forbidden [0.090214s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_tasks_get_by_image [0.039451s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestImageRepo.test_tasks_get_by_image_not_exists [0.040830s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_create_notification [0.068355s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestTaskRepo.test_list_with_type [0.038034s] ... ok DEBUG: {3} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_object [0.098139s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_create_notification_disabled [0.067022s] ... ok DEBUG: {1} glance.tests.unit.test_db.TestTaskRepo.test_save_task [0.048919s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_object [0.038709s] ... ok DEBUG: {3} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_property [0.090310s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_delete_notification [0.067903s] ... 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_metadef.TestMetadefRepo.test_add_object_namespace_not_found [0.048219s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_processing_notification_disabled [0.075505s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_property_namespace_forbidden [0.052303s] ... ok DEBUG: {3} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_property_namespace_not_found [0.100067s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_success_notification [0.066347s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_tag_namespace_forbidden [0.055159s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_namespace_not_found [0.038237s] ... ok DEBUG: {3} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_remove_property_not_found [0.109429s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestExtraProperties.test_eq_with_a_dict [0.004503s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestExtraProperties.test_eq_with_uneqal_dict [0.002414s] ... ok DEBUG: {0} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_success_notification_disabled [0.089114s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestExtraProperties.test_eq_with_unequal_ExtraProperties_object [0.014701s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestExtraProperties.test_len_with_non_zero_items [0.002493s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_object_not_found [0.047383s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestExtraProperties.test_setitem [0.002660s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestImage.test_visibility_enumerated [0.002265s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestImageFactory.test_new_image [0.019360s] ... 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.TestImageFactory.test_new_image_for_is_public [0.015822s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_tag_not_found [0.053172s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestImageFactory.test_new_image_unexpected_property [0.016470s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestImageMemberFactory.test_minimal_new_image_member [0.002538s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestContextPolicyEnforcer.test_context_nonadmin_policy_nonadmin [0.070694s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestImagePolicy.test_get_images_allowed [0.003085s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestImagePolicy.test_image_get_data_policy_enforced_with_target [0.002706s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestTask.test_invalid_status_transitions_from_failure [0.003319s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestTask.test_task_invalid_status [0.002363s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestImagePolicy.test_new_image_visibility_community_not_allowed [0.013206s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestMemberPolicy.test_get_members_allowed [0.002974s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestTaskExecutorFactory.test_new_task_eventlet_backwards_compatibility [0.026545s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_property_allowed [0.015980s] ... ok DEBUG: {3} glance.tests.unit.test_domain.TestTaskExecutorFactory.test_new_task_executor [0.003592s] ... ok DEBUG: {3} glance.tests.unit.test_domain_proxy.TestImageFactory.test_proxy_plain [0.002462s] ... ok DEBUG: {3} glance.tests.unit.test_domain_proxy.TestImageMembershipFactory.test_proxy_wrapped_image [0.002216s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_resource_type_not_allowed [0.003075s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_tag_allowed [0.010044s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_object [0.060384s] ... ok DEBUG: {3} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_get [0.020017s] ... ok DEBUG: {3} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_remove_with_no_result [0.002563s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_object_empty_result [0.051936s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestPolicyEnforcer.test_ensure_experimental_warning_is_logged_for_secure_rbac [0.055809s] ... 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_glance_manage.DBCommandsTestCase.test_purge_command_fk_constraint_failure [0.076193s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_tag_empty_result [0.052523s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestPolicyEnforcer.test_ensure_experimental_warning_is_not_logged_for_legacy_rbac [0.073695s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestTaskPolicy.test_get_tasks_allowed [0.002912s] ... ok DEBUG: {0} glance.tests.unit.test_policy.TestTaskPolicy.test_get_tasks_not_allowed [0.014840s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImageMemberQuotas.test_new_image_member_too_many_members [0.005158s] ... ok DEBUG: {3} glance.tests.unit.test_glance_manage.DBCommandsTestCase.test_purge_invalid_age_in_days [0.072124s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_remove_namespace [0.050935s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_add_image_with_image_property [0.030321s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_quota_exceeded_after_delete_image_properties [0.005002s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_save_image_with_image_property [0.013526s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_remove_property [0.049736s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImageQuota.test_append_location_for_queued_image [0.017885s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImageQuota.test_insert_location [0.014131s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImageQuota.test_set_location [0.008599s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImageQuota.test_set_location_exceed [0.016367s] ... ok DEBUG: {3} glance.tests.unit.test_glance_manage.DBCommandsTestCase.test_purge_invalid_max_rows [0.086675s] ... ok DEBUG: {1} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_save_property [0.066880s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestImage.test_status_active_without_disk_format [0.002748s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestImageQuota.test_set_location_under [0.018793s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_len [0.002808s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestImage.test_status_saving [0.007197s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestImageMember.test_status_enumerated [0.002323s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestTask.test_fail [0.002883s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestTaskExecutorFactory.test_new_task_executor_with_admin [0.003219s] ... ok DEBUG: {0} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_tags_deepcopy [0.018208s] ... ok DEBUG: {0} glance.tests.unit.test_schema.TestBasicSchema.test_merge_properties [0.002253s] ... ok DEBUG: {1} glance.tests.unit.test_domain.TestTaskFactory.test_new_task_invalid_type [0.008832s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestImageMembershipFactory.test_proxy_both_wrapped [0.002347s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestImageMembershipFactory.test_proxy_wrapped_membership [0.010831s] ... 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_schema.TestBasicSchema.test_raw_json_schema [0.017510s] ... ok DEBUG: {0} glance.tests.unit.test_schema.TestCollectionSchema.test_raw_json_schema [0.002391s] ... ok DEBUG: {0} glance.tests.unit.test_schema.TestPermissiveSchema.test_raw_json_schema [0.015131s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_add [0.009234s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_delete_property_atomic [0.002694s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_remove [0.007763s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_add [0.002600s] ... ok DEBUG: {3} glance.tests.unit.test_glance_manage.DBCommandsTestCase.test_purge_max_rows [0.102078s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_add_with_no_result [0.008398s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_get [0.002764s] ... ok DEBUG: {0} glance.tests.unit.test_schema.TestPermissiveSchema.test_validate_rejects_non_string_extra_properties [0.021035s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_list [0.004472s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_save [0.002145s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestProxyRepoWrapping.test_save_with_no_result [0.002152s] ... ok DEBUG: {1} glance.tests.unit.test_domain_proxy.TestTaskFactory.test_proxy_plain [0.006178s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_compare_with_bad_args [0.023400s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_compare_with_no_args [0.003131s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_dump_with_bad_args [0.002287s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_dump_with_no_args [0.002334s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_livecopy [0.019832s] ... ok DEBUG: {1} glance.tests.unit.test_glance_manage.DBCommandsTestCase.test_purge_command [0.044060s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_load_with_bad_args [0.014208s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_size_with_no_args [0.002749s] ... ok DEBUG: {3} glance.tests.unit.test_glance_replicator.ReplicationUtilitiesTestCase.test_image_present [0.002516s] ... ok DEBUG: {0} glance.tests.unit.test_scrubber.TestScrubber.test_scrubber_revert_image_status [0.085202s] ... ok DEBUG: {1} glance.tests.unit.test_glance_manage.DBCommandsTestCase.test_purge_command_exceeded_maximum_rows [0.068727s] ... ok DEBUG: {3} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_clean_orphaned_staging_residue_handles_errors [0.066284s] ... ok DEBUG: {1} glance.tests.unit.test_glance_manage.DBCommandsTestCase.test_purge_command_negative_rows [0.055575s] ... ok 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: /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: {0} glance.tests.unit.test_store_image.TestImageFactory.test_new_image_with_location [0.099971s] ... ok DEBUG: {3} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_get_image_id [0.047880s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_caching_iterator_falloffend [0.011527s] ... ok DEBUG: {1} glance.tests.unit.test_glance_manage.DBCommandsTestCase.test_purge_negative_age_in_days [0.049024s] ... ok DEBUG: {1} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_add_image_meta [0.009095s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_adding_invalid_location_metadata [0.061306s] ... ok DEBUG: {1} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_errors [0.015725s] ... ok DEBUG: {1} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_livecopy_with_no_args [0.005897s] ... ok DEBUG: {1} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_size_with_args_is_None [0.002305s] ... ok DEBUG: {1} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_size_with_bad_args [0.002493s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_clean_stalled [0.056356s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_clean_stalled_nonzero_stall_time [0.025007s] ... ok DEBUG: {1} glance.tests.unit.test_glance_replicator.ReplicationUtilitiesTestCase.test_check_upload_response_headers [0.016279s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_delete_all [0.017568s] ... ok DEBUG: {1} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_delete_file [0.040165s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_gate_caching_iter_bad_checksum [0.024913s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_adding_invalid_location_uri [0.079198s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_get_image_size [0.020693s] ... ok DEBUG: {1} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_is_valid_image [0.045413s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_is_cached [0.028662s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_adding_locations [0.066500s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_open_for_read [0.045621s] ... ok DEBUG: {1} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_is_valid_image_deleted [0.057009s] ... ok DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheNoDep.test_get_caching_iter_when_open_fails [0.011946s] ... ok DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheNoDep.test_get_caching_iter_when_write_fails [0.003117s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_caching_iterator ... SKIPPED: filesystem does not support xattr DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_delete_location [0.057564s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_delete ... SKIPPED: filesystem does not support xattr DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_get_image_size ... SKIPPED: filesystem does not support xattr DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_delete [0.021867s] ... ok DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_open_for_write_good [0.009605s] ... ok DEBUG: {3} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_read ... SKIPPED: filesystem does not support xattr DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_extend_invalid_locations_uri [0.064331s] ... ok DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_prune [0.058708s] ... ok DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_prune_to_zero [0.006259s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_export_with_specified_path [0.061924s] ... ok DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_caching_iterator_falloffend ... SKIPPED: filesystem does not support xattr DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_caching_iterator_handles_backend_failure ... SKIPPED: filesystem does not support xattr DEBUG: {1} 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_image_cache.TestImageCacheXattr.test_prune ... SKIPPED: filesystem does not support xattr DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_prune_to_zero ... SKIPPED: filesystem does not support xattr DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_extend_locations [0.074101s] ... ok DEBUG: {1} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_queue ... SKIPPED: filesystem does not support xattr DEBUG: {3} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_load_from_merge_and_prefer_new_and_overwrite [0.082336s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_pop_location [0.063237s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_load_from_merge_and_prefer_new [0.045784s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_load_from_path_merge [0.062460s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_contract [0.051606s] ... 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_store_image.TestStoreImage.test_image_change_remove_location [0.079174s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestLegacyManage.test_db_metadefs_load_with_specified_path [0.062015s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_upgrade [0.040165s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_checking_location_exists [0.053607s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_version [0.051272s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_sync [0.061799s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestManage.test_contract_db_is_already_sync [0.011512s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestManage.test_db_complex_password [0.009531s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_sync_version [0.043579s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_contract_before_expand [0.004309s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_get_location_index [0.068253s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestManage.test_db_metadefs_load [0.046300s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_db_check_result [0.032871s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestManage.test_db_metadefs_load_prefer_new_and_overwrite_existing [0.038005s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_db_metadefs_export_with_specified_path [0.045869s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_set_data_invalid_signature_missing_metadata [0.079746s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestManage.test_db_sync_version [0.045527s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_db_metadefs_load_prefer_new [0.064325s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestManage.test_db_version_control [0.032910s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestManage.test_expand [0.004720s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImage.test_image_set_data_unknown_size [0.070636s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreImageRepo.test_save_fetches_members_if_private [0.002700s] ... ok DEBUG: {1} glance.tests.unit.test_manage.TestManage.test_sync_db_is_already_sync [0.015785s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_nested_dict [0.014928s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_nested_dict_bad [0.002600s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_db_metadefs_unload [0.046069s] ... ok DEBUG: {0} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_unicode_list [0.011417s] ... ok DEBUG: {0} glance.tests.unit.test_test_utils.TestFakeData.test_via_read [0.002421s] ... 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_notifier.TestImageMemberNotifications.test_image_member_add_notification [0.063830s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_0 [0.049585s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_db_upgrade_version [0.062469s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_expand_failed [0.021908s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_10_default_unsupported [0.038155s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_expand_if_not_expand_head [0.004919s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_migrate_db_is_already_sync [0.010065s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestImageMemberNotifications.test_image_member_delete_notification_disabled [0.065702s] ... ok DEBUG: {3} glance.tests.unit.test_manage.TestManage.test_sync_failed_to_sync [0.009683s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_13_enabled_unsupported [0.045523s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestImageNotifications.test_image_add_notification_disabled [0.070864s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_2 [0.037561s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_5 [0.054554s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestImageNotifications.test_image_list [0.065666s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_8_default_unsupported [0.054382s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_forbidden [0.061237s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_value_error [0.043885s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_current_is_negotiated_1_ [0.060298s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestNotifier.test_set_defaults [0.011067s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_current_is_negotiated_2_slow_one_fast_two [0.047311s] ... ok DEBUG: {1} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_failure_notification_disabled [0.067635s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_deprecated_is_negotiated_2_slow_one_fast_two [0.047174s] ... 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_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.TestContextPolicyEnforcer.test_context_nonadmin_policy_admin [0.053282s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_get_version_list_public_endpoint [0.044691s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestDefaultPolicyCheckStrings.test_project_member_check_string [0.034748s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_12_enabled_supported [0.053402s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestDefaultPolicyCheckStrings.test_project_member_download_image_check_string [0.049830s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_5 [0.052513s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestDefaultPolicyCheckStrings.test_project_reader_get_image_check_string [0.050716s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestImagePolicy.test_communitize_image_not_allowed [0.003296s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestImagePolicy.test_delete_image_allowed [0.002662s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestImagePolicy.test_new_image_visibility_community_allowed [0.011057s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestImagePolicy.test_publicize_image_not_allowed [0.002637s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_6 [0.056678s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestImageTarget.test_image_target_ignores_locations [0.048277s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestMemberPolicy.test_add_member_allowed [0.009262s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestMemberPolicy.test_add_member_not_allowed [0.002702s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestMemberPolicy.test_get_member_not_allowed [0.002747s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_supported_is_negotiated_1_ [0.053711s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_namespace_allowed [0.016295s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_supported_is_negotiated_2_slow_one_fast_two [0.048082s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionsTest.test_get_version_list_for_external_app [0.045966s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_enforce_unregistered [0.093632s] ... ok DEBUG: {0} glance.tests.unit.test_versions.VersionsTest.test_get_version_list_public_endpoint [0.065816s] ... 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: {0} glance.tests.unit.v2.test_discovery_image_import.TestInfoControllers.test_get_import_info_with_empty_method_list [0.056153s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_enforcer_does_not_raise_forbidden [0.138104s] ... 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: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 "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy 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: /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: {1} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_file_custom_rules_default_location [0.079450s] ... ok 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 "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: /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: {0} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_reactivate_from_pending_delete [0.163487s] ... ok DEBUG: {1} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_file_get_image_default_everybody [0.067194s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_content_range_requests_for_image_downloads [0.022113s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageLocationQuotas.test_replace_image_location [0.007759s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_exceed_quota_during_patch_operation [0.002784s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_failure_with_valid_content_range [0.011257s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_failure_with_valid_range [0.003541s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageQuota.test_extend_location [0.009074s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageQuota.test_quota_allowed_unit_b [0.015513s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageQuota.test_quota_exceeded_with_right_size [0.004790s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_forbidden [0.013386s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageQuota.test_quota_exceeded_with_right_size_b [0.005134s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageQuota.test_set_location_for_queued_image [0.003579s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_service_unavailable [0.017417s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageTagQuotas.test_add_too_many_image_tags [0.007247s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageTagQuotas.test_replace_too_many_image_tags [0.002609s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_with_checksum [0.009023s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestImageTagQuotas.test_replace_unlimited_image_tags [0.009710s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_add [0.002652s] ... ok DEBUG: {1} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_iter [0.002169s] ... ok DEBUG: {1} glance.tests.unit.test_schema.TestBasicSchema.test_filter_strips_extra_properties [0.010274s] ... ok DEBUG: {1} glance.tests.unit.test_schema.TestPermissiveSchema.test_validate_with_additional_properties_allowed [0.004440s] ... ok DEBUG: {1} glance.tests.unit.test_scrubber.TestScrubDBQueue.test_get_all_images [0.012843s] ... ok DEBUG: {1} glance.tests.unit.test_scrubber.TestScrubDBQueue.test_get_all_images_paged [0.012317s] ... ok DEBUG: {1} glance.tests.unit.test_scrubber.TestScrubber.test_scrubber_exits [0.062504s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_download_non_existent_image [0.128133s] ... ok DEBUG: {1} glance.tests.unit.test_scrubber.TestScrubber.test_store_delete_store_exceptions [0.055443s] ... 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_change_append_locations [0.058705s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_raises_storage_write_denied [0.123627s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_extend_invalid_locations_metadata [0.055785s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_insert_invalid_location_uri [0.069539s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_delete [0.003007s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_get_data_from_second_location [0.044090s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_restore_image_when_upload_failed [0.165011s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_set_data_inspector_not_needed [0.066235s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImage.test_image_set_data_invalid_signature [0.046830s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImageRepo.test_member_addition_updates_acls [0.003237s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImageRepo.test_member_removal_updates_acls [0.002408s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreImageRepo.test_save_updates_acls [0.002294s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_list_bad [0.010335s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_non_existent_image_before_save [0.121031s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_unicode_dict_list [0.002476s] ... ok DEBUG: {1} glance.tests.unit.test_store_image.TestStoreMultiBackends.test_image_set_data_invalid_signature [0.050374s] ... ok 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: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It 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_store_image.TestStoreMultiBackends.test_set_data_calls_upload_to_store [0.051840s] ... ok DEBUG: {1} glance.tests.unit.test_test_utils.TestFakeData.test_via_iter [0.010891s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2 [0.038787s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_non_existent_image_raises_image_not_found_exception [0.164468s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_11_enabled_supported [0.039329s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_12_enabled_supported [0.047439s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_signature_verification_fails [0.139115s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_6 [0.047353s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_8_enabled_supported [0.037503s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_9 [0.048441s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_deprecated_is_negotiated_1_ [0.045603s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_storage_store_disabled [0.150991s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_experimental_is_negotiated_1_ [0.029712s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_experimental_is_negotiated_2_slow_one_fast_two [0.034247s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_get_version_list [0.046787s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create_forbidden_by_add_policy [0.101980s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_get_version_list_for_external_app [0.034998s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2 [0.045493s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create_image_does_not_exist [0.089501s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_1 [0.038945s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_13_enabled_unsupported [0.036126s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_3 [0.033257s] ... 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_members_resource.TestImageMembersController.test_create_overlimit [0.105725s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsTest.test_get_version_list_secure_proxy_ssl_header [0.033717s] ... ok DEBUG: {1} glance.tests.unit.test_versions.VersionsTest.test_get_version_list_secure_proxy_ssl_header_https [0.034753s] ... ok DEBUG: {1} glance.tests.unit.v2.test_discovery_image_import.TestInfoControllers.test_get_import_info [0.050690s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create_private_image [0.120466s] ... ok DEBUG: {1} glance.tests.unit.v2.test_discovery_stores.TestInfoControllers.test_get_stores [0.059882s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_index_allowed_by_get_members_policy [0.108235s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_deactivate_from_active [0.110253s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_index_private_image_visible_members_admin [0.065401s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_deactivate_from_deleted [0.111331s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_index_public_image [0.097300s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_show_forbidden [0.093280s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_deactivate_from_killed [0.172924s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_update_done_by_member [0.118924s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImageMembersSerializer.test_create [0.010770s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_create [0.049023s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_create_invalid [0.046064s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_deactivate_from_saving [0.196994s] ... 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_members_resource.TestImagesDeserializer.test_create_list_return_error [0.048558s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_create_member_empty [0.039336s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_update [0.041770s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_update_list_return_error [0.039390s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_reactivate_from_deactivated [0.146928s] ... 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_data_resource.TestImageDataDeserializer.test_stage_raises_invalid_content_type [0.054016s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_tags_resource.TestImageTagsController.test_create_duplicate_tag_ignored [0.116504s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImageDataDeserializer.test_stage_without_glance_direct [0.059519s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImageDataDeserializer.test_upload [0.055421s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_tags_resource.TestImageTagsController.test_delete_tag_forbidden [0.085396s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImageDataDeserializer.test_upload_chunked_with_content_length [0.063429s] ... ok DEBUG: {0} glance.tests.unit.v2.test_image_tags_resource.TestImageTagsController.test_delete_tag_not_found [0.110292s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImageDataDeserializer.test_upload_wrong_content_type [0.110369s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_store_get_not_support [0.012454s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_stage [0.004998s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_add_location_same_validation_data [0.093285s] ... 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_create [0.060733s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_download_forbidden [0.109523s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_dup_id [0.092804s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_public_image_as_admin [0.080631s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_fail_does_not_set_host [0.146957s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_readonly_property [0.084956s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_with_owner_admin [0.082650s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_invalid_image_transition [0.184295s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_with_properties [0.072277s] ... 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_data_resource.TestImagesController.test_image_stage_raises_image_size_exceeded [0.143736s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_disabled_notification [0.093495s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_encryption_key [0.091214s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_raises_internal_error [0.133360s] ... 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_delete_encryption_key_forbidden [0.079600s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_from_store_no_multistore [0.077715s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_raises_storage_full [0.126336s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_has_snapshot [0.067893s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_records_host_unset [0.126840s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_locked_down_protected_prop [0.102440s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_not_in_store [0.090960s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_non_existent_image_raises_store_not_found_exception [0.155631s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_to_unallowed_status [0.069513s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_delete_deletes_locally_on_error [0.076450s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_status [0.123231s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_storage_full [0.120122s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import [0.234322s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_storage_write_denied [0.142535s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_locked_by_bustable_terminal_task_success [0.106809s] ... 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_data_resource.TestMultiBackendImagesController.test_upload_invalid_backend_in_request_header [0.103358s] ... 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_image_import_proxies [0.056338s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create_public_image [0.084690s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_raises_conflict_for_web_download [0.058302s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_admin_deleted_images_hidden [0.052258s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete [0.090649s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_size_max_filter [0.074368s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_size_range_filter [0.070780s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete_allowed_by_policies [0.141307s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_virtual_size_max_filter [0.073994s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete_image_does_not_exist [0.085397s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_filters_return_many [0.058968s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_limit [0.072722s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete_public_image [0.125092s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_many_filters [0.100355s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_index_member_view [0.113824s] ... 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_index_with_multi_tags_and_nonexistent [0.086271s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_non_existent_os_hash_value [0.093895s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_index_no_members [0.128866s] ... 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_os_hash_value_filter_single_image [0.094302s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_update_invalid_status [0.105326s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_sort_key [0.084753s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_update_non_existent_image [0.100220s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersSerializer.test_index [0.003197s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImageMembersSerializer.test_update [0.003557s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_zero_images [0.077348s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_update_invalid [0.058088s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_invalid_locations_op_pos [0.038127s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_add_not_permitted_status_killed [0.069712s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_add_not_permitted_status_saving [0.064195s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_tags_resource.TestImageTagsController.test_create_tag [0.165935s] ... ok DEBUG: {1} glance.tests.unit.v2.test_image_tags_resource.TestImagesSerializer.test_delete_tag [0.002644s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImageSchemaDeterminePropertyBasis.test_base_property_marked_as_base [0.003213s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImageSchemaDeterminePropertyBasis.test_custom_property_marked_as_non_base [0.010862s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_add_not_permitted_status_uploading [0.061910s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_bust_import_lock_race_to_delete [0.058923s] ... 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_location_remove_not_permitted_status_deleted [0.063281s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_remove_not_permitted_status_pending_delete [0.070837s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_disabled_notification [0.103195s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_remove_not_permitted_status_saving [0.067723s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_duplicate_tags [0.121040s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_replace_not_permitted_status_killed [0.072589s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_replace_not_permitted_status_pending_delete [0.084705s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_protected_prop_case_insensitive [0.252083s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_create_with_patch_and_policy [0.204464s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_reserved_property [0.104886s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_read_locked_down_protected_prop [0.140391s] ... 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_create_with_owner_non_admin [0.158624s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_read_non_protected_prop [0.155006s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_with_too_many_properties [0.128042s] ... 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_replace_locations_identify_associated_store [0.112978s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delayed_delete [0.130641s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_and_remove_location_under_limit [0.119397s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete [0.124126s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_extra_property_json_schema_version_10 [0.103545s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_already_deleted_image_admin [0.078998s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_extra_property_json_schema_version_4 [0.101903s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_in_use [0.093676s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_locations [0.102638s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_invalid_encryption_key_deletion_policy [0.091295s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_locations_invalid [0.107865s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_non_protected_prop [0.154299s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_property_already_present_json_schema_version_10 [0.149939s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_queued_updates_status [0.060111s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_queued_updates_status_delayed_delete [0.066024s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_too_many_properties [0.131131s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_with_tags [0.110304s] ... 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_deletion_of_staging_data_failed [0.067501s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_unlimited_locations [0.118536s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_deleted_image_admin [0.063480s] ... 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_enforce_lock_log_not_bustable [0.103164s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_image_doesnt_exist [0.089611s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_no_proxy_non_direct [0.092775s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_multiple_changes [0.114331s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_raises_conflict [0.104666s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_admin [0.061172s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_non_protected_prop [0.122512s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_default_limit [0.087876s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_property_while_over_limit [0.116176s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_no_next_marker [0.082615s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_with_bad_min_ram [0.066874s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_virtual_size_min_filter [0.101803s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_with_too_many_properties [0.088654s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_virtual_size_range_filter [0.090765s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesController.test_verify_staging_data_deleted_on_image_delete [0.075549s] ... 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.TestImagesControllerPolicies.test_create_community_image_unauthorized [0.065124s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_core_and_extra_property [0.093787s] ... ok DEBUG: {3} glance.tests.unit.test_misc.UtilsTestCase.test_encryption [9.300000s] ... 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_index_with_id_filter [0.050931s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_update_communitize_image_unauthorized [0.071968s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_invalid_hidden_filter [0.078539s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_update_get_image_location_unauthorized [0.098551s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_create_invalid_property_key [0.058853s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_invalid_max_range_filter_value [0.086484s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_create_minimal [0.066615s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestImageMemberNotifications.test_image_member_add_notification_disabled [0.270010s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_create_no_body [0.059733s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_multiple_properties [0.126610s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestImageMemberNotifications.test_image_member_list [0.070265s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_import_image_invalid_input [0.072878s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestImageNotifications.test_image_delete_notification [0.060907s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_limit_not_specified [0.052855s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestImageNotifications.test_image_delete_notification_disabled [0.051479s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_non_existent_checksum [0.126511s] ... 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.TestImagesDeserializer.test_index_negative_limit [0.065554s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestImageNotifications.test_image_save_notification [0.053677s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestImageNotifications.test_image_save_notification_disabled [0.052823s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_nonexistent_name_filter [0.133859s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_HTTP_error [0.050910s] ... 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_notifier.TestImageNotifications.test_image_set_data_error [0.052884s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_prepare_notification [0.048703s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_new_sorting_syntax_invalid_request [0.219098s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_failure_notification [0.053516s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_new_sorting_syntax_multiple_keys_default_dir [0.071923s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_processing_notification [0.058601s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_wrong_sort_dirs_number_without_key [0.059068s] ... ok DEBUG: {3} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_run_notification [0.056199s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_nonexistent_properties [0.302398s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_strip_params_from_filters [0.058955s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestContextPolicyEnforcer.test_context_admin_policy_admin [0.042114s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_add_image_allowed [0.009784s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_communitize_image_allowed [0.010534s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_delete_image_not_allowed [0.002753s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_get_image_allowed [0.006674s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_get_image_not_allowed [0.007936s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_get_images_not_allowed [0.002395s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_modify_image_not_allowed [0.003163s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_with_filter_and_limit [0.058203s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_new_image_visibility_public_allowed [0.006481s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestImagePolicy.test_publicize_image_allowed [0.007875s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestMemberPolicy.test_delete_member_not_allowed [0.002469s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestMemberPolicy.test_get_members_not_allowed [0.006632s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestMemberPolicy.test_modify_member_allowed [0.006447s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_object_allowed [0.002346s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_sort_dir [0.108767s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_property_not_allowed [0.007647s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_zero_limit [0.059812s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_deep_limited_attributes [0.053012s] ... 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_index_with_tags_and_properties [0.095022s] ... 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_policy.TestPolicyEnforcer.test_policy_enforcer_raises_forbidden_when_enforcing_scope [0.145119s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_remove_not_permitted_status_uploading [0.105198s] ... 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: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: {3} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_file_check [0.061929s] ... ok 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 "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: {3} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_file_get_image_default_nobody [0.053853s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_disallowed_attributes [0.206717s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_replace_not_permitted_status_deleted [0.120608s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestPolicyEnforcerNoFile.test_policy_file_default_not_found [0.079297s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestTaskPolicy.test_get_task_allowed [0.006633s] ... ok DEBUG: {3} glance.tests.unit.test_policy.TestTaskPolicy.test_get_task_not_allowed [0.002166s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageLocationQuotas.test_add_image_location [0.011768s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageLocationQuotas.test_add_too_many_image_locations [0.006537s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageLocationQuotas.test_replace_too_many_image_locations [0.002626s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageLocationQuotas.test_replace_unlimited_image_locations [0.002424s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageMemberQuotas.test_new_image_member_unlimited_members [0.007866s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_add_image_too_many_image_properties [0.006661s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_add_image_unlimited_image_properties [0.006608s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_invalid_quota_config_parameter [0.002620s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_save_image_too_many_image_properties [0.007732s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_save_image_unlimited_image_properties [0.006428s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_replace_not_permitted_status_uploading [0.116029s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_exceed_insert_location [0.011893s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_iadd_location [0.011830s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_iadd_location_exceed [0.008497s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_iadd_location_for_queued_image [0.007764s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_insert_location_for_queued_image [0.003466s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_quota_allowed [0.014290s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_quota_allowed_unit_kb [0.009463s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_quota_allowed_unit_tb [0.009347s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageQuota.test_quota_exceeded_with_lie_size [0.007939s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageTagQuotas.test_add_unlimited_image_tags [0.002508s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestImageTagQuotas.test_remove_image_tag_while_over_quota [0.010355s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_equals [0.006171s] ... ok DEBUG: {3} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_not_equals [0.002238s] ... ok DEBUG: {3} glance.tests.unit.test_schema.TestBasicSchema.test_validate_passes [0.008839s] ... ok DEBUG: {3} glance.tests.unit.test_schema.TestBasicSchemaLinks.test_raw_json_schema [0.006255s] ... ok DEBUG: {3} glance.tests.unit.test_scrubber.TestScrubber.test_store_delete_notfound_exception [0.055694s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_invalid_attributes [0.332134s] ... ok DEBUG: {3} glance.tests.unit.test_scrubber.TestScrubber.test_store_delete_successful [0.050841s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_create_and_unpermitted_role [0.242853s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_append_invalid_location_uri [0.058407s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_insert_invalid_location_metadata [0.054045s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreImage.test_image_get_data [0.008436s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreImage.test_image_get_location_by_index [0.063544s] ... 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_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It 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_store_image.TestStoreImage.test_image_set_data [0.060671s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_delete_and_permitted_role [0.236790s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreImage.test_image_set_data_location_metadata [0.054621s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreImageRepo.test_add_ignores_acls_if_no_locations [0.006681s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreImageRepo.test_add_updates_acls [0.002418s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_empty [0.008633s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_invalid_changes [0.355824s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_unicode [0.006198s] ... ok DEBUG: {3} glance.tests.unit.test_store_image.TestStoreMultiBackends.test_image_set_data_valid_signature [0.058762s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_1 [0.045712s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_10_enabled_supported [0.053802s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_12_default_unsupported [0.026744s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_update_and_unpermitted_role [0.265078s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_3 [0.034316s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_4 [0.032665s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_7 [0.025603s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_get_version_list_secure_proxy_ssl_header [0.027918s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_replace_locations_unknon_locations [0.139597s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_0 [0.045838s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_10_default_unsupported [0.045549s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_show_deleted_image_admin [0.068692s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_readonly_attributes [0.441442s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_11_default_unsupported [0.039744s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_v2_1_missing_operations [0.048724s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_11_enabled_supported [0.047274s] ... 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_show_non_existent [0.125265s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithAdditionalProperties.test_create [0.064797s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_13_default_unsupported [0.043087s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_2 [0.042382s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithAdditionalProperties.test_create_with_numeric_property [0.069841s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_8_default_unsupported [0.036939s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_show_not_allowed [0.114261s] ... ok DEBUG: {3} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_9 [0.043660s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithAdditionalProperties.test_update_with_numeric_property [0.068194s] ... 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.TestImagesDeserializerWithExtendedSchema.test_create [0.060123s] ... ok DEBUG: {3} glance.tests.unit.v2.test_discovery_stores.TestInfoControllers.test_get_stores_reserved_stores_excluded [0.081587s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_and_remove_property_under_limit [0.128605s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithExtendedSchema.test_create_bad_data [0.063647s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_deactivate_from_deactivated [0.138449s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_base_property_json_schema_version_10 [0.119521s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_base_property_json_schema_version_4 [0.103562s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_image_stage_host_hidden [0.221122s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_import_image [0.003207s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_show_full_fixture [0.008493s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_deactivate_from_pending_delete [0.161246s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_show_minimal_fixture [0.012804s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_update [0.003151s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesSerializerDirectUrl.test_show_location_enabled_but_not_set [0.009173s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithUnicode.test_update [0.003051s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_locations_insertion [0.092735s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_locations_list [0.101975s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_deactivate_from_queued [0.152844s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_copy_image_non_existing_image [0.148051s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_too_many_locations [0.105325s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_copy_image_with_all_stores [0.130381s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_reactivate_from_deleted [0.153425s] ... 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: {3} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_reactivate_from_killed [0.138319s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_copy_non_active_image [0.154958s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_protected_prop_case_insensitive [0.202823s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_as_admin [0.102229s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_base_property [0.088767s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_reactivate_from_queued [0.141663s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImageDataDeserializer.test_stage [0.056059s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_location_store_exception [0.098652s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_invalid_store [0.147828s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImageDataDeserializer.test_upload_with_incorrect_content_length [0.061554s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download [0.007762s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_multi_range_requests_raises_bad_request_error [0.007861s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_location_while_over_limit [0.122976s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_download [0.093248s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_not_in_store [0.150429s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_missing_property [0.112682s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_download_no_location [0.091735s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_locations_invalid [0.108153s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_image_lazy_loading_store [0.142946s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_non_existent_image [0.108026s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_property [0.124524s] ... 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_bad_store_uri [0.116215s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_image_lazy_loading_store_different_owner [0.142729s] ... ok DEBUG: {0} glance.tests.unit.v2.test_images_resource.TestProxyHelpers.test_self_url [0.064451s] ... 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_update_with_bad_min_disk [0.106782s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_restore_image_when_staging_failed [0.119645s] ... 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.TestImagesControllerPolicies.test_create_public_image_unauthorized [0.095575s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload [0.122717s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_delete_unauthorized [0.104974s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_image_forbidden [0.097200s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_index_unauthorized [0.085767s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_no_size [0.118999s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_show_unauthorized [0.089699s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_cleanup_namespace_exception [0.489252s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_update_decommunitize_image_unauthorized [0.113211s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_non_existent_image_during_save_initiates_deletion [0.173959s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_update_delete_image_location_unauthorized [0.096359s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_storage_quota_full [0.091156s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_update_set_image_location_unauthorized [0.112445s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create_duplicate_member [0.094769s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_create_full [0.065430s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create_unlimited [0.095176s] ... 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.TestImagesDeserializer.test_create_id_to_image_id [0.057474s] ... 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.TestImageMembersController.test_delete_forbidden_by_get_member_policy [0.088863s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_create [0.454678s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_import_image_invalid_import_method [0.126717s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_index_private_image [0.077495s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_invalid_status [0.061638s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_multiple_sort_dirs [0.047762s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_member_create_raises_bad_request_for_unicode_value [0.084243s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_show [0.083846s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_tags_resource.TestImageTagsController.test_create_too_many_tags [0.131083s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_new_sorting_syntax_multiple_keys_optional_dir [0.235315s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_non_integer_limit [0.055650s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_create_with_related_resources [0.485121s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_private_key [0.072558s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_tags_resource.TestImageTagsController.test_delete_tag [0.140944s] ... ok DEBUG: {3} glance.tests.unit.v2.test_image_tags_resource.TestImagesSerializer.test_create_tag [0.007793s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImageSchemaFormatConfiguration.test_custom_container_formats [0.006454s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImageSchemaFormatConfiguration.test_custom_disk_formats [0.002451s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImageSchemaFormatConfiguration.test_default_container_formats [0.006356s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_empty_body [0.072260s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_add_location_on_queued [0.109833s] ... 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.TestImagesDeserializer.test_update_unsupported_content_type [0.066213s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_v2_0_missing_value [0.058439s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_unexpected_property [0.092727s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_v2_1_missing_value [0.056853s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerNoAdditionalProperties.test_neg_create_with_stores [0.053909s] ... 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_metadef_resources.TestMetadefsControllers.test_namespace_delete [0.342727s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_with_bad_min_disk_size [0.096481s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithAdditionalProperties.test_create_with_list_property [0.067337s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_with_bad_min_ram_size [0.096930s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithExtendedSchema.test_update [0.080217s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_create [0.003220s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_index_forbidden_get_image_location [0.003699s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_index_next_marker [0.003677s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesSerializerDirectUrl.test_index_store_location_enabled [0.011659s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesSerializerDirectUrl.test_index_store_multiple_location_enabled [0.016141s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesSerializerDirectUrl.test_show_location_enabled [0.006102s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithAdditionalProperties.test_show_invalid_additional_property [0.006916s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_with_duplicate_location [0.108409s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithAdditionalProperties.test_show_with_additional_properties_disabled [0.002786s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_encryption_key_error [0.096138s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_as_non_admin [0.157580s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_invalid_encryption_key_id [0.102169s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_not_allowed [0.104757s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_non_active [0.138247s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_non_existing [0.520358s] ... 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.TestMultiImagesController.test_image_import_raises_conflict [0.133254s] ... ok DEBUG: {1} glance.tests.unit.v2.test_images_resource.TestProxyHelpers.test_proxy_response_error [0.055488s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_protected_prop_case_insensitive [0.212190s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_uploading_status_image [0.061322s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_get_task_info_no_tasks [0.099892s] ... 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_metadef_resources.TestMetadefsControllers.test_namespace_delete_notification_create_disabled [0.498241s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_delete_proxies [0.128948s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_delete_proxies_error [0.094826s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_create_different_owner [0.470808s] ... ok DEBUG: {2} glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vhdx [24.694688s] ... ok DEBUG: {2} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_choose_best_location_with_none_or_empty_locations [0.042516s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_copy_allowed_by_policy [0.129858s] ... ok DEBUG: {2} glance.tests.unit.common.test_location_strategy.TestLocationStrategy.test_get_ordered_locations_with_none_or_empty_locations [0.045699s] ... ok DEBUG: {2} glance.tests.unit.common.test_location_strategy.TestStoreTypeStrategyModule.test_get_ordered_locations [0.040735s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_copy_not_allowed_by_policy [0.111641s] ... 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/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: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_create_unpermitted_policy [0.110861s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_invalid_uri_filtering [0.117253s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_notification_group_disabled [0.482617s] ... 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/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/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_images_resource.TestImagesController.test_image_import_locked [0.125777s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_delete_none [0.180441s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_delete_none_permitted [0.101137s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_locked_by_reaped_task [0.134029s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_non_visible [0.572978s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_delete_unpermitted_policy [0.097367s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_raises_bad_request [0.115447s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_read_permitted_specific_policy [0.093571s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_properties_other_owner [0.468416s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_check_property_rules_update_permitted_specific_policy [0.116235s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithPolicies.test_property_protection_with_multiple_policies [0.075610s] ... 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_index_greater_than_limit_max [0.284698s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_read_all_permitted [0.098857s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_next_marker [0.100825s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_properties_other_owner_admin [0.529228s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_read_none [0.098144s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_return_parameters [0.104257s] ... 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_permitted_specific_role [0.098701s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_size_min_filter [0.104090s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_update_none [0.096836s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_with_contents [0.535599s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_checksum_filter_multiple_images [0.094495s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_update_permitted_admin_role [0.083757s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_checksum_filter_single_image [0.106339s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_property_rules_update_permitted_specific_role [0.090214s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_marker_not_found [0.108896s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_protected [0.500247s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_check_return_first_match [0.122113s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_property_protection_with_mutually_exclusive_rule [0.068586s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_non_existent_tags [0.120167s] ... ok DEBUG: {2} glance.tests.unit.common.test_property_utils.TestPropertyRulesWithRoles.test_property_rules_loaded_in_order [0.059267s] ... ok DEBUG: {2} glance.tests.unit.common.test_swift_store_utils.TestSwiftParams.test_multiple_swift_account_disabled [0.036113s] ... 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_index_with_os_hash_value_filter_multiple_images [0.102637s] ... ok DEBUG: {2} glance.tests.unit.common.test_swift_store_utils.TestSwiftParams.test_swift_store_config_validates_for_creds_auth_address [0.039941s] ... ok DEBUG: {2} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_normalize_aware_to_naive [0.002440s] ... ok DEBUG: {2} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_offset_east [0.011741s] ... ok DEBUG: {2} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_offset_west_micros [0.005307s] ... ok DEBUG: {2} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_west_roundtrip [0.002331s] ... ok DEBUG: {2} glance.tests.unit.common.test_timeutils.TestIso8601Time.test_zulu_roundtrip [0.011398s] ... ok DEBUG: {2} glance.tests.unit.common.test_timeutils.TimeUtilsTest.test_delta_seconds [0.007435s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_index_resource_type [0.520756s] ... ok DEBUG: {2} glance.tests.unit.common.test_timeutils.TimeUtilsTest.test_isotime [0.007071s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.ImportURITestCase.test_invalid_import_uri [0.009749s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_greater_than_equal_operator [0.006371s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.SplitFilterOpTestCase.test_in_operator [0.002348s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_of_iterator [0.002398s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_preserves_size_chunk_equals_read [0.006275s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.TestUtils.test_cooperative_reader_unbounded_read_on_empty_iterator [0.002300s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_tags [0.112399s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.TestUtils.test_get_stores_from_request_excludes_reserved_stores [0.031944s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.TestUtils.test_get_stores_from_request_returns_all_stores [0.036199s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.TestUtils.test_get_stores_from_request_returns_stores_from_body [0.032526s] ... ok DEBUG: {2} glance.tests.unit.common.test_utils.TestUtils.test_valid_hostname [0.008984s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_add_not_permitted_status_deleted [0.107926s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_tags_other_owner_admin [0.480904s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_add_not_permitted_status_pending_delete [0.070177s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_remove_not_permitted_status_deactivated [0.074305s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_remove_not_permitted_status_importing [0.064987s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_remove_not_permitted_status_killed [0.064711s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.GetSocketTestCase.test_get_socket_with_bind_problems [0.313949s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.GetSocketTestCase.test_get_socket_with_unexpected_socket_errno [0.003712s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_default_no_body [0.004618s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_default_with_body [0.002362s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_has_content_length [0.002931s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_invalid_transfer_encoding_no_content_len_and_body [0.009303s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_has_body_no_content_length [0.002324s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.JSONRequestDeserializerTest.test_no_body_no_content_length [0.006418s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.JSONResponseSerializerTest.test_default [0.008676s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.RequestTest.test_best_match_language_expected [0.009693s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.RequestTest.test_best_match_language_unknown [0.002764s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.RequestTest.test_content_type_with_charset [0.008456s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_index_visibility_public [0.555096s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_remove_not_permitted_status_queued [0.122082s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_index_admin [0.432230s] ... 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_location_replace_not_permitted_status_importing [0.129853s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_replace_not_permitted_status_saving [0.156911s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_replace_locations_different_validation_data [0.133638s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_non_existing_delete_properties [0.410820s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_non_existing_delete_objects [0.558289s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_replace_locations_on_queued [0.137740s] ... 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/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: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_show [0.118463s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_duplicate_locations [0.125027s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_show [0.420041s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_property [0.118885s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_invalid_operation [0.096116s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_show_non_existing [0.590439s] ... 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_locked_down_protected_prop [0.179287s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_no_changes [0.110649s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_show_non_visible [0.434082s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_property [0.121651s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_base_attribute [0.131429s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_show_with_property_prefix [0.496790s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_locations_non_empty [0.122666s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_missing_property [0.097422s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_onwer_non_admin [0.103395s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_show_with_related_resources [0.561966s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_tags [0.106172s] ... 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.TestImagesControllerPolicies.test_create_image_unauthorized [0.088755s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_update_non_visible [0.488134s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_update_depublicize_image_unauthorized [0.088204s] ... 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/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_images_resource.TestImagesControllerPolicies.test_update_publicize_image_unauthorized [0.090915s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_import_image_with_all_stores_not_boolean [0.055049s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_import_image_with_allow_failure_not_boolean [0.049818s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index [0.050356s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_fraction [0.050136s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_update [0.592761s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_invalid_multiple_sort_keys [0.054484s] ... 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_metadef_resources.TestMetadefsControllers.test_namespace_update_non_visible_admin [0.463581s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_marker [0.053248s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_new_sorting_syntax_multiple_keys_asc_dir [0.063296s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_new_sorting_syntax_multiple_keys_different_dirs [0.053196s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_new_sorting_syntax_single_key_desc_dir [0.058450s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_dir_invalid_value [0.050833s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_dirs_fewer_than_keys [0.060229s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_key_invalid_value [0.055892s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_wrong_sort_dirs_number [0.058671s] ... 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_metadef_resources.TestMetadefsControllers.test_object_create_invalid_properties [0.455367s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_with_many_filter [0.058794s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_with_tag [0.054914s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_update_non_existing [0.602705s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update [0.097600s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_base_attributes [0.102218s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.RequestTest.test_http_error_response_codes [3.559145s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.RequestTest.test_language_accept_default [0.002994s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.RequestTest.test_range [0.006610s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.RequestTest.test_request_match_language_unexpected [0.005708s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_non_visible_namespace [0.505626s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi.ServerTest.test_number_of_workers_posix [0.039420s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_body_not_a_list [0.281945s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_conflict [0.533900s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi_app.TestWsgiAppInit.test_policy_enforcement_kills_service_if_misconfigured [0.092905s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_invalid_validation_data [0.073145s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi_app.TestWsgiAppInit.test_policy_enforcement_valid_truthy_configuration [0.046469s] ... ok DEBUG: {2} glance.tests.unit.common.test_wsgi_app.TestWsgiAppInit.test_wsgi_init_registers_exit_handler [0.053681s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImageMutability.test_regular_user [0.159980s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableImage.test_change_min_ram [0.058621s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_reserved_attributes [0.317031s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_overlimit_name [0.466117s] ... 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_auth.TestImmutableImage.test_change_visibility [0.068578s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_v2_0_compatibility [0.107357s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete_non_existing [0.452091s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableImage.test_set_data [0.058126s] ... 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.TestImmutableTask.test_change_owner [0.068937s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerNoAdditionalProperties.test_create_with_additional_properties_disallowed [0.088062s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableTaskStub.test_change_created_at [0.068363s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerNoAdditionalProperties.test_update [0.083997s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableTaskStub.test_change_id [0.071516s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithAdditionalProperties.test_update [0.074820s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableTaskStub.test_change_status [0.071990s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithAdditionalProperties.test_update_with_list_property [0.082507s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_create_has_import_methods_header [0.014647s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_index [0.009140s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesSerializerDirectUrl.test_index_store_location_explicitly_disabled [0.005725s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesSerializerDirectUrl.test_show_location_explicitly_disabled [0.002601s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableTaskStub.test_change_type [0.071312s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithAdditionalProperties.test_show [0.009856s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithUnicode.test_index [0.007675s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithUnicode.test_show_full_fixture [0.002727s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_show [0.385225s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestImmutableTaskStub.test_change_updated_at [0.063923s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestKeystoneAuthPlugin.test_get_plugin_from_strategy_keystone_configure_via_auth_false [0.006948s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestKeystoneAuthPlugin.test_invalid_auth_url_v2 [0.003073s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestKeystoneAuthPlugin.test_required_creds [0.007479s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestKeystoneAuthPlugin.test_v1_auth [0.009598s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_with_4byte_character [0.564018s] ... 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/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: {3} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_copy_image_in_existing_store [0.139652s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_copy_image_stores_specified_in_header_and_body [0.162845s] ... ok DEBUG: {2} glance.tests.unit.test_auth.TestTaskFactoryProxy.test_task_create_admin_context_owner_as_None [0.241639s] ... ok DEBUG: {2} glance.tests.unit.test_cache_manage.TestCacheManage.test_delete_all_cached_image [0.016476s] ... ok DEBUG: {2} glance.tests.unit.test_cache_manage.TestCacheManage.test_queue_image [0.009383s] ... ok DEBUG: {2} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareChecksumVerification.test_checksum_missing_header [0.062841s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_as_non_owner [0.157196s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_show_non_visible_admin [0.477321s] ... ok DEBUG: {2} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_process_request_without_download_image_policy [0.117971s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_image_import_image_not_exist [0.140357s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create [0.542592s] ... ok DEBUG: {2} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessRequest.test_v2_process_request_download_restricted [0.106167s] ... ok DEBUG: {2} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareProcessResponse.test_get_status_code [0.040093s] ... ok DEBUG: {2} glance.tests.unit.test_cache_middleware.TestCacheMiddlewareURLMatching.test_v2_no_match_bad_path [0.000133s] ... ok DEBUG: {2} glance.tests.unit.test_cached_images.TestCachedImages.test_delete_cached_image [0.000103s] ... ok DEBUG: {2} glance.tests.unit.test_cached_images.TestCachedImages.test_delete_cached_images [0.000090s] ... ok DEBUG: {2} glance.tests.unit.test_cached_images.TestCachedImages.test_get_cached_images [0.000083s] ... ok DEBUG: {2} glance.tests.unit.test_cached_images.TestCachedImages.test_get_queued_images [0.000072s] ... 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.TestMultiImagesController.test_image_import_invalid_backend_in_request_header [0.136221s] ... ok DEBUG: {2} glance.tests.unit.test_context.TestContext.test_anon_private_owned [0.066744s] ... ok DEBUG: {2} glance.tests.unit.test_context.TestContext.test_auth_public [0.056984s] ... ok DEBUG: {2} glance.tests.unit.test_context.TestContext.test_empty_public [0.022165s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_image_import_raises_conflict_for_web_download [0.140874s] ... ok DEBUG: {2} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_response [0.115979s] ... ok DEBUG: {3} glance.tests.unit.v2.test_images_resource.TestProxyHelpers.test_is_proxyable [0.068559s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_update [0.479576s] ... ok DEBUG: {2} glance.tests.unit.test_context_middleware.TestContextMiddleware.test_roles_stripping [0.102506s] ... ok DEBUG: {2} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_find_migrations_no_migrations [0.007997s] ... ok DEBUG: {2} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_has_pending_migrations_no_migrations [0.007438s] ... ok DEBUG: {2} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_has_pending_migrations_one_migration_no_pending [0.005211s] ... ok DEBUG: {2} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_migrate [0.007491s] ... ok DEBUG: {2} glance.tests.unit.test_data_migration_framework.TestDataMigrationFramework.test_run_migrations_with_no_migrations [0.008881s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_conflict [0.497613s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageMemberRepo.test_add_duplicate_image_member [0.077495s] ... 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.TestImageMemberRepo.test_list_no_members [0.062265s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageMemberRepo.test_save_image_member [0.059076s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_get_not_found [0.060702s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_list_all_images [0.060226s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_create_different_owner_admin [0.474313s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_non_visible_namespace [0.474753s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_list_private_images [0.063339s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_list_public_images [0.070858s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_non_visible_namespace_admin [0.477988s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_list_status_all [0.128073s] ... 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.test_db.TestImageRepo.test_list_status_pending [0.137173s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_delete_disabled_notification [0.427172s] ... 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_with_checksum_filter_multiple_images [0.101704s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_notification_disabled [0.538112s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_list_with_last_marker [0.090712s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_list_with_marker_and_limit [0.076813s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_with_4byte_character [0.537474s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_restore_image_status_not_found [0.057652s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_delete_non_existing [0.307816s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_restore_image_status_not_pending_delete [0.056495s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestImageRepo.test_save_image_not_found [0.062968s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestTaskRepo.test_get [0.063783s] ... ok DEBUG: {2} glance.tests.unit.test_db.TestTaskRepo.test_get_forbidden [0.076929s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_objects_other_owner [0.505902s] ... 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.TestTaskRepo.test_list_with_marker [0.091525s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_object_namespace_forbidden [0.081689s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_delete_non_visible [0.415551s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_property [0.086349s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_add_tags [0.066897s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_delete_non_existing_namespace [0.587545s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_get_property_not_found [0.067271s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_namespace [0.071390s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_properties [0.466500s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_object_namespace_not_found [0.075291s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_show [0.423304s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_list_property [0.076532s] ... 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_metadef.TestMetadefRepo.test_list_resource_type [0.071394s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_remove_object [0.072625s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_remove_object_not_found [0.078680s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_delete_other_owner [0.570493s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_remove_tag [0.075678s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_show_specific_resource_type [0.370190s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_protected_admin [0.468305s] ... ok DEBUG: {2} glance.tests.unit.test_db_metadef.TestMetadefRepo.test_save_namespace [0.083780s] ... 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.test_db_metadef.TestMetadefRepo.test_save_object [0.071453s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestExtraProperties.test_eq_with_an_object_of_ExtraProperties [0.002551s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestExtraProperties.test_getitem_with_no_items [0.002411s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestExtraProperties.test_len_with_zero_items [0.009337s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestImage.test_delete_extra_properties [0.007321s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestImage.test_extra_properties_assign [0.002793s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestImage.test_set_incorrect_status [0.006443s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestImage.test_status_active_without_container_format [0.005604s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestImage.test_status_saving_without_container_format [0.007535s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestImage.test_status_saving_without_disk_format [0.005328s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestImageFactory.test_new_image_read_only_property [0.007306s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestImageFactory.test_new_image_reserved_property [0.007475s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestTask.test_begin_processing [0.002584s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestTask.test_invalid_status_transitions_from_pending [0.008928s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestTask.test_invalid_status_transitions_from_success [0.004225s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestTask.test_succeed [0.006754s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestTask.test_validate_status_transition_from_pending [0.005603s] ... ok DEBUG: {2} glance.tests.unit.test_domain.TestTaskFactory.test_new_task [0.005301s] ... ok DEBUG: {2} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_list [0.005776s] ... ok DEBUG: {2} glance.tests.unit.test_domain_proxy.TestProxyRepoPlain.test_set_property_nonimage [0.002404s] ... ok DEBUG: {2} glance.tests.unit.test_gateway.TestGateway.test_get_task_executor_factory [0.023692s] ... ok DEBUG: {2} glance.tests.unit.test_gateway.TestGateway.test_get_task_executor_factory_with_admin [0.018812s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_add_image [0.007819s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_get_image_meta [0.002546s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_get_images [0.010323s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ImageServiceTestCase.test_rest_header_list_to_dict [0.005465s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_help [0.002447s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_dump [0.007594s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_load_with_no_args [0.005251s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ReplicationCommandsTestCase.test_replication_size [0.007509s] ... ok DEBUG: {2} glance.tests.unit.test_glance_replicator.ReplicationUtilitiesTestCase.test_dict_diff [0.005537s] ... ok DEBUG: {2} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_assert_staging_scheme [0.052853s] ... ok DEBUG: {2} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_clean_orphaned_staging_residue_empty [0.051726s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_show_non_existing_resource_type [0.487581s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_non_existing_delete_tags [0.440600s] ... ok DEBUG: {2} glance.tests.unit.test_housekeeping.TestStagingStoreHousekeeping.test_get_staging_path [0.053971s] ... ok DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_caching_iterator [0.010676s] ... ok DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_gate_caching_iter_good_checksum [0.010026s] ... ok DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_open_for_write_with_exception [0.006985s] ... ok DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheSqlite.test_read [0.010079s] ... ok DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_clean_stalled_nonzero_stall_time ... SKIPPED: filesystem does not support xattr DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_delete_all ... SKIPPED: filesystem does not support xattr DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_gate_caching_iter_bad_checksum ... SKIPPED: filesystem does not support xattr DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_is_cached ... SKIPPED: filesystem does not support xattr DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will 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: {2} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_open_for_read ... SKIPPED: filesystem does not support xattr DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_open_for_write_good ... SKIPPED: filesystem does not support xattr DEBUG: {2} glance.tests.unit.test_image_cache.TestImageCacheXattr.test_open_for_write_with_exception ... SKIPPED: filesystem does not support xattr DEBUG: {2} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_expand [0.042039s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestLegacyManage.test_legacy_db_upgrade_version [0.037706s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_contract [0.010189s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_contract_before_migrate [0.006932s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_db_contract [0.035176s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_update_conflict [0.712587s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_db_metadefs_load_overwrite_existing [0.039088s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_db_migrate [0.035281s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_expand_already_sync [0.009911s] ... ok DEBUG: {2} glance.tests.unit.test_manage.TestManage.test_migrate_before_expand [0.012085s] ... ok DEBUG: {2} glance.tests.unit.test_misc.UtilsTestCase.test_empty_metadata_headers [0.002316s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestImageMemberNotifications.test_image_member_get [0.051966s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_update_with_4byte_character [0.428150s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_show_non_visible [0.463895s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestImageNotifications.test_image_set_data_not_found [0.057718s] ... 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_notifier.TestImageNotifications.test_image_set_data_storage_full [0.051845s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestNotifier.test_notifier_load [0.006240s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_delete_notification_disabled [0.042457s] ... ok DEBUG: {2} glance.tests.unit.test_notifier.TestTaskNotifications.test_task_run_notification_disabled [0.061296s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestContextPolicyEnforcer.test_context_admin_policy_nonadmin [0.049243s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestDefaultPolicyCheckStrings.test_admin_or_project_member_check_string [0.041230s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestDefaultPolicyCheckStrings.test_admin_or_project_reader_check_string [0.040012s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_update_non_existing [0.505705s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestDefaultPolicyCheckStrings.test_project_reader_check_string [0.034541s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestImagePolicy.test_add_image_not_allowed [0.007088s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestImagePolicy.test_modify_image_allowed [0.007126s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestImagePolicy.test_new_image_visibility_public_not_allowed [0.008041s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestMemberPolicy.test_delete_member_allowed [0.010639s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestMemberPolicy.test_get_member_allowed [0.006105s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestMemberPolicy.test_modify_member_not_allowed [0.008097s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_namespace_not_allowed [0.007461s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_object_not_allowed [0.008315s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_resource_type_allowed [0.002751s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestMetadefPolicy.test_md_tag_not_allowed [0.008586s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create [0.442308s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_create [0.505436s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestPolicyEnforcer.test_ensure_context_object_is_passed_to_policy_enforcement [0.117153s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_check_unregistered [0.107290s] ... 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: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: {2} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_file_custom_location [0.059899s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_create_non_visible_namespace [0.502720s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestPolicyEnforcer.test_policy_file_default_rules_default_location [0.130371s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_non_visible_namespace_admin [0.460332s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestPolicyEnforcerNoFile.test_policy_file_specified_but_not_found [0.075336s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestTaskPolicy.test_add_task_allowed [0.002530s] ... ok DEBUG: {2} glance.tests.unit.test_policy.TestTaskPolicy.test_add_task_not_allowed [0.002266s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageLocationQuotas.test_add_unlimited_image_locations [0.007497s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageLocationQuotas.test_remove_image_location_while_over_quota [0.008588s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageMemberQuotas.test_new_image_member [0.011488s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_delete_image_properties_when_quota_exceeded [0.002976s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImagePropertyQuotas.test_modify_image_properties_when_quota_exceeded [0.005668s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageQuota.test_append_location [0.007106s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageQuota.test_exceed_append_location [0.011380s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageQuota.test_exceed_extend_location [0.008719s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageQuota.test_quota_allowed_unit_gb [0.010698s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageQuota.test_quota_allowed_unit_mb [0.008496s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_create_conflict [0.514739s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageQuota.test_quota_exceeded_no_size [0.008232s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageQuota.test_quota_exceeded_with_right_size_kb [0.017855s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageTagQuotas.test_add_image_tag [0.006946s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestImageTagQuotas.test_replace_image_tag [0.006544s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_add_too_many_tags [0.005320s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_contains [0.002372s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_tags_attr_no_loop [0.009199s] ... ok DEBUG: {2} glance.tests.unit.test_quota.TestQuotaImageTagsProxy.test_tags_delete [0.005267s] ... ok DEBUG: {2} glance.tests.unit.test_schema.TestBasicSchema.test_merge_conflicting_but_identical_properties [0.002246s] ... ok DEBUG: {2} glance.tests.unit.test_schema.TestBasicSchema.test_merge_conflicting_properties [0.005441s] ... ok DEBUG: {2} glance.tests.unit.test_schema.TestBasicSchema.test_validate_fails_on_bad_type [0.011064s] ... ok DEBUG: {2} glance.tests.unit.test_schema.TestBasicSchema.test_validate_fails_on_extra_properties [0.008191s] ... ok DEBUG: {2} glance.tests.unit.test_schema.TestPermissiveSchema.test_filter_passes_extra_properties [0.004069s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestImageFactory.test_new_image [0.082041s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_append_invalid_location_metatdata [0.052890s] ... 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_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It 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_store_image.TestStoreImage.test_image_change_delete_locations [0.053209s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete_disabled_notification [0.482617s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete_non_existing_namespace [0.424234s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreImage.test_image_change_insert_location [0.051890s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreImage.test_image_reverse_locations_order [0.050825s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreImage.test_image_set_data_inspector_no_match [0.054362s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_create_non_existing_namespace [0.473204s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreImage.test_image_set_data_valid_signature [0.061650s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreImageRepo.test_add_fetches_members_if_private [0.008786s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_simple_bad [0.010474s] ... ok DEBUG: {2} glance.tests.unit.test_store_image.TestStoreMetaDataChecker.test_unicode_dict [0.005439s] ... 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_store_image.TestStoreMultiBackends.test_image_set_data [0.064947s] ... ok DEBUG: {2} glance.tests.unit.test_store_location.TestStoreLocation.test_add_location_for_image_without_size [0.038827s] ... ok DEBUG: {2} glance.tests.unit.test_store_location.TestStoreLocation.test_add_location_with_restricted_sources [0.029693s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_11_default_unsupported [0.044367s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete_non_existing_namespace [0.432814s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionNegotiationTest.test_request_url_v2_13_default_unsupported [0.047594s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete_non_visible [0.476306s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_get_version_list_secure_proxy_ssl_header_https [0.061578s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_10_enabled_supported [0.057911s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete_other_owner_admin [0.464813s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_12_default_unsupported [0.053340s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_4 [0.052711s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_7 [0.045777s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsAndNegotiationTest.test_request_url_v2_8_enabled_supported [0.045455s] ... ok DEBUG: {2} glance.tests.unit.test_versions.VersionsTest.test_get_version_list [0.044121s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_show_empty [0.410861s] ... ok DEBUG: {2} glance.tests.unit.v2.test_discovery_stores.TestInfoControllers.test_get_stores_read_only_store [0.098208s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_index [0.515845s] ... ok DEBUG: {2} glance.tests.unit.v2.test_discovery_stores.TestInfoControllers.test_get_stores_with_enabled_backends_empty [0.088966s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_index [0.443340s] ... 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.v2.test_image_actions_resource.TestImageActionsController.test_reactivate_from_active [0.140365s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_actions_resource.TestImageActionsController.test_reactivate_from_saving [0.138366s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImageDataDeserializer.test_upload_chunked [0.057064s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_no_content [0.008037s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_download_store_random_get_not_support [0.009084s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_range_requests_for_image_downloads [0.003758s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImageDataSerializer.test_upload [0.015055s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_show_non_visible [0.539883s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_show [0.341734s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_index_empty [0.437236s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_download_deactivated [0.097441s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_download_ok_when_get_image_location_forbidden [0.100768s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_already_on_staging [0.147062s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_show_non_existing_namespace [0.371072s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_size_limit_exceeded [0.143813s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_duplicate_tags [0.489496s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_index_non_existing_namespace [0.449387s] ... 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_image_stage_raises_storage_quota_full [0.140596s] ... 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: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It 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_image_data_resource.TestImagesController.test_image_stage_records_host_public_endpoint [0.141968s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_image_stage_records_host_self_url [0.128202s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_index_zero_limit [0.426828s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_with_4byte_character [0.466919s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_stage [0.120620s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create [0.699946s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_data_exists [0.129909s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_invalid [0.130809s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_update_conflict [0.423476s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete_non_existing_namespace [0.493076s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_storage_forbidden [0.284708s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete_disabled_notification [0.448150s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_storage_internal_error [0.105345s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_data_resource.TestImagesController.test_upload_with_expired_token [0.135278s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_update_with_4byte_character [0.459035s] ... 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.v2.test_image_data_resource.TestMultiBackendImagesController.test_upload [0.138862s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_index [0.501939s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create [0.093407s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete_non_existing [0.496643s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_create_allowed_by_add_policy [0.093879s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_update_with_overlimit_name [0.395670s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete_by_member [0.142558s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete_forbidden_by_delete_member_policy [0.087681s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete_member_does_not_exist [0.092021s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_show [0.501117s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete_non_visible [0.475261s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_delete_private_image [0.121029s] ... 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/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_members_resource.TestImageMembersController.test_index [0.127621s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_duplicate [0.503481s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_show_non_existing [0.274373s] ... 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.v2.test_image_members_resource.TestImageMembersController.test_index_forbidden_by_get_members_policy [0.111703s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_show_by_member [0.109055s] ... ok DEBUG: {1} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_show_non_visible_admin [0.242235s] ... ok DEBUG: {1} glance.tests.unit.v2.test_schemas_resource.TestSchemasController.test_images [0.029101s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_show_not_found [0.117500s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_get_not_allowed [0.041738s] ... 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/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.1/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: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_admin [0.010000s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_invalid_sort_key [0.058651s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete_other_owner [0.602034s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_next_marker [0.025703s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_limit [0.027942s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_marker [0.017223s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_update_done_by_member_allowed_by_policy [0.152773s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_zero_tasks [0.033352s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_non_existing_namespace [0.586472s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_update_done_by_member_forbidden_by_policy [0.147493s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_notifications_on_create [0.123459s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_fraction [0.028170s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_negative_limit [0.042851s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersController.test_update_done_by_owner [0.098209s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImageMembersSerializer.test_show [0.009616s] ... 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/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.1/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.1/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: /builddir/build/BUILD/glance-22.1.1/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: /builddir/build/BUILD/glance-22.1.1/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: /builddir/build/BUILD/glance-22.1.1/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/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready 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_sort_dir_asc [0.045872s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_create_no_body [0.052985s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_sort_dir_bad_value [0.048934s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_members_resource.TestImagesDeserializer.test_update_no_body [0.051284s] ... ok DEBUG: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_with_many_filter [0.055679s] ... 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: {1} glance.tests.unit.v2.test_tasks_resource.TestTasksSerializer.test_create_ensure_expires_at_is_not_returned [0.006884s] ... ok DEBUG: Found 0 cached images... DEBUG: +----+---------------------+---------------------+------+------+ DEBUG: | ID | Last Accessed (UTC) | Last Modified (UTC) | Size | Hits | DEBUG: +----+---------------------+---------------------+------+------+ DEBUG: +----+---------------------+---------------------+------+------+ DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It 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_image_tags_resource.TestImageTagsController.test_delete_tag_of_non_existing_image [0.106453s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_show_non_visible [0.539122s] ... ok DEBUG: {2} glance.tests.unit.v2.test_image_tags_resource.TestImageTagsController.test_update_tag_of_non_existing_image [0.111405s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_with_operators [0.478315s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImageSchemaFormatConfiguration.test_default_disk_formats [0.002831s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_add_location_different_validation_data [0.110245s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_add_location_identify_associated_store [0.117593s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_add_location_invalid_validation_data [0.118760s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_update_name [0.500448s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_add_location_new_validation_data_on_active [0.115085s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_delete_other_owner_admin [0.470089s] ... 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: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_add_location_unknown_locations [0.119905s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_cleanup_stale_task_progress [0.065363s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_locked_down_protected_prop [0.161332s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_update_namespace_non_existing [0.443204s] ... 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_metadef_resources.TestMetadefsControllers.test_property_index [0.454500s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_non_protected_prop [0.155517s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_create_with_too_many_tags [0.089599s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_encryption_key_do_not_delete [0.093104s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_encryption_key_no_deletion_policy [0.092595s] ... ok DEBUG: {0} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_update_with_4byte_character [0.451685s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_index_empty [0.407950s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_encryption_key_no_encryption_key [0.094150s] ... ok DEBUG: {0} glance.tests.unit.v2.test_schemas_resource.TestSchemasController.test_member [0.061991s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_create [0.058808s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_encryption_key_not_found [0.093843s] ... 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/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: /builddir/build/BUILD/glance-22.1.1/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: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_create_with_properties_missed [0.065627s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_no_encryption_key_id [0.099675s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_create_with_wrong_import_form [0.075637s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_no_next_marker [0.023789s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_many_filters [0.017839s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_delete_non_existent [0.104070s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_marker [0.049324s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_non_integer_limit [0.050129s] ... 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.v2.test_images_resource.TestImagesController.test_enforce_lock_pending_takes_longer [0.097873s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_sort_key_id [0.053166s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_update [0.428278s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializerPolicies.test_access_create_authorized_bad_format [0.047940s] ... ok DEBUG: /builddir/build/BUILD/glance-22.1.1/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: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It 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.1/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: /builddir/build/BUILD/glance-22.1.1/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.1/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/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It 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_images_resource.TestImagesController.test_get_task_info [0.104180s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializerPolicies.test_access_create_unauthorized [0.046979s] ... ok DEBUG: {0} glance.tests.unit.v2.test_tasks_resource.TestTasksSerializer.test_index [0.014974s] ... ok DEBUG: Image ID 'fake_id' is not a valid UUID. DEBUG: Found 0 queued images... DEBUG: +----+ DEBUG: | ID | DEBUG: +----+ DEBUG: +----+ DEBUG: Image ID 'fake_id' is not a valid UUID. DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_get_task_info_raises_not_found [0.098258s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_locked_by_bustable_task [0.133457s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_update_with_4byte_character [0.432491s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_locked_by_bustable_terminal_task_failure [0.131115s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_not_allowed [0.092136s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_proxies_error [0.097905s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_raises_conflict_for_invalid_status_change [0.080730s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_update_with_overlimit_name [0.326798s] ... 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.v2.test_images_resource.TestImagesController.test_image_import_raises_conflict_if_container_format_is_none [0.101112s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_image_import_raises_conflict_if_disk_format_is_none [0.073630s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index [0.094781s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_create_admin [0.281478s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_invalid_sort_key [0.101474s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_member_status_accepted [0.118527s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_create_non_visible_namesp_admin [0.211184s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_invalid_marker [0.088747s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_marker [0.078218s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_multi_tags [0.067233s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete_non_existing [0.226039s] ... 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.v2.test_images_resource.TestImagesController.test_index_with_multiple_sort_keys [0.069256s] ... 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/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: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_index_with_non_default_is_public_filter [0.049948s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_add_not_permitted_status_deactivated [0.072046s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_add_not_permitted_status_importing [0.073302s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete_non_visible [0.283291s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_location_replace_not_permitted_status_deactivated [0.076425s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_locations_actions_with_locations_invisible [0.071234s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete_protected_admin [0.249552s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_create_and_permitted_role [0.147011s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_delete_and_unpermitted_role [0.135978s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_show_non_visible_admin [0.229954s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_show_and_permitted_role [0.151307s] ... 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.v2.test_images_resource.TestImagesController.test_prop_protection_with_show_and_unpermitted_role [0.127011s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_non_visible_namespace [0.223380s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_overlimit_name [0.218570s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_update_and_permitted_policy [0.238454s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_prop_protection_with_update_and_permitted_role [0.128816s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_tags [0.231588s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_read_protected_prop_case_insensitive [0.140013s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_show_deleted_properties [0.067360s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_and_remove_too_many_locations [0.078416s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete_other_owner_admin [0.224694s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_and_remove_too_many_properties [0.197967s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_index_empty [0.210333s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_add_property_already_present_json_schema_version_4 [0.085747s] ... 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/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:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It 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_images_resource.TestImagesController.test_update_add_unlimited_properties [0.087092s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_disabled_notification [0.068060s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_update [0.206633s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_duplicate_tags [0.083786s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_format_properties [0.050549s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_queued_image_with_hidden [0.068578s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_update_conflict [0.224769s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_location [0.090085s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_remove_location_invalid_pos [0.107759s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_replace_locations_metadata_update [0.067220s] ... ok DEBUG: {3} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_update_non_existing [0.243589s] ... ok DEBUG: {3} glance.tests.unit.v2.test_schemas_resource.TestSchemasController.test_image [0.031354s] ... ok DEBUG: {3} glance.tests.unit.v2.test_schemas_resource.TestSchemasController.test_members [0.026864s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_reserved_not_counted_in_quota [0.082328s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_get [0.028826s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_get_non_existent [0.027260s] ... 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:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will 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: /builddir/build/BUILD/glance-22.1.1/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: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: 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: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index [0.028709s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesControllerPolicies.test_update_unauthorized [0.071009s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_default_limit [0.026784s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_create_invalid_id [0.033067s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_marker_not_found [0.030640s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksControllerPolicies.test_access_delete_unauthorized [0.057677s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksControllerPolicies.test_delete [0.066131s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_create_readonly_attributes_forbidden [0.177597s] ... 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: /builddir/build/BUILD/glance-22.1.1/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.1/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: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: 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: /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/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/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: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksControllerPolicies.test_get_unauthorized [0.059477s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_image_import [0.036216s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_import_image_invalid_body [0.032535s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index [0.044694s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_combined_sorting_syntax [0.036343s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_marker_not_specified [0.040184s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_marker_not_specified [0.035919s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_strip_params_from_filters [0.036726s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_multiple_sort_keys [0.036043s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_with_filter_and_limit [0.030473s] ... 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.v2.test_images_resource.TestImagesDeserializer.test_index_new_sorting_syntax_single_key_default_dir [0.041969s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_zero_limit [0.038616s] ... ok DEBUG: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksSerializer.test_get [0.003474s] ... 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: {3} glance.tests.unit.v2.test_tasks_resource.TestTasksSerializer.test_index_next_marker [0.005807s] ... ok DEBUG: Image ID 'fake_id' is not a valid UUID. DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_dir_asc [0.033397s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_sort_key_id [0.038753s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_index_with_filter [0.033710s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_pointer_encoding [0.102411s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_v2_0_missing_operations [0.037596s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_v2_0_multiple_operations [0.041384s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesDeserializer.test_update_v2_1_missing_path [0.037421s] ... 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.v2.test_images_resource.TestImagesDeserializerWithExtendedSchema.test_update_bad_data [0.034678s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesSerializer.test_index_carries_query_parameters [0.003396s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithExtendedSchema.test_show [0.009725s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithExtendedSchema.test_show_reports_invalid_data [0.003079s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestImagesSerializerWithUnicode.test_create [0.002808s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_copy_image_to_other_stores [0.088346s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_no_image [0.083283s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_delete_from_store_one_location [0.066650s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_image_import_raises_conflict_if_disk_format_is_none [0.059272s] ... ok DEBUG: {2} glance.tests.unit.v2.test_images_resource.TestMultiImagesController.test_image_import_with_active_image [0.059886s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefNamespaceResponseSerializers.test_delete_tags [0.017988s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_cleanup_namespace_success [0.204471s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_create_conflict [0.203893s] ... 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.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_create_duplicate [0.203345s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_create_with_4byte_character [0.198919s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_non_visible_admin [0.211747s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_objects [0.217054s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_objects_other_owner_admin [0.206878s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_tags [0.204218s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_delete_tags_other_owner [0.218283s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_index [0.217569s] ... 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/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: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_update_name [0.224687s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_namespace_update_name_conflict [0.222415s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_duplicate [0.210329s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_missing_properties [0.206224s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_create_non_existing_namespace [0.236387s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete [0.209205s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete_admin_protected [0.207218s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete_disabled_notification [0.207301s] ... 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/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: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete_other_owner [0.197750s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_delete_other_owner_admin [0.223909s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_show_non_existing [0.203985s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_show_non_visible [0.203830s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_update_name [0.205982s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_update_namespace_non_existing [0.208575s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_object_update_non_existing [0.203229s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_create_overlimit_name [0.185048s] ... 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_metadef_resources.TestMetadefsControllers.test_property_delete [0.204276s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_delete_admin_protected [0.238041s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_index_non_existing_namespace [0.206015s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_show_non_existing [0.206163s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_show_non_visible_admin [0.202272s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_show_prefix_mismatch [0.198946s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_update_name [0.280593s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_property_update_namespace_non_existing [0.199924s] ... 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: /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_association_create_non_existing_resource_type [0.200296s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete [0.202164s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_resource_type_association_delete_other_owner [0.201394s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_conflict [0.202764s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_duplicate_with_pre_existing_tags [0.202273s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_non_existing_namespace [0.199946s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_create_non_visible_namespace_admin [0.202293s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete [0.202440s] ... 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/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: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_delete_admin_protected [0.200841s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_index_non_existing_namespace [0.201658s] ... ok DEBUG: {2} glance.tests.unit.v2.test_metadef_resources.TestMetadefsControllers.test_tag_update_with_name_overlimit [0.184071s] ... ok DEBUG: {2} glance.tests.unit.v2.test_schemas_resource.TestSchemasController.test_image_has_correct_statuses [0.025444s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_create_with_live_time ... SKIPPED: Something wrong, this test touches registry DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_greater_than_limit_max [0.007965s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_return_parameters [0.007882s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_filters_return_many [0.007553s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_id_filter [0.026004s] ... 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.1/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.1/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: /builddir/build/BUILD/glance-22.1.1/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: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It 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.1/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: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: 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.1/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: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_marker_is_not_like_uuid [0.025328s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_sort_dir [0.009779s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_index_with_sort_key [0.008450s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksControllerPolicies.test_access_get_unauthorized [0.044781s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksControllerPolicies.test_create_task_unauthorized [0.047735s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksControllerPolicies.test_index_unauthorized [0.051203s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_create [0.026258s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_create_no_body [0.026807s] ... ok DEBUG: /builddir/build/BUILD/glance-22.1.1/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.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.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/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: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It will be removed in a DEBUG: future release. DEBUG: . Its value may be silently ignored in the future. DEBUG: 'reason': default.deprecated_reason DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "default":"role:admin" was deprecated in Ussuri in favor of "default":"". Reason: In order to allow operators to accept the default policies from code by not defining them in the policy file, while still working with old policy files that rely on the ``default`` rule for policies that are not specified in the policy file, the ``default`` rule must now be explicitly set to ``"role:admin"`` when that is the desired default for unspecified rules.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. DEBUG: warnings.warn(deprecated_msg) DEBUG: /usr/lib/python3.6/site-packages/oslo_policy/policy.py:694: UserWarning: Policy "modify_task":"rule:default" was deprecated for removal in W. Reason: DEBUG: This policy check has never been honored by the API. It 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.TestTasksDeserializer.test_index_invalid_status [0.029021s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializer.test_index_limit_not_specified [0.029964s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializerPolicies.test_access_index_authorized_bad_query_string [0.026929s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksDeserializerPolicies.test_access_index_unauthorized [0.027413s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksSerializer.test_create [0.002761s] ... ok DEBUG: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksSerializer.test_get_ensure_expires_at_not_returned [0.004399s] ... 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: {2} glance.tests.unit.v2.test_tasks_resource.TestTasksSerializer.test_index_carries_query_parameters [0.003093s] ... 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: ====== DEBUG: Totals DEBUG: ====== DEBUG: Ran: 2039 tests in 65.2234 sec. DEBUG: - Passed: 2020 DEBUG: - Skipped: 19 DEBUG: - Expected Fail: 0 DEBUG: - Unexpected Success: 0 DEBUG: - Failed: 0 DEBUG: Sum of execute time for each test: 210.8218 sec. DEBUG: ============== DEBUG: Worker Balance DEBUG: ============== DEBUG: - Worker 0 (510 tests) => 0:00:50.084906 DEBUG: - Worker 1 (510 tests) => 0:00:45.692786 DEBUG: - Worker 2 (510 tests) => 0:01:03.056031 DEBUG: - Worker 3 (509 tests) => 0:00:53.437386 DEBUG: Processing files: openstack-glance-22.1.1-0.20221108115401.677c89c.el8.noarch DEBUG: + exit 0 DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.gkwoQG DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd glance-22.1.1 DEBUG: + DOCDIR=/builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/share/doc/openstack-glance DEBUG: + cp -pr README.rst /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/share/doc/openstack-glance DEBUG: + exit 0 DEBUG: Provides: config(openstack-glance) = 1:22.1.1-0.20221108115401.677c89c.el8 openstack-glance = 1:22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.noarch DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QniqB1 DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd glance-22.1.1 DEBUG: + DOCDIR=/builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/share/doc/python3-glance DEBUG: + cp -pr README.rst /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/share/doc/python3-glance DEBUG: + exit 0 DEBUG: Provides: python3-glance = 1:22.1.1-0.20221108115401.677c89c.el8 python3.6dist(glance) = 22.1.1 python3dist(glance) = 22.1.1 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.1-0.20221108115401.677c89c.el8.noarch DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fwMc4b DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd glance-22.1.1 DEBUG: + DOCDIR=/builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/share/doc/openstack-glance-doc DEBUG: + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/share/doc/openstack-glance-doc DEBUG: + exit 0 DEBUG: Provides: openstack-glance-doc = 1:22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.noarch DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Ah2Jnj DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd glance-22.1.1 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64/usr/share/licenses/python3-glance-tests DEBUG: + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64/usr/share/licenses/python3-glance-tests DEBUG: + exit 0 DEBUG: Provides: python3-glance-tests = 1:22.1.1-0.20221108115401.677c89c.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.1-0.20221108115401.677c89c.el8.x86_64 DEBUG: Wrote: /builddir/build/RPMS/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/python3-glance-22.1.1-0.20221108115401.677c89c.el8.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-glance-doc-22.1.1-0.20221108115401.677c89c.el8.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/python3-glance-tests-22.1.1-0.20221108115401.677c89c.el8.noarch.rpm DEBUG: Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xs3HHL DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd glance-22.1.1 DEBUG: + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.x86_64 DEBUG: + exit 0 DEBUG: Child return code was: 0 Finish: rpmbuild openstack-glance-22.1.1-0.20221108115401.677c89c.el8.src.rpm DEBUG: Copying packages to result dir Finish: build phase for openstack-glance-22.1.1-0.20221108115401.677c89c.el8.src.rpm INFO: Done(/home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.src.rpm) Config(dlrn-5) 4 minutes 55 seconds INFO: Results and/or logs in: /home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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 6543076 1459156 1821720 8209952 7411976 DEBUG: Swap: 16777212 5931440 10845772 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 527G 24G 96% / 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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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 6242732 390284 2567704 9579168 7060548 DEBUG: Swap: 16777212 5931600 10845612 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 528G 23G 96% / 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.p_mk8ge8', '/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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', 'c7e74819bc15421e920f0aa5d8594823', '-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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6 DEBUG: creating dir: /var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root/home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.noarch.rpm /home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6/python3-glance-22.1.1-0.20221108115401.677c89c.el8.noarch.rpm /home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6/openstack-glance-doc-22.1.1-0.20221108115401.677c89c.el8.noarch.rpm /home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6/python3-glance-tests-22.1.1-0.20221108115401.677c89c.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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.noarch.rpm', '/home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6/python3-glance-22.1.1-0.20221108115401.677c89c.el8.noarch.rpm', '/home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6/openstack-glance-doc-22.1.1-0.20221108115401.677c89c.el8.noarch.rpm', '/home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6/python3-glance-tests-22.1.1-0.20221108115401.677c89c.el8.noarch.rpm'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.02jlath4:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '4661d9e1766041c794e6b3ad367847be', '-D', '/var/lib/mock/dlrn-centos8-wallaby-x86_64-5-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.02jlath4:/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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6/openstack-glance-22.1.1-0.20221108115401.677c89c.el8.noarch.rpm', '/home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6/python3-glance-22.1.1-0.20221108115401.677c89c.el8.noarch.rpm', '/home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6/openstack-glance-doc-22.1.1-0.20221108115401.677c89c.el8.noarch.rpm', '/home/centos8-wallaby/data/repos/component/glance/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_2b7360f6/python3-glance-tests-22.1.1-0.20221108115401.677c89c.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-openstack-ironic-python-agent-b41c557d 24 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-ebc27d371450dccbba494 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-os-brick-cf69f9247061bd0a945a6f 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-gnocchi-a65065e05138c88b7c8e6f5f1a124f 26 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tobiko-f5cd36e7f20e21ae9d3b5 29 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-a9e81626c5e9dac897759c5 29 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-677c89c23631e9083261a 25 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-e8cbdb727b1971f999dde 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-ovsdbapp-65d02f06d2318c20ee01ba 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-401d4b9545622b38809f 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-keystone-e4f82893dd42d37feeb 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-6a1a8ce14be8b4625eaf4f 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-trove-tests-tempest-355a351fccb 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-ceilometer-4c2ea391a53ee85cf4ef 28 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-django-horizon-beed6bf6f6f83df9 27 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-validations-libs-70e174acf7ac95 29 kB/s | 3.0 kB 00:00 DEBUG: CentOS-Stream - Base 42 kB/s | 3.9 kB 00:00 DEBUG: CentOS-Stream - AppStream 46 kB/s | 4.4 kB 00:00 DEBUG: CentOS-Stream - Extras 10 kB/s | 2.9 kB 00:00 DEBUG: CentOS-Stream - PowerTools 10 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 31 kB/s | 3.0 kB 00:00 DEBUG: Messaging RabbitMQ 32 kB/s | 3.0 kB 00:00 DEBUG: opstools 31 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 31 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.1-0.20221108115401.677c89c.el8 @commandline 78 k DEBUG: openstack-glance-doc noarch 1:22.1.1-0.20221108115401.677c89c.el8 @commandline 2.4 M DEBUG: python3-glance noarch 1:22.1.1-0.20221108115401.677c89c.el8 @commandline 797 k DEBUG: python3-glance-tests noarch 1:22.1.1-0.20221108115401.677c89c.el8 @commandline 809 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-2.el8 Stream-BaseOS 198 k DEBUG: dejavu-fonts-common noarch 2.35-7.el8 Stream-BaseOS 74 k DEBUG: dejavu-sans-fonts noarch 2.35-7.el8 Stream-BaseOS 1.6 M DEBUG: desktop-file-utils x86_64 0.23-8.el8 Stream-AppStream 80 k DEBUG: device-mapper-event x86_64 8:1.02.181-6.el8 Stream-BaseOS 271 k DEBUG: device-mapper-event-libs x86_64 8:1.02.181-6.el8 Stream-BaseOS 270 k DEBUG: device-mapper-multipath x86_64 0.8.4-31.el8 Stream-BaseOS 206 k DEBUG: device-mapper-multipath-libs x86_64 0.8.4-31.el8 Stream-BaseOS 330 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-17.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-57.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-17.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-6.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-6.el8 Stream-BaseOS 1.7 M DEBUG: lvm2-libs x86_64 8:2.03.14-6.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-57.el8 Stream-BaseOS 515 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-421.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-421.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-421.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-421.el8 Stream-BaseOS 1.6 M DEBUG: perl-macros x86_64 4:5.26.3-421.el8 Stream-BaseOS 72 k DEBUG: perl-open noarch 1.11-421.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-20.el8 Stream-BaseOS 374 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-13.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.20221108113851.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-49.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-20.module_el8.7.0+1218+f626c2ff.1 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-25.el8 Stream-AppStream 2.4 M DEBUG: texlive-dvipng x86_64 7:20180414-25.el8 Stream-AppStream 332 k DEBUG: texlive-kpathsea x86_64 7:20180414-25.el8 Stream-AppStream 1.1 M DEBUG: texlive-lib x86_64 7:20180414-25.el8 Stream-AppStream 541 k DEBUG: texlive-tetex noarch 7:20180414-25.el8 Stream-AppStream 403 k DEBUG: texlive-texlive.infra noarch 7:20180414-25.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 256 Packages DEBUG: Total size: 118 M DEBUG: Total download size: 168 k DEBUG: Installed size: 480 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-brick-4.3.4-0.20221108113851.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-oslo-vmware-lang-3.8.2-0.20220808091451.dc1a466.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-oslo-vmware-3.8.2-0.20220808091451.dc1a466.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-2.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dejavu-fonts-common-2.35-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] dejavu-sans-fonts-2.35-7.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-event-1.02.181-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-event-libs-1.02.181-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-multipath-0.8.4-31.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-multipath-libs-0.8.4-31.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-17.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-57.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-17.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-6.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-6.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lvm2-libs-2.03.14-6.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-57.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-421.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-421.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-421.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-libs-5.26.3-421.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-macros-5.26.3-421.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-20.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.23-8.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-421.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-13.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-netaddr-0.7.19-8.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-netifaces-0.10.6-4.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-numpy-1.14.3-10.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-numpy-f2py-1.14.3-10.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pillow-5.1.1-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-49.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-20.module_el8.7.0+1218+f626c2ff.1.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sysfsutils-2.1.0-25.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-base-20180414-25.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] texlive-dvipng-20180414-25.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-kpathsea-20180414-25.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-lib-20180414-25.el8.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] texlive-tetex-20180414-25.el8.noarch.rpm: Already downloaded DEBUG: [SKIPPED] texlive-texlive.infra-20180414-25.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-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: (251/252): python3-pysendfile-2.0.1-15.el8.x86_ 133 kB/s | 21 kB 00:00 DEBUG: (252/252): python3-glanceclient-3.3.0-0.2021031 764 kB/s | 147 kB 00:00 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 768 kB/s | 168 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/256 DEBUG: Installing : python3-webob-1.8.6-3.el8.noarch 2/256 DEBUG: Installing : python3-netaddr-0.7.19-8.el8.noarch 3/256 DEBUG: Installing : libaio-0.3.112-1.el8.x86_64 4/256 DEBUG: Installing : python3-dateutil-1:2.6.1-6.el8.noarch 5/256 DEBUG: Installing : python3-futurist-2.3.0-0.20210315104620.1a1c6f8. 6/256 DEBUG: Installing : python3-iso8601-0.1.12-3.el8.noarch 7/256 DEBUG: Installing : python3-decorator-4.4.0-5.el8.noarch 8/256 DEBUG: Running scriptlet: texlive-base-7:20180414-25.el8.noarch 9/256 DEBUG: Installing : texlive-base-7:20180414-25.el8.noarch 9/256 DEBUG: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/256 DEBUG: Installing : device-mapper-event-libs-8:1.02.181-6.el8.x86_64 11/256 DEBUG: Installing : python3-matplotlib-data-fonts-3.1.1-2.el8.noarch 12/256 DEBUG: Installing : python3-matplotlib-data-3.1.1-2.el8.noarch 13/256 DEBUG: Installing : python3-wrapt-1.12.1-3.el8.x86_64 14/256 DEBUG: Installing : python3-debtcollector-2.2.0-0.20210315103218.649 15/256 DEBUG: Installing : python3-oslo-context-3.2.1-0.20211026071333.b124 16/256 DEBUG: Installing : python3-vine-5.0.0-2.el8.noarch 17/256 DEBUG: Installing : python3-amqp-5.0.5-1.el8.noarch 18/256 DEBUG: Installing : python3-tenacity-6.2.0-1.el8.noarch 19/256 DEBUG: Installing : python3-tempita-0.5.1-25.el8.noarch 20/256 DEBUG: Installing : python3-paste-3.5.0-1.el8.noarch 21/256 DEBUG: Installing : python3-paste-deploy-2.1.1-1.el8.noarch 22/256 DEBUG: Installing : python3-sqlparse-0.3.1-3.el8.noarch 23/256 DEBUG: Installing : python3-migrate-0.13.0-1.el8.noarch 24/256 DEBUG: Installing : python3-pydot-1.4.1-1.el8.noarch 25/256 DEBUG: Installing : python3-msgpack-1.0.2-1.el8.x86_64 26/256 DEBUG: Installing : python3-fasteners-0.14.1-20.el8.noarch 27/256 DEBUG: Installing : python3-cachetools-4.2.0-1.el8.noarch 28/256 DEBUG: Installing : texlive-lib-7:20180414-25.el8.x86_64 29/256 DEBUG: Installing : python3-pillow-5.1.1-18.el8.x86_64 30/256 DEBUG: Installing : python3-mako-1.0.6-13.el8.noarch 31/256 DEBUG: Installing : python3-attrs-17.4.0-6.el8.noarch 32/256 DEBUG: Installing : userspace-rcu-0.10.1-4.el8.x86_64 33/256 DEBUG: Running scriptlet: userspace-rcu-0.10.1-4.el8.x86_64 33/256 DEBUG: Installing : tcl-1:8.6.8-2.el8.x86_64 34/256 DEBUG: Running scriptlet: tcl-1:8.6.8-2.el8.x86_64 34/256 DEBUG: Installing : libref_array-0.1.5-40.el8.x86_64 35/256 DEBUG: Installing : libquadmath-8.5.0-17.el8.x86_64 36/256 DEBUG: Running scriptlet: libquadmath-8.5.0-17.el8.x86_64 36/256 DEBUG: Installing : libgfortran-8.5.0-17.el8.x86_64 37/256 DEBUG: Running scriptlet: libgfortran-8.5.0-17.el8.x86_64 37/256 DEBUG: Installing : openblas-0.3.15-4.el8.x86_64 38/256 DEBUG: Running scriptlet: openblas-0.3.15-4.el8.x86_64 38/256 DEBUG: Installing : openblas-threads-0.3.15-4.el8.x86_64 39/256 DEBUG: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 39/256 DEBUG: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 40/256 DEBUG: Installing : python3-numexpr-2.7.1-1.el8.x86_64 41/256 DEBUG: Installing : libcollection-0.7.0-40.el8.x86_64 42/256 DEBUG: Installing : libbasicobjects-0.1.1-40.el8.x86_64 43/256 DEBUG: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 44/256 DEBUG: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 44/256 DEBUG: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 45/256 DEBUG: Installing : python3-Bottleneck-1.2.1-13.el8.x86_64 46/256 DEBUG: Running scriptlet: tk-1:8.6.8-1.el8.x86_64 47/256 DEBUG: Installing : tk-1:8.6.8-1.el8.x86_64 47/256 DEBUG: Running scriptlet: tk-1:8.6.8-1.el8.x86_64 47/256 DEBUG: Installing : python3-tkinter-3.6.8-49.el8.x86_64 48/256 DEBUG: Installing : device-mapper-multipath-libs-0.8.4-31.el8.x86_64 49/256 DEBUG: Running scriptlet: device-mapper-multipath-libs-0.8.4-31.el8.x86_64 49/256 DEBUG: Installing : device-mapper-multipath-0.8.4-31.el8.x86_64 50/256 DEBUG: Running scriptlet: device-mapper-multipath-0.8.4-31.el8.x86_64 50/256 DEBUG: Installing : device-mapper-event-8:1.02.181-6.el8.x86_64 51/256 DEBUG: Running scriptlet: device-mapper-event-8:1.02.181-6.el8.x86_64 51/256 DEBUG: Installing : lvm2-libs-8:2.03.14-6.el8.x86_64 52/256 DEBUG: Installing : python3-etcd3gw-0.2.5-1.el8.noarch 53/256 DEBUG: Installing : device-mapper-persistent-data-0.9.0-7.el8.x86_64 54/256 DEBUG: Installing : lvm2-8:2.03.14-6.el8.x86_64 55/256 DEBUG: Running scriptlet: lvm2-8:2.03.14-6.el8.x86_64 55/256 DEBUG: Installing : qemu-img-15:6.2.0-20.module_el8.7.0+1218+f626c2f 56/256 DEBUG: Installing : python3-automaton-2.3.1-0.20220228091836.4a3e539 57/256 DEBUG: Installing : qpid-proton-c-0.35.0-3.el8s.x86_64 58/256 DEBUG: Installing : python3-qpid-proton-0.35.0-3.el8s.x86_64 59/256 DEBUG: Installing : python3-pyngus-2.3.0-4.el8.noarch 60/256 DEBUG: Installing : python3-pyxattr-0.7.1-2.el8.x86_64 61/256 DEBUG: Installing : python3-httplib2-0.16.0-1.el8.noarch 62/256 DEBUG: Installing : python3-zipp-3.4.0-1.el8.noarch 63/256 DEBUG: Installing : python3-importlib-metadata-1.7.0-1.el8.noarch 64/256 DEBUG: Installing : python3-stevedore-3.3.3-0.20221024072403.7b48fff 65/256 DEBUG: Installing : python3-dogpile-cache-1.1.5-1.1.el8.noarch 66/256 DEBUG: Installing : python3-kombu-1:5.0.2-1.el8.noarch 67/256 DEBUG: Installing : python3-yappi-1.3.0-1.el8.x86_64 68/256 DEBUG: Installing : python3-wcwidth-0.2.5-2.el8.noarch 69/256 DEBUG: Installing : python3-statsd-3.2.1-16.el8.noarch 70/256 DEBUG: Installing : python3-soupsieve-2.1.0-1.el8.noarch 71/256 DEBUG: Installing : python3-simplejson-3.17.2-2.el8.x86_64 72/256 DEBUG: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 73/256 DEBUG: Installing : python3-wsme-0.10.1-0.20220104140414.63fe135.el8 74/256 DEBUG: Installing : python3-rfc3986-1.4.0-3.el8.noarch 75/256 DEBUG: Installing : python3-retrying-1.3.3-1.el8.noarch 76/256 DEBUG: Installing : python3-repoze-lru-0.7-6.el8.noarch 77/256 DEBUG: Installing : python3-routes-2.4.1-12.el8.noarch 78/256 DEBUG: Installing : python3-pysendfile-2.0.1-15.el8.x86_64 79/256 DEBUG: Installing : python3-pyrsistent-0.17.3-1.el8.x86_64 80/256 DEBUG: Installing : python3-jsonschema-3.2.0-5.el8.noarch 81/256 DEBUG: Installing : python3-pyperclip-1.8.0-2.el8.noarch 82/256 DEBUG: Installing : python3-pygraphviz-1.5-9.el8.x86_64 83/256 DEBUG: Installing : python3-pyasn1-0.4.6-3.el8.noarch 84/256 DEBUG: Installing : python3-rsa-4.6-2.el8.noarch 85/256 DEBUG: Installing : python3-boto-2.49.0-4.el8.noarch 86/256 DEBUG: Installing : python3-psutil-5.7.3-1.el8.x86_64 87/256 DEBUG: Installing : python3-mock-3.0.5-7.el8.noarch 88/256 DEBUG: Installing : python3-memcached-1.59-1.el8.noarch 89/256 DEBUG: Installing : python3-kiwisolver-1.1.0-4.el8.x86_64 90/256 DEBUG: Installing : python3-jeepney-0.4.3-1.el8.noarch 91/256 DEBUG: Installing : python3-secretstorage-3.1.1-4.el8.noarch 92/256 DEBUG: Installing : python3-keyring-21.0.0-1.el8.noarch 93/256 DEBUG: Installing : python3-editor-1.0.4-4.el8.noarch 94/256 DEBUG: Installing : python3-alembic-1.4.3-1.el8.noarch 95/256 DEBUG: Installing : python3-defusedxml-0.7.1-1.el8.noarch 96/256 DEBUG: Installing : python3-cycler-0.10.0-13.el8.noarch 97/256 DEBUG: Installing : python3-cssselect-0.9.2-13.el8.noarch 98/256 DEBUG: Installing : python3-colorama-0.4.3-3.el8.noarch 99/256 DEBUG: Installing : python3-cmd2-1.4.0-1.1.el8.noarch 100/256 DEBUG: Installing : libsodium-1.0.18-2.el8.x86_64 101/256 DEBUG: Installing : python3-pynacl-1.4.0-1.el8.x86_64 102/256 DEBUG: Installing : libqhull-1:7.2.1-2.el8.x86_64 103/256 DEBUG: Installing : libaec-1.0.2-3.el8.x86_64 104/256 DEBUG: Installing : hdf5-1.10.5-5.el8.x86_64 105/256 DEBUG: Installing : python3-webencodings-0.5.1-6.el8.noarch 106/256 DEBUG: Installing : python3-html5lib-1:0.999999999-6.el8.noarch 107/256 DEBUG: Installing : python3-suds-0.7-0.11.94664ddd46a6.el8.noarch 108/256 DEBUG: Installing : python3-netifaces-0.10.6-4.el8.x86_64 109/256 DEBUG: Installing : python3-jsonpointer-1.10-11.el8.noarch 110/256 DEBUG: Installing : python3-jsonpatch-1.21-2.el8.noarch 111/256 DEBUG: Installing : python3-warlock-1.3.3-1.el8.noarch 112/256 DEBUG: Installing : python3-cairo-1.16.3-6.el8.x86_64 113/256 DEBUG: Installing : python3-PyMySQL-0.10.1-2.module_el8.5.0+761+faac 114/256 DEBUG: Installing : libev-4.24-6.el8.x86_64 115/256 DEBUG: Installing : libverto-libev-0.3.2-2.el8.x86_64 116/256 DEBUG: Installing : desktop-file-utils-0.23-8.el8.x86_64 117/256 DEBUG: Installing : xdg-utils-1.1.2-5.el8.noarch 118/256 DEBUG: Installing : snappy-1.1.8-3.el8.x86_64 119/256 DEBUG: Installing : blosc-1.20.1-1.el8.x86_64 120/256 DEBUG: Installing : sg3_utils-libs-1.44-6.el8.x86_64 121/256 DEBUG: Running scriptlet: sg3_utils-libs-1.44-6.el8.x86_64 121/256 DEBUG: Installing : sg3_utils-1.44-6.el8.x86_64 122/256 DEBUG: Installing : quota-nls-1:4.04-14.el8.noarch 123/256 DEBUG: Installing : python3-inotify-0.9.6-13.el8.noarch 124/256 DEBUG: Installing : lzo-2.08-14.el8.x86_64 125/256 DEBUG: Installing : python3-tables-3.5.2-6.el8.x86_64 126/256 DEBUG: Installing : lsscsi-0.32-3.el8.x86_64 127/256 DEBUG: Installing : libyaml-0.1.7-5.el8.x86_64 128/256 DEBUG: Installing : python3-pyyaml-5.4.1-2.el8.x86_64 129/256 DEBUG: Installing : python3-cliff-3.7.0-0.20210315123449.117a100.el8 130/256 DEBUG: Installing : libxslt-1.1.32-6.el8.x86_64 131/256 DEBUG: Installing : python3-beautifulsoup4-4.9.3-1.el8.noarch 132/256 DEBUG: Installing : python3-lxml-4.2.3-4.el8.x86_64 133/256 DEBUG: Installing : libsysfs-2.1.0-25.el8.x86_64 134/256 DEBUG: Running scriptlet: libsysfs-2.1.0-25.el8.x86_64 134/256 DEBUG: Installing : sysfsutils-2.1.0-25.el8.x86_64 135/256 DEBUG: Installing : libselinux-utils-2.9-6.el8.x86_64 136/256 DEBUG: Installing : policycoreutils-2.9-20.el8.x86_64 137/256 DEBUG: Running scriptlet: policycoreutils-2.9-20.el8.x86_64 137/256 DEBUG: Running scriptlet: rpcbind-1.2.5-10.el8.x86_64 138/256 DEBUG: Installing : rpcbind-1.2.5-10.el8.x86_64 138/256 DEBUG: Running scriptlet: rpcbind-1.2.5-10.el8.x86_64 138/256 DEBUG: Installing : libpath_utils-0.2.1-40.el8.x86_64 139/256 DEBUG: Installing : libini_config-1.3.1-40.el8.x86_64 140/256 DEBUG: Installing : gssproxy-0.8.0-21.el8.x86_64 141/256 DEBUG: Running scriptlet: gssproxy-0.8.0-21.el8.x86_64 141/256 DEBUG: Installing : libnfsidmap-1:2.3.3-57.el8.x86_64 142/256 DEBUG: Installing : libevent-2.1.8-5.el8.x86_64 143/256 DEBUG: Installing : keyutils-1.5.10-9.el8.x86_64 144/256 DEBUG: Installing : isns-utils-libs-0.99-1.el8.x86_64 145/256 DEBUG: Running scriptlet: isns-utils-libs-0.99-1.el8.x86_64 145/256 DEBUG: Installing : iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f 146/256 DEBUG: Running scriptlet: iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f 146/256 DEBUG: Installing : iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x 147/256 DEBUG: Running scriptlet: iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x 147/256 DEBUG: Installing : groff-base-1.22.3-18.el8.x86_64 148/256 DEBUG: Installing : perl-Digest-1.17-395.el8.noarch 149/256 DEBUG: Installing : perl-Digest-MD5-2.55-396.el8.x86_64 150/256 DEBUG: Installing : perl-Data-Dumper-2.167-399.el8.x86_64 151/256 DEBUG: Installing : perl-libnet-3.11-3.el8.noarch 152/256 DEBUG: Installing : perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595 153/256 DEBUG: Installing : perl-URI-1.73-3.el8.noarch 154/256 DEBUG: Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 155/256 DEBUG: Installing : perl-Time-Local-1:1.280-1.el8.noarch 156/256 DEBUG: Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 157/256 DEBUG: Installing : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+de 158/256 DEBUG: Installing : perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be 159/256 DEBUG: Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 160/256 DEBUG: Installing : perl-Term-Cap-1.17-395.el8.noarch 161/256 DEBUG: Installing : perl-File-Temp-0.230.600-1.el8.noarch 162/256 DEBUG: Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 163/256 DEBUG: Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 164/256 DEBUG: Installing : perl-podlators-4.11-1.el8.noarch 165/256 DEBUG: Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 166/256 DEBUG: Installing : perl-Text-ParseWords-3.30-395.el8.noarch 167/256 DEBUG: Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 168/256 DEBUG: Installing : perl-MIME-Base64-3.15-396.el8.x86_64 169/256 DEBUG: Installing : perl-Storable-1:3.11-3.el8.x86_64 170/256 DEBUG: Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 171/256 DEBUG: Installing : perl-Errno-1.28-421.el8.x86_64 172/256 DEBUG: Installing : perl-Socket-4:2.027-3.el8.x86_64 173/256 DEBUG: Installing : perl-Encode-4:2.97-3.el8.x86_64 174/256 DEBUG: Installing : perl-Carp-1.42-396.el8.noarch 175/256 DEBUG: Installing : perl-Exporter-5.72-396.el8.noarch 176/256 DEBUG: Installing : perl-libs-4:5.26.3-421.el8.x86_64 177/256 DEBUG: Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 178/256 DEBUG: Installing : perl-parent-1:0.237-1.el8.noarch 179/256 DEBUG: Installing : perl-macros-4:5.26.3-421.el8.x86_64 180/256 DEBUG: Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 181/256 DEBUG: Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 182/256 DEBUG: Installing : perl-File-Path-2.15-2.el8.noarch 183/256 DEBUG: Installing : perl-IO-1.38-421.el8.x86_64 184/256 DEBUG: Installing : perl-PathTools-3.74-1.el8.x86_64 185/256 DEBUG: Installing : perl-constant-1.33-396.el8.noarch 186/256 DEBUG: Installing : perl-threads-1:2.21-2.el8.x86_64 187/256 DEBUG: Installing : perl-threads-shared-1.58-2.el8.x86_64 188/256 DEBUG: Installing : perl-interpreter-4:5.26.3-421.el8.x86_64 189/256 DEBUG: Installing : perl-XML-Parser-2.44-11.el8.x86_64 190/256 DEBUG: Installing : perl-Filter-2:1.58-2.el8.x86_64 191/256 DEBUG: Installing : perl-encoding-4:2.22-3.el8.x86_64 192/256 DEBUG: Installing : perl-open-1.11-421.el8.noarch 193/256 DEBUG: Installing : perl-XML-XPath-1.42-3.el8.noarch 194/256 DEBUG: Installing : perl-Text-Unidecode-1.30-5.el8.noarch 195/256 DEBUG: Installing : texlive-texlive.infra-7:20180414-25.el8.noarch 196/256 DEBUG: Installing : texlive-tetex-7:20180414-25.el8.noarch 197/256 DEBUG: Installing : texlive-kpathsea-7:20180414-25.el8.x86_64 198/256 DEBUG: Running scriptlet: texlive-kpathsea-7:20180414-25.el8.x86_64 198/256 DEBUG: Installing : texlive-dvipng-7:20180414-25.el8.x86_64 199/256 DEBUG: Running scriptlet: texlive-dvipng-7:20180414-25.el8.x86_64 199/256 DEBUG: Installing : e2fsprogs-libs-1.45.6-5.el8.x86_64 200/256 DEBUG: Running scriptlet: e2fsprogs-libs-1.45.6-5.el8.x86_64 200/256 DEBUG: Installing : quota-1:4.04-14.el8.x86_64 201/256 DEBUG: Running scriptlet: nfs-utils-1:2.3.3-57.el8.x86_64 202/256 DEBUG: Installing : nfs-utils-1:2.3.3-57.el8.x86_64 202/256 DEBUG: Running scriptlet: nfs-utils-1:2.3.3-57.el8.x86_64 202/256 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 203/256 DEBUG: Installing : dejavu-sans-fonts-2.35-7.el8.noarch 204/256 DEBUG: Installing : python3-matplotlib-tk-3.1.1-2.el8.x86_64 205/256 DEBUG: Installing : python3-matplotlib-3.1.1-2.el8.x86_64 206/256 DEBUG: Installing : python3-pandas-0.25.3-1.el8.x86_64 207/256 DEBUG: Installing : python3-networkx-2.5-1.el8.noarch 208/256 DEBUG: Installing : cryptsetup-2.3.7-2.el8.x86_64 209/256 DEBUG: Installing : python3-oslo-rootwrap-6.3.1-0.20220228095841.1b1 210/256 DEBUG: Installing : python-pycadf-common-3.1.1-0.20210315104351.4179 211/256 DEBUG: Installing : python-oslo-vmware-lang-3.8.2-0.20220808091451.d 212/256 DEBUG: Installing : python-oslo-utils-lang-4.8.2-0.20220428092247.a3 213/256 DEBUG: Installing : python-oslo-privsep-lang-2.5.1-0.20220225073628. 214/256 DEBUG: Installing : python-oslo-policy-lang-3.7.1-0.20220119091831.6 215/256 DEBUG: Installing : python-oslo-middleware-lang-4.2.1-0.202202250804 216/256 DEBUG: Installing : python-oslo-log-lang-4.4.0-0.20210315105132.9b29 217/256 DEBUG: Installing : python-oslo-i18n-lang-5.0.1-0.20210315103856.731 218/256 DEBUG: Installing : python3-oslo-i18n-5.0.1-0.20210315103856.73187bd 219/256 DEBUG: Installing : python3-oslo-utils-4.8.2-0.20220428092247.a38b56 220/256 DEBUG: Installing : python3-oslo-config-2:8.5.1-0.20210907102309.de1 221/256 DEBUG: Installing : python3-oslo-serialization-4.1.1-0.2022022508233 222/256 DEBUG: Installing : python3-oslo-log-4.4.0-0.20210315105132.9b29c90. 223/256 DEBUG: Installing : python3-oslo-privsep-2.5.1-0.20220225073628.1634 224/256 DEBUG: Installing : python3-oslo-policy-3.7.1-0.20220119091831.639b4 225/256 DEBUG: Installing : python3-oslo-middleware-4.2.1-0.20220225080425.b 226/256 DEBUG: Installing : python3-oslo-upgradecheck-1.3.1-0.20220225074957 227/256 DEBUG: Installing : python3-oslo-reports-2.2.0-0.20210315105955.bc63 228/256 DEBUG: Installing : python3-pycadf-3.1.1-0.20210315104351.4179996.el 229/256 DEBUG: Installing : python3-taskflow-4.6.0-0.20210315120753.0f7c6e9. 230/256 DEBUG: Installing : python-oslo-db-lang-8.5.2-0.20221007170041.26fd6 231/256 DEBUG: Installing : python3-oslo-db-8.5.2-0.20221007170041.26fd6fb.e 232/256 DEBUG: Installing : python-oslo-concurrency-lang-4.4.0-0.20210315114 233/256 DEBUG: Installing : python3-oslo-concurrency-4.4.0-0.20210315114231. 234/256 DEBUG: Installing : python3-os-win-5.4.0-0.20210315114029.cce95b4.el 235/256 DEBUG: Installing : python3-oslo-service-2.5.1-0.20220201082833.c1e3 236/256 DEBUG: Installing : python3-os-brick-4.3.4-0.20221108113851.cf69f92. 237/256 DEBUG: Installing : python3-oslo-messaging-12.7.3-0.20220428091418.5 238/256 DEBUG: Installing : python3-osprofiler-3.4.0-0.20210315111211.5d82a0 239/256 DEBUG: Installing : python3-oslo-vmware-3.8.2-0.20220808091451.dc1a4 240/256 DEBUG: Installing : python-oslo-cache-lang-2.7.1-0.20220301090510.d0 241/256 DEBUG: Installing : python3-oslo-cache-2.7.1-0.20220301090510.d0252f 242/256 DEBUG: Installing : python3-os-service-types-1.7.0-0.20210315154727. 243/256 DEBUG: Installing : python3-keystoneauth1-4.3.1-0.20210315155409.112 244/256 DEBUG: Installing : python3-keystoneclient-1:4.3.0-0.20220713080823. 245/256 DEBUG: Installing : python3-keystonemiddleware-9.2.0-0.2021031605290 246/256 DEBUG: Installing : python3-barbicanclient-5.1.0-0.20210316154446.ad 247/256 DEBUG: Installing : python3-castellan-3.7.2-0.20210907102711.3775cf4 248/256 DEBUG: Installing : python3-cursive-0.2.2-0.20210312092435.d7cea1f.e 249/256 DEBUG: Installing : python3-cinderclient-7.4.1-0.20210903082820.4f72 250/256 DEBUG: Installing : python3-glance-store-2.5.1-0.20220628072358.5f1c 251/256 DEBUG: Installing : python3-glance-1:22.1.1-0.20221108115401.677c89c 252/256 DEBUG: Installing : python3-glanceclient-1:3.3.0-0.20210315220313.f8 253/256 DEBUG: Running scriptlet: openstack-glance-1:22.1.1-0.20221108115401.677c8 254/256 DEBUG: Installing : openstack-glance-1:22.1.1-0.20221108115401.677c8 254/256 DEBUG: Running scriptlet: openstack-glance-1:22.1.1-0.20221108115401.677c8 254/256 DEBUG: Installing : openstack-glance-doc-1:22.1.1-0.20221108115401.6 255/256 DEBUG: Installing : python3-glance-tests-1:22.1.1-0.20221108115401.6 256/256 DEBUG: Running scriptlet: texlive-base-7:20180414-25.el8.noarch 256/256 DEBUG: Running scriptlet: python3-glance-tests-1:22.1.1-0.20221108115401.6 256/256 DEBUG: Running scriptlet: desktop-file-utils-0.23-8.el8.x86_64 256/256 DEBUG: Running scriptlet: texlive-kpathsea-7:20180414-25.el8.x86_64 256/256 DEBUG: Verifying : python3-barbicanclient-5.1.0-0.20210316154446.ad 1/256 DEBUG: Verifying : python3-cinderclient-7.4.1-0.20210903082820.4f72 2/256 DEBUG: Verifying : python3-glanceclient-1:3.3.0-0.20210315220313.f8 3/256 DEBUG: Verifying : python3-keystoneclient-1:4.3.0-0.20220713080823. 4/256 DEBUG: Verifying : python3-os-brick-4.3.4-0.20221108113851.cf69f92. 5/256 DEBUG: Verifying : python3-os-service-types-1.7.0-0.20210315154727. 6/256 DEBUG: Verifying : python3-stevedore-3.3.3-0.20221024072403.7b48fff 7/256 DEBUG: Verifying : python-oslo-cache-lang-2.7.1-0.20220301090510.d0 8/256 DEBUG: Verifying : python-oslo-concurrency-lang-4.4.0-0.20210315114 9/256 DEBUG: Verifying : python-oslo-db-lang-8.5.2-0.20221007170041.26fd6 10/256 DEBUG: Verifying : python-oslo-i18n-lang-5.0.1-0.20210315103856.731 11/256 DEBUG: Verifying : python-oslo-log-lang-4.4.0-0.20210315105132.9b29 12/256 DEBUG: Verifying : python-oslo-middleware-lang-4.2.1-0.202202250804 13/256 DEBUG: Verifying : python-oslo-policy-lang-3.7.1-0.20220119091831.6 14/256 DEBUG: Verifying : python-oslo-privsep-lang-2.5.1-0.20220225073628. 15/256 DEBUG: Verifying : python-oslo-utils-lang-4.8.2-0.20220428092247.a3 16/256 DEBUG: Verifying : python-oslo-vmware-lang-3.8.2-0.20220808091451.d 17/256 DEBUG: Verifying : python-pycadf-common-3.1.1-0.20210315104351.4179 18/256 DEBUG: Verifying : python3-automaton-2.3.1-0.20220228091836.4a3e539 19/256 DEBUG: Verifying : python3-cliff-3.7.0-0.20210315123449.117a100.el8 20/256 DEBUG: Verifying : python3-cursive-0.2.2-0.20210312092435.d7cea1f.e 21/256 DEBUG: Verifying : python3-debtcollector-2.2.0-0.20210315103218.649 22/256 DEBUG: Verifying : python3-futurist-2.3.0-0.20210315104620.1a1c6f8. 23/256 DEBUG: Verifying : python3-os-win-5.4.0-0.20210315114029.cce95b4.el 24/256 DEBUG: Verifying : python3-oslo-cache-2.7.1-0.20220301090510.d0252f 25/256 DEBUG: Verifying : python3-oslo-concurrency-4.4.0-0.20210315114231. 26/256 DEBUG: Verifying : python3-oslo-config-2:8.5.1-0.20210907102309.de1 27/256 DEBUG: Verifying : python3-oslo-context-3.2.1-0.20211026071333.b124 28/256 DEBUG: Verifying : python3-oslo-db-8.5.2-0.20221007170041.26fd6fb.e 29/256 DEBUG: Verifying : python3-oslo-i18n-5.0.1-0.20210315103856.73187bd 30/256 DEBUG: Verifying : python3-oslo-log-4.4.0-0.20210315105132.9b29c90. 31/256 DEBUG: Verifying : python3-oslo-messaging-12.7.3-0.20220428091418.5 32/256 DEBUG: Verifying : python3-oslo-middleware-4.2.1-0.20220225080425.b 33/256 DEBUG: Verifying : python3-oslo-policy-3.7.1-0.20220119091831.639b4 34/256 DEBUG: Verifying : python3-oslo-privsep-2.5.1-0.20220225073628.1634 35/256 DEBUG: Verifying : python3-oslo-reports-2.2.0-0.20210315105955.bc63 36/256 DEBUG: Verifying : python3-oslo-rootwrap-6.3.1-0.20220228095841.1b1 37/256 DEBUG: Verifying : python3-oslo-serialization-4.1.1-0.2022022508233 38/256 DEBUG: Verifying : python3-oslo-service-2.5.1-0.20220201082833.c1e3 39/256 DEBUG: Verifying : python3-oslo-upgradecheck-1.3.1-0.20220225074957 40/256 DEBUG: Verifying : python3-oslo-utils-4.8.2-0.20220428092247.a38b56 41/256 DEBUG: Verifying : python3-oslo-vmware-3.8.2-0.20220808091451.dc1a4 42/256 DEBUG: Verifying : python3-osprofiler-3.4.0-0.20210315111211.5d82a0 43/256 DEBUG: Verifying : python3-pycadf-3.1.1-0.20210315104351.4179996.el 44/256 DEBUG: Verifying : python3-taskflow-4.6.0-0.20210315120753.0f7c6e9. 45/256 DEBUG: Verifying : python3-wsme-0.10.1-0.20220104140414.63fe135.el8 46/256 DEBUG: Verifying : python3-glance-store-2.5.1-0.20220628072358.5f1c 47/256 DEBUG: Verifying : python3-castellan-3.7.2-0.20210907102711.3775cf4 48/256 DEBUG: Verifying : python3-keystoneauth1-4.3.1-0.20210315155409.112 49/256 DEBUG: Verifying : python3-keystonemiddleware-9.2.0-0.2021031605290 50/256 DEBUG: Verifying : cryptsetup-2.3.7-2.el8.x86_64 51/256 DEBUG: Verifying : dejavu-fonts-common-2.35-7.el8.noarch 52/256 DEBUG: Verifying : dejavu-sans-fonts-2.35-7.el8.noarch 53/256 DEBUG: Verifying : device-mapper-event-8:1.02.181-6.el8.x86_64 54/256 DEBUG: Verifying : device-mapper-event-libs-8:1.02.181-6.el8.x86_64 55/256 DEBUG: Verifying : device-mapper-multipath-0.8.4-31.el8.x86_64 56/256 DEBUG: Verifying : device-mapper-multipath-libs-0.8.4-31.el8.x86_64 57/256 DEBUG: Verifying : device-mapper-persistent-data-0.9.0-7.el8.x86_64 58/256 DEBUG: Verifying : e2fsprogs-libs-1.45.6-5.el8.x86_64 59/256 DEBUG: Verifying : groff-base-1.22.3-18.el8.x86_64 60/256 DEBUG: Verifying : gssproxy-0.8.0-21.el8.x86_64 61/256 DEBUG: Verifying : iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x 62/256 DEBUG: Verifying : iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f 63/256 DEBUG: Verifying : isns-utils-libs-0.99-1.el8.x86_64 64/256 DEBUG: Verifying : keyutils-1.5.10-9.el8.x86_64 65/256 DEBUG: Verifying : libaio-0.3.112-1.el8.x86_64 66/256 DEBUG: Verifying : libbasicobjects-0.1.1-40.el8.x86_64 67/256 DEBUG: Verifying : libcollection-0.7.0-40.el8.x86_64 68/256 DEBUG: Verifying : libevent-2.1.8-5.el8.x86_64 69/256 DEBUG: Verifying : libgfortran-8.5.0-17.el8.x86_64 70/256 DEBUG: Verifying : libini_config-1.3.1-40.el8.x86_64 71/256 DEBUG: Verifying : libnfsidmap-1:2.3.3-57.el8.x86_64 72/256 DEBUG: Verifying : libpath_utils-0.2.1-40.el8.x86_64 73/256 DEBUG: Verifying : libquadmath-8.5.0-17.el8.x86_64 74/256 DEBUG: Verifying : libref_array-0.1.5-40.el8.x86_64 75/256 DEBUG: Verifying : libselinux-utils-2.9-6.el8.x86_64 76/256 DEBUG: Verifying : libsysfs-2.1.0-25.el8.x86_64 77/256 DEBUG: Verifying : libxslt-1.1.32-6.el8.x86_64 78/256 DEBUG: Verifying : libyaml-0.1.7-5.el8.x86_64 79/256 DEBUG: Verifying : lsscsi-0.32-3.el8.x86_64 80/256 DEBUG: Verifying : lvm2-8:2.03.14-6.el8.x86_64 81/256 DEBUG: Verifying : lvm2-libs-8:2.03.14-6.el8.x86_64 82/256 DEBUG: Verifying : lzo-2.08-14.el8.x86_64 83/256 DEBUG: Verifying : nfs-utils-1:2.3.3-57.el8.x86_64 84/256 DEBUG: Verifying : perl-Carp-1.42-396.el8.noarch 85/256 DEBUG: Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 86/256 DEBUG: Verifying : perl-Encode-4:2.97-3.el8.x86_64 87/256 DEBUG: Verifying : perl-Errno-1.28-421.el8.x86_64 88/256 DEBUG: Verifying : perl-Exporter-5.72-396.el8.noarch 89/256 DEBUG: Verifying : perl-File-Path-2.15-2.el8.noarch 90/256 DEBUG: Verifying : perl-File-Temp-0.230.600-1.el8.noarch 91/256 DEBUG: Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 92/256 DEBUG: Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 93/256 DEBUG: Verifying : perl-IO-1.38-421.el8.x86_64 94/256 DEBUG: Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 95/256 DEBUG: Verifying : perl-PathTools-3.74-1.el8.x86_64 96/256 DEBUG: Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 97/256 DEBUG: Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 98/256 DEBUG: Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 99/256 DEBUG: Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 100/256 DEBUG: Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 101/256 DEBUG: Verifying : perl-Socket-4:2.027-3.el8.x86_64 102/256 DEBUG: Verifying : perl-Storable-1:3.11-3.el8.x86_64 103/256 DEBUG: Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 104/256 DEBUG: Verifying : perl-Term-Cap-1.17-395.el8.noarch 105/256 DEBUG: Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 106/256 DEBUG: Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 107/256 DEBUG: Verifying : perl-Time-Local-1:1.280-1.el8.noarch 108/256 DEBUG: Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 109/256 DEBUG: Verifying : perl-constant-1.33-396.el8.noarch 110/256 DEBUG: Verifying : perl-interpreter-4:5.26.3-421.el8.x86_64 111/256 DEBUG: Verifying : perl-libs-4:5.26.3-421.el8.x86_64 112/256 DEBUG: Verifying : perl-macros-4:5.26.3-421.el8.x86_64 113/256 DEBUG: Verifying : perl-parent-1:0.237-1.el8.noarch 114/256 DEBUG: Verifying : perl-podlators-4.11-1.el8.noarch 115/256 DEBUG: Verifying : perl-threads-1:2.21-2.el8.x86_64 116/256 DEBUG: Verifying : perl-threads-shared-1.58-2.el8.x86_64 117/256 DEBUG: Verifying : policycoreutils-2.9-20.el8.x86_64 118/256 DEBUG: Verifying : python3-dateutil-1:2.6.1-6.el8.noarch 119/256 DEBUG: Verifying : python3-inotify-0.9.6-13.el8.noarch 120/256 DEBUG: Verifying : quota-1:4.04-14.el8.x86_64 121/256 DEBUG: Verifying : quota-nls-1:4.04-14.el8.noarch 122/256 DEBUG: Verifying : rpcbind-1.2.5-10.el8.x86_64 123/256 DEBUG: Verifying : sg3_utils-1.44-6.el8.x86_64 124/256 DEBUG: Verifying : sg3_utils-libs-1.44-6.el8.x86_64 125/256 DEBUG: Verifying : snappy-1.1.8-3.el8.x86_64 126/256 DEBUG: Verifying : tcl-1:8.6.8-2.el8.x86_64 127/256 DEBUG: Verifying : userspace-rcu-0.10.1-4.el8.x86_64 128/256 DEBUG: Verifying : desktop-file-utils-0.23-8.el8.x86_64 129/256 DEBUG: Verifying : libev-4.24-6.el8.x86_64 130/256 DEBUG: Verifying : libverto-libev-0.3.2-2.el8.x86_64 131/256 DEBUG: Verifying : openblas-0.3.15-4.el8.x86_64 132/256 DEBUG: Verifying : openblas-threads-0.3.15-4.el8.x86_64 133/256 DEBUG: Verifying : perl-Digest-1.17-395.el8.noarch 134/256 DEBUG: Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 135/256 DEBUG: Verifying : perl-Filter-2:1.58-2.el8.x86_64 136/256 DEBUG: Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 137/256 DEBUG: Verifying : perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be 138/256 DEBUG: Verifying : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+de 139/256 DEBUG: Verifying : perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595 140/256 DEBUG: Verifying : perl-Text-Unidecode-1.30-5.el8.noarch 141/256 DEBUG: Verifying : perl-URI-1.73-3.el8.noarch 142/256 DEBUG: Verifying : perl-XML-Parser-2.44-11.el8.x86_64 143/256 DEBUG: Verifying : perl-XML-XPath-1.42-3.el8.noarch 144/256 DEBUG: Verifying : perl-encoding-4:2.22-3.el8.x86_64 145/256 DEBUG: Verifying : perl-libnet-3.11-3.el8.noarch 146/256 DEBUG: Verifying : perl-open-1.11-421.el8.noarch 147/256 DEBUG: Verifying : python3-PyMySQL-0.10.1-2.module_el8.5.0+761+faac 148/256 DEBUG: Verifying : python3-attrs-17.4.0-6.el8.noarch 149/256 DEBUG: Verifying : python3-cairo-1.16.3-6.el8.x86_64 150/256 DEBUG: Verifying : python3-html5lib-1:0.999999999-6.el8.noarch 151/256 DEBUG: Verifying : python3-jsonpatch-1.21-2.el8.noarch 152/256 DEBUG: Verifying : python3-jsonpointer-1.10-11.el8.noarch 153/256 DEBUG: Verifying : python3-lxml-4.2.3-4.el8.x86_64 154/256 DEBUG: Verifying : python3-mako-1.0.6-13.el8.noarch 155/256 DEBUG: Verifying : python3-netaddr-0.7.19-8.el8.noarch 156/256 DEBUG: Verifying : python3-netifaces-0.10.6-4.el8.x86_64 157/256 DEBUG: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 158/256 DEBUG: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 159/256 DEBUG: Verifying : python3-pillow-5.1.1-18.el8.x86_64 160/256 DEBUG: Verifying : python3-prettytable-0.7.2-14.el8.noarch 161/256 DEBUG: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 162/256 DEBUG: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 163/256 DEBUG: Verifying : python3-suds-0.7-0.11.94664ddd46a6.el8.noarch 164/256 DEBUG: Verifying : python3-tkinter-3.6.8-49.el8.x86_64 165/256 DEBUG: Verifying : python3-webencodings-0.5.1-6.el8.noarch 166/256 DEBUG: Verifying : qemu-img-15:6.2.0-20.module_el8.7.0+1218+f626c2f 167/256 DEBUG: Verifying : sysfsutils-2.1.0-25.el8.x86_64 168/256 DEBUG: Verifying : texlive-base-7:20180414-25.el8.noarch 169/256 DEBUG: Verifying : texlive-dvipng-7:20180414-25.el8.x86_64 170/256 DEBUG: Verifying : texlive-kpathsea-7:20180414-25.el8.x86_64 171/256 DEBUG: Verifying : texlive-lib-7:20180414-25.el8.x86_64 172/256 DEBUG: Verifying : texlive-tetex-7:20180414-25.el8.noarch 173/256 DEBUG: Verifying : texlive-texlive.infra-7:20180414-25.el8.noarch 174/256 DEBUG: Verifying : tk-1:8.6.8-1.el8.x86_64 175/256 DEBUG: Verifying : xdg-utils-1.1.2-5.el8.noarch 176/256 DEBUG: Verifying : libaec-1.0.2-3.el8.x86_64 177/256 DEBUG: Verifying : blosc-1.20.1-1.el8.x86_64 178/256 DEBUG: Verifying : hdf5-1.10.5-5.el8.x86_64 179/256 DEBUG: Verifying : libqhull-1:7.2.1-2.el8.x86_64 180/256 DEBUG: Verifying : libsodium-1.0.18-2.el8.x86_64 181/256 DEBUG: Verifying : python3-Bottleneck-1.2.1-13.el8.x86_64 182/256 DEBUG: Verifying : python3-alembic-1.4.3-1.el8.noarch 183/256 DEBUG: Verifying : python3-amqp-5.0.5-1.el8.noarch 184/256 DEBUG: Verifying : python3-beautifulsoup4-4.9.3-1.el8.noarch 185/256 DEBUG: Verifying : python3-boto-2.49.0-4.el8.noarch 186/256 DEBUG: Verifying : python3-cachetools-4.2.0-1.el8.noarch 187/256 DEBUG: Verifying : python3-cmd2-1.4.0-1.1.el8.noarch 188/256 DEBUG: Verifying : python3-colorama-0.4.3-3.el8.noarch 189/256 DEBUG: Verifying : python3-cssselect-0.9.2-13.el8.noarch 190/256 DEBUG: Verifying : python3-cycler-0.10.0-13.el8.noarch 191/256 DEBUG: Verifying : python3-decorator-4.4.0-5.el8.noarch 192/256 DEBUG: Verifying : python3-defusedxml-0.7.1-1.el8.noarch 193/256 DEBUG: Verifying : python3-dogpile-cache-1.1.5-1.1.el8.noarch 194/256 DEBUG: Verifying : python3-editor-1.0.4-4.el8.noarch 195/256 DEBUG: Verifying : python3-etcd3gw-0.2.5-1.el8.noarch 196/256 DEBUG: Verifying : python3-fasteners-0.14.1-20.el8.noarch 197/256 DEBUG: Verifying : python3-importlib-metadata-1.7.0-1.el8.noarch 198/256 DEBUG: Verifying : python3-iso8601-0.1.12-3.el8.noarch 199/256 DEBUG: Verifying : python3-jeepney-0.4.3-1.el8.noarch 200/256 DEBUG: Verifying : python3-jsonschema-3.2.0-5.el8.noarch 201/256 DEBUG: Verifying : python3-keyring-21.0.0-1.el8.noarch 202/256 DEBUG: Verifying : python3-kiwisolver-1.1.0-4.el8.x86_64 203/256 DEBUG: Verifying : python3-kombu-1:5.0.2-1.el8.noarch 204/256 DEBUG: Verifying : python3-matplotlib-3.1.1-2.el8.x86_64 205/256 DEBUG: Verifying : python3-matplotlib-data-3.1.1-2.el8.noarch 206/256 DEBUG: Verifying : python3-matplotlib-data-fonts-3.1.1-2.el8.noarch 207/256 DEBUG: Verifying : python3-matplotlib-tk-3.1.1-2.el8.x86_64 208/256 DEBUG: Verifying : python3-memcached-1.59-1.el8.noarch 209/256 DEBUG: Verifying : python3-migrate-0.13.0-1.el8.noarch 210/256 DEBUG: Verifying : python3-mock-3.0.5-7.el8.noarch 211/256 DEBUG: Verifying : python3-msgpack-1.0.2-1.el8.x86_64 212/256 DEBUG: Verifying : python3-networkx-2.5-1.el8.noarch 213/256 DEBUG: Verifying : python3-numexpr-2.7.1-1.el8.x86_64 214/256 DEBUG: Verifying : python3-pandas-0.25.3-1.el8.x86_64 215/256 DEBUG: Verifying : python3-paste-3.5.0-1.el8.noarch 216/256 DEBUG: Verifying : python3-paste-deploy-2.1.1-1.el8.noarch 217/256 DEBUG: Verifying : python3-psutil-5.7.3-1.el8.x86_64 218/256 DEBUG: Verifying : python3-pyasn1-0.4.6-3.el8.noarch 219/256 DEBUG: Verifying : python3-pydot-1.4.1-1.el8.noarch 220/256 DEBUG: Verifying : python3-pygraphviz-1.5-9.el8.x86_64 221/256 DEBUG: Verifying : python3-pynacl-1.4.0-1.el8.x86_64 222/256 DEBUG: Verifying : python3-pyngus-2.3.0-4.el8.noarch 223/256 DEBUG: Verifying : python3-pyperclip-1.8.0-2.el8.noarch 224/256 DEBUG: Verifying : python3-pyrsistent-0.17.3-1.el8.x86_64 225/256 DEBUG: Verifying : python3-pysendfile-2.0.1-15.el8.x86_64 226/256 DEBUG: Verifying : python3-pyyaml-5.4.1-2.el8.x86_64 227/256 DEBUG: Verifying : python3-repoze-lru-0.7-6.el8.noarch 228/256 DEBUG: Verifying : python3-retrying-1.3.3-1.el8.noarch 229/256 DEBUG: Verifying : python3-rfc3986-1.4.0-3.el8.noarch 230/256 DEBUG: Verifying : python3-routes-2.4.1-12.el8.noarch 231/256 DEBUG: Verifying : python3-rsa-4.6-2.el8.noarch 232/256 DEBUG: Verifying : python3-secretstorage-3.1.1-4.el8.noarch 233/256 DEBUG: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 234/256 DEBUG: Verifying : python3-simplejson-3.17.2-2.el8.x86_64 235/256 DEBUG: Verifying : python3-soupsieve-2.1.0-1.el8.noarch 236/256 DEBUG: Verifying : python3-sqlparse-0.3.1-3.el8.noarch 237/256 DEBUG: Verifying : python3-statsd-3.2.1-16.el8.noarch 238/256 DEBUG: Verifying : python3-tables-3.5.2-6.el8.x86_64 239/256 DEBUG: Verifying : python3-tempita-0.5.1-25.el8.noarch 240/256 DEBUG: Verifying : python3-tenacity-6.2.0-1.el8.noarch 241/256 DEBUG: Verifying : python3-vine-5.0.0-2.el8.noarch 242/256 DEBUG: Verifying : python3-warlock-1.3.3-1.el8.noarch 243/256 DEBUG: Verifying : python3-wcwidth-0.2.5-2.el8.noarch 244/256 DEBUG: Verifying : python3-webob-1.8.6-3.el8.noarch 245/256 DEBUG: Verifying : python3-wrapt-1.12.1-3.el8.x86_64 246/256 DEBUG: Verifying : python3-yappi-1.3.0-1.el8.x86_64 247/256 DEBUG: Verifying : python3-zipp-3.4.0-1.el8.noarch 248/256 DEBUG: Verifying : python3-httplib2-0.16.0-1.el8.noarch 249/256 DEBUG: Verifying : python3-pyxattr-0.7.1-2.el8.x86_64 250/256 DEBUG: Verifying : python3-qpid-proton-0.35.0-3.el8s.x86_64 251/256 DEBUG: Verifying : qpid-proton-c-0.35.0-3.el8s.x86_64 252/256 DEBUG: Verifying : openstack-glance-1:22.1.1-0.20221108115401.677c8 253/256 DEBUG: Verifying : python3-glance-1:22.1.1-0.20221108115401.677c89c 254/256 DEBUG: Verifying : openstack-glance-doc-1:22.1.1-0.20221108115401.6 255/256 DEBUG: Verifying : python3-glance-tests-1:22.1.1-0.20221108115401.6 256/256 DEBUG: Installed: DEBUG: blosc-1.20.1-1.el8.x86_64 DEBUG: cryptsetup-2.3.7-2.el8.x86_64 DEBUG: dejavu-fonts-common-2.35-7.el8.noarch DEBUG: dejavu-sans-fonts-2.35-7.el8.noarch DEBUG: desktop-file-utils-0.23-8.el8.x86_64 DEBUG: device-mapper-event-8:1.02.181-6.el8.x86_64 DEBUG: device-mapper-event-libs-8:1.02.181-6.el8.x86_64 DEBUG: device-mapper-multipath-0.8.4-31.el8.x86_64 DEBUG: device-mapper-multipath-libs-0.8.4-31.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-17.el8.x86_64 DEBUG: libini_config-1.3.1-40.el8.x86_64 DEBUG: libnfsidmap-1:2.3.3-57.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-17.el8.x86_64 DEBUG: libref_array-0.1.5-40.el8.x86_64 DEBUG: libselinux-utils-2.9-6.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-6.el8.x86_64 DEBUG: lvm2-libs-8:2.03.14-6.el8.x86_64 DEBUG: lzo-2.08-14.el8.x86_64 DEBUG: nfs-utils-1:2.3.3-57.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.1-0.20221108115401.677c89c.el8.noarch DEBUG: openstack-glance-doc-1:22.1.1-0.20221108115401.677c89c.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-421.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-421.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-421.el8.x86_64 DEBUG: perl-libnet-3.11-3.el8.noarch DEBUG: perl-libs-4:5.26.3-421.el8.x86_64 DEBUG: perl-macros-4:5.26.3-421.el8.x86_64 DEBUG: perl-open-1.11-421.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-20.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.1-0.20221108115401.677c89c.el8.noarch DEBUG: python3-glance-store-2.5.1-0.20220628072358.5f1cee6.el8.noarch DEBUG: python3-glance-tests-1:22.1.1-0.20221108115401.677c89c.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-13.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.20221108113851.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-49.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-20.module_el8.7.0+1218+f626c2ff.1.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-25.el8.noarch DEBUG: texlive-dvipng-7:20180414-25.el8.x86_64 DEBUG: texlive-kpathsea-7:20180414-25.el8.x86_64 DEBUG: texlive-lib-7:20180414-25.el8.x86_64 DEBUG: texlive-tetex-7:20180414-25.el8.noarch DEBUG: texlive-texlive.infra-7:20180414-25.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/67/7c/677c89c23631e9083261a1a18ed438d8966e0de2_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